Commit 70cdb3c
authored
Replace tuples with better suited data structures for server references (#86294)
This PR introduces the `ServerReferenceExport` struct to replace `(Ident, Atom, Atom)` tuples for tracking exported server references. 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 594ead4 commit 70cdb3c
File tree
1 file changed
+134
-112
lines changed- crates/next-custom-transforms/src/transforms
1 file changed
+134
-112
lines changed
0 commit comments