@babel/plugin-transform-runtime
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Updated by @hzoo
@babel/code-frame
Generate errors that contain a code frame that point to source locations.
Updated by @hzoo
@babel/plugin-transform-modules-commonjs
This plugin transforms ES2015 modules to CommonJS
Updated by @hzoo
@babel/traverse
The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes
Updated by @hzoo
@babel/plugin-syntax-nullish-coalescing-operator
Allow parsing of the nullish-coalescing operator
Updated by @danez
@babel/plugin-proposal-optional-chaining
Transform optional chaining operators into a series of nil checks
Updated by @hzoo