Index: pkg/dartino_compiler/lib/src/bytecode_assembler.dart |
diff --git a/pkg/fletchc/lib/src/bytecode_assembler.dart b/pkg/dartino_compiler/lib/src/bytecode_assembler.dart |
similarity index 99% |
rename from pkg/fletchc/lib/src/bytecode_assembler.dart |
rename to pkg/dartino_compiler/lib/src/bytecode_assembler.dart |
index ab1bef5285047f7f0c6bcfe07841fa900a4d4713..ba4822026d4f9d87475d1099d10e04025ca67179 100644 |
--- a/pkg/fletchc/lib/src/bytecode_assembler.dart |
+++ b/pkg/dartino_compiler/lib/src/bytecode_assembler.dart |
@@ -2,7 +2,7 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE.md file. |
-library fletchc.bytecode_assembler; |
+library dartino_compiler.bytecode_assembler; |
import '../bytecodes.dart'; |