mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 13:14:48 +00:00

This commit fixes regression that caused TS dependencies not being compiled. Check was added that ensures TS compiler is run if any of dependencies in module graph is TS/TSX/JSX.
1 line
32 B
JavaScript
1 line
32 B
JavaScript
import "./005_more_imports.ts";
|