简体   繁体   English

ES6to5,ES6模块编译器和Babel

[英]ES6to5, ES6 Module Transpiler and Babel

What's the difference between this packages? 这些软件包之间有什么区别? are all doing the same ? 都一样吗?

Using brunch here, but not brunch specific question. 在此使用早午餐,但不使用早午餐特定问题。

http://libraries.io/npm/6to5-brunch http://libraries.io/npm/6to5-brunch

http://libraries.io/npm/es6-module-transpiler-brunch http://libraries.io/npm/es6-module-transpiler-brunch

http://libraries.io/npm/babel-brunch http://libraries.io/npm/babel-brunch

Well for one thing, 6to5 was renamed to Babel . 一方面, 6to5更名为Babel This is why you see 6to5-brunch releases stop at 3.0.0, and babel-brunch releases start at 4.0.0. 这就是为什么您看到6to5-brunch版本从3.0.0停止,而babel-brunch版本从4.0.0开始的原因。

ES6 module transpiler ( initially curated by Square ) development seemed to slow down quite a while ago. ES6模块编译器最初由Square策划 )的开发似乎在相当一段时间之前就放慢了速度。 The project began migrating developers from esnext development to 6to5 development, effectively joining forces with 6to5 . 该项目开始将开发人员从esnext开发迁移到6to5开发,从而有效地与6to5联手 (This was obviously before 6to5 was renamed to Babel) This is likely why you will the es6-module-transpiler-brunch module is very out of date and no longer actively developed. (这显然是在6to5重命名为Babel之前)。这可能是您将es6-module-transpiler-brunch模块过时并且不再积极开发的原因。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM