Index: pkg/compiler/lib/src/script.dart |
diff --git a/pkg/compiler/lib/src/script.dart b/pkg/compiler/lib/src/script.dart |
index fcdf8905f4f5f9857aad287a04950fc252c6258b..3dce8e189ba4240f9f0e9042318aca929712a17d 100644 |
--- a/pkg/compiler/lib/src/script.dart |
+++ b/pkg/compiler/lib/src/script.dart |
@@ -2,7 +2,9 @@ |
// 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.script; |
+ |
+import 'io/source_file.dart'; |
class Script { |
final SourceFile file; |