Skip to content

Instantly share code, notes, and snippets.

@ahmadnassri
Created August 26, 2016 15:00
Show Gist options
  • Save ahmadnassri/0d1848a4428601f003eaae0580b876eb to your computer and use it in GitHub Desktop.
Save ahmadnassri/0d1848a4428601f003eaae0580b876eb to your computer and use it in GitHub Desktop.
Node - Babel ES mapping

ES2015

Node Version Babel Plugin
<= 0.12.x babel-plugin-transform-es2015-arrow-functions
<= 0.12.x babel-plugin-transform-es2015-classes
<= 0.12.x babel-plugin-transform-es2015-computed-properties
<= 0.12.x babel-plugin-transform-es2015-for-of
<= 0.12.x babel-plugin-transform-es2015-template-literals
<= 0.12.x babel-plugin-transform-regenerator
<= 0.12.x babel-plugin-check-es2015-constants
<= 0.12.x babel-plugin-transform-es2015-block-scoped-functions
<= 0.12.x babel-plugin-transform-es2015-block-scoping
<= 0.12.x babel-plugin-transform-es2015-duplicate-keys
<= 0.12.x babel-plugin-transform-es2015-literals
<= 0.12.x babel-plugin-transform-es2015-object-super
<= 0.12.x babel-plugin-transform-es2015-typeof-symbol
<= 4.x.x babel-plugin-transform-es2015-spread
<= 5.x.x babel-plugin-transform-es2015-shorthand-properties
<= 5.x.x babel-plugin-transform-es2015-sticky-regex
<= 5.x.x babel-plugin-transform-es2015-unicode-regex
<= 6.x.x babel-plugin-transform-es2015-destructuring
<= 6.x.x babel-plugin-transform-es2015-modules-commonjs
<= 6.x.x babel-plugin-transform-es2015-function-name
<= 6.x.x babel-plugin-transform-es2015-parameters

ES 2016

Node Version Babel Plugin
<= 6.x.x babel-plugin-transform-exponentiation-operator

ES 2017

Node Version Babel Plugin
<= 6.x.x babel-plugin-syntax-trailing-function-commas
<= 6.x.x babel-plugin-transform-async-to-generator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment