1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/cli/tests/testdata/run/check_js_points_to_ts
Rafael Ávila de Espíndola a34ed568e9
fix(cli): expand tsc roots when using checkJs (#15164)
A JS file can still point to a TS file, so we need to expand the roots
in the checkJs case too.

Fixes: #15163
2022-07-14 10:40:47 -04:00
..
bar.ts fix(cli): expand tsc roots when using checkJs (#15164) 2022-07-14 10:40:47 -04:00
foo.d.ts fix(cli): expand tsc roots when using checkJs (#15164) 2022-07-14 10:40:47 -04:00
foo.js fix(cli): expand tsc roots when using checkJs (#15164) 2022-07-14 10:40:47 -04:00
test.js fix(cli): expand tsc roots when using checkJs (#15164) 2022-07-14 10:40:47 -04:00
test.js.out fix(cli): expand tsc roots when using checkJs (#15164) 2022-07-14 10:40:47 -04:00