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

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

Issue 1284673003: Move dart2jslib parts into separate libraries. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Fix try. 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/compile_time_constants.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 65debcd6e3ed9c6ac5c68bbb3cccdd5efbe5acb8..5b64c017bb52fec9e170e9cd70e465a5866b2599 100644
--- a/pkg/compiler/lib/src/common.dart
+++ b/pkg/compiler/lib/src/common.dart
@@ -11,13 +11,8 @@ export 'constants/values.dart' show
TypeConstantValue;
export 'dart2jslib.dart' show
- CallStructure,
CompilerTask,
Compiler,
- ConstantEnvironment,
- MessageKind,
- Selector,
- TreeElements,
invariant;
export 'dart_types.dart' show
@@ -41,6 +36,9 @@ export 'elements/elements.dart' show
TypedefElement,
VariableElement;
+export 'resolution/resolution.dart' show
+ TreeElements;
+
export 'tree/tree.dart' show
Node;
@@ -48,6 +46,8 @@ export 'types/types.dart' show
TypeMask;
export 'universe/universe.dart' show
+ CallStructure,
+ Selector,
SelectorKind;
export 'util/util.dart' show
« no previous file with comments | « pkg/compiler/lib/src/closure.dart ('k') | pkg/compiler/lib/src/compile_time_constants.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698