| Index: pkg/dart_parser/lib/dart_parser.dart
|
| diff --git a/pkg/dart_parser/lib/parser.dart b/pkg/dart_parser/lib/dart_parser.dart
|
| similarity index 90%
|
| rename from pkg/dart_parser/lib/parser.dart
|
| rename to pkg/dart_parser/lib/dart_parser.dart
|
| index 0120fe2d4d60de35b6963f835c84bc6873768555..71a32cf8d6c1b21596eae931266ddef5b6c0838b 100644
|
| --- a/pkg/dart_parser/lib/parser.dart
|
| +++ b/pkg/dart_parser/lib/dart_parser.dart
|
| @@ -2,9 +2,9 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE.md file.
|
|
|
| -library parser;
|
| +library dart_parser;
|
|
|
| -import 'package:scanner/src/token.dart' show
|
| +import 'package:dart_scanner/src/token.dart' show
|
| Token;
|
|
|
| import 'src/listener.dart' show
|
|
|