| Index: pkg/compiler/lib/src/constant_system_dart.dart
|
| diff --git a/pkg/compiler/lib/src/constant_system_dart.dart b/pkg/compiler/lib/src/constant_system_dart.dart
|
| index 0c507a7037e2230f9d114736c9612bf04e9878b8..a827d59b1ae033fba71eeb22fac5fcb6958d978c 100644
|
| --- a/pkg/compiler/lib/src/constant_system_dart.dart
|
| +++ b/pkg/compiler/lib/src/constant_system_dart.dart
|
| @@ -2,7 +2,13 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -part of dart2js;
|
| +library dart2js.constant_system.dart;
|
| +
|
| +import 'constants/constant_system.dart';
|
| +import 'constants/values.dart';
|
| +import 'dart2jslib.dart' show Compiler;
|
| +import 'dart_types.dart';
|
| +import 'tree/tree.dart' show DartString;
|
|
|
| const DART_CONSTANT_SYSTEM = const DartConstantSystem();
|
|
|
|
|