1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/cli/tsc
Bartek Iwańczuk d76acfdc17
fix: base64 encoding of source maps with emojis (#14607)
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.
2022-05-17 16:59:35 +02:00
..
00_typescript.js fix(cli): add dom.extras lib (#14430) 2022-04-29 13:47:58 +10:00
99_main_compiler.js fix: base64 encoding of source maps with emojis (#14607) 2022-05-17 16:59:35 +02:00
compiler.d.ts fix: base64 encoding of source maps with emojis (#14607) 2022-05-17 16:59:35 +02:00
README.md refactor: Rename runtime/rt to runtime/js (#8806) 2020-12-17 17:37:57 +01:00

tsc

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