Chromium Code Reviews

Unified Diff: pubspec.yaml

Issue 1008483003: Add a function to parse metadata into a usable object. (Closed) Base URL: git@github.com:dart-lang/unittest@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index 2521514764d919ee64daf71d7aee49b201466e67..35be3283f0ab499a5518b856a15202da0fbe7e84 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -13,6 +13,7 @@ dependencies:
shelf: '^0.5.3'
shelf_static: '^0.2.0'
shelf_web_socket: '^0.0.1'
+ source_span: '^1.0.0'
stack_trace: '^1.2.0'
# Use a tight version constraint to ensure that a constraint on unittest

Powered by Google App Engine