| Index: pkg/dartino_compiler/lib/src/closure_environment.dart
|
| diff --git a/pkg/fletchc/lib/src/closure_environment.dart b/pkg/dartino_compiler/lib/src/closure_environment.dart
|
| similarity index 99%
|
| rename from pkg/fletchc/lib/src/closure_environment.dart
|
| rename to pkg/dartino_compiler/lib/src/closure_environment.dart
|
| index d52c605f21c0bc226c50889fd4af70670e94c623..e075dc563f88f1a449f77a74df13ce07c8d69b82 100644
|
| --- a/pkg/fletchc/lib/src/closure_environment.dart
|
| +++ b/pkg/dartino_compiler/lib/src/closure_environment.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.closure_environment;
|
| +library dartino_compiler.closure_environment;
|
|
|
| import 'package:compiler/src/resolution/semantic_visitor.dart';
|
|
|
|
|