add experimental usage note about proposal changes

This commit is contained in:
Sebastian McKenzie
2014-11-22 23:45:05 +11:00
parent d166656149
commit 43390c0d1f

View File

@@ -191,3 +191,5 @@ require("6to5/register")({
6to5 also has experimental support for ES7 proposals. You can enable this with
the `experimental: true` option when using the [Node API](#node) or
`--experimental` when using the [CLI](#cli).
**NOTE:** That these are subject to change as their proposal status progresses.