Files
sdk/pkg/source_span/pubspec.yaml
T
nweiz@google.com 22d2778e00 Extract out a source_span package from source_maps.
This is just the first step; future CLs will add support for the new API to
various packages currently using the old one.

BUG=19930
R=sigmund@google.com

Review URL: https://codereview.chromium.org//381363002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38360 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-18 00:51:40 +00:00

13 lines
300 B
YAML

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'