babel-template(latest: 6.26.0) Generate an AST from a string template.
babel-traverse(latest: 6.26.0) The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes
babel-types(latest: 6.26.0) Babel Types is a Lodash-esque utility library for AST nodes
@babel/plugin-syntax-numeric-separator(latest: 7.10.4) Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
babel-preset-env(latest: 1.7.0) A Babel preset for each environment.
babel-plugin-transform-class-properties(latest: 6.24.1) This plugin transforms static class properties as well as properties declared with the property initializer syntax
babel-plugin-transform-es2015-typeof-symbol(latest: 6.23.0) This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
babel-plugin-transform-runtime(latest: 6.23.0) Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
@babel/plugin-proposal-class-properties(latest: 7.18.6) This plugin transforms static class properties as well as properties declared with the property initializer syntax
@babel/plugin-transform-typeof-symbol(latest: 7.18.9) This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
@babel/plugin-proposal-partial-application(latest: 7.18.9) Introduces a new ? token in an argument list which allows for partially applying an argument list to a call expression
@babel/runtime-corejs2(latest: 7.21.0) babel's modular runtime helpers with core-js@2 polyfilling
@babel/plugin-transform-runtime(latest: 7.21.0) Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
@babel/traverse(latest: 7.23.7) The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes