金蝶苍穹开发助手 — SDK 知识蒸馏、代码生成、规范检查、工作流管理一站式工具
Allow parsing of jsx
Allow parsing of TypeScript syntax
This plugin transforms ES2015 modules to CommonJS
Allow parsing of the module attributes in the import statement
This plugin transforms private class methods
Compile ES2015 classes to ES5
Compile ES2015 computed properties to ES5
Compile ES2015 default and rest parameters to ES5
Add a __source prop to all JSX Elements
Compile ES2015 shorthand properties to ES5
Allow parsing of class properties
Allow parsing of optional properties
Compile ES2015 destructuring to ES5
Compile ES2015 sticky regex to an ES5 RegExp constructor
Explode async and generator functions into a state machine.
This plugin transforms ES2015 modules to AMD
This plugin transforms ES2015 modules to SystemJS
Add a __self prop to all JSX Elements
Compile ES2015 block scoping (const and let) to ES5
Allow parsing of the module assertion attributes in the import statement
Transform optional chaining operators into a series of nil checks
Compile ES2015 for...of to ES5
Allow parsing of async generator functions