Skip to content

Commit 42a53c3

Browse files
Update src/index.ts
Co-authored-by: Robin Malfait <[email protected]>
1 parent bdc9ebb commit 42a53c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ function transformDynamicJsAttribute(attr: any, env: TransformerEnv) {
153153
parser: prettierParserBabel.parsers['babel-ts'],
154154
})
155155

156-
function* ancestors(
157-
path: import('ast-types/lib/node-path').NodePath<any, any>,
156+
function* ancestors<N, V>(
157+
path: import('ast-types/lib/node-path').NodePath<N, V>,
158158
) {
159159
yield path
160160

0 commit comments

Comments
 (0)