This plugin transforms ES2015 modules to AMD
This plugin transforms ES2015 modules to SystemJS
Allow parsing of the module assertion attributes in the import statement
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Use Shiki syntax highlighting for codeblocks in TipTap.
Transform optional chaining operators into a series of nil checks
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Allow parsing of optional properties
Compile export namespace to ES2015
Compile ES2015 Unicode regex to ES5
Allow parsing of optional catch bindings
Transform class static blocks
Allow parsing of top-level await in modules
A Babel plugin to inject imports to core-js@2 polyfills
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Import with sanity.
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Transform TypeScript into ES.next
API Documentation plugin for GitBook
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
A plugin to embed codepen in your Gitbook
Ensure that reserved words are quoted in property accesses
Mark top-level React method calls as pure for tree shaking