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:
Devon Carew
2018-05-22 15:44:04 +00:00
committed by commit-bot@chromium.org
parent 89df6b785d
commit eeec6466b6
6 changed files with 10 additions and 6 deletions
+3
View File
@@ -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"),