Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(turbopack): Use module fragment for async module analysis (#71246)
### What? Make `EcmascriptModulePartAsset::is_async_module` specify `ModulePart` correctly while analyzing ### Why? The previous code makes all dependencies of a module to be loaded. ### How?
- Loading branch information