Skip to content

Parallelize awaits when multiple static import statements #21

@mbostock

Description

@mbostock

We currently rewrite static imports as dynamic imports, but we await each import individually. This isn’t urgent given that we also use modulepreload to preload modules in parallel, but it’d be nice if we used Promise.all to await all of a cell’s imports rather than serializing them.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions