Convert the command-line analyzer to a dart 2 snapshot.
Change-Id: Ieb5cd8971494a8a6ffc07c0fd4dde07cfb6f5373 Reviewed-on: https://dart-review.googlesource.com/56034 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Devon Carew <devoncarew@google.com>
This commit is contained in:
committed by
commit-bot@chromium.org
parent
89df6b785d
commit
eeec6466b6
@@ -21,6 +21,9 @@ analyzer_files = exec_script("../../tools/list_dart_files.py",
|
||||
"list lines")
|
||||
|
||||
application_snapshot("generate_dartanalyzer_snapshot") {
|
||||
vm_args = [
|
||||
"--preview-dart-2",
|
||||
]
|
||||
main_dart = "../../pkg/analyzer_cli/bin/analyzer.dart"
|
||||
training_args = [
|
||||
"--dart-sdk=" + rebase_path("../../sdk"),
|
||||
|
||||
Reference in New Issue
Block a user