1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 23:34:47 -05:00
denoland-deno/cli/tests
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
..
integration fix(lsp): correct positions in some scenarios (#14359) 2022-05-15 14:41:37 -04:00
testdata fix: base64 encoding of source maps with emojis (#14607) 2022-05-17 16:59:35 +02:00
unit fix(ext/http): skip auto-compression if content-encoding present (#14641) 2022-05-17 14:02:45 +02:00
integration_tests.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00