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

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

Issue 1284593003: Remove dart2jslib.dart (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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 5b64c017bb52fec9e170e9cd70e465a5866b2599..b997eda1d5ffe65fda6a8660a7fcba158b2e56cf 100644
--- a/pkg/compiler/lib/src/common.dart
+++ b/pkg/compiler/lib/src/common.dart
@@ -4,17 +4,19 @@
library dart2js.common;
+
+export 'common/tasks.dart' show
+ CompilerTask;
+
+export 'compiler.dart' show
+ Compiler;
+
export 'constants/values.dart' show
ConstantValue,
InterceptorConstantValue,
NullConstantValue,
TypeConstantValue;
-export 'dart2jslib.dart' show
- CompilerTask,
- Compiler,
- invariant;
-
export 'dart_types.dart' show
DartType,
FunctionType,
@@ -22,6 +24,12 @@ export 'dart_types.dart' show
TypeVariableType,
Types;
+export 'diagnostics/invariant.dart' show
+ invariant;
+
+export 'diagnostics/spannable.dart' show
+ SpannableAssertionFailure;
+
export 'elements/elements.dart' show
ClassElement,
ClosureFieldElement,
@@ -51,5 +59,4 @@ export 'universe/universe.dart' show
SelectorKind;
export 'util/util.dart' show
- Link,
- SpannableAssertionFailure;
+ Link;
« 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