Packages by hzoo
Packages maintained by hzoo.
60 packages
babel's modular runtime helpers
Allow parsing of object rest/spread
Allow parsing of optional properties
Allow parsing of the logical assignment operators
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Babel Types is a Lodash-esque utility library for AST nodes
Allow parsing of optional catch bindings
Allow parsing of async generator functions
Allow parsing of the module attributes in the import statement
Allow parsing of import.meta
Allow parsing of class static blocks
Allow parsing of TypeScript syntax
Allow parsing of jsx
Allow parsing of class properties
Properly hijack require, i.e., properly define require hooks and customizations
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
Turns an AST into code.
Generate errors that contain a code frame that point to source locations.
A utility package to parse strings
Validate identifier/keywords name
General utilities for plugins to use
Allow parsing of '#foo in obj' brand checks
Compile ES2015 block scoping (const and let) to ES5
Strip flow type annotations from your output code.
Turn async functions into ES2015 generators
Compile object rest and spread to ES5
Turn async generator functions into ES2015 generators
Compile export default to ES2015
Compile class and object decorators to ES5
The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes