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

Unified Diff: pkg/compiler/lib/src/dart_backend/dart_backend.dart

Issue 1859343004: dartfmt pkg/compiler (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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
Index: pkg/compiler/lib/src/dart_backend/dart_backend.dart
diff --git a/pkg/compiler/lib/src/dart_backend/dart_backend.dart b/pkg/compiler/lib/src/dart_backend/dart_backend.dart
index ee653f0d326759d41dbdbdc4b91bad4f9ecdfa7a..729091fd1c995d03b2598779b35bf28635de26e1 100644
--- a/pkg/compiler/lib/src/dart_backend/dart_backend.dart
+++ b/pkg/compiler/lib/src/dart_backend/dart_backend.dart
@@ -7,53 +7,30 @@ library dart_backend;
import 'dart:async' show Future;
import 'dart:math' show max;
-import '../../compiler.dart' show
- CompilerOutputProvider;
+import '../../compiler.dart' show CompilerOutputProvider;
import '../common.dart';
-import '../common/backend_api.dart' show
- Backend,
- ImpactTransformer;
-import '../common/codegen.dart' show
- CodegenWorkItem;
-import '../common/names.dart' show
- Selectors,
- Uris;
-import '../common/registry.dart' show
- Registry;
-import '../common/resolution.dart' show
- Resolution,
- ResolutionImpact;
-import '../common/tasks.dart' show
- CompilerTask;
-import '../compiler.dart' show
- Compiler;
+import '../common/backend_api.dart' show Backend, ImpactTransformer;
+import '../common/codegen.dart' show CodegenWorkItem;
+import '../common/names.dart' show Selectors, Uris;
+import '../common/registry.dart' show Registry;
+import '../common/resolution.dart' show Resolution, ResolutionImpact;
+import '../common/tasks.dart' show CompilerTask;
+import '../compiler.dart' show Compiler;
import '../compile_time_constants.dart';
import '../constants/constant_system.dart';
import '../constants/expressions.dart';
import '../constants/values.dart';
import '../dart_types.dart';
import '../elements/elements.dart';
-import '../enqueue.dart' show
- Enqueuer,
- ResolutionEnqueuer;
-import '../library_loader.dart' show
- LoadedLibraries;
+import '../enqueue.dart' show Enqueuer, ResolutionEnqueuer;
+import '../library_loader.dart' show LoadedLibraries;
import '../mirror_renamer/mirror_renamer.dart';
-import '../resolution/tree_elements.dart' show
- TreeElements,
- TreeElementMapping;
-import '../tokens/keyword.dart' show
- Keyword;
+import '../resolution/tree_elements.dart' show TreeElements, TreeElementMapping;
+import '../tokens/keyword.dart' show Keyword;
import '../tree/tree.dart';
-import '../universe/selector.dart' show
- Selector;
-import '../universe/use.dart' show
- DynamicUse,
- TypeUse,
- TypeUseKind;
-import '../universe/world_impact.dart' show
- WorldImpact,
- TransformedWorldImpact;
+import '../universe/selector.dart' show Selector;
+import '../universe/use.dart' show DynamicUse, TypeUse, TypeUseKind;
+import '../universe/world_impact.dart' show WorldImpact, TransformedWorldImpact;
import '../util/util.dart';
import 'backend_ast_to_frontend_ast.dart' as backend2frontend;
« no previous file with comments | « pkg/compiler/lib/src/dart_backend/backend_ast_to_frontend_ast.dart ('k') | pkg/compiler/lib/src/dart_backend/outputter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698