node/test/es-module
Guy Bedford e2a6399be7 esm: refine ERR_REQUIRE_ESM errors
PR-URL: https://github.com/nodejs/node/pull/39175
Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2021-07-15 08:52:37 -07:00
..
es-module.status
test-cjs-esm-warn.js esm: refine ERR_REQUIRE_ESM errors 2021-07-15 08:52:37 -07:00
test-esm-assert-strict.mjs
test-esm-basic-imports.mjs
test-esm-cjs-builtins.js
test-esm-cjs-exports.js
test-esm-cjs-load-error-note.mjs
test-esm-cjs-main.js
test-esm-cjs-named-error.mjs
test-esm-custom-exports.mjs cli: add -C alias for --conditions flag 2021-05-25 15:13:36 +02:00
test-esm-cyclic-dynamic-import.mjs
test-esm-data-urls.js module: improve error message for invalid data URL 2021-04-03 20:06:05 +02:00
test-esm-default-type.mjs
test-esm-dns-promises.mjs
test-esm-double-encoding.mjs
test-esm-dynamic-import.js module: add support for `node:`‑prefixed `require(…)` calls 2021-03-19 12:34:58 +01:00
test-esm-encoded-path-native.js
test-esm-encoded-path.mjs
test-esm-error-cache.js
test-esm-example-loader.js
test-esm-exports-deprecations.mjs test: remove unnecessary `--pending-deprecation` flag 2021-06-02 00:16:51 +02:00
test-esm-exports.mjs
test-esm-forbidden-globals.mjs
test-esm-fs-promises.mjs
test-esm-get-source-loader.mjs
test-esm-import-meta-resolve.mjs module: add support for `URL` to `import.meta.resolve` 2021-05-10 15:09:05 -07:00
test-esm-import-meta.mjs
test-esm-imports.mjs
test-esm-invalid-data-urls.js module: improve error message for invalid data URL 2021-04-03 20:06:05 +02:00
test-esm-invalid-extension.js
test-esm-invalid-pjson.js
test-esm-json-cache.mjs
test-esm-json.mjs test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-esm-live-binding.mjs
test-esm-loader-cache-clearing.js
test-esm-loader-custom-condition.mjs
test-esm-loader-dependency.mjs
test-esm-loader-get-format.mjs
test-esm-loader-invalid-format.mjs
test-esm-loader-invalid-url.mjs errors: remove input from ERR_INVALID_URL message 2021-05-17 12:17:24 -07:00
test-esm-loader-modulemap.js
test-esm-loader-search.js
test-esm-loader-side-effect.mjs
test-esm-loader-stringify-text.mjs
test-esm-local-deprecations.mjs module: runtime deprecate subpath folder mappings 2021-03-20 19:14:14 +01:00
test-esm-main-lookup.mjs
test-esm-named-exports.mjs
test-esm-namespace.mjs
test-esm-non-js.js
test-esm-nowarn-exports.mjs test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-esm-path-posix.mjs
test-esm-path-win32.mjs
test-esm-pkgname.mjs
test-esm-preserve-symlinks-main.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-esm-preserve-symlinks-not-found-plain.mjs
test-esm-preserve-symlinks-not-found.mjs
test-esm-preserve-symlinks.js
test-esm-process.mjs
test-esm-repl.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-esm-require-cache.mjs
test-esm-resolve-hook.mjs
test-esm-scope-node-modules.mjs
test-esm-shared-loader-dep.mjs
test-esm-shebang.mjs
test-esm-snapshot.mjs
test-esm-specifiers-legacy-flag.mjs module: fix legacy `node` specifier resolution to resolve `"main"` field 2021-06-13 16:22:34 +02:00
test-esm-specifiers.mjs test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-esm-symlink-main.js
test-esm-symlink-type.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-esm-symlink.js
test-esm-throw-undefined.mjs
test-esm-tla-unfinished.mjs
test-esm-tla.mjs
test-esm-transform-source-loader.mjs
test-esm-type-flag-errors.js esm: refine ERR_REQUIRE_ESM errors 2021-07-15 08:52:37 -07:00
test-esm-type-flag.mjs
test-esm-type-main.mjs
test-esm-undefined-cjs-global-like-variables.js module: clarify CJS global-like variables not defined error message 2021-04-13 19:06:48 +02:00
test-esm-unknown-or-no-extension.js
test-esm-util-types.mjs
test-esm-wasm.mjs test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-esm-windows.js
testcfg.py