| Index: mojo/public/dart/third_party/source_span/pubspec.yaml
|
| diff --git a/mojo/public/dart/third_party/source_span/pubspec.yaml b/mojo/public/dart/third_party/source_span/pubspec.yaml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..25de799d7f2f71707a4ca110fe71d09bfb74fe58
|
| --- /dev/null
|
| +++ b/mojo/public/dart/third_party/source_span/pubspec.yaml
|
| @@ -0,0 +1,11 @@
|
| +name: source_span
|
| +version: 1.2.0
|
| +author: Dart Team <misc@dartlang.org>
|
| +description: A library for identifying source spans and locations.
|
| +homepage: https://github.com/dart-lang/source_span
|
| +dependencies:
|
| + path: '>=1.2.0 <2.0.0'
|
| +environment:
|
| + sdk: '>=0.8.10+6 <2.0.0'
|
| +dev_dependencies:
|
| + test: '>=0.12.0 <0.13.0'
|
|
|