Skip to content

Commit cb95993

Browse files
unstubbableMoroshima
authored andcommitted
Replace tuples with better suited data structures for server references (vercel#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 68e788b commit cb95993

File tree

1 file changed

+134
-112
lines changed

1 file changed

+134
-112
lines changed

0 commit comments

Comments
 (0)