You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/03-template-literals/17-splitting-strings.problem.ts(12,10): error TS2344: Type 'false' does not satisfy the constraint 'true'.
31
31
src/03-template-literals/18-template-literals-in-object-keys.problem.ts(9,5): error TS2344: Type 'false' does not satisfy the constraint 'true'.
32
32
src/03-template-literals/19-uppercase-object.problem.ts(9,5): error TS2344: Type 'false' does not satisfy the constraint 'true'.
33
-
src/03.5-type-helpers-pattern/20-type-helpers-pattern.problem.ts(6,10): error TS2344: Type 'false' does not satisfy the constraint 'true'.
34
33
src/03.5-type-helpers-pattern/20-type-helpers-pattern.problem.ts(6,16): error TS2315: Type 'ReturnWhatIPassIn' is not generic.
35
-
src/03.5-type-helpers-pattern/20-type-helpers-pattern.problem.ts(7,10): error TS2344: Type 'false' does not satisfy the constraint 'true'.
36
34
src/03.5-type-helpers-pattern/20-type-helpers-pattern.problem.ts(7,16): error TS2315: Type 'ReturnWhatIPassIn' is not generic.
37
-
src/03.5-type-helpers-pattern/20-type-helpers-pattern.problem.ts(8,10): error TS2344: Type 'false' does not satisfy the constraint 'true'.
38
35
src/03.5-type-helpers-pattern/20-type-helpers-pattern.problem.ts(8,16): error TS2315: Type 'ReturnWhatIPassIn' is not generic.
39
-
src/03.5-type-helpers-pattern/20-type-helpers-pattern.problem.ts(9,10): error TS2344: Type 'false' does not satisfy the constraint 'true'.
40
36
src/03.5-type-helpers-pattern/20-type-helpers-pattern.problem.ts(9,16): error TS2315: Type 'ReturnWhatIPassIn' is not generic.
41
-
src/03.5-type-helpers-pattern/20-type-helpers-pattern.problem.ts(10,10): error TS2344: Type 'false' does not satisfy the constraint 'true'.
42
37
src/03.5-type-helpers-pattern/20-type-helpers-pattern.problem.ts(10,16): error TS2315: Type 'ReturnWhatIPassIn' is not generic.
43
-
src/03.5-type-helpers-pattern/20.1-maybe.problem.ts(6,10): error TS2344: Type 'false' does not satisfy the constraint 'true'.
44
38
src/03.5-type-helpers-pattern/20.1-maybe.problem.ts(6,16): error TS2315: Type 'Maybe' is not generic.
45
-
src/03.5-type-helpers-pattern/20.1-maybe.problem.ts(7,10): error TS2344: Type 'false' does not satisfy the constraint 'true'.
46
39
src/03.5-type-helpers-pattern/20.1-maybe.problem.ts(7,16): error TS2315: Type 'Maybe' is not generic.
47
-
src/03.5-type-helpers-pattern/20.1-maybe.problem.ts(8,10): error TS2344: Type 'false' does not satisfy the constraint 'true'.
48
40
src/03.5-type-helpers-pattern/20.1-maybe.problem.ts(8,16): error TS2315: Type 'Maybe' is not generic.
49
-
src/03.5-type-helpers-pattern/20.1-maybe.problem.ts(9,10): error TS2344: Type 'false' does not satisfy the constraint 'true'.
50
41
src/03.5-type-helpers-pattern/20.1-maybe.problem.ts(9,16): error TS2315: Type 'Maybe' is not generic.
51
42
src/03.5-type-helpers-pattern/20.2-constraints.problem.ts(3,35): error TS2322: Type 'TRoute' is not assignable to type 'string | number | bigint | boolean | null | undefined'.
src/03.5-type-helpers-pattern/20.3-multiple.problem.ts(10,5): error TS2344: Type 'false' does not satisfy the constraint 'true'.
55
45
src/03.5-type-helpers-pattern/20.3-multiple.problem.ts(11,7): error TS2315: Type 'CreateDataShape' is not generic.
56
-
src/03.5-type-helpers-pattern/20.3-multiple.problem.ts(19,5): error TS2344: Type 'false' does not satisfy the constraint 'true'.
57
46
src/03.5-type-helpers-pattern/20.3-multiple.problem.ts(20,7): error TS2315: Type 'CreateDataShape' is not generic.
58
-
src/03.5-type-helpers-pattern/20.3-multiple.problem.ts(28,5): error TS2344: Type 'false' does not satisfy the constraint 'true'.
59
47
src/03.5-type-helpers-pattern/20.3-multiple.problem.ts(29,7): error TS2315: Type 'CreateDataShape' is not generic.
60
-
src/03.5-type-helpers-pattern/20.4-defaults.problem.ts(10,5): error TS2344: Type 'false' does not satisfy the constraint 'true'.
61
48
src/03.5-type-helpers-pattern/20.4-defaults.problem.ts(11,7): error TS2314: Generic type 'CreateDataShape' requires 2 type argument(s).
62
49
src/03.5-type-helpers-pattern/20.5-function-constraints.problem.ts(4,22): error TS2344: Type 'T' does not satisfy the constraint '(...args: any) => any'.
63
50
src/03.5-type-helpers-pattern/20.5-function-constraints.problem.ts(5,27): error TS2344: Type 'T' does not satisfy the constraint '(...args: any) => any'.
src/04-conditional-types-and-infer/25-template-literal-value-extraction.problem.ts(16,10): error TS2344: Type 'false' does not satisfy the constraint 'true'.
82
67
src/04-conditional-types-and-infer/25-template-literal-value-extraction.problem.ts(17,10): error TS2344: Type 'false' does not satisfy the constraint 'true'.
83
68
src/04-conditional-types-and-infer/25-template-literal-value-extraction.problem.ts(18,10): error TS2344: Type 'false' does not satisfy the constraint 'true'.
84
-
src/04-conditional-types-and-infer/26-get-result-from-async-function.problem.ts(17,5): error TS2344: Type 'false' does not satisfy the constraint 'true'.
85
69
src/04-conditional-types-and-infer/26-get-result-from-async-function.problem.ts(18,7): error TS2315: Type 'InferPropsFromServerSideFunction' is not generic.
86
70
src/04-conditional-types-and-infer/27-infer-in-union-types.problem.ts(16,10): error TS2344: Type 'false' does not satisfy the constraint 'true'.
87
71
src/04-conditional-types-and-infer/27-infer-in-union-types.problem.ts(17,10): error TS2344: Type 'false' does not satisfy the constraint 'true'.
src/05-key-remapping/34-object-to-union-of-tuples.problem.ts(15,5): error TS2344: Type 'false' does not satisfy the constraint 'true'.
97
81
src/05-key-remapping/35-object-to-union-of-template-literals.problem.ts(13,5): error TS2344: Type 'false' does not satisfy the constraint 'true'.
98
82
src/05-key-remapping/36-discriminated-union-to-union.problem.ts(21,5): error TS2344: Type 'false' does not satisfy the constraint 'true'.
99
-
src/06-challenges/37-get-dynamic-path-params.problem.ts(10,10): error TS2344: Type 'false' does not satisfy the constraint 'true'.
100
83
src/06-challenges/37-get-dynamic-path-params.problem.ts(10,16): error TS2315: Type 'ExtractPathParams' is not generic.
101
-
src/06-challenges/37-get-dynamic-path-params.problem.ts(12,5): error TS2344: Type 'false' does not satisfy the constraint 'true'.
102
84
src/06-challenges/37-get-dynamic-path-params.problem.ts(13,7): error TS2315: Type 'ExtractPathParams' is not generic.
103
85
src/06-challenges/38-mutually-exclusive-properties.problem.ts(19,5): error TS2344: Type 'false' does not satisfy the constraint 'true'.
104
86
src/06-challenges/39-discriminated-union-with-unique-values-to-object.problem.ts(19,5): error TS2344: Type 'false' does not satisfy the constraint 'true'.
0 commit comments