hzoo
@hzoo
94
Published Tools
1,744
Total Stars
18,537
Weekly Downloads
100/100
Avg Security
Published Tools
94 Skillsacross 2 categoriesbabylon
hzoo
A JavaScript parser
acorn-to-esprima
hzoo
Convert acorn tokens to esprima
@behance/assets-vendor
hzoo
Random Collection of Componentry.
babel-plugin-transform-strict-mode
hzoo
This plugin places a 'use strict'; directive at the top of all files to enable strict mode
babel-plugin-transform-es2015-classes
hzoo
Compile ES2015 classes to ES5
babel-plugin-transform-es2015-parameters
hzoo
Compile ES2015 default and rest parameters to ES5
babel-plugin-transform-es2015-duplicate-keys
hzoo
Compile objects with duplicate keys to valid strict ES5
babel-plugin-transform-es2015-block-scoped-functions
hzoo
Babel plugin to ensure function declarations at the block level are block scoped
babel-plugin-syntax-jsx
hzoo
Allow parsing of jsx
babel-plugin-syntax-trailing-function-commas
hzoo
Compile trailing function commas to ES5
babel-plugin-transform-es2015-modules-amd
hzoo
This plugin transforms ES2015 modules to AMD
babel-plugin-transform-es2015-modules-umd
hzoo
This plugin transforms ES2015 modules to UMD
babel-plugin-transform-es2015-modules-systemjs
hzoo
This plugin transforms ES2015 modules to SystemJS
babel-plugin-transform-es2015-sticky-regex
hzoo
Compile ES2015 sticky regex to an ES5 RegExp constructor
babel-plugin-check-es2015-constants
hzoo
Compile ES2015 constants to ES5
babel-plugin-transform-es2015-spread
hzoo
Compile ES2015 spread to ES5
babel-plugin-transform-es2015-function-name
hzoo
Apply ES2015 function.name semantics to all functions
babel-plugin-transform-es2015-block-scoping
hzoo
Compile ES2015 block scoping (const and let) to ES5
babel-plugin-transform-es2015-template-literals
hzoo
Compile ES2015 template literals to ES5
babel-plugin-transform-es2015-object-super
hzoo
Compile ES2015 object super to ES5
babel-plugin-transform-object-rest-spread
hzoo
Compile object rest and spread to ES5
babel-plugin-syntax-async-functions
hzoo
Allow parsing of async functions
babel-plugin-syntax-exponentiation-operator
hzoo
Allow parsing of the exponentiation operator
babel-plugin-transform-class-properties
hzoo
This plugin transforms static class properties as well as properties declared with the property initializer syntax
babel-plugin-syntax-class-properties
hzoo
Allow parsing of class properties
babel-plugin-transform-class-constructor-call
hzoo
This plugin allows Babel to transform class constructors (deprecated)
babel-plugin-transform-es2015-arrow-functions
hzoo
Compile ES2015 arrow functions to ES5
babel-plugin-transform-es2015-shorthand-properties
hzoo
Compile ES2015 shorthand properties to ES5
babel-plugin-transform-es2015-unicode-regex
hzoo
Compile ES2015 Unicode regex to ES5
babel-plugin-transform-es2015-computed-properties
hzoo
Compile ES2015 computed properties to ES5
babel-plugin-transform-es2015-literals
hzoo
Compile ES2015 unicode string and number literals to ES5
babel-plugin-syntax-decorators
hzoo
Allow parsing of decorators
babel-plugin-transform-exponentiation-operator
hzoo
Compile exponentiation operator to ES5
babel-plugin-transform-async-to-generator
hzoo
Turn async functions into ES2015 generators
babel-plugin-transform-flow-strip-types
hzoo
Strip flow type annotations from your output code.
babel-plugin-syntax-export-extensions
hzoo
Allow parsing of export extensions
babel-plugin-minify-guarded-expressions
hzoo
## Example
babel-plugin-syntax-class-constructor-call
hzoo
Allow parsing of class constructor calls (deprecated)
babel-plugin-transform-react-jsx-source
hzoo
Add a __source prop to all JSX Elements
babel-plugin-syntax-flow
hzoo
Allow parsing of the flow syntax
babel-plugin-transform-export-extensions
hzoo
Compile export extensions to ES2015
babel-plugin-syntax-function-bind
hzoo
Allow parsing of function bind
babel-plugin-syntax-do-expressions
hzoo
Allow parsing of do expressions
babel-plugin-transform-react-jsx-self
hzoo
Add a __self prop to all JSX Elements
babel-plugin-undeclared-variables-check
hzoo
Throw a compile-time error on references to undeclared variables
babel-plugin-transform-async-generator-functions
hzoo
Turn async generator functions into ES2015 generators
babel-plugin-transform-react-display-name
hzoo
Add displayName to React.createClass calls
babel-plugin-minify-simplify
hzoo
> Simplifies code for minification by reducing statements into expressions and making expressions uniform where possible.
...morebabel-plugin-transform-decorators
hzoo
Compile class and object decorators to ES5
babel-plugin-transform-function-bind
hzoo
Compile function bind operator to ES5
babel-plugin-transform-do-expressions
hzoo
Compile do expressions to ES5
babel-plugin-transform-react-jsx
hzoo
Turn JSX into React function calls
babel-plugin-transform-es3-property-literals
hzoo
Ensure that reserved words are quoted in object property keys
babel-plugin-external-helpers
hzoo
This plugin contains helper functions that’ll be placed at the top of the generated code
babel-plugin-transform-es3-member-expression-literals
hzoo
Ensure that reserved words are quoted in property accesses
babel-plugin-transform-object-assign
hzoo
Replace Object.assign with an inline helper
babel-plugin-transform-jscript
hzoo
Babel plugin to fix buggy JScript named function expressions
babel-plugin-transform-es5-property-mutators
hzoo
Compile ES5 property mutator shorthand syntax to Object.defineProperty
babel-plugin-transform-react-inline-elements
hzoo
Turn JSX elements into exploded React objects
babel-plugin-syntax-pipeline-operator
hzoo
Allow parsing of the pipeline operator
babel-plugin-transform-pipeline-operator
hzoo
Transform pipeline operator into call expressions
babel-template
hzoo
Generate an AST from a string template.
babel-helper-simple-access
hzoo
Babel helper for ensuring that access to a given value is performed through simple accesses
babel-code-frame
hzoo
Generate errors that contain a code frame that point to source locations.
babel-traverse
hzoo
The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes
babel-preset-stage-3
hzoo
Babel preset for stage 3 plugins
babel-cli
hzoo
Babel command line.
babel-preset-typescript
hzoo
Babel preset for TypeScript.
babel-plugin-transform-typescript
hzoo
Transform TypeScript into ES.next
babel-plugin-syntax-typescript
hzoo
Allow parsing of TypeScript syntax
babel-plugin-transform-regenerator
hzoo
Explode async and generator functions into a state machine.
babel-helper-get-function-arity
hzoo
Helper function to get function arity
babel-helper-function-name
hzoo
Helper function to change the property 'name' of every function
babel-helper-builder-react-jsx
hzoo
Helper function to build react jsx
babel-register
hzoo
babel require hook
babel-plugin-transform-eval
hzoo
Compile eval calls with string literals
babel-types
hzoo
Babel Types is a Lodash-esque utility library for AST nodes
babel-runtime
hzoo
babel selfContained runtime
babel-helper-hoist-variables
hzoo
Helper function to hoist variables
babel-helper-call-delegate
hzoo
Helper function to call delegate
babel-helper-define-map
hzoo
Helper function to define a map
babel-helper-replace-supers
hzoo
Helper function to replace supers
babel-helper-optimise-call-expression
hzoo
Helper function to optimise call expression
babel-helper-regex
hzoo
Helper function to check for literal RegEx
babel-helper-builder-binary-assignment-operator-visitor
hzoo
Helper function to build binary assignment operator visitors
babel-helper-remap-async-to-generator
hzoo
Helper function to remap async functions to generators
babel-helper-explode-assignable-expression
hzoo
Helper function to explode an assignable expression
babel-polyfill
hzoo
Provides polyfills necessary for a full ES2015+ environment
babel-helper-bindify-decorators
hzoo
Helper function to bindify decorators
babel-helper-explode-class
hzoo
Helper function to explode class
babel-helpers
hzoo
Collection of helper functions used by Babel transforms.
babel-generator
hzoo
Turns an AST into code.
babel-preset-react
hzoo
Babel preset for all React plugins.
babel-jscs
hzoo
**babel-jscs** allows you to lint **ALL** valid Babel code with [JSCS](https://github.com/jscs-dev/node-jscs). Big thanks to @sebmck!
...more