diff options
author | Andreu Botella <andreu@andreubotella.com> | 2023-03-19 00:43:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-19 00:43:07 +0100 |
commit | b64ec7926831896f4e43b685891111409de45e85 (patch) | |
tree | b91550f9c21931f7bf691a6c298b64ff63c16041 /ext/websocket/lib.rs | |
parent | a80d1b6e663bd439bd12b7c65cc1ac017bafb886 (diff) |
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".
Diffstat (limited to 'ext/websocket/lib.rs')
0 files changed, 0 insertions, 0 deletions