| Index: pkg/dartino_compiler/lib/vm_command_reader.dart
|
| diff --git a/pkg/fletchc/lib/vm_command_reader.dart b/pkg/dartino_compiler/lib/vm_command_reader.dart
|
| similarity index 98%
|
| rename from pkg/fletchc/lib/vm_command_reader.dart
|
| rename to pkg/dartino_compiler/lib/vm_command_reader.dart
|
| index 79081f8f2ddc156a2ed6665929909fbf21c553d7..38a8f5b62ad856bd1a32521cedf143928a8d3095 100644
|
| --- a/pkg/fletchc/lib/vm_command_reader.dart
|
| +++ b/pkg/dartino_compiler/lib/vm_command_reader.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.
|
|
|
| -part of fletch.vm_session;
|
| +part of dartino.vm_session;
|
|
|
| class SessionCommandTransformerBuilder
|
| extends CommandTransformerBuilder<VmCommand> {
|
|
|