| 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
|
|
|