mirror of
https://github.com/denoland/deno.git
synced 2025-12-23 08:48:24 +00:00
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 |
||
|---|---|---|
| .. | ||
| require_esm | ||
| test_no_sanitizers | ||
| events_order.out | ||
| events_order.ts | ||
| process_beforeexit_exit_events.out | ||
| process_beforeexit_exit_events.ts | ||
| test.js | ||
| test.out | ||
| unhandled_rejection_web.ts | ||
| unhandled_rejection_web.ts.out | ||
| unhandled_rejection_web_process.ts | ||
| unhandled_rejection_web_process.ts.out | ||