Remove legacy dartanalyzer
features not needed for automation
#49537
Labels
analyzer-command
Issues with the command-line dartanalyzer tool
analyzer-technical-debt
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
dart-cli-analyze
Issues related to the 'dart analyze' tool
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 issue follows up on #48457 for cleaning up unnecessary features in the analyzer_cli package to make it easier to maintain going forward. You can reference this issue in any requests to port
dartanalyzer
features to the Dart CLI or to retain them for SDK development purposes.--options
, while not strictly needed by the automation, will be retained until #49433 is supported by the regular dart CLI.The following command line options are known to be used by the test_runner and other automation:
--batch
--dart-sdk
--packages
--use-analysis-driver-memory-byte-store
--use-cfe
--use-fasta-parser
The text was updated successfully, but these errors were encountered: