Skip to content

Instantly share code, notes, and snippets.

@gabmontes
Created October 19, 2016 15:41
Show Gist options
  • Select an option

  • Save gabmontes/c3a1e922bdd73a36f5bf6690d6ac4680 to your computer and use it in GitHub Desktop.

Select an option

Save gabmontes/c3a1e922bdd73a36f5bf6690d6ac4680 to your computer and use it in GitHub Desktop.
Summary of babel presets to transforms matrix

Presets to transforms

Data as of 18-oct-2016

| es2015 | es2016 | es2017 | latest | latest-minimal(*) | stage-3 | stage-2 | stage-1 | stage-0 --- |:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---: check-es2015-constants | x | | | x | x | | | | syntax-dynamic-import | | | | | | | x | | syntax-trailing-function-commas | | | x | x | x | x | | | transform-async-generator-functions | | | | | | x | | | transform-async-to-generator | | | x | x | x | x | | | transform-class-constructor-call | | | | | | | | D | transform-class-properties | | | | | | | x | | transform-decorators | | | | | | | NS | | transform-do-expressions | | | | | | | | | x transform-es2015-arrow-functions | x | | | x | x | | | | transform-es2015-block-scoped-functions | x | | | x | x | | | | transform-es2015-block-scoping | x | | | x | x | | | | transform-es2015-classes | x | | | x | x | | | | transform-es2015-computed-properties | x | | | x | x | | | | transform-es2015-destructuring | x | | | x | x | | | | transform-es2015-duplicate-keys | x | | | x | x | | | | transform-es2015-for-of | x | | | x | x | | | | transform-es2015-function-name | x | | | x | x | | | | transform-es2015-literals | x | | | x | x | | | | transform-es2015-modules-amd | x | | | x | | | | | transform-es2015-modules-commonjs | x | | | x | x | | | | transform-es2015-modules-systemjs | x | | | x | | | | | transform-es2015-modules-umd | x | | | x | | | | | transform-es2015-object-super | x | | | x | x | | | | transform-es2015-parameters | x | | | x | x | | | | transform-es2015-shorthand-properties | x | | | x | x | | | | transform-es2015-spread | x | | | x | x | | | | transform-es2015-sticky-regex | x | | | x | x | | | | transform-es2015-template-literals | x | | | x | x | | | | transform-es2015-typeof-symbol | x | | | x | x | | | | transform-es2015-unicode-regex | x | | | x | x | | | | transform-exponentiation-operator | | x | | x | x | x | | | transform-export-extensions | | | | | | | | x | transform-function-bind | | | | | | | | | x transform-object-rest-spread | | | | | | x | | | transform-regenerator | x | | | x | x | | | |

(*) Not an official Babel preset!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment