1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-30 16:40:57 -05:00
denoland-deno/cli/tsc
Bartek Iwańczuk ff785bc35a
refactor: use JsRuntime to implement TSC (#7691)
This commits removes "CompilerWorker" in favor of
using "JsRuntime".

"cli/ops/compiler.rs" has been removed in favor of inline
registration of ops in "cli/tsc.rs"
2020-09-26 16:33:25 +02:00
..
00_typescript.js feat: bump TypeScript to 4.0.3 (#7637) 2020-09-23 14:36:03 +10:00
99_main_compiler.js refactor: use JsRuntime to implement TSC (#7691) 2020-09-26 16:33:25 +02:00
README.md Rename cli/js2 to cli/rt (#6857) 2020-07-23 16:27:26 +02:00

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.