1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-27 16:10:57 -05:00
denoland-deno/tests/specs/compile/detect_cjs/output.out
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

2 lines
140 B
Text

error: Uncaught SyntaxError: The requested module './add.js' does not provide an export named 'add'
at <anonymous> (file:///[WILDLINE])