summaryrefslogtreecommitdiff
path: root/test/es-module/test-esm-json-cache.mjs
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2019-05-17 15:23:59 -0400
committerMyles Borins <myles.borins@gmail.com>2019-05-22 04:06:34 -0400
commitc3f72510c8f629ed2178b50bb2860efc3feb9249 (patch)
tree869802994dcea9cc4666992fc4677b1ecce29242 /test/es-module/test-esm-json-cache.mjs
parent47c5c3da862e7107cdf2ca4a31a4ae70be2d85a7 (diff)
downloadandroid-node-v8-c3f72510c8f629ed2178b50bb2860efc3feb9249.tar.gz
android-node-v8-c3f72510c8f629ed2178b50bb2860efc3feb9249.tar.bz2
android-node-v8-c3f72510c8f629ed2178b50bb2860efc3feb9249.zip
esm: remove experimental status from JSON modules
The HTML spec has officially landed JSON Modules and as such I think we can move them out of the "experimental" status. They will still be behind the `--experimental-modules` flag until the entire esm implementation moves out of experimental. Refs: https://html.spec.whatwg.org/#creating-a-json-module-script PR-URL: https://github.com/nodejs/node/pull/27752 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Bradley Farias <bradley.meck@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Yuta Hiroto <hello@hiroppy.me> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Jan Krems <jan.krems@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'test/es-module/test-esm-json-cache.mjs')
-rw-r--r--test/es-module/test-esm-json-cache.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/es-module/test-esm-json-cache.mjs b/test/es-module/test-esm-json-cache.mjs
index d1fee4f444..0f7d680406 100644
--- a/test/es-module/test-esm-json-cache.mjs
+++ b/test/es-module/test-esm-json-cache.mjs
@@ -1,4 +1,4 @@
-// Flags: --experimental-modules --experimental-json-modules
+// Flags: --experimental-modules
import '../common/index.mjs';
import { strictEqual, deepStrictEqual } from 'assert';