[Unquoted Imports] Analyzer Implementation #56712
Labels
area-dart-model
For issues related to conformance to the language spec in the parser, compilers or the CLI analyzer.
feature-unquoted-imports
Implementation of the import shorthands/unquoted imports feature.
P2
A bug or feature request we're likely to work on
type-enhancement
A request for a change that isn't a bug
This meta issue tracks all the analyzer implementation work items. Referenced from: https://github.com/dart-lang/sdk/blob/main/pkg/analyzer/doc/process/new_language_feature.md
WIP below -- haven't evaluated each part yet.
AstBuilder
)ResolutionVisitor
(resolve types)ScopeResolverVisitor
(resolve simple identifiers by scope)ResolverVisitor
(type-based resolution)OverrideVerifier
andInheritanceOverrideVerifier
(report errors and warnings related to overrides)ErrorVerifier
(report other errors and warnings)FfiVerifier
(report errors and warnings related to FFI)The text was updated successfully, but these errors were encountered: