Reimplement Index Types #1036
Annotations
10 errors and 1 warning
Build Library:
test/static/composite.ts#L32
Type '{ A: never; }' does not satisfy the constraint 'Expected<{ A: string | number; }>'.
|
Build Library:
test/static/composite.ts#L48
Type '{ A: number; }' does not satisfy the constraint 'Expected<{ A?: number | undefined; }>'.
|
Build Library:
test/static/composite.ts#L77
Type '{ A: number; }' does not satisfy the constraint 'Expected<{ A?: number | undefined; }>'.
|
Build Library:
test/static/composite.ts#L123
Type 'TObject<{ x: TUnion<[TNumber, TBoolean]>; }>' is not assignable to type 'TObject<{ x: TIntersect<[TNumber, TBoolean]>; }>'.
|
Build Library:
test/static/indexed.ts#L39
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
|
Build Library:
test/static/indexed.ts#L45
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
|
Build Library:
test/static/indexed.ts#L57
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
|
Build Library:
test/static/indexed.ts#L63
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
|
Build Library:
test/static/indexed.ts#L79
Type 'number' does not satisfy the constraint 'Expected<number>'.
|
Build Library:
test/static/indexed.ts#L105
Type 'string | 1' does not satisfy the constraint 'Expected<string | number>'.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading