Skip to content

Commit 4ef3cc9

Browse files
eragon512sapegin
authored andcommitted
Fix: Replace 'walkes' with 'estree-walker' (styleguidist#1349)
Because walkes has LGPL-3 license. Fixes styleguidist#1210
1 parent b198d4e commit 4ef3cc9

File tree

5 files changed

+184
-97
lines changed

5 files changed

+184
-97
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
declare module 'walkes' {
1+
declare module 'estree-walker' {
22
import type { AcornNode } from 'acorn';
33

4-
declare function walkes(
4+
declare export function walk (
55
node: AcornNode,
66
visitors: { [key: string]: (node: AcornNode) => void }
77
): void;
8-
9-
declare export default typeof walkes;
8+
109
}

0 commit comments

Comments
 (0)