babel plugin-transform-for-of · Compile ES2015 for...of to ES5
Group: org.mvnpm.at.babel - All Dependencies
babel plugin-transform-export-namespace-from · Compile export namespace to ES2015
babel plugin-transform-function-name · Apply ES2015 function.name semantics to all functions
babel plugin-transform-literals · Compile ES2015 unicode string and number literals to ES5
babel plugin-transform-json-strings · Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
babel plugin-transform-member-expression-literals · Ensure that reserved words are quoted in property accesses
babel plugin-transform-logical-assignment-operators · Transforms logical assignment operators into short-circuited assignments
babel plugin-transform-modules-amd · This plugin transforms ES2015 modules to AMD
babel plugin-transform-modules-commonjs · This plugin transforms ES2015 modules to CommonJS
babel plugin-transform-modules-systemjs · This plugin transforms ES2015 modules to SystemJS
babel plugin-transform-modules-umd · This plugin transforms ES2015 modules to UMD
babel plugin-transform-named-capturing-groups-regex · Compile regular expressions using named groups to ES5.
babel plugin-transform-new-target · Transforms new.target meta property
babel plugin-transform-nullish-coalescing-operator · Remove nullish coalescing operator
babel plugin-transform-numeric-separator · Remove numeric separators from Decimal, Binary, Hex and Octal literals
babel plugin-transform-object-super · Compile ES2015 object super to ES5
babel plugin-transform-object-rest-spread · Compile object rest and spread to ES5
babel plugin-transform-optional-catch-binding · Compile optional catch bindings
babel plugin-transform-optional-chaining · Transform optional chaining operators into a series of nil checks
babel plugin-transform-private-methods · This plugin transforms private class methods
babel plugin-transform-private-property-in-object · This plugin transforms checks for a private property in an object
babel plugin-transform-property-literals · Ensure that reserved words are quoted in object property keys
babel plugin-transform-react-display-name · Add displayName to React.createClass calls
babel plugin-transform-react-jsx · Turn JSX into React function calls