deno/cli/tsc
Bartek Iwańczuk 6c4da0e429
refactor: remove dispatch_json.js from cli/rt and cli/tsc (#7521)
Instead use Deno.core.jsonOpSync and Deno.core.jsonOpAsync
2020-09-16 22:22:43 +02:00
..
00_bootstrap_namespace.js
00_typescript.js
01_errors.js
06_util.js
40_error_stack.js
99_main_compiler.js refactor: remove dispatch_json.js from cli/rt and cli/tsc (#7521) 2020-09-16 22:22:43 +02:00
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.