deno/cli/tsc
Aaron O'Mullan ff9ff4a377
refactor(core): simplify error handling (#10297)
- register builtin v8 errors in core.js so consumers don't have to
- remove complexity of error args handling (consumers must provide a 
  constructor with custom args, core simply provides msg arg)
2021-04-21 20:50:50 -04:00
..
00_typescript.js fix(cli): re-add dom.asynciterable lib (#9888) 2021-03-25 22:09:03 +11:00
99_main_compiler.js refactor(core): simplify error handling (#10297) 2021-04-21 20:50:50 -04:00
README.md refactor: Rename runtime/rt to runtime/js (#8806) 2020-12-17 17:37:57 +01:00
compiler.d.ts feat(lsp): Implement textDocument/semanticTokens/full (#10233) 2021-04-20 11:26:36 +10:00

README.md

tsc

This directory contains the typescript compiler and a small compiler host for the runtime snapshot.