File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1+ // @ts -nocheck
12// dprint-ignore-file
23
34// All `Identifier`s
Original file line number Diff line number Diff line change 3333 | * TSUnionType:exit: (types: TSStringKeyword, TSNumberKeyword)
3434 | * TSTypeAliasDeclaration:exit: (typeAnnotation: TSUnionType)
3535 | * Program:exit
36- ,-[files/index.ts:4 :1]
37- 3 | // All `Identifier`s
38- 4 | ,-> let a = { x: y };
39- 5 | |
40- 6 | | // No `ParenthesizedExpression`s in AST
41- 7 | | const b = (x * ((('str' + ((123))))));
42- 8 | |
43- 9 | | // TS syntax
44- 10 | | type T = string;
45- 11 | |
46- 12 | | // No `TSParenthesizedType`s in AST
47- 13 | `-> type U = (((((string)) | ((number)))));
36+ ,-[files/index.ts:5 :1]
37+ 4 | // All `Identifier`s
38+ 5 | ,-> let a = { x: y };
39+ 6 | |
40+ 7 | | // No `ParenthesizedExpression`s in AST
41+ 8 | | const b = (x * ((('str' + ((123))))));
42+ 9 | |
43+ 10 | | // TS syntax
44+ 11 | | type T = string;
45+ 12 | |
46+ 13 | | // No `TSParenthesizedType`s in AST
47+ 14 | `-> type U = (((((string)) | ((number)))));
4848 `----
4949
5050Found 0 warnings and 1 error.
Original file line number Diff line number Diff line change 99 },
1010 "exclude" : [
1111 " node_modules" ,
12- " fixtures" ,
13- " test/fixtures"
12+ " fixtures"
1413 ]
1514}
You can’t perform that action at this time.
0 commit comments