1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests/testdata/node
snek f9007d3386
feat: require(esm) (#25501)
implement require(esm) using `op_import_sync` from deno_core.

possible future changes:
- cts and mts
- replace Deno.core.evalContext to optimize esm syntax detection

Fixes: https://github.com/denoland/deno/issues/25487
2024-09-10 20:12:36 +00:00
..
require_esm feat: require(esm) (#25501) 2024-09-10 20:12:36 +00:00
test_no_sanitizers chore(cli): fix part of flaky test (#22515) 2024-02-21 19:10:51 +00:00
events_order.out fix(ext/node): dispatch beforeExit/exit events irrespective of listeners (#23382) 2024-04-16 13:45:41 +00:00
events_order.ts fix(ext/node): dispatch beforeExit/exit events irrespective of listeners (#23382) 2024-04-16 13:45:41 +00:00
process_beforeexit_exit_events.out fix(ext/node): dispatch beforeExit/exit events irrespective of listeners (#23382) 2024-04-16 13:45:41 +00:00
process_beforeexit_exit_events.ts fix(ext/node): dispatch beforeExit/exit events irrespective of listeners (#23382) 2024-04-16 13:45:41 +00:00
test.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
test.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unhandled_rejection_web.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unhandled_rejection_web.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unhandled_rejection_web_process.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unhandled_rejection_web_process.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00