Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read libraryImports/libraryExports from the defining unit. #729

Merged

Conversation

scheglov
Copy link
Contributor

Follow up for #728

...element.libraryImports,
// ignore: deprecated_member_use
...element.libraryExports,
...element.definingCompilationUnit.libraryImports,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are the SDK and pkg:analyzer constraints all valid?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

analyzer 6.9.0 has element.definingCompilationUnit.libraryImports

Copy link
Member

@kevmoo kevmoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@scheglov scheglov merged commit eb98c68 into dart-lang:master Oct 11, 2024
12 checks passed
@scheglov scheglov deleted the analyzer-libraryExports-libraryImports branch October 11, 2024 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants