Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(197)

Unified Diff: pubspec.yaml

Issue 1054343004: Update to use the latest analyzer (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« lib/src/checker/checker.dart ('K') | « lib/src/checker/resolver.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index 28707d6303a36c137e67fca9d6c4eec4332f85be..8cf77e1e82781b9578c424e82b08524c3b0497da 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -4,7 +4,7 @@ dependencies:
analyzer:
git:
url: https://github.com/dart-lang/ddc_analyzer.git
- ref: 901ecfffe7c29db4ac4db2f8ac90ea790b995895
+ ref: 839f08e4059ba885da810ff347383a5cf1b8b908
args: ^0.12.1
cli_util: ^0.0.1
crypto: ^0.9.0
@@ -28,7 +28,7 @@ dependency_overrides:
analyzer:
git:
url: https://github.com/dart-lang/ddc_analyzer.git
- ref: 901ecfffe7c29db4ac4db2f8ac90ea790b995895
+ ref: 839f08e4059ba885da810ff347383a5cf1b8b908
executables:
# Similar to "analyzer.dart" and its command line "dartanalyzer", we use
# "dartdevc" and "devc.dart"
« lib/src/checker/checker.dart ('K') | « lib/src/checker/resolver.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698