File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
packages/reactive_forms_generator/lib/src/output Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,6 @@ class ClassRenameVisitor extends GeneralizingAstVisitor<void> {
4141 void visitClassDeclaration (ClassDeclaration node) {
4242 if (node is ClassDeclarationImpl ) {
4343 final newNode = ClassDeclarationImpl (
44- namePart: node.namePart,
45- body: node.body,
4644 comment: null ,
4745 metadata: node.metadata
4846 // .where(
@@ -51,6 +49,7 @@ class ClassRenameVisitor extends GeneralizingAstVisitor<void> {
5149 .toList (),
5250 augmentKeyword: node.augmentKeyword,
5351 abstractKeyword: node.abstractKeyword,
52+ macroKeyword: node.macroKeyword,
5453 sealedKeyword: node.sealedKeyword,
5554 baseKeyword: node.baseKeyword,
5655 interfaceKeyword: node.interfaceKeyword,
You can’t perform that action at this time.
0 commit comments