Skip to content

Commit 016e888

Browse files
author
Dart CI
committed
Version 2.10.0-90.0.dev
Merge commit '34f636ce1d8d6ac6b52d00395c9804a56eb0f96c' into 'dev'
2 parents 0144087 + 34f636c commit 016e888

File tree

288 files changed

+451
-619
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

288 files changed

+451
-619
lines changed

pkg/_fe_analyzer_shared/lib/src/scanner/io.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
library _fe_analyzer_shared.scanner.io;
66

7-
import 'dart:async' show Future;
8-
97
import 'dart:io' show File, RandomAccessFile;
108

119
import 'dart:typed_data' show Uint8List;

pkg/analysis_server/benchmark/benchmarks.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
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 'dart:async';
65
import 'dart:convert';
76
import 'dart:io';
87
import 'dart:math' as math;

pkg/analysis_server/benchmark/perf/flutter_analyze_benchmark.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
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 'dart:async';
65
import 'dart:convert';
76
import 'dart:io';
87

pkg/analysis_server/lib/plugin/edit/fix/fix_core.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
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 'dart:async';
6-
75
import 'package:analyzer/error/error.dart';
86
import 'package:analyzer_plugin/protocol/protocol_common.dart'
97
show SourceChange;

pkg/analysis_server/lib/src/analysis_server_abstract.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
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 'dart:async';
65
import 'dart:core';
76
import 'dart:io' as io;
87

pkg/analysis_server/lib/src/channel/channel.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
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 'dart:async';
65
import 'dart:convert';
76

87
import 'package:analysis_server/protocol/protocol.dart';

pkg/analysis_server/lib/src/cider/completion.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
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 'dart:async';
6-
75
import 'package:analysis_server/src/protocol_server.dart';
86
import 'package:analysis_server/src/services/completion/completion_core.dart';
97
import 'package:analysis_server/src/services/completion/completion_performance.dart';

pkg/analysis_server/lib/src/cider/fixes.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
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 'dart:async';
6-
75
import 'package:analysis_server/plugin/edit/fix/fix_core.dart';
86
import 'package:analysis_server/src/services/correction/change_workspace.dart';
97
import 'package:analysis_server/src/services/correction/fix.dart';

pkg/analysis_server/lib/src/computer/import_elements_computer.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
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 'dart:async';
6-
75
import 'package:analysis_server/protocol/protocol_generated.dart';
86
import 'package:analyzer/dart/analysis/results.dart';
97
import 'package:analyzer/dart/ast/ast.dart';

pkg/analysis_server/lib/src/domain_analysis.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
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 'dart:async';
65
import 'dart:core';
76

87
import 'package:analysis_server/protocol/protocol_constants.dart';

0 commit comments

Comments
 (0)