1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/testdata/node/require_esm
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
..
esm.js feat: require(esm) (#25501) 2024-09-10 20:12:36 +00:00
main.out feat: require(esm) (#25501) 2024-09-10 20:12:36 +00:00
main.ts feat: require(esm) (#25501) 2024-09-10 20:12:36 +00:00