Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading