Skip to content

Commit

Permalink
fix(auto api): query too strict (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMcnafaha authored Oct 16, 2024
1 parent 5b3cf6d commit 50c61ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/website/auto-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ const parser = new Parser();

const query = new Query(
TS.tsx,
`declaration:
(type_alias_declaration
`(type_alias_declaration
name: (type_identifier) @subComponentName
(intersection_type
(object_type
Expand Down

0 comments on commit 50c61ba

Please sign in to comment.