rsnext/packages/next-swc/crates/next-core
Tobias Koppers 2e51690143 avoid sending modules in parent for dynamic imports (vercel/turbo#4056)
### Description

Keeps track of available modules when importing new chunk groups. Omits
assets that are already available in the parent chunk group(s) when
determining assets to be included in chunks.

### Testing Instructions

Dynamic imports should not include modules that are already in the
parent chunks

<!--
  When the below is checked (default) our PR bot will automatically
  assign labels to your PR based on the content to help the team
  organize and review it faster.
-->

- [x] Auto label
fixes WEB-599
2023-03-10 19:42:22 +00:00
..
js avoid sending modules in parent for dynamic imports (vercel/turbo#4056) 2023-03-10 19:42:22 +00:00
src avoid sending modules in parent for dynamic imports (vercel/turbo#4056) 2023-03-10 19:42:22 +00:00
build.rs add basic next pages support (vercel/turbo#223) 2022-08-15 17:26:37 +00:00
Cargo.toml next/font: Align with Next.js integration test suite (vercel/turbo#4039) 2023-03-03 16:12:36 -08:00