文件名称:meteor-core-js:通过core-js在流星应用中使用ES2015和ES2016 polyfills
文件大小:25KB
文件格式:ZIP
更新时间:2024-05-22 06:09:30
JavaScript
xolvio:核心-js 现在(几乎)使用所有ES2015和ES2016 API。 该软件包包装了出色的 ,并将其带入Meteor应用程序。 虽然流星1.2具有ES2015支持,它不为ES2015(和ES2016)API的所有polyfills出货。 如何使用 在应用程序的.meteor / packages文件顶部添加xolvio:core-js 。 维护 如何构建core-js.js npm i -g grunt-cli npm i core-js cd node_modules/core-js && npm i grunt build:es6,es7,js,web --blacklist=es6.number.constructor,es6.map,es6.set,es6.promise --path=core-js 不包括在内 es6.number.constructor:中
【文件预览】:
meteor-core-js-master
----.gitignore(14B)
----package.js(339B)
----LICENSE(1KB)
----core-js.js(100KB)
----README.md(863B)
----.versions(96B)