mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
01028fcdf4
denoland/eszip#115 added support for statically-analyzed dynamic imports in eszip, which made `deno compile` support dynamic imports starting from #17858. This PR adds a test for it. ---- This test is adapted from PR #17663. Closes #17908
3 lines
51 B
TypeScript
3 lines
51 B
TypeScript
import "./import2.ts";
|
|
|
|
console.log("import1.ts");
|