You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Editorial: dedupe and isolate modules traversal logic
This commit deduplicates the logic that is currently both in InnerModuleLinking
and InnerModuleEvaluation, clearly splitting what logic is relative to traversing
the graph and what is relative to actually linking/evaluating modules.
0 commit comments