mirror of
https://github.com/denoland/deno.git
synced 2025-02-03 13:16:08 -05:00
12 lines
328 B
Markdown
12 lines
328 B
Markdown
|
# 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/js2.
|
||
|
|
||
|
This is intentionally ugly because there should be no overlap.
|
||
|
|
||
|
This directory ultimately should contain just typescript.js and a smallish
|
||
|
CompilerHost.
|