1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
denoland-deno/cli/tsc
Bartek Iwańczuk 83f53c6455
refactor: remove tsc/40_error_stack.js (#7673)
This commit removes cli/tsc/40_error_stack.js as it is not
needed in TSC host. All errors originating in TSC are terminal
and don't require source mapping hence we can rely on default
stack traces provided by deno_core.

Additionally tsc/06_util.js was removed and its code moved
to tsc/99_main_compiler.js
2020-09-25 14:04:51 +02:00
..
00_bootstrap_namespace.js Reduce size of TypeScript Compiler snapshot (#6809) 2020-07-22 12:03:46 -04:00
00_typescript.js feat: bump TypeScript to 4.0.3 (#7637) 2020-09-23 14:36:03 +10:00
01_errors.js Encode op errors as strings instead of numbers (#6977) 2020-08-07 16:47:18 -04:00
99_main_compiler.js refactor: remove tsc/40_error_stack.js (#7673) 2020-09-25 14:04:51 +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.