Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eiel/babel-preset-google-apps-script
- Owner: eiel
- License: mit
- Created: 2017-10-01T08:20:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:21:43.000Z (about 1 year ago)
- Last Synced: 2024-03-15T10:51:38.283Z (10 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 9
- Watchers: 4
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)