Skip to content

Commit

Permalink
Update gotcha
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Feb 16, 2018
1 parent 972b31b commit 8be2b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.markdown
Expand Up @@ -179,7 +179,7 @@ Instead, you must use simpler expressions that can be resolved at build-time:
var str = require('fs').readFileSync(__dirname + '/file.txt', 'utf8');
```

Another gotcha: `brfs` does not yet support ES2015 syntax like destructuring or `import` statements. See [brfs-babel](https://github.com/Jam3/brfs-babel) for an experimental replacement that supports this syntax.
Another gotcha: `brfs` does not yet support ES module `import` statements. See [brfs-babel](https://github.com/Jam3/brfs-babel) for an experimental replacement that supports this syntax.

# license

Expand Down

0 comments on commit 8be2b24

Please sign in to comment.