mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
JS: update tests
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
| (T \| ConcatArray<T>)[] | `T \| ConcatArray<T>` |
|
||||
| (number \| ConcatArray<number>)[] | `number \| ConcatArray<number>` |
|
||||
| (string \| ConcatArray<string>)[] | `string \| ConcatArray<string>` |
|
||||
| (string \| number \| ConcatArray<string \| number>)[] | `string \| number \| ConcatArray<string \| number>` |
|
||||
| (string \| number)[] | `string \| number` |
|
||||
| ConcatArray<T>[] | `ConcatArray<T>` |
|
||||
| ConcatArray<number>[] | `ConcatArray<number>` |
|
||||
| ConcatArray<string \| number>[] | `ConcatArray<string \| number>` |
|
||||
| ConcatArray<string>[] | `ConcatArray<string>` |
|
||||
| ReadonlyArray<T> | `T` |
|
||||
| ReadonlyArray<number> | `number` |
|
||||
| S[] | `S` |
|
||||
|
||||
@@ -1,12 +1,10 @@
|
||||
| (T \| ConcatArray<T>)[] | T \| ConcatArray<T> |
|
||||
| (number \| ConcatArray<number>)[] | number \| ConcatArray<number> |
|
||||
| (string \| ConcatArray<string>)[] | string \| ConcatArray<string> |
|
||||
| (string \| number \| ConcatArray<string \| number>)[] | string \| number \| ConcatArray<string \| number> |
|
||||
| (string \| number)[] | string \| number |
|
||||
| ConcatArray<T>[] | ConcatArray<T> |
|
||||
| ConcatArray<number>[] | ConcatArray<number> |
|
||||
| ConcatArray<string \| number>[] | ConcatArray<string \| number> |
|
||||
| ConcatArray<string>[] | ConcatArray<string> |
|
||||
| NumberIndexable | object |
|
||||
| ReadonlyArray<T> | T |
|
||||
| ReadonlyArray<number> | number |
|
||||
@@ -17,6 +15,4 @@
|
||||
| any[] | any |
|
||||
| number[] | number |
|
||||
| string | string |
|
||||
| string \| ConcatArray<string> | string |
|
||||
| string \| string[] | string |
|
||||
| string[] | string |
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
| CStringSub | CStringSub |
|
||||
| CSub | CSub |
|
||||
| CollatorOptions | CollatorOptions |
|
||||
| Function | Function |
|
||||
| IBase | IBase |
|
||||
| IEmpty | IEmpty |
|
||||
| IEmptySub | IEmptySub |
|
||||
@@ -18,6 +17,5 @@
|
||||
| IStringSub | IStringSub |
|
||||
| ISub | ISub |
|
||||
| NumberFormatOptions | NumberFormatOptions |
|
||||
| Object | Object |
|
||||
| RegExp | RegExp |
|
||||
| RegExpMatchArray | RegExpMatchArray |
|
||||
|
||||
@@ -26,8 +26,6 @@
|
||||
| ExpansiveSignature in expansive_signature.ts | has properties |
|
||||
| ExpansiveSignatureTypeBound in expansive_signature.ts | has properties |
|
||||
| ExpansiveX in used_from_expansion.ts | has properties |
|
||||
| Function in global scope | has properties |
|
||||
| Intl.CollatorOptions in global scope | has properties |
|
||||
| Intl.NumberFormatOptions in global scope | has properties |
|
||||
| NonExpansive in shared_non_expansive.ts | has properties |
|
||||
| Object in global scope | has properties |
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
| Function | Function |
|
||||
| Intl.CollatorOptions | CollatorOptions |
|
||||
| Intl.NumberFormatOptions | NumberFormatOptions |
|
||||
| LegacyGlobals.LegacySubclass | LegacySubclass |
|
||||
| Modern.ModernClass | ModernClass |
|
||||
| ModernGlobals.ModernSubclass | ModernSubclass |
|
||||
| Object | Object |
|
||||
| RegExp | RegExp |
|
||||
| RegExpMatchArray | RegExpMatchArray |
|
||||
| __Legacy.LegacyClass | LegacyClass |
|
||||
|
||||
@@ -2,14 +2,12 @@
|
||||
| CollatorOptions | has no definition |
|
||||
| ExternalType1 | has no definition |
|
||||
| ExternalType2 | has no definition |
|
||||
| Function | has no definition |
|
||||
| InternalType | defined in client_esmodule.ts |
|
||||
| LegacyClass | has no definition |
|
||||
| LegacySubclass | has no definition |
|
||||
| ModernClass | has no definition |
|
||||
| ModernSubclass | has no definition |
|
||||
| NumberFormatOptions | has no definition |
|
||||
| Object | has no definition |
|
||||
| OtherClass | has no definition |
|
||||
| RegExp | has no definition |
|
||||
| RegExpMatchArray | has no definition |
|
||||
|
||||
Reference in New Issue
Block a user