Skip to content

Commit

Permalink
fix(typescript): ignore type arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Goose97 committed Nov 21, 2024
1 parent dedc77d commit 8be9593
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions queries/javascript/neolog-log-target.scm
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
(
(identifier) @log_target
(#not-field-of-ancestor? @log_target call_expression function)
; This one is for typescript, but let's keep it here for now
(#not-field-of-ancestor? @log_target call_expression type_arguments)
)

(
Expand Down

0 comments on commit 8be9593

Please sign in to comment.