1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-23 07:29:51 -05:00
denoland-deno/cli/tests
Yoshiya Hinosawa 3d35900639
fix(ext/net): fix string port number handling in listen (#19921)
While string `port` is not allowed in typing, it seems we used to
support that and now it's broken. ref:
https://github.com/denoland/deno/issues/10064#issuecomment-1637427260

This PR restores the support of string port number in `listen` and
`listenTls`
2023-07-25 06:26:18 +00:00
..
integration fix(lsp): handle watched files events from symlinked config files (#19898) 2023-07-21 09:12:26 -04:00
node_compat feat(ext/node): properly segregate node globals (#19307) 2023-07-19 10:30:04 +02:00
testdata feat(ext/node): properly segregate node globals (#19307) 2023-07-19 10:30:04 +02:00
unit fix(ext/net): fix string port number handling in listen (#19921) 2023-07-25 06:26:18 +00:00
unit_node fix(node/http): add encrypted field to FakeSocket (#19886) 2023-07-21 02:18:07 +02:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00