1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-02 09:34:19 -04:00
denoland-deno/cli/tsc/README.md

12 lines
327 B
Markdown
Raw Normal View History

# 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
2020-07-23 10:27:26 -04:00
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.