1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-19 12:16:17 -05:00
denoland-deno/tests/specs/run/jsx_import_source
David Sherret 89c92b84fa
fix(check): move module not found errors to typescript diagnostics (#27533)
Instead of hard erroring, we now surface module not found errors as
TypeScript diagnostics (we have yet to show the source code of the
error, but something we can improve over time).
2025-01-03 21:49:56 +00:00
..
jsx chore(lint): add .out file reference checker (#27078) 2024-11-26 20:53:20 -08:00
jsx_precompile chore(lint): add .out file reference checker (#27078) 2024-11-26 20:53:20 -08:00
__test__.jsonc refactor: extract out FileFetcher to deno_cache_dir (#27263) 2024-12-16 23:39:40 +00:00
jsx_import_source.out chore(lint): add .out file reference checker (#27078) 2024-11-26 20:53:20 -08:00
jsx_import_source_dev.out chore(lint): add .out file reference checker (#27078) 2024-11-26 20:53:20 -08:00
jsx_import_source_error.out fix(check): move module not found errors to typescript diagnostics (#27533) 2025-01-03 21:49:56 +00:00
jsx_import_source_import_map.out chore(lint): add .out file reference checker (#27078) 2024-11-26 20:53:20 -08:00
jsx_import_source_import_map_dev.out chore(lint): add .out file reference checker (#27078) 2024-11-26 20:53:20 -08:00
jsx_import_source_no_pragma.tsx chore(lint): add .out file reference checker (#27078) 2024-11-26 20:53:20 -08:00
jsx_import_source_pragma.tsx chore(lint): add .out file reference checker (#27078) 2024-11-26 20:53:20 -08:00
jsx_import_source_pragma_import_map.tsx chore(lint): add .out file reference checker (#27078) 2024-11-26 20:53:20 -08:00