Skip to content

Commit

Permalink
Add missing "export const base" in walk.d.ts (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nauja authored Jun 7, 2021
1 parent cf1b981 commit ddfd5e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions acorn-walk/dist/walk.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,6 @@ declare module "acorn-walk" {
): Found<TState> | undefined;

export const findNodeAfter: typeof findNodeAround;

export const base: RecursiveVisitors<any>;
}

0 comments on commit ddfd5e3

Please sign in to comment.