Skip to content

Commit

Permalink
Exclude parameterized from name scope (#2781)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson authored Jan 28, 2025
1 parent 6b8cea8 commit 24b5197
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions data/fixtures/scopes/typescript.core/name.variable.scope
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
export type Aaa = Bbb<Ccc>;
---

[Content] = 0:12-0:15
>---<
0| export type Aaa = Bbb<Ccc>;

[Removal] = 0:12-0:16
>----<
0| export type Aaa = Bbb<Ccc>;

[Leading delimiter] = 0:11-0:12
>-<
0| export type Aaa = Bbb<Ccc>;

[Trailing delimiter] = 0:15-0:16
>-<
0| export type Aaa = Bbb<Ccc>;

[Domain] = 0:0-0:27
>---------------------------<
0| export type Aaa = Bbb<Ccc>;

[Insertion delimiter] = " "
1 change: 1 addition & 0 deletions queries/javascript.core.scm
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
abstract_method_signature
public_field_definition
field_definition
generic_type
)
)

Expand Down

0 comments on commit 24b5197

Please sign in to comment.