-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
area-toolsA meta category for issues that should be addressed by tooling (prefer more concrete areas).A meta category for issues that should be addressed by tooling (prefer more concrete areas).
Milestone
Description
As part of the transition to the new unified dart
developer tool, we're discontinuing dartanalyzer
in favor of dart analyze
. This issue tracks remaining clean-up items needed to fully discontinue dartanalyzer
:
- add support for analyzing the Dart SDK libs (currently
--dart-sdk=/Users/foo/src/dart-repo/sdk/sdk
)
Add support todart analyze
for analyzing the Dart SDK libraries #48959 - Scrub all occurrences of
dartanalyzer
in the SDK - Remove
bin/dartanalyzer
&bin/snapshots/dartanalyzer.dart.snapshot
from the SDK - Remove
package:analyzer_cli
from the SDK - Add support for running with experiments, either via a private build target for dartanalyzer or by supporting experiment flags in
dart analyze
Add support todart analyze
for running with experiments #48960
Metadata
Metadata
Assignees
Labels
area-toolsA meta category for issues that should be addressed by tooling (prefer more concrete areas).A meta category for issues that should be addressed by tooling (prefer more concrete areas).