From eb6c66dbaf6389d253d10dd74d22915d7e33d651 Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Mon, 7 Aug 2023 04:21:29 +0200 Subject: [PATCH] chore: update `typedef` in build keys template (#58) --- tools/build-keys-from-ts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build-keys-from-ts.js b/tools/build-keys-from-ts.js index a47b210..b644c50 100644 --- a/tools/build-keys-from-ts.js +++ b/tools/build-keys-from-ts.js @@ -31,7 +31,7 @@ const { promises: { writeFile } } = fs; "./lib/visitor-keys.js", // eslint-disable-next-line indent -- Readability `/** - * @typedef {import('./index.js').VisitorKeys} VisitorKeys + * @typedef {{ readonly [type: string]: ReadonlyArray }} VisitorKeys */ /**