1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-08 07:08:27 -05:00
denoland-deno/cli/tests
David Sherret 12767305cf fix(lsp): auto-discover deno.json in more cases (#19894)
We weren't auto-discovering the deno.json in two cases:

1. A project that didn't have a deno.json and just added one.
2. After a syntax error in the deno.json.

This now rediscovers it in both these cases.

Closes https://github.com/denoland/vscode_deno/issues/867
2023-07-26 08:53:24 -04:00
..
integration fix(lsp): auto-discover deno.json in more cases (#19894) 2023-07-26 08:53:24 -04:00
node_compat feat(ext/node): properly segregate node globals (#19307) 2023-07-20 01:53:37 +02:00
testdata feat(ext/node): properly segregate node globals (#19307) 2023-07-20 01:53:37 +02:00
unit fix(runtime): print process name in case of spawn error (#19855) 2023-07-20 01:53:36 +02:00
unit_node fix(node/http): call callback after request is sent (#19871) 2023-07-20 01:53:36 +02:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00