File tree Expand file tree Collapse file tree 3 files changed +47
-4
lines changed
packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/typescript Expand file tree Collapse file tree 3 files changed +47
-4
lines changed Original file line number Diff line number Diff line change 1+ languageId : typescript
2+ command :
3+ version : 6
4+ spokenForm : change type
5+ action :
6+ name : clearAndSetSelection
7+ target :
8+ type : primitive
9+ modifiers :
10+ - type : containingScope
11+ scopeType : {type: type}
12+ usePrePhraseSnapshot : true
13+ initialState :
14+ documentContents : const aaa = "bbb" as const;
15+ selections :
16+ - anchor : {line: 0, character: 12}
17+ active : {line: 0, character: 12}
18+ marks : {}
19+ finalState :
20+ documentContents : const aaa = "bbb" as ;
21+ selections :
22+ - anchor : {line: 0, character: 21}
23+ active : {line: 0, character: 21}
Original file line number Diff line number Diff line change 1+ languageId : typescript
2+ command :
3+ version : 6
4+ spokenForm : chuck type
5+ action :
6+ name : remove
7+ target :
8+ type : primitive
9+ modifiers :
10+ - type : containingScope
11+ scopeType : {type: type}
12+ usePrePhraseSnapshot : true
13+ initialState :
14+ documentContents : const aaa = "bbb" as const;
15+ selections :
16+ - anchor : {line: 0, character: 12}
17+ active : {line: 0, character: 12}
18+ marks : {}
19+ finalState :
20+ documentContents : const aaa = "bbb";
21+ selections :
22+ - anchor : {line: 0, character: 12}
23+ active : {line: 0, character: 12}
Original file line number Diff line number Diff line change 198198;; ! ----------
199199(as_expression
200200 (_) @_.leading.start.endOf
201- [
202- (generic_type)
203- (predefined_type)
204- ] @type @_.leading.end.startOf
201+ (_) @type @_.leading.end.startOf
205202) @_.domain
206203
207204;; !! aaa satisfies Bbb
You can’t perform that action at this time.
0 commit comments