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.