File tree 2 files changed +3
-2
lines changed
pkg/analyzer_cli/lib/src/fix
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ import 'dart:async';
5
5
import 'dart:io' show File;
6
6
7
7
import 'package:analysis_server/protocol/protocol_constants.dart' ;
8
+ import 'package:analysis_server/protocol/protocol_generated.dart' ;
9
+ import 'package:analysis_server/src/protocol/protocol_internal.dart' ;
8
10
import 'package:analyzer_cli/src/fix/context.dart' ;
9
11
import 'package:analyzer_cli/src/fix/options.dart' ;
10
12
import 'package:analyzer_cli/src/fix/server.dart' ;
11
- import 'package:analysis_server/src/protocol/protocol_internal.dart' ;
12
- import 'package:analysis_server/protocol/protocol_generated.dart' ;
13
13
import 'package:analyzer_plugin/protocol/protocol_common.dart' ;
14
14
import 'package:path/path.dart' as path;
15
15
Original file line number Diff line number Diff line change 1
1
// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
+
4
5
import 'dart:async' ;
5
6
import 'dart:convert' ;
6
7
import 'dart:io' ;
You can’t perform that action at this time.
0 commit comments