Skip to content

Fasta doesn't support annotations on directives #30284

@scheglov

Description

@scheglov

For code

@a library L; const a = null;

The corresponding Kernel Library.annotations is empty.

The same is for

@a import "foo.dart"; const a = b;

and

@a export "foo.dart"; const a = null;

Corresponding LibraryDependency.annotations are empty.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions