Skip to content

Commit 31a9236

Browse files
scheglovCommit Queue
authored and
Commit Queue
committed
Macro. Serialization for MacroExecutionResult(s).
Bug: dart-lang/language#3877 Change-Id: I7897bdf27a17d004b810409ad9c2ac76bb8677b3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/369842 Commit-Queue: Konstantin Shcheglov <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]> Reviewed-by: Phil Quitslund <[email protected]>
1 parent e04c53d commit 31a9236

File tree

5 files changed

+624
-79
lines changed

5 files changed

+624
-79
lines changed

pkg/analyzer/lib/src/summary2/link.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ class Linker {
7474

7575
Linker(this.elementFactory, this.macroExecutor) {
7676
macroDeclarationBuilder = DeclarationBuilder(
77+
elementFactory: elementFactory,
7778
nodeOfElement: (element) => elementNodes[element],
7879
);
7980
}

0 commit comments

Comments
 (0)