babel plugin-proposal-class-properties · This plugin transforms static class properties as well as properties declared with the property initializer syntax
Group: org.mvnpm.at.babel - All Dependencies
babel plugin-proposal-object-rest-spread · Compile object rest and spread to ES5
babel plugin-proposal-private-property-in-object · This plugin transforms checks for a private property in an object
babel plugin-syntax-class-properties · Allow parsing of class properties
babel plugin-syntax-async-generators · Allow parsing of async generator functions
babel plugin-syntax-class-static-block · Allow parsing of class static blocks
babel plugin-syntax-dynamic-import · Allow parsing of import()
babel plugin-syntax-import-attributes · Allow parsing of the module attributes in the import statement
babel plugin-syntax-object-rest-spread · Allow parsing of object rest/spread
babel plugin-transform-parameters · Compile ES2015 default and rest parameters to ES5
babel types · Babel Types is a Lodash-esque utility library for AST nodes
babel helper-builder-binary-assignment-operator-visitor · Helper function to build binary assignment operator visitors
babel helper-create-regexp-features-plugin · Compile ESNext Regular Expressions to ES5
babel helper-define-polyfill-provider · Babel helper to create your own polyfill provider
babel helper-environment-visitor · Helper visitor to only visit nodes in the current 'this' context
babel helper-function-name · Helper function to change the property 'name' of every function
babel helper-remap-async-to-generator · Helper function to remap async functions to generators
babel helper-hoist-variables · Helper function to hoist variables
babel helper-wrap-function · Helper to wrap functions inside a function call.
babel plugin-syntax-export-namespace-from · Allow parsing of export namespace from
babel plugin-syntax-import-assertions · Allow parsing of the module assertion attributes in the import statement
babel plugin-syntax-import-meta · Allow parsing of import.meta