1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00
denoland-deno/cli/tests
Andreu Botella 090169cfbc
feat(compile): Add support for web workers in standalone mode (#17657)
This commit adds support for spawning Web Workers in self-contained
binaries created with "deno compile" subcommand.

As long as module requested in "new Worker" constructor is part of the
eszip (by means of statically importing it beforehand, or using "--include"
flag), then the worker can be spawned.
2023-03-19 23:32:54 +01:00
..
integration feat(compile): Add support for web workers in standalone mode (#17657) 2023-03-19 23:32:54 +01:00
node_compat test: parallelize applicable node compat tests (#18161) 2023-03-14 16:56:06 +09:00
testdata feat(compile): Add support for web workers in standalone mode (#17657) 2023-03-19 23:32:54 +01:00
unit fix(runtime): Extract error code for all OS error variants (#17958) 2023-03-19 00:01:50 +00:00
unit_node test(ext/node): port _fs tests from std/node (#18262) 2023-03-20 01:10:39 +09:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00