mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
Remove unnecessary imports from analyzer_plugin, analysis_server, analyzer_cli, test_runner
Bug: https://github.com/dart-lang/sdk/issues/44569 Change-Id: I52753bf0ac8112e0a2e6864ca2bd3289e63d5cf9 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/194480 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Samuel Rawlins <srawlins@google.com>
This commit is contained in:
parent
e8d53cff92
commit
a75fdd4d98
6 changed files with 0 additions and 6 deletions
|
@ -7,7 +7,6 @@ import 'dart:math' as math;
|
|||
import 'package:analysis_server/plugin/edit/fix/fix_core.dart';
|
||||
import 'package:analysis_server/src/utilities/strings.dart';
|
||||
import 'package:analyzer/error/error.dart';
|
||||
import 'package:analyzer/source/line_info.dart';
|
||||
import 'package:analyzer/src/generated/java_core.dart';
|
||||
import 'package:analyzer/src/generated/source.dart';
|
||||
import 'package:analyzer/src/manifest/manifest_warning_code.dart';
|
||||
|
|
|
@ -7,7 +7,6 @@ import 'dart:math' as math;
|
|||
import 'package:analysis_server/plugin/edit/fix/fix_core.dart';
|
||||
import 'package:analysis_server/src/utilities/strings.dart';
|
||||
import 'package:analyzer/error/error.dart';
|
||||
import 'package:analyzer/source/line_info.dart';
|
||||
import 'package:analyzer/src/generated/java_core.dart';
|
||||
import 'package:analyzer/src/generated/source.dart';
|
||||
import 'package:analyzer/src/pubspec/pubspec_warning_code.dart';
|
||||
|
|
|
@ -15,7 +15,6 @@ import 'package:analyzer/src/dart/analysis/driver.dart';
|
|||
import 'package:analyzer/src/dart/analysis/driver_based_analysis_context.dart';
|
||||
import 'package:analyzer/src/dart/analysis/file_state.dart';
|
||||
import 'package:analyzer/src/dart/analysis/results.dart';
|
||||
import 'package:analyzer/src/generated/engine.dart' show AnalysisOptionsImpl;
|
||||
import 'package:analyzer/src/generated/engine.dart';
|
||||
import 'package:analyzer/src/generated/interner.dart';
|
||||
import 'package:analyzer/src/generated/java_engine.dart';
|
||||
|
|
|
@ -8,7 +8,6 @@ import 'package:analyzer/diagnostic/diagnostic.dart' as analyzer;
|
|||
import 'package:analyzer/error/error.dart' as analyzer;
|
||||
import 'package:analyzer/exception/exception.dart' as analyzer;
|
||||
import 'package:analyzer/source/error_processor.dart' as analyzer;
|
||||
import 'package:analyzer/source/line_info.dart' as analyzer;
|
||||
import 'package:analyzer/src/generated/engine.dart' as analyzer;
|
||||
import 'package:analyzer/src/generated/source.dart' as analyzer;
|
||||
import 'package:analyzer_plugin/protocol/protocol_common.dart' as plugin;
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
// 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.
|
||||
|
||||
import 'package:test_runner/src/configuration.dart';
|
||||
import 'package:test_runner/src/options.dart';
|
||||
import 'package:test_runner/src/repository.dart';
|
||||
import 'package:test_runner/src/test_configurations.dart';
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
import 'dart:convert';
|
||||
import 'dart:io';
|
||||
|
||||
import 'package:smith/smith.dart';
|
||||
import 'package:test_runner/src/test_configurations.dart';
|
||||
import 'package:path/path.dart' as path;
|
||||
|
||||
|
|
Loading…
Reference in a new issue