File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
javascript/ql/test/library-tests/TypeScript Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- | unique symbol | esmodule | externalSymbol |
1+ | typeof externalSymbol | esmodule | externalSymbol |
Original file line number Diff line number Diff line change 6969| tst.ts:28:22:28:25 | null | null |
7070| tst.ts:29:5:29:13 | neverType | () => never |
7171| tst.ts:30:5:30:14 | symbolType | symbol |
72- | tst.ts:31:7:31:22 | uniqueSymbolType | unique symbol |
72+ | tst.ts:31:7:31:22 | uniqueSymbolType | typeof uniqueSymbolType |
7373| tst.ts:31:41:31:44 | null | null |
7474| tst.ts:32:5:32:14 | objectType | object |
7575| tst.ts:33:5:33:16 | intersection | string & { x: string; } |
Original file line number Diff line number Diff line change 4040| tst.ts:29:16:29:26 | () => never | () => never |
4141| tst.ts:29:22:29:26 | never | never |
4242| tst.ts:30:17:30:22 | symbol | symbol |
43- | tst.ts:31:25:31:37 | unique symbol | unique symbol |
43+ | tst.ts:31:25:31:37 | unique symbol | typeof uniqueSymbolType |
4444| tst.ts:32:17:32:22 | object | object |
4545| tst.ts:33:19:33:24 | string | string |
4646| tst.ts:33:19:33:38 | string & {x: string} | string & { x: string; } |
You can’t perform that action at this time.
0 commit comments