文件名称:espruino-await:Espruino的asyncawait示例
文件大小:50KB
文件格式:ZIP
更新时间:2024-02-22 09:50:30
template babel example rollup async-await
espruino-await 它使用rollup , babel和fast-async来显示如何将异步/等待与Espruino一起使用。 已通过Puck.js , Espruino Pico 1.3 , ESP32 ,Espruino v1.96验证 如何 npm install # Bundle the source code and upload it to the board npm start --production 其他一些命令: # Bundle in development mode npm run build # Bundle in production mode (minified) npm run build --production # Open device console npm run console 注意:当前使用的是Makefile,因此在Windows上上传到开发板上可能会有麻烦。 这很容易调整。 相关问题 fast-async有效,而transform-regenerator器则在所有板上推动解释器 必须将hoist_funs和hois
【文件预览】:
espruino-await-master
----.gitignore(884B)
----package.json(1018B)
----Makefile(673B)
----src()
--------main.js(1KB)
--------utils.js(389B)
--------config.js(32B)
--------test-es7.js(627B)
----dist()
--------bundle.js(5KB)
----LICENSE(1KB)
----rollup.config.js(2KB)
----.eslintrc.js(1KB)
----README.md(1KB)
----docs()
--------demo.png(45KB)