-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requestanalyzer-testarea-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.
Description
In an internal doc where I talked about package:analyzer_cli
, @bwilkerson suggested:
We should consider getting rid of this [package]. The only reason it's currently needed (that I'm aware of) is because
dart analyze
doesn't support the "read files to be analyzed from stdin" feature.
Note that package:analyzer_cli
is a small utility library used by test.py
to run automated tests (such as language tests and co19 tests) through package:analyzer
. It’s not the command-line interface of the analyzer exposed to users through dart analyze
.
Metadata
Metadata
Assignees
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requestanalyzer-testarea-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.