mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
5af1dcfe29
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com> Co-authored-by: Ryan Dahl <ry@tinyclouds.org> |
||
---|---|---|
.. | ||
00_typescript.js | ||
99_main_compiler.js | ||
README.md |
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.