Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eiel/babel-preset-google-apps-script


https://github.com/eiel/babel-preset-google-apps-script

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# babel-preset-google-apps-script

> Babel preset for Google Apps Script

## install

```sh
npm install --save-dev babel-preset-google-apps-script
```

## Usage

### Via `.babelrc` (Recommended)

**.babelrc**

```json
{
"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](/docs/plugins/transform-es3-member-expression-literals/) :
- :white_check_mark: [es3-property-literals](/docs/plugins/transform-es3-property-literals/)

### ES5

- :o: [es5-property-mutators](/docs/plugins/transform-es5-property-mutators/)

### ES2015

- :o: [check-es2015-constants](/docs/plugins/check-es2015-constants/)
- :white_check_mark: [es2015-arrow-functions](/docs/plugins/transform-es2015-arrow-functions/)
- :white_check_mark: [es2015-block-scoped-functions](/docs/plugins/transform-es2015-block-scoped-functions/)
- :white_check_mark: [es2015-block-scoping](/docs/plugins/transform-es2015-block-scoping/)
- :white_check_mark: [es2015-classes](/docs/plugins/transform-es2015-classes/)
- :white_check_mark: [es2015-computed-properties](/docs/plugins/transform-es2015-computed-properties/)
- :white_check_mark: [es2015-destructuring](/docs/plugins/transform-es2015-destructuring/)
- :white_check_mark: [es2015-duplicate-keys](/docs/plugins/transform-es2015-duplicate-keys/)
- :white_check_mark: [es2015-for-of](/docs/plugins/transform-es2015-for-of/)
- :white_check_mark: [es2015-function-name](/docs/plugins/transform-es2015-function-name/)
- :white_check_mark: [es2015-literals](/docs/plugins/transform-es2015-literals/)
- :white_check_mark: [es2015-object-super](/docs/plugins/transform-es2015-object-super/)
- :white_check_mark: [es2015-parameters](/docs/plugins/transform-es2015-parameters/)
- :white_check_mark: [es2015-shorthand-properties](/docs/plugins/transform-es2015-shorthand-properties/)
- :white_check_mark: [es2015-spread](/docs/plugins/transform-es2015-spread/)
- :o: [es2015-sticky-regex](/docs/plugins/transform-es2015-sticky-regex/)
- :white_check_mark: [es2015-template-literals](/docs/plugins/transform-es2015-template-literals/)
- :x: [es2015-typeof-symbol](/docs/plugins/transform-es2015-typeof-symbol/)
- :white_check_mark: [es2015-unicode-regex](/docs/plugins/transform-es2015-unicode-regex/)

### ES2016

- :white_check_mark: [exponentiation-operator](/docs/plugins/transform-exponentiation-operator/)

### ES2017

- :x: [async-to-generator](/docs/plugins/transform-async-to-generator/)