1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/tsc
Yuki Tanaka ccd6ee5c23
feat(lsp): Implement textDocument/signatureHelp (#9330)
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
2021-02-16 13:34:09 +11:00
..
00_typescript.js chore: bump TypeScript to 4.1.4 (#9459) 2021-02-09 23:27:38 +01:00
99_main_compiler.js feat(lsp): Implement textDocument/signatureHelp (#9330) 2021-02-16 13:34:09 +11:00
compiler.d.ts feat(lsp): Implement textDocument/signatureHelp (#9330) 2021-02-16 13:34:09 +11:00
README.md refactor: Rename runtime/rt to runtime/js (#8806) 2020-12-17 17:37:57 +01:00

tsc

This directory contains the typescript compiler and a small compiler host for the runtime snapshot.