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

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

Issue 2697093002: Deferred parsing for legacy modules (Closed)
Patch Set: Removing pending Created 3 years, 10 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
Index: pkg/dev_compiler/lib/src/compiler/js_names.dart
diff --git a/pkg/dev_compiler/lib/src/compiler/js_names.dart b/pkg/dev_compiler/lib/src/compiler/js_names.dart
index 9bce2f55f63d5d4e04a65072ae11be647d508096..93da875bad0abf3e0afabdd25e2a34dae1193274 100644
--- a/pkg/dev_compiler/lib/src/compiler/js_names.dart
+++ b/pkg/dev_compiler/lib/src/compiler/js_names.dart
@@ -6,6 +6,9 @@ import 'dart:collection';
import '../js_ast/js_ast.dart';
+/// The ES6 name for the Dart SDK. All dart:* libraries are in this module.
+const String dartSdkModule = 'dart_sdk';
+
/// Unique instance for temporary variables. Will be renamed consistently
/// across the entire file. Different instances will be named differently
/// even if they have the same name, this makes it safe to use in code

Powered by Google App Engine
This is Rietveld 408576698