mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
c82c3b982e
* port tsc_config.rs * cleanup options * bring back allowNonTsExtension * try * fix test * fix test2 * move config for bundling * remove Transpile compile request * remove dead code * remove more dead code * remove checkJs regex * fix * handle config str for runtime APIs * lint * runtimeCompile config in Rust * runtimeCompile and runtimeTranspile config in Rust * fix * remove lint supression * upgrade: jsonc-parser 0.13.0 * remove unneeded to_string() * upgrade: jsonc-parser 0.14.0 * remove AsRef<str> |
||
---|---|---|
.. | ||
00_bootstrap_namespace.js | ||
00_typescript.js | ||
01_errors.js | ||
06_util.js | ||
10_dispatch_json.js | ||
40_error_stack.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.