”babel“ 的搜索结果

     问题 babel-eslint 似乎在 3.1.10 和 3.1.11 上忽略了 no-unused-vars,但在 3.1.9 上没有。 再现 克隆这个存储库。 运行npm install 使用./node_modules/.bin/eslint testcase.js运行 eslint

     @ babel / plugin-transform-modules-amd 该插件将ES2015模块转换为 。 例子 在 export default 42 ; 出去 define ( [ "exports" ] , function ( exports ) { "use strict" ; Object . defineProperty ( ...

     babel-plugin-explicit-exports-引用 将所有内部引用转换为模块的导出,以使每个引用module.exports开头,而不是直接引用内部名称。 这样,即使被模拟的函数在同一模块中相互调用,也可以使用Babel / TypeScript对...

10  
9  
8  
7  
6  
5  
4  
3  
2  
1