JS: update tests

This commit is contained in:
Asger F
2019-03-11 11:36:46 +00:00
parent d7f0099426
commit 16a2177aec
6 changed files with 0 additions and 14 deletions

View File

@@ -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` |

View File

@@ -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 |

View File

@@ -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 |

View File

@@ -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 |

View File

@@ -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 |

View File

@@ -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 |