Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit eb6c66d

Browse files
authored
chore: update typedef in build keys template (#58)
1 parent 45d4c17 commit eb6c66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build-keys-from-ts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const { promises: { writeFile } } = fs;
3131
"./lib/visitor-keys.js",
3232
// eslint-disable-next-line indent -- Readability
3333
`/**
34-
* @typedef {import('./index.js').VisitorKeys} VisitorKeys
34+
* @typedef {{ readonly [type: string]: ReadonlyArray<string> }} VisitorKeys
3535
*/
3636
3737
/**

0 commit comments

Comments
 (0)