browserify-es6-types:尝试将 browserify 与 es6 和类型断言一起使用

时间:2024-07-15 17:17:56
【文件属性】:

文件名称:browserify-es6-types:尝试将 browserify 与 es6 和类型断言一起使用

文件大小:2KB

文件格式:ZIP

更新时间:2024-07-15 17:17:56

JavaScript

browserify-es6-types 尝试将 browserify 与 es6 和类型断言一起使用。 它采用npm run bundle运行browserify使用6to5ify和flowcheck变换。 git clone ' https://github.com/willhoag/browserify-es6-types.git ' cd ./browserify-es6-types npm install # install deps npm run bundle # creates bundle.js # then just open index.html in a browser and check the console 注意- 将某些 es6 构造与类型检查混合时失败。 let x : string = 'string' // works function ad


【文件预览】:
browserify-es6-types-master
----.gitignore(34B)
----README.md(671B)
----index.es6(247B)
----.jshintrc(19B)
----package.json(354B)
----index.html(174B)

网友评论