summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/compile/dynamic_imports/main.out
AgeCommit message (Collapse)Author
2023-03-05test(compile): Add a test for dynamic imports in `deno compile` (#18017)Andreu Botella
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