0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/es-module
Myles Borins c3f72510c8
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>
2019-05-22 04:06:34 -04:00
..
es-module.status
test-esm-basic-imports.mjs tools: fix node-core/required-modules eslint rule 2019-05-06 04:57:49 +02:00
test-esm-cjs-main.js
test-esm-cyclic-dynamic-import.mjs tools: fix node-core/required-modules eslint rule 2019-05-06 04:57:49 +02:00
test-esm-double-encoding.mjs tools: fix node-core/required-modules eslint rule 2019-05-06 04:57:49 +02:00
test-esm-dynamic-import.js
test-esm-encoded-path-native.js
test-esm-encoded-path.mjs tools: fix node-core/required-modules eslint rule 2019-05-06 04:57:49 +02:00
test-esm-error-cache.js test: fix ineffective error tests 2019-04-24 10:07:09 +02:00
test-esm-example-loader.js tools: force common be required before any other modules 2019-05-13 19:39:34 +08:00
test-esm-forbidden-globals.mjs tools: fix node-core/required-modules eslint rule 2019-05-06 04:57:49 +02:00
test-esm-import-meta.mjs tools: fix node-core/required-modules eslint rule 2019-05-06 04:57:49 +02:00
test-esm-invalid-extension.js esm: use correct error arguments 2019-05-20 10:26:23 -04:00
test-esm-json-cache.mjs esm: remove experimental status from JSON modules 2019-05-22 04:06:34 -04:00
test-esm-json.mjs esm: remove experimental status from JSON modules 2019-05-22 04:06:34 -04:00
test-esm-live-binding.mjs tools: fix node-core/required-modules eslint rule 2019-05-06 04:57:49 +02:00
test-esm-loader-cache-clearing.js test: clearing require cache crashes esm loader 2019-05-14 16:17:34 +08:00
test-esm-loader-dependency.mjs tools: force common be required before any other modules 2019-05-13 19:39:34 +08:00
test-esm-loader-invalid-format.mjs tools: fix node-core/required-modules eslint rule 2019-05-06 04:57:49 +02:00
test-esm-loader-invalid-url.mjs tools: fix node-core/required-modules eslint rule 2019-05-06 04:57:49 +02:00
test-esm-loader-missing-dynamic-instantiate-hook.mjs tools: fix node-core/required-modules eslint rule 2019-05-06 04:57:49 +02:00
test-esm-loader-modulemap.js
test-esm-loader-search.js
test-esm-main-lookup.mjs tools: fix node-core/required-modules eslint rule 2019-05-06 04:57:49 +02:00
test-esm-named-exports.mjs tools: fix node-core/required-modules eslint rule 2019-05-06 04:57:49 +02:00
test-esm-namespace.mjs tools: fix node-core/required-modules eslint rule 2019-05-06 04:57:49 +02:00
test-esm-no-extension.js esm: replace --entry-type with --input-type 2019-04-16 12:41:59 -04:00
test-esm-preserve-symlinks-main.js
test-esm-preserve-symlinks-not-found-plain.mjs tools: force common be required before any other modules 2019-05-13 19:39:34 +08:00
test-esm-preserve-symlinks-not-found.mjs tools: force common be required before any other modules 2019-05-13 19:39:34 +08:00
test-esm-preserve-symlinks.js
test-esm-process.mjs tools: fix node-core/required-modules eslint rule 2019-05-06 04:57:49 +02:00
test-esm-require-cache.mjs tools: fix node-core/required-modules eslint rule 2019-05-06 04:57:49 +02:00
test-esm-resolve-hook.mjs tools: force common be required before any other modules 2019-05-13 19:39:34 +08:00
test-esm-shared-loader-dep.mjs tools: fix node-core/required-modules eslint rule 2019-05-06 04:57:49 +02:00
test-esm-shebang.mjs tools: fix node-core/required-modules eslint rule 2019-05-06 04:57:49 +02:00
test-esm-snapshot.mjs tools: fix node-core/required-modules eslint rule 2019-05-06 04:57:49 +02:00
test-esm-specifiers.mjs
test-esm-symlink-main.js
test-esm-symlink-type.js
test-esm-symlink.js
test-esm-throw-undefined.mjs tools: fix node-core/required-modules eslint rule 2019-05-06 04:57:49 +02:00
test-esm-type-flag-errors.js esm: replace --entry-type with --input-type 2019-04-16 12:41:59 -04:00
test-esm-type-flag.mjs tools: force common be required before any other modules 2019-05-13 19:39:34 +08:00
test-esm-wasm.mjs esm: --experimental-wasm-modules integration support 2019-05-17 02:25:20 +02:00
testcfg.py