Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(tsc): split TS compiler into multiple files, use ESM (denola…
…nd#27784) This is a pure refactor, the `99_main_compiler.js` file was getting out of hand, being over 1500 lines and serving 3 distinct purposes: - snapshotting - type-checking - running LSP The file was split into: - 97_ts_host.js - 98_lsp.js - 99_main_compiler.js
- Loading branch information