1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-28 16:20:57 -05:00
denoland-deno/cli/tests
Bartek Iwańczuk 950b712dda
refactor(lsp): log names (#21413)
This commit changes LSP log names by prefixing them, we now have these
prefixes:
- `lsp.*` - requests coming from the client
- `tsc.request.*` - requests coming from clients that are routed to TSC
- `tsc.op.*` - ops called by the TS host
- `tsc.host.*` - requests that call JavaScript runtime that runs
TypeScript compiler host

Additionall `Performance::mark` was split into `Performance::mark` and
`Performance::mark_with_args` to reduce verbosity of code and logs.
2023-12-05 22:11:39 +01:00
..
integration refactor(lsp): log names (#21413) 2023-12-05 22:11:39 +01:00
node_compat fix(node): spawnSync's status was incorrect (#21359) 2023-11-30 18:32:05 +01:00
testdata refactor: replace deferred() from std/async with Promise.withResolvers() (#21234) 2023-11-24 03:05:26 +01:00
unit refactor: replace deferred() from std/async with Promise.withResolvers() (#21234) 2023-11-24 03:05:26 +01:00
unit_node fix(node): spawnSync's status was incorrect (#21359) 2023-11-30 18:32:05 +01:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00