Rephrasing again.

Clarified by @sebmck on gitter.
This commit is contained in:
Alberto Leal
2014-12-17 08:23:02 -05:00
parent 1d91a758b4
commit 98e9a45f63

View File

@@ -184,7 +184,7 @@ require("6to5/register")({
});
```
**NOTE:** Be aware that if you use node.js with the `--harmony` flag, 6to5 will transform code regardless of whether or not a feature is natively supported. If a feature is natively supported, you may want 6to5 to skip transformation for this feature via the `blacklist` option.
**NOTE:** Using 6to5-node or `require("6to5/register")`, 6to5 will check what features are available in the current environment and blacklists them if they're supported.
#### Options