node/test/es-module
Erick Wendel 4203d132b1 child_process: queue pending messages
It fixes the problem of the child process not receiving messages.

Fixes: https://github.com/nodejs/node/issues/41134

PR-URL: https://github.com/nodejs/node/pull/41221
Reviewed-By: Adrian Estrada <edsadr@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
Backport-PR-URL: https://github.com/nodejs/node/pull/42840
2022-05-01 16:44:20 -05:00
..
es-module.status
test-cjs-esm-warn.js
test-esm-basic-imports.mjs
test-esm-child-process-fork-main.mjs child_process: queue pending messages 2022-05-01 16:44:20 -05:00
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-08-31 10:54:59 -04:00
test-esm-cyclic-dynamic-import.mjs
test-esm-data-urls.js module: improve support of data: URLs 2021-08-31 10:55:03 -04:00
test-esm-default-type.mjs
test-esm-double-encoding.mjs
test-esm-dynamic-import.js module: add support for node:‑prefixed require(…) calls 2021-09-01 23:24:51 +02:00
test-esm-encoded-path-native.js
test-esm-encoded-path.mjs lib: fix regular expression to detect / and \ 2021-11-26 06:32:44 -05:00
test-esm-error-cache.js
test-esm-example-loader.js
test-esm-exports.mjs module: support pattern trailers 2022-01-10 22:56:53 +00:00
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-09-04 09:23:13 +02:00
test-esm-import-meta.mjs
test-esm-imports.mjs module: support pattern trailers for imports field 2022-01-10 22:56:54 +00:00
test-esm-invalid-data-urls.js
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-09-04 12:24:57 +02: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
test-esm-loader-modulemap.js
test-esm-loader-search.js
test-esm-loader-side-effect.mjs
test-esm-loader-stringify-text.mjs
test-esm-main-lookup.mjs
test-esm-named-exports.mjs
test-esm-namespace.mjs
test-esm-no-addons.mjs src: add option to disable loading native addons 2022-01-25 07:54:07 -05:00
test-esm-non-js.js
test-esm-nowarn-exports.mjs test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02:00
test-esm-pkgname.mjs lib: fix regular expression to detect / and \ 2021-11-26 06:32:44 -05:00
test-esm-preserve-symlinks-main.js test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02: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-09-04 12:24:57 +02: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-07-20 07:11:35 -04:00
test-esm-specifiers.mjs test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02:00
test-esm-symlink-main.js
test-esm-symlink-type.js test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02:00
test-esm-symlink.js
test-esm-throw-undefined.mjs
test-esm-tla-unfinished.mjs esm: make process.exit() default to exit code 0 2022-01-25 08:01:02 -05:00
test-esm-tla.mjs
test-esm-transform-source-loader.mjs
test-esm-type-flag-errors.js
test-esm-type-flag.mjs
test-esm-type-main.mjs
test-esm-undefined-cjs-global-like-variables.js
test-esm-unknown-or-no-extension.js
test-esm-wasm.mjs test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02:00
test-esm-windows.js
testcfg.py