-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
area-dart-modelFor issues related to conformance to the language spec in the parser, compilers or the CLI analyzer.For issues related to conformance to the language spec in the parser, compilers or the CLI analyzer.feature-declaring-constructorsImplementation of the declaring constructors feature. Otherwise known as primary constructors.Implementation of the declaring constructors feature. Otherwise known as primary constructors.
Description
This meta issue tracks all the analyzer implementation work.
Referenced from: https://github.com/dart-lang/sdk/blob/main/pkg/analyzer/doc/process/new_language_feature.md
Estimated work
Status: Unevaluated.
- AST enhancements (
AstBuilder
) - Resolution of directives
- Element model
- Type system updates
- Summary support
- Resolution
-
ResolutionVisitor
(resolve types) -
ScopeResolverVisitor
(resolve simple identifiers by scope) -
ResolverVisitor
(type-based resolution)
-
- Constant evaluation
- Index and search
- Warnings (annotation-based, unused*, strict-mode-based, a few others)
-
OverrideVerifier
andInheritanceOverrideVerifier
(report errors and warnings related to overrides) -
ErrorVerifier
(report other errors and warnings) -
FfiVerifier
(report errors and warnings related to FFI) - Unused elements warnings
-
- ExitDetector
- NodeLintRegistry
Metadata
Metadata
Assignees
Labels
area-dart-modelFor issues related to conformance to the language spec in the parser, compilers or the CLI analyzer.For issues related to conformance to the language spec in the parser, compilers or the CLI analyzer.feature-declaring-constructorsImplementation of the declaring constructors feature. Otherwise known as primary constructors.Implementation of the declaring constructors feature. Otherwise known as primary constructors.