文件名称:esm-es5:将 ES2015 模块语法转换为可在 AMD 或 CommonJS 模块系统中使用的 ES5 代码
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-18 08:26:30
JavaScript
esm-es5 将 ES2015 模块语法转换为可在 AMD 或 CommonJS 模块系统中使用的 ES5 代码。 不支持所有的 ES2015 语法,比如类或粗箭头,只是做了一些与import和export相关的轻量翻译工作。 在某些项目中使用,以验证生命周期和模块系统的互操作性。 用法 // source is the String contents of a module, options is an object. var esmResult = esmEs5 ( source , options ) ; // esmResult has these properties: // Indicates if import or export use was detected and converted. esmResult . translated = Boolean ; /
【文件预览】:
esm-es5-master
----package.json(520B)
----test()
--------test.js(903B)
--------expected()
--------source()
----esm-es5.js(6KB)
----.gitignore(14B)
----README.md(2KB)
----.jshintrc(522B)