1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 07:44:48 -05:00
denoland-deno/cli/tests
David Sherret c2e9c8cce5
fix(compile): write bytes directly to output file (#18777)
1. Adds cli/standalone folder
2. Writes the bytes directly to the output file. When adding npm
packages this might get quite large, so let's not keep the final output
in memory just in case.
2023-04-19 21:50:56 +00:00
..
integration fix(compile): write bytes directly to output file (#18777) 2023-04-19 21:50:56 +00:00
node_compat fix(ext/node): improve vm.runInThisContext (#18767) 2023-04-19 23:26:16 +09:00
testdata fix(test/coverage): exclude test files (#18748) 2023-04-19 23:30:52 +02:00
unit fix(ext/websocket): Avoid write deadlock that requires read_frame to complete (#18705) 2023-04-14 22:17:39 +05:30
unit_node fix(ext/node): implement asymmetric keygen (#18651) 2023-04-19 22:27:34 +05:30
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00