Contents of section "JavaScript" in suite "amber"

node-babel-helpers

Collection of helper functions used by Babel transforms

main
node-babel-loader

babel module loader for webpack

main
node-babel-messages

Collection of debug messages used by Babel.

main
node-babel-plugin-add-module-exports

Babel plugin for default module.exports like babel version 5

main
node-babel-plugin-array-includes

Babel plugin to replace the array includes syntax

main
node-babel-plugin-external-helpers

helper functions that’ll be placed at the top of the generated code

main
node-babel-plugin-precompile-charcodes

Convert character code getters into plain integers

main
node-babel-plugin-syntax-async-functions

Allow parsing of async functions

main
node-babel-plugin-syntax-async-generators

Allow parsing of async generators

main
node-babel-plugin-syntax-class-constructor-call

Allow parsing of class constructor calls

main
node-babel-plugin-syntax-class-properties

Allow parsing of class properties

main
node-babel-plugin-syntax-decorators

Allow parsing of decorators

main
node-babel-plugin-syntax-do-expressions

Allow parsing of do expressinos

main
node-babel-plugin-syntax-dynamic-import

Allow parsing of import

main
node-babel-plugin-syntax-exponentiation-operator

Allow parsing of the exponentiation operator

main
node-babel-plugin-syntax-export-extensions

Allow parsing of export extensions

main
node-babel-plugin-syntax-flow

Allow parsing of the flow syntax

main
node-babel-plugin-syntax-function-bind

Allow parsing of function bind

main
node-babel-plugin-syntax-jsx

Allow parsing of jsx

main
node-babel-plugin-syntax-object-rest-spread

Allow parsing of object rest/spread

main
node-babel-plugin-syntax-trailing-function-commas

Compile trailing function commas to ES5

main
node-babel-plugin-transform-async-generator-functions

Convert async generator functions to ES2015 generators

main
node-babel-plugin-transform-async-to-bluebird

Convert async functions to Bluebird promises

main
node-babel-plugin-transform-async-to-generator

Turn async functions into ES2015 generators

main
node-babel-plugin-transform-builtin-extend

extend from builtin types

main
node-babel-plugin-transform-class-constructor-call

Enable new.target in ES2015 classes

main
node-babel-plugin-transform-class-properties

Compile additional export-from statements to ES2015

main
node-babel-plugin-transform-decorators

Compile class and object decorators to ES5

main
node-babel-plugin-transform-decorators-legacy

Compile class and object decorators to ES5 (legacy)

main
node-babel-plugin-transform-define

replace member expressions and typeof statements with strings

main
node-babel-plugin-transform-do-expressions

Compile do expressions to ES5

main
node-babel-plugin-transform-es3-member-expression-literals

Ensure that reserved words are quoted in property accesses

main
node-babel-plugin-transform-es3-property-literals

Ensure that reserved words are quoted in object property keys

main
node-babel-plugin-transform-exponentiation-operator

Compile the exponentiation operator to ES5

main
node-babel-plugin-transform-export-extensions

Compile ES2015/ES2016 class properties to ES5

main
node-babel-plugin-transform-flow-strip-types

Strip flow type annotations from your output code

main
node-babel-plugin-transform-function-bind

Compile the functino bind operator to ES5

main
node-babel-plugin-transform-jscript

fix buggy JScript named function expressions

main
node-babel-plugin-transform-object-rest-spread

Compile object rest and spread to ES5

main
node-babel-plugin-transform-proto-to-assign

Babel plugin for turning __proto__ into a shallow property clone

main
node-babel-plugin-transform-react-display-name

Add displayName to React.createClass calls

main
node-babel-plugin-transform-react-jsx

Turn JSX into React function calls

main
node-babel-plugin-transform-react-jsx-self

Add a __self prop to all JSX Elements

main
node-babel-plugin-transform-react-jsx-source

Add a __source prop to all JSX Elements

main
node-babel-plugin-transform-regenerator

Explode async and generator functions into a state machine

main
node-babel-plugin-transform-runtime

Externalise references to helpers and builtins

main
node-babel-plugin-transform-strict-mode

Enable strict mode for all files

main
node-babel-plugin-transform-vue-jsx

Babel plugin for Vue 2.0 JSX

main
node-babel-polyfill

Provides polyfills necessary for a full ES2015+ environment

main
node-babel-preset-airbnb

babel preset for transforming your JavaScript for Airbnb

main