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

Unified Diff: pubspec.lock

Issue 2298993002: Handle metadata annotations in parameter lists with trailing commas. (Closed)
Patch Set: Created 4 years, 4 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
« no previous file with comments | « lib/src/source_visitor.dart ('k') | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.lock
diff --git a/pubspec.lock b/pubspec.lock
index ed58799175598eeeb4c820f57450f49a61475e59..14f335c5a11765958f17289040c5184a8fcbd33d 100644
--- a/pubspec.lock
+++ b/pubspec.lock
@@ -205,6 +205,12 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.5+2"
+ shelf_packages_handler:
+ description:
+ name: shelf_packages_handler
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.0.0"
shelf_static:
description:
name: shelf_static
@@ -264,7 +270,7 @@ packages:
name: test
url: "https://pub.dartlang.org"
source: hosted
- version: "0.12.15+1"
+ version: "0.12.15+6"
typed_data:
description:
name: typed_data
@@ -313,4 +319,5 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.10"
-sdk: ">=1.17.0-dev.6.2 <1.20.0"
+sdks:
+ dart: ">=1.17.0-dev.6.2 <2.0.0"
« no previous file with comments | « lib/src/source_visitor.dart ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698