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

Unified Diff: pkg/compiler/lib/src/common.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
« no previous file with comments | « pkg/compiler/lib/src/closure.dart ('k') | pkg/compiler/lib/src/common/backend_api.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/common.dart
diff --git a/pkg/compiler/lib/src/common.dart b/pkg/compiler/lib/src/common.dart
index df3ad462af185193a83a702a5345cc33e08563cd..bf499075f8b4da37024b293750626cb3958101af 100644
--- a/pkg/compiler/lib/src/common.dart
+++ b/pkg/compiler/lib/src/common.dart
@@ -6,20 +6,16 @@
/// of phase or subfunctionality.
library dart2js.common;
-export 'diagnostics/diagnostic_listener.dart' show
- DiagnosticMessage,
- DiagnosticReporter;
-export 'diagnostics/invariant.dart' show
- assertDebugMode,
- InternalErrorFunction,
- invariant;
-export 'diagnostics/messages.dart' show
- MessageKind;
-export 'diagnostics/source_span.dart' show
- SourceSpan;
-export 'diagnostics/spannable.dart' show
- CURRENT_ELEMENT_SPANNABLE,
- NO_LOCATION_SPANNABLE,
- Spannable,
- SpannableAssertionFailure;
+export 'diagnostics/diagnostic_listener.dart'
+ show DiagnosticMessage, DiagnosticReporter;
+export 'diagnostics/invariant.dart'
+ show assertDebugMode, InternalErrorFunction, invariant;
+export 'diagnostics/messages.dart' show MessageKind;
+export 'diagnostics/source_span.dart' show SourceSpan;
+export 'diagnostics/spannable.dart'
+ show
+ CURRENT_ELEMENT_SPANNABLE,
+ NO_LOCATION_SPANNABLE,
+ Spannable,
+ SpannableAssertionFailure;
export 'helpers/helpers.dart';
« no previous file with comments | « pkg/compiler/lib/src/closure.dart ('k') | pkg/compiler/lib/src/common/backend_api.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698