Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Unified Diff: test/generated_sdk/lib/async/async.dart

Issue 1104753002: patch_sdk: fix part/import order (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/generated_sdk/lib/collection/collection.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/generated_sdk/lib/async/async.dart
diff --git a/test/generated_sdk/lib/async/async.dart b/test/generated_sdk/lib/async/async.dart
index c3414222a655fa1758c9f58d6fe4d065e30225fc..05bee577b51fec076b5f7d879840531301daac9a 100644
--- a/test/generated_sdk/lib/async/async.dart
+++ b/test/generated_sdk/lib/async/async.dart
@@ -93,6 +93,18 @@ library dart.async;
import "dart:collection";
import "dart:_internal" show deprecated, printToZone, printToConsole,
IterableElementError;
+import 'dart:_js_helper' show
+ patch,
+ Primitives,
+ convertDartClosureToJS,
+ requiresPreamble;
+import 'dart:_isolate_helper' show
+ IsolateNatives,
+ TimerImpl,
+ leaveJsAsync,
+ enterJsAsync,
+ isWorker;
+import 'dart:_foreign_helper' show JS;
part 'async_error.dart';
part 'broadcast_stream_controller.dart';
@@ -107,17 +119,5 @@ part 'stream_pipe.dart';
part 'stream_transformers.dart';
part 'timer.dart';
part 'zone.dart';
-import 'dart:_js_helper' show
- patch,
- Primitives,
- convertDartClosureToJS,
- requiresPreamble;
-import 'dart:_isolate_helper' show
- IsolateNatives,
- TimerImpl,
- leaveJsAsync,
- enterJsAsync,
- isWorker;
-import 'dart:_foreign_helper' show JS;
bool get _hasDocument => JS('String', 'typeof document') == 'object';
« no previous file with comments | « no previous file | test/generated_sdk/lib/collection/collection.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698