blob: e680138857ae94088dec1e28e2635a2da6a0d5f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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.
|