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
* avoid computeNode calls in annotation.dart
Going through computeNode() and AST types is not guaranteed to work for
all Element sources. Instead go through only statically available
Element types.
- Avoid computeNode() on the ConstructorElement by reading parameters
and names directly
- Avoid computedNode() on the PropertyAccessorElement.variable by
checking if it is a ConstVariableElement with an available
InstanceCreationExpression
- Update imports for Element classes to a non-deprecated library
* Bump version and update changelog
* Fix unnecessarily typed variable
0 commit comments