5d199d6afe
This will allow `SourceRange` to be referred to by classes in `pkg/_fe_analyzer_shared` such as `LocatableDiagnostic` and `SyntacticEntity`. Change-Id: I6a6a69641f9daa351fbea3a0cc61f760f7a966d3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/467683 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Paul Berry <paulberry@google.com>
7 lines
302 B
Dart
7 lines
302 B
Dart
// Copyright (c) 2018, 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.
|
|
|
|
export 'package:_fe_analyzer_shared/src/base/source_range.dart'
|
|
show SourceRange;
|