File tree Expand file tree Collapse file tree
javascript/ql/test/library-tests/TypeScript Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11| (T \| ConcatArray<T>)[] | `T \| ConcatArray<T>` |
22| (number \| ConcatArray<number>)[] | `number \| ConcatArray<number>` |
3- | (string \| ConcatArray<string>)[] | `string \| ConcatArray<string>` |
43| (string \| number \| ConcatArray<string \| number>)[] | `string \| number \| ConcatArray<string \| number>` |
54| (string \| number)[] | `string \| number` |
65| ConcatArray<T>[] | `ConcatArray<T>` |
76| ConcatArray<number>[] | `ConcatArray<number>` |
87| ConcatArray<string \| number>[] | `ConcatArray<string \| number>` |
9- | ConcatArray<string>[] | `ConcatArray<string>` |
108| ReadonlyArray<T> | `T` |
119| ReadonlyArray<number> | `number` |
1210| S[] | `S` |
Original file line number Diff line number Diff line change 11| (T \| ConcatArray<T>)[] | T \| ConcatArray<T> |
22| (number \| ConcatArray<number>)[] | number \| ConcatArray<number> |
3- | (string \| ConcatArray<string>)[] | string \| ConcatArray<string> |
43| (string \| number \| ConcatArray<string \| number>)[] | string \| number \| ConcatArray<string \| number> |
54| (string \| number)[] | string \| number |
65| ConcatArray<T>[] | ConcatArray<T> |
76| ConcatArray<number>[] | ConcatArray<number> |
87| ConcatArray<string \| number>[] | ConcatArray<string \| number> |
9- | ConcatArray<string>[] | ConcatArray<string> |
108| NumberIndexable | object |
119| ReadonlyArray<T> | T |
1210| ReadonlyArray<number> | number |
1715| any[] | any |
1816| number[] | number |
1917| string | string |
20- | string \| ConcatArray<string> | string |
21- | string \| string[] | string |
2218| string[] | string |
Original file line number Diff line number Diff line change 88| CStringSub | CStringSub |
99| CSub | CSub |
1010| CollatorOptions | CollatorOptions |
11- | Function | Function |
1211| IBase | IBase |
1312| IEmpty | IEmpty |
1413| IEmptySub | IEmptySub |
1817| IStringSub | IStringSub |
1918| ISub | ISub |
2019| NumberFormatOptions | NumberFormatOptions |
21- | Object | Object |
2220| RegExp | RegExp |
2321| RegExpMatchArray | RegExpMatchArray |
Original file line number Diff line number Diff line change 2626| ExpansiveSignature in expansive_signature.ts | has properties |
2727| ExpansiveSignatureTypeBound in expansive_signature.ts | has properties |
2828| ExpansiveX in used_from_expansion.ts | has properties |
29- | Function in global scope | has properties |
3029| Intl.CollatorOptions in global scope | has properties |
3130| Intl.NumberFormatOptions in global scope | has properties |
3231| NonExpansive in shared_non_expansive.ts | has properties |
33- | Object in global scope | has properties |
Original file line number Diff line number Diff line change 1- | Function | Function |
21| Intl.CollatorOptions | CollatorOptions |
32| Intl.NumberFormatOptions | NumberFormatOptions |
43| LegacyGlobals.LegacySubclass | LegacySubclass |
54| Modern.ModernClass | ModernClass |
65| ModernGlobals.ModernSubclass | ModernSubclass |
7- | Object | Object |
86| RegExp | RegExp |
97| RegExpMatchArray | RegExpMatchArray |
108| __Legacy.LegacyClass | LegacyClass |
Original file line number Diff line number Diff line change 22| CollatorOptions | has no definition |
33| ExternalType1 | has no definition |
44| ExternalType2 | has no definition |
5- | Function | has no definition |
65| InternalType | defined in client_esmodule.ts |
76| LegacyClass | has no definition |
87| LegacySubclass | has no definition |
98| ModernClass | has no definition |
109| ModernSubclass | has no definition |
1110| NumberFormatOptions | has no definition |
12- | Object | has no definition |
1311| OtherClass | has no definition |
1412| RegExp | has no definition |
1513| RegExpMatchArray | has no definition |
You can’t perform that action at this time.
0 commit comments