Remove the annoying _typeof(...) pollution when no symbol is used.
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
The Babel preset for Expo projects
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Babel plugin that replaces member expressions and typeof statements with strings
Deprecated. Utilities for ES3, most of which have been adopted or superseded in ES5.1. Adapted from Douglas Crockford's Remedial JavaScript
This plugin transforms ES2015 modules to UMD
TypeScript definitions for @babel/helper-plugin-utils
Collection of helper functions used by Babel transforms.
A ridiculously light-weight argument validator (now browser friendly)
Babel Types is a Lodash-esque utility library for AST nodes
A JavaScript parser
Convert === and !== to == and != if their types are inferred to be the same.
Babel compiler core.
The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes
Generate an AST from a string template.
Determine a value's type.
Collection of helper functions used by Babel transforms.
The compat-data to determine required Babel plugins
Generate errors that contain a code frame that point to source locations.
babel's modular runtime helpers
Turns an AST into code.
Helper functions on Babel compilation targets
Babel helper functions for implementing ES6 module transformations