Skip to content

Commit

Permalink
Update src/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Robin Malfait <[email protected]>
  • Loading branch information
thecrypticace and RobinMalfait authored Jun 11, 2024
1 parent bdc9ebb commit 42a53c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ function transformDynamicJsAttribute(attr: any, env: TransformerEnv) {
parser: prettierParserBabel.parsers['babel-ts'],
})

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

Expand Down

0 comments on commit 42a53c3

Please sign in to comment.