0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-03 05:05:35 -05:00
denoland-deno/cli/tsc
2020-12-16 11:46:32 -05:00
..
00_typescript.js upgrade TypeScript to 4.1.3 (#8785) 2020-12-16 11:46:32 -05:00
99_main_compiler.js refactor(lsp): optimise static assets (#8771) 2020-12-16 06:34:39 +11:00
compiler.d.ts refactor(lsp): optimise static assets (#8771) 2020-12-16 06:34: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.