deno/cli/tsc
2020-12-07 21:46:39 +11:00
..
00_typescript.js feat(cli): update to TypeScript 4.1 (#7573) 2020-11-24 09:31:10 +11:00
99_main_compiler.js feat: add mvp language server (#8515) 2020-12-07 21:46:39 +11:00
compiler.d.ts feat: add mvp language server (#8515) 2020-12-07 21:46:39 +11:00
README.md Rename cli/js2 to cli/rt (#6857) 2020-07-23 16:27:26 +02:00

tsc

This directory contains the code for the typescript compiler snapshot

There is currently A LOT of overlap between this code and the runtime snapshot code in cli/rt.

This is intentionally ugly because there should be no overlap.

This directory ultimately should contain just typescript.js and a smallish CompilerHost.