From 8be2b241ae81f282a9f45f7319c06a146572bac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Fri, 16 Feb 2018 11:36:08 +0100 Subject: [PATCH] Update gotcha --- readme.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.markdown b/readme.markdown index 9b633e9..4184aae 100644 --- a/readme.markdown +++ b/readme.markdown @@ -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