Transform TypeScript into ES.next
Ensure that reserved words are quoted in property accesses
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Turn async functions into ES2015 generators
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Allows users to save responses for use in the future
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Add internal staff notes and assignees to topics in NodeBB. Notes are only visible to privileged users (moderators/admins).
Gr4vy-hosted secure fields offering advanced theming, PCI compliance, event handling, and more.
Cordova plugin for securely saving keys, passwords or strings on devices.

Compile optional catch bindings
Remove nullish coalescing operator
NodeBB Plugin that allows users to login/register via their QQ account.
A Babel plugin to inject imports to core-js@2 polyfills
ESLint plugin for Next.js.
An emailer plugin for NodeBB using SendGrid as a third party service
extracts CSS into separate files
Allow parsing of '#foo in obj' brand checks
Gr4vy-hosted secure fields offering advanced theming, PCI compliance, event handling, and more.
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.
Allow parsing of async generator functions
Compile inline regular expression modifiers