next.js
45e5ad76 - Turbopack: remove StarImportAnalyzer (#92830)

Commit
33 days ago
Turbopack: remove StarImportAnalyzer (#92830) There is actually no reason to compute `full_star_imports` before the `visit_with(&mut analyzer)`: it's only used later on by references/mod.rs which calls `should_import_all`. So we can just do it in the same traversal
Author
Parents
Loading