1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 21:50:00 -05:00
denoland-deno/cli/tests
Marvin Hagemeister 5fd74bfa1c
feat(node): add Module.runMain() (#19080)
This PR adds the missing `Module.runMain()` function which is required
for tools like `ts-node`.

Fixes #19033
2023-05-11 00:13:45 +02:00
..
integration fix(ext/http): Ensure Deno.serve works across --watch restarts (#18998) 2023-05-08 09:52:56 +02:00
node_compat feat(node): add Module.runMain() (#19080) 2023-05-11 00:13:45 +02:00
testdata fix(node): conditional exports edge case (#19082) 2023-05-10 23:55:48 +02:00
unit feat(ext/http): Automatic compression for Deno.serve (#19031) 2023-05-10 13:23:14 +02:00
unit_node BREAKING(unstable): remove "Deno.serve(handler, options)" overload (#18759) 2023-04-26 14:54:03 +02:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00