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

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

Issue 2829683007: Extract DartTypeVisitor and subclasses from resolution_types. (Closed)
Patch Set: Created 3 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 | « no previous file | pkg/compiler/lib/src/elements/resolution_types.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/compiler.dart
diff --git a/pkg/compiler/lib/src/compiler.dart b/pkg/compiler/lib/src/compiler.dart
index 47cbb8b8208b1d97d48700722740264286326d62..c52c3c877e38eb8eeb0afde920748cd6c1d22d1e 100644
--- a/pkg/compiler/lib/src/compiler.dart
+++ b/pkg/compiler/lib/src/compiler.dart
@@ -34,6 +34,7 @@ import 'elements/entities.dart';
import 'elements/modelx.dart' show ErroneousElementX;
import 'elements/resolution_types.dart'
show
+ DartTypes,
ResolutionDartType,
ResolutionDynamicType,
ResolutionFunctionType,
@@ -86,7 +87,7 @@ abstract class Compiler {
Measurer get measurer;
final IdGenerator idGenerator = new IdGenerator();
- Types types;
+ DartTypes types;
CommonElements _commonElements;
_CompilerElementEnvironment _elementEnvironment;
CompilerDiagnosticReporter _reporter;
« no previous file with comments | « no previous file | pkg/compiler/lib/src/elements/resolution_types.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698