Files
sdk/pkg/source_span/lib/source_span.dart
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

12 lines
379 B
Dart

// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
library source_span;
export "src/file.dart";
export "src/location.dart";
export "src/span.dart";
export "src/span_exception.dart";
export "src/span_mixin.dart";