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

Unified Diff: pkg/source_span/pubspec.yaml

Issue 381363002: Extract out a source_span package from source_maps. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 5 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 | « pkg/source_span/lib/src/utils.dart ('k') | pkg/source_span/test/file_message_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/source_span/pubspec.yaml
diff --git a/pkg/source_span/pubspec.yaml b/pkg/source_span/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..66e5811ac221d0dc65434a2f3138120fa1c061c1
--- /dev/null
+++ b/pkg/source_span/pubspec.yaml
@@ -0,0 +1,12 @@
+name: source_span
+
+version: 1.0.0
+author: Dart Team <misc@dartlang.org>
+description: A library for identifying source spans and locations.
+homepage: http://www.dartlang.org
+dependencies:
+ path: '>=1.2.0 <2.0.0'
+environment:
+ sdk: '>=0.8.10+6 <2.0.0'
+dev_dependencies:
+ unittest: '>=0.9.0 <0.10.0'
« no previous file with comments | « pkg/source_span/lib/src/utils.dart ('k') | pkg/source_span/test/file_message_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698