mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
d76acfdc17
This commit fixes source maps for files that contain emojis. This is done by updating "deno_ast" to "0.14.1" for the case of "--no-check" flag (ie using SWC emit) and by overriding TSC's default base64 encoder (which turned out to be buggy) for the type checking case. |
||
---|---|---|
.. | ||
00_typescript.js | ||
99_main_compiler.js | ||
compiler.d.ts | ||
README.md |
tsc
This directory contains the typescript compiler and a small compiler host for the runtime snapshot.