We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For code
@a library L; const a = null;
The corresponding Kernel Library.annotations is empty.
Library.annotations
The same is for
@a import "foo.dart"; const a = b;
and
@a export "foo.dart"; const a = null;
Corresponding LibraryDependency.annotations are empty.
LibraryDependency.annotations
The text was updated successfully, but these errors were encountered:
Parse annotations for library directives.
1e6c488
[email protected], [email protected], [email protected] Bug: #30284 Change-Id: I9354e114eb2d603543a964030482af7ac9198760 Reviewed-on: https://dart-review.googlesource.com/12802 Reviewed-by: Peter von der Ahé <[email protected]> Reviewed-by: Paul Berry <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
Parse metadata for import/export directives and resynthesize in Analy…
3fedd48
…zer. [email protected], [email protected], [email protected] Bug: #30284 Change-Id: I57af6f4d58b6de39f13b9656af25f0be6949cf79 Reviewed-on: https://dart-review.googlesource.com/14363 Reviewed-by: Peter von der Ahé <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
Parse metadata for part directives and resynthesize in Analyzer.
ccbed2d
[email protected], [email protected], [email protected] Bug: #30284 Change-Id: Id869144a6fce170dbc74b0595b545238595be84d Reviewed-on: https://dart-review.googlesource.com/15983 Commit-Queue: Konstantin Shcheglov <[email protected]> Reviewed-by: Peter von der Ahé <[email protected]> Reviewed-by: Paul Berry <[email protected]>
scheglov
No branches or pull requests
For code
The corresponding Kernel
Library.annotations
is empty.The same is for
and
Corresponding
LibraryDependency.annotations
are empty.The text was updated successfully, but these errors were encountered: