File tree Expand file tree Collapse file tree 2 files changed +17
-20
lines changed
data/fixtures/scopes/typescript Expand file tree Collapse file tree 2 files changed +17
-20
lines changed Original file line number Diff line number Diff line change 11<Aaa>bbb
22---
33
4- [#1 Content] = 0:1-0:4
4+ [Content] = 0:1-0:4
55 >---<
660| <Aaa>bbb
77
8- [#1 Removal] = 0:0-0:5
8+ [Removal] = 0:0-0:5
99 >-----<
10100| <Aaa>bbb
1111
12- [#1 Domain] = 0:0-0:8
12+ [Domain] = 0:0-0:8
1313 >--------<
14140| <Aaa>bbb
1515
16- [#1 Insertion delimiter] = " "
17-
18-
19- [#2 Content] =
20- [#2 Removal] =
21- [#2 Domain] = 0:1-0:4
22- >---<
23- 0| <Aaa>bbb
24-
25- [#2 Insertion delimiter] = " "
16+ [Insertion delimiter] = " "
Original file line number Diff line number Diff line change 417417
418418;; !! Map<string, number>
419419;; ! ^^^^^^ ^^^^^^
420- (type_arguments
421- (_) @type
420+ (
421+ (type_arguments
422+ (_) @type
423+ ) @_dummy
424+ (#not-parent-type? @_dummy type_assertion)
422425)
423426
424427;; !! Map<string, number>
425428;; ! ^^^^^^^^^^^^^^
426- (type_arguments
427- .
428- "<" @type.iteration.start.endOf
429- ">" @type.iteration.end.startOf
430- .
429+ (
430+ (type_arguments
431+ .
432+ "<" @type.iteration.start.endOf
433+ ">" @type.iteration.end.startOf
434+ .
435+ ) @_dummy
436+ (#not-parent-type? @_dummy type_assertion)
431437)
You can’t perform that action at this time.
0 commit comments