babel-preset-google-apps-script
v0.0.3
Published
> Babel preset for Google Apps Script
Downloads
13
Readme
babel-preset-google-apps-script
Babel preset for Google Apps Script
install
npm install --save-dev babel-preset-google-apps-script
Usage
Via .babelrc
(Recommended)
.babelrc
{
"presets": ["google-apps-script"]
}
Used plugins
- :white_check_mark Used
- :o: Not used for no need
- :x: Not used for failture
ES3
- :white_check_mark: es3-member-expression-literals :
- :white_check_mark: es3-property-literals
ES5
ES2015
- :o: check-es2015-constants
- :white_check_mark: es2015-arrow-functions
- :white_check_mark: es2015-block-scoped-functions
- :white_check_mark: es2015-block-scoping
- :white_check_mark: es2015-classes
- :white_check_mark: es2015-computed-properties
- :white_check_mark: es2015-destructuring
- :white_check_mark: es2015-duplicate-keys
- :white_check_mark: es2015-for-of
- :white_check_mark: es2015-function-name
- :white_check_mark: es2015-literals
- :white_check_mark: es2015-object-super
- :white_check_mark: es2015-parameters
- :white_check_mark: es2015-shorthand-properties
- :white_check_mark: es2015-spread
- :o: es2015-sticky-regex
- :white_check_mark: es2015-template-literals
- :x: es2015-typeof-symbol
- :white_check_mark: es2015-unicode-regex
ES2016
- :white_check_mark: exponentiation-operator