0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/cli/tests/testdata/compile/dynamic_imports
Andreu Botella b64ec79268
feat(compile): Enable multiple roots for a standalone module graph (#17663)
This change will enable dynamic imports and web workers to use modules
not reachable from the main module, by passing a list of extra side
module roots as options to `deno compile`. 

This can be done by specifying "--include" flag that accepts a file path or a
URL. This flag can be specified multiple times, to include several modules.
The modules specified with "--include" flag, will be added to the produced
"eszip".
2023-03-19 00:43:07 +01:00
..
import1.ts test(compile): Add a test for dynamic imports in deno compile (#18017) 2023-03-05 01:37:54 +00:00
import2.ts test(compile): Add a test for dynamic imports in deno compile (#18017) 2023-03-05 01:37:54 +00:00
import_path feat(compile): Enable multiple roots for a standalone module graph (#17663) 2023-03-19 00:43:07 +01:00
main.out test(compile): Add a test for dynamic imports in deno compile (#18017) 2023-03-05 01:37:54 +00:00
main.ts feat(compile): Enable multiple roots for a standalone module graph (#17663) 2023-03-19 00:43:07 +01:00
main_unanalyzable.ts feat(compile): Enable multiple roots for a standalone module graph (#17663) 2023-03-19 00:43:07 +01:00