652 B
652 B
| layout | title | description | permalink | redirect_from |
|---|---|---|---|---|
| docs | Experimental | How to use experimental ES7 features. | /docs/usage/experimental/ | /experimental.html |
6to5 also has experimental support for ES7 proposals.
Subject to change
These proposals are subject to change so use with extreme caution. 6to5 may update without warning in order to track spec changes. Please do not use them in production applications.
Usage
$ 6to5 --experimental
to5.transform('code', { experimental: true });