1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/tests/testdata/coverage
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
..
multifile fix(coverage): merge coverage ranges (#13334) 2022-01-11 21:17:25 +01:00
no_snaps_included fix(coverage): exclude .snap files (#14480) 2022-05-04 13:10:55 +02:00
branch.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
branch_expected.lcov fix(coverage): use only string byte indexes and 0-indexed line numbers (#13190) 2021-12-23 20:02:54 -05:00
branch_expected.out fix(coverage): use only string byte indexes and 0-indexed line numbers (#13190) 2021-12-23 20:02:54 -05:00
branch_test.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
complex.ts fix: base64 encoding of source maps with emojis (#14607) 2022-05-17 16:59:35 +02:00
complex_expected.lcov fix: base64 encoding of source maps with emojis (#14607) 2022-05-17 16:59:35 +02:00
complex_expected.out fix: base64 encoding of source maps with emojis (#14607) 2022-05-17 16:59:35 +02:00
complex_test.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
final_blankline.js fix(coverage): use only string byte indexes and 0-indexed line numbers (#13190) 2021-12-23 20:02:54 -05:00
final_blankline_expected.lcov fix(coverage): use only string byte indexes and 0-indexed line numbers (#13190) 2021-12-23 20:02:54 -05:00
final_blankline_expected.out fix(coverage): use only string byte indexes and 0-indexed line numbers (#13190) 2021-12-23 20:02:54 -05:00
final_blankline_test.js fix(coverage): use only string byte indexes and 0-indexed line numbers (#13190) 2021-12-23 20:02:54 -05:00