Babel 6.20 发布了,Babel 是编写下一代 JavaScript 的编译器。
ES2015 and beyond。Babel 默认使用一组 ES2015 语法转换器,允许你使用新的语法,无需等待浏览器支持。
JSX and React。Babel 内置支持 JSX,与 babel-sublime 包一起结合,将语法高亮功能带到一个新的高度。
Pluggable。Babel 支持用户插件。允许你插入强大的 Babel 转换层。
更新内容:
新特性
babel-plugin-transform-react-display-name
5780 Backport support for createReactClass with transform-react-display-name
5554 Updated transform-react-display-name for createReactClass addon
babel-generator, babel-plugin-transform-flow-strip-types, babel-types
5653 Port flow object spread from #418 to 6.x
Bug 修复
babel-types
5770 Backport array & object pattern fixes to 6.x
Polish
babel-traverse
5615 Update deprecation warning on flow bindings
文章转载自 开源中国社区 [http://www.oschina.net]