marko 6.0.0-next.3.37 → 6.0.0-next.3.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,4 @@
1
1
  import { types as t } from "@marko/compiler";
2
- import { type Binding } from "../util/references";
3
- declare const kBinding: unique symbol;
4
- declare module "@marko/compiler/dist/types" {
5
- interface MarkoTagExtra {
6
- [kBinding]?: Binding;
7
- }
8
- }
9
2
  export declare const IfTag: {
10
3
  analyze(tag: t.NodePath<t.MarkoTag>): void;
11
4
  translate: {
@@ -50,4 +43,3 @@ export declare const ElseTag: {
50
43
  controlFlow: true;
51
44
  };
52
45
  };
53
- export {};