Skip to content

Commit 54381c6

Browse files
authored
Merge branch 'main' into migrateE
2 parents f272bb2 + c386407 commit 54381c6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/src/generator/templates.runtime_renderers.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25649,7 +25649,6 @@ const _invisibleGetters = {
2564925649
'isExhaustive',
2565025650
'isFinal',
2565125651
'isInterface',
25652-
'isMacro',
2565325652
'isMixinApplication',
2565425653
'isMixinClass',
2565525654
'isSealed',
@@ -26248,6 +26247,7 @@ const _invisibleGetters = {
2624826247
'baseElement',
2624926248
'children',
2625026249
'children2',
26250+
'constantInitializer2',
2625126251
'context',
2625226252
'declaration',
2625326253
'defaultValueCode',
@@ -26331,6 +26331,7 @@ const _invisibleGetters = {
2633126331
'ParameterizedType': {'hashCode', 'runtimeType', 'typeArguments'},
2633226332
'PropertyAccessorElement2': {
2633326333
'baseElement',
26334+
'enclosingElement2',
2633426335
'firstFragment',
2633526336
'fragments',
2633626337
'hashCode',

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77
sdk: ^3.6.0
88

99
dependencies:
10-
analyzer: ^7.2.0
10+
analyzer: ^7.3.0
1111
args: ^2.4.1
1212
collection: ^1.17.0
1313
crypto: ^3.0.3

0 commit comments

Comments
 (0)