1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/specs/compile/byonm_main_sub_dir
David Sherret eedf243b5e
perf(compile): pass module source data from binary directly to v8 (#26494)
This changes denort to pass a static reference of the moude source bytes found in the binary to v8 instead of copying it.
2024-10-24 19:48:48 +00:00
..
src fix(unstable/compile): handle byonm import in sub dir (#24755) 2024-07-26 15:53:53 -04:00
__test__.jsonc chore: remove DENO_FUTURE=1 from spec tests (#25329) 2024-08-31 21:25:32 +00:00
deno.json perf(compile): pass module source data from binary directly to v8 (#26494) 2024-10-24 19:48:48 +00:00
main.out fix(unstable/compile): handle byonm import in sub dir (#24755) 2024-07-26 15:53:53 -04:00
package.json fix(unstable/compile): handle byonm import in sub dir (#24755) 2024-07-26 15:53:53 -04:00