File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
_fe_analyzer_shared/lib/src/base Expand file tree Collapse file tree 6 files changed +6
-6
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 44
55import 'dart:collection' ;
66
7+ import 'package:_fe_analyzer_shared/src/base/errors.dart' ;
78import 'package:analyzer/diagnostic/diagnostic.dart' ;
89import 'package:analyzer/error/listener.dart' ;
910import 'package:analyzer/src/dart/error/ffi_code.dart' ;
@@ -15,10 +16,9 @@ import 'package:analyzer/src/generated/parser.dart' show ParserErrorCode;
1516import 'package:analyzer/src/generated/resolver.dart' show ResolverErrorCode;
1617import 'package:analyzer/src/generated/source.dart' ;
1718import 'package:analyzer/src/manifest/manifest_warning_code.dart' ;
18- import 'package:front_end/src/base/errors.dart' ;
1919import 'package:front_end/src/scanner/errors.dart' ;
2020
21- export 'package:front_end /src/base/errors.dart'
21+ export 'package:_fe_analyzer_shared /src/base/errors.dart'
2222 show ErrorCode, ErrorSeverity, ErrorType;
2323
2424const List <ErrorCode > errorCodeValues = const [
Original file line number Diff line number Diff line change 44
55import 'dart:async' ;
66
7+ import 'package:_fe_analyzer_shared/src/base/errors.dart' ;
78import 'package:analyzer/dart/analysis/features.dart' ;
89import 'package:analyzer/dart/ast/ast.dart' ;
910import 'package:analyzer/dart/element/element.dart' ;
@@ -15,7 +16,6 @@ import 'package:analyzer/src/generated/engine.dart';
1516import 'package:analyzer/src/generated/source_io.dart' ;
1617import 'package:analyzer/src/task/strong/ast_properties.dart' ;
1718import 'package:analyzer/src/test_utilities/find_node.dart' ;
18- import 'package:front_end/src/base/errors.dart' ;
1919import 'package:test/test.dart' ;
2020import 'package:test_reflective_loader/test_reflective_loader.dart' ;
2121
Original file line number Diff line number Diff line change 99 -- you also update these references to it:
1010 -- * pkg/compiler/lib/src/diagnostics/messages.dart
1111 -- * pkg/dart_messages/lib/shared_messages.dart
12- -- * pkg/front_end /lib/src/base/errors.dart
12+ -- * pkg/_fe_analyzer_shared /lib/src/base/errors.dart
1313 -- * https://github.com/dart-lang/linter/
1414 -->
1515
Original file line number Diff line number Diff line change 22// for details. All rights reserved. Use of this source code is governed by a
33// BSD-style license that can be found in the LICENSE file.
44
5- import '.. /base/errors.dart' ;
5+ import 'package:_fe_analyzer_shared/src /base/errors.dart' ;
66import '../fasta/fasta_codes.dart' ;
77import '../fasta/scanner/error_token.dart' ;
88import 'token.dart' show Token, TokenType;
Original file line number Diff line number Diff line change 22// for details. All rights reserved. Use of this source code is governed by a
33// BSD-style license that can be found in the LICENSE file.
44
5- import 'package:front_end /src/base/errors.dart' ;
5+ import 'package:_fe_analyzer_shared /src/base/errors.dart' ;
66import 'package:front_end/src/fasta/scanner/abstract_scanner.dart'
77 show AbstractScanner, ScannerConfiguration;
88import 'package:front_end/src/scanner/errors.dart' ;
You can’t perform that action at this time.
0 commit comments