Refactor analyzer-cli / ddc to share command-line / config logic #27511
Labels
legacy-area-analyzer
Use area-devexp instead.
P2
A bug or feature request we're likely to work on
type-code-health
Internal changes to our tools and workflows to make them cleaner, simpler, or more maintainable
Logic around resolvers, summaries, and other context setup should be shared as much as possible. Ideally, this file in DDC and related setup calls into shared (with analyzer-cli) code instead:
https://github.com/dart-lang/sdk/blob/master/pkg/dev_compiler/lib/src/analyzer/context.dart
This will ensure analyzer-cli and ddc take consistent options and reduce work when adding new ones.
The text was updated successfully, but these errors were encountered: