Commit 4457888
committed
Replace tuples with better suited data structures for server references
This PR introduces the `ServerReferenceExport` struct to replace
`(Ident, Atom, Atom)` tuples for tracking exported identifiers. It also
replaces the `Vec<(Atom, Atom)>` `export_actions` with an `FxIndexMap`
for `reference_ids_by_export_name`, enabling more efficient lookups in
upstack PRs. There are no functional changes.1 parent bdf8c25 commit 4457888
File tree
1 file changed
+130
-110
lines changed- crates/next-custom-transforms/src/transforms
1 file changed
+130
-110
lines changed
0 commit comments