deno/tests/specs/node
David Sherret db263a14d4
Some checks are pending
ci / test release macos-x86_64 (push) Blocked by required conditions
ci / test debug windows-x86_64 (push) Blocked by required conditions
ci / test release windows-x86_64 (push) Blocked by required conditions
ci / build libs (push) Blocked by required conditions
ci / pre-build (push) Waiting to run
ci / test debug linux-aarch64 (push) Blocked by required conditions
ci / test release linux-aarch64 (push) Blocked by required conditions
ci / test debug macos-aarch64 (push) Blocked by required conditions
ci / test release macos-aarch64 (push) Blocked by required conditions
ci / bench release linux-x86_64 (push) Blocked by required conditions
ci / lint debug linux-x86_64 (push) Blocked by required conditions
ci / lint debug macos-x86_64 (push) Blocked by required conditions
ci / lint debug windows-x86_64 (push) Blocked by required conditions
ci / test debug linux-x86_64 (push) Blocked by required conditions
ci / test release linux-x86_64 (push) Blocked by required conditions
ci / test debug macos-x86_64 (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
fix(node): improve directory import error suggestion (#30619)
2025-09-04 21:48:19 -04:00
..
byonm_phantom_dep_res_failure fix(node): better detection for when to surface node resolution errors (#24653) 2024-07-24 00:22:24 +00:00
child_process_extra_pipes chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
cjs_analysis_multiple_errors fix(check): npm resolution errors to tsc diagnostics (#28174) 2025-02-18 21:44:49 +00:00
cjs_dynamic_import_esm_with_exports chore: remove DENO_FUTURE=1 from spec tests (#25329) 2024-08-31 21:25:32 +00:00
cjs_key_escaped_whitespace fix: add "module.exports" export to ESM CJS wrapper module (#28373) 2025-03-03 16:47:39 +00:00
cjs_reexport_node_condition fix(node): Include "node" condition during CJS re-export analysis (#25785) 2024-09-21 16:10:38 -07:00
cjs_reexport_same_specifier_in_sub_folder fix: add "module.exports" export to ESM CJS wrapper module (#28373) 2025-03-03 16:47:39 +00:00
detect_es_module_defined_as_cjs
dynamic_import_and_require_dual fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
errors_have_code fix(node): use JsErrorClass for code property on node resolver errors (#29294) 2025-05-16 20:54:47 +02:00
esm_dir_import fix(node): improve directory import error suggestion (#30619) 2025-09-04 21:48:19 -04:00
global_cache_node_modules_perm_checks fix(node): do not require permission checks for require's node_modules stats (#29397) 2025-05-20 15:50:41 +00:00
import_cjs_file_no_ext_mjs_pkg fix(node): resolve module as maybe CJS when it's missing a file extension (#27904) 2025-02-01 13:12:17 -05:00
imports_wildcard chore: remove DENO_FUTURE=1 from spec tests (#25329) 2024-08-31 21:25:32 +00:00
missing_ext_suggestion fix(node): show directory import and missing extension suggestions (#27905) 2025-02-01 13:07:23 -05:00
next_tick_uncaught_exception fix: report exceptions from nextTick (#26579) 2024-10-28 18:16:43 +01:00
node_debug fix(ext/node): upgrade node:stream (#28855) 2025-04-14 21:35:34 +05:30
node_fs_cp fix(node/fs): cp should not create subfolder when both source and target are directories (#30408) 2025-08-16 19:20:58 +02:00
node_process_beforeexit_exit_events_emitted_without_listeners feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
node_test_module fix(node/test): basic support for t.skip and t.todo (#29222) 2025-05-09 01:40:16 +02:00
node_test_module_no_sanitizers chore: remove unnecessary envs in spec tests (#25982) 2024-10-02 10:14:38 +01:00
readline_doesnt_require_permissions fix(ext/node): createInterface doesn't require env permission (#29472) 2025-05-28 11:59:26 +02:00
readline_promises fix: actually add missing node:readline/promises module (#24772) 2024-07-28 15:41:10 -04:00
rejection_handled_web_process
require_esm_module_exports fix(node): require esm should prefer module.exports export (#28376) 2025-03-03 15:03:12 -05:00
require_esm_reexport_esm fix(node): support re-exported esm modules in cjs export analysis (#28379) 2025-03-05 16:37:46 -05:00
require_esm_reexport_esm_module_exports fix(node): support re-exported esm modules in cjs export analysis (#28379) 2025-03-05 16:37:46 -05:00
require_export_from_parent_with_no_filename fix(ext/node): resolve exports even if parent module filename isn't present (#26553) 2024-10-31 10:02:31 -07:00
spawn_keeps_npm_state fix: pass npm process state when spawning script in npm package via Node APIs (#30490) 2025-08-22 19:49:35 -04:00
stdio_ipc fix(ext/node): support stdin child_process IPC & fd stdout/stderr (#24106) 2024-06-07 22:51:32 +05:30
types_req_export fix(check): support types@ export conditions (#28450) 2025-03-10 13:20:48 -04:00
types_versions fix(check): support typesVersions in npm dependencies (#28468) 2025-03-11 11:23:30 -04:00
unstable_detect_cjs chore: add test for top level return statement with unstable-detect-cjs (#30480) 2025-08-21 17:52:17 -07:00
web_node_events_dispatched_in_correct_order feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
windows_write_stream_permissions fix(node): regression where Node fs APIs required elevated permissions on Windows (#30535) 2025-08-27 09:29:44 -04:00
worker_threads
worker_threads_cache fix(node): seperate worker module cache (#23634) 2024-05-16 07:09:35 +00:00
wrapped_http_response fix(ext/node): work correctly with wrapper Response objects, use correct rawHeaders structure (#29056) 2025-04-30 00:14:29 +00:00