Index: pkg/dartino_compiler/lib/src/shared_command_infrastructure.dart |
diff --git a/pkg/fletchc/lib/src/shared_command_infrastructure.dart b/pkg/dartino_compiler/lib/src/shared_command_infrastructure.dart |
similarity index 99% |
rename from pkg/fletchc/lib/src/shared_command_infrastructure.dart |
rename to pkg/dartino_compiler/lib/src/shared_command_infrastructure.dart |
index d9325af3144e68abdef4ad3c3792049ef4b0ea83..e270964e219b73e023097437fd72727ae6bbbef7 100644 |
--- a/pkg/fletchc/lib/src/shared_command_infrastructure.dart |
+++ b/pkg/dartino_compiler/lib/src/shared_command_infrastructure.dart |
@@ -14,7 +14,7 @@ |
/// * Byte offset 0: one byte (code) which corresponds to an enum value. |
/// * Byte offset 1: four bytes payload length (unsigned int). |
/// * Byte offset 5: payload length bytes of payload. |
-library fletchc.src.command_transformer_builder; |
+library dartino_compiler.src.command_transformer_builder; |
import 'dart:async' show |
EventSink, |