mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
fe90ba650d
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. |
||
---|---|---|
.. | ||
collectors.rs | ||
definitions.rs | ||
execution.rs | ||
lsp_custom.rs | ||
mod.rs | ||
server.rs |