Skip to content

Commit ddfd5e3

Browse files
authored
Add missing "export const base" in walk.d.ts (#1044)
1 parent cf1b981 commit ddfd5e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

acorn-walk/dist/walk.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,6 @@ declare module "acorn-walk" {
109109
): Found<TState> | undefined;
110110

111111
export const findNodeAfter: typeof findNodeAround;
112+
113+
export const base: RecursiveVisitors<any>;
112114
}

0 commit comments

Comments
 (0)