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

Unified Diff: pubspec.yaml

Issue 1069833002: Use analyzer 0.24.3: now that our changes are integrated into analyzer, we can (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
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index b4454f543a78698291f9a68d9cef902d3544cec2..792b5793b805b0fc6e42b9eeac8baf3f35420064 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,10 +1,7 @@
name: dev_compiler
description: Dart dev checker / compiler
dependencies:
- analyzer:
- git:
- url: https://github.com/dart-lang/ddc_analyzer.git
- ref: e3c06e1e133c4c492434ba5e1318b6d3d576116a
+ analyzer: ^0.24.3
args: ^0.12.1
cli_util: ^0.0.1
crypto: ^0.9.0
@@ -24,11 +21,6 @@ dependencies:
dev_dependencies:
pub_semver: ^1.1.0
unittest: ^0.11.0
-dependency_overrides:
- analyzer:
- git:
- url: https://github.com/dart-lang/ddc_analyzer.git
- ref: e3c06e1e133c4c492434ba5e1318b6d3d576116a
executables:
# Similar to "analyzer.dart" and its command line "dartanalyzer", we use
# "dartdevc" and "devc.dart"
« lib/src/codegen/reify_coercions.dart ('K') | « lib/src/codegen/reify_coercions.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698