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

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

Issue 2904613002: Redo "dart2js: replace 'invariant' with 'failedAt' to defer interpolation" (Closed)
Patch Set: export failedAt Created 3 years, 7 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 | pkg/compiler/lib/src/diagnostics/invariant.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 bf499075f8b4da37024b293750626cb3958101af..37d2eadd2e2470fd3d3e6df048629ca95d91e28b 100644
--- a/pkg/compiler/lib/src/common.dart
+++ b/pkg/compiler/lib/src/common.dart
@@ -9,7 +9,7 @@ library dart2js.common;
export 'diagnostics/diagnostic_listener.dart'
show DiagnosticMessage, DiagnosticReporter;
export 'diagnostics/invariant.dart'
- show assertDebugMode, InternalErrorFunction, invariant;
+ show assertDebugMode, InternalErrorFunction, invariant, failedAt;
export 'diagnostics/messages.dart' show MessageKind;
export 'diagnostics/source_span.dart' show SourceSpan;
export 'diagnostics/spannable.dart'
« no previous file with comments | « no previous file | pkg/compiler/lib/src/diagnostics/invariant.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698