0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/test/es-module
Guy Bedford 2496db8e09 module: no type module resolver side effects
PR-URL: https://github.com/nodejs/node/pull/33086
Reviewed-By: Jan Krems <jan.krems@gmail.com>
Reviewed-By: Geoffrey Booth <webmaster@geoffreybooth.com>
2020-04-29 22:10:35 -07:00
..
es-module.status
test-cjs-esm-warn.js
test-esm-basic-imports.mjs
test-esm-cjs-load-error-note.mjs
test-esm-cjs-main.js
test-esm-cyclic-dynamic-import.mjs
test-esm-data-urls.js module: loader getSource, getFormat, transform hooks 2020-01-07 01:31:05 +02:00
test-esm-default-type.mjs
test-esm-double-encoding.mjs
test-esm-dynamic-import.js module: remove experimental modules warning 2020-04-17 12:26:12 -04: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.mjs module: exports not exported for null resolutions 2020-04-22 15:48:44 -07:00
test-esm-forbidden-globals.mjs
test-esm-fs-promises.mjs fs: add fs/promises alias module 2020-02-18 22:15:50 -08:00
test-esm-get-source-loader.mjs module: loader getSource, getFormat, transform hooks 2020-01-07 01:31:05 +02:00
test-esm-import-meta-resolve.mjs esm: import.meta.resolve with nodejs: builtins 2020-02-03 18:31:02 +02:00
test-esm-import-meta.mjs
test-esm-invalid-extension.js module: loader getSource, getFormat, transform hooks 2020-01-07 01:31:05 +02:00
test-esm-json-cache.mjs
test-esm-json.mjs
test-esm-live-binding.mjs
test-esm-loader-cache-clearing.js
test-esm-loader-custom-condition.mjs module: expose exports conditions to loaders 2020-04-03 01:29:39 +02:00
test-esm-loader-dependency.mjs
test-esm-loader-get-format.mjs module: loader getSource, getFormat, transform hooks 2020-01-07 01:31:05 +02:00
test-esm-loader-invalid-format.mjs module: loader getSource, getFormat, transform hooks 2020-01-07 01:31:05 +02:00
test-esm-loader-invalid-url.mjs module: loader getSource, getFormat, transform hooks 2020-01-07 01:31:05 +02:00
test-esm-loader-missing-dynamic-instantiate-hook.mjs
test-esm-loader-modulemap.js
test-esm-loader-search.js module: loader getSource, getFormat, transform hooks 2020-01-07 01:31:05 +02:00
test-esm-loader-side-effect.mjs module: add hook for global preload code 2020-03-23 08:39:37 -05: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 module: remove experimental modules warning 2020-04-17 12:26:12 -04:00
test-esm-pkgname.mjs
test-esm-preserve-symlinks-main.js
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-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-both-flags.mjs
test-esm-specifiers-legacy-flag.mjs
test-esm-specifiers.mjs
test-esm-symlink-main.js
test-esm-symlink-type.js
test-esm-symlink.js
test-esm-throw-undefined.mjs
test-esm-transform-source-loader.mjs module: loader getSource, getFormat, transform hooks 2020-01-07 01:31:05 +02:00
test-esm-type-flag-errors.js
test-esm-type-flag.mjs
test-esm-type-main.mjs module: no type module resolver side effects 2020-04-29 22:10:35 -07:00
test-esm-unknown-or-no-extension.js module: drop support for extensionless main entry points in esm 2020-01-22 23:21:11 -08:00
test-esm-wasm.mjs
test-esm-windows.js
testcfg.py