implementation of path #9
Annotations
19 errors
Type Validation:
src/utilities/paramValidation.ts#L1
'ExtractParamsFromPath' is declared but its value is never read.
|
Type Validation:
src/utilities/paramValidation.ts#L1
'Route' is declared but its value is never read.
|
Type Validation:
src/utilities/paramValidation.ts#L1
'Routes' is declared but its value is never read.
|
Type Validation:
src/utilities/paramValidation.ts#L3
'path' is declared but its value is never read.
|
Type Validation:
src/utilities/paramValidation.ts#L3
'route' is declared but its value is never read.
|
Type Validation:
src/utilities/params.ts#L73
Type 'string' is not assignable to type 'ExtractParamType<T>'.
|
Type Validation:
src/utilities/params.ts#L79
Type 'string' is not assignable to type 'ExtractParamType<T>'.
|
Type Validation:
src/utilities/path.ts#L40
Type 'Record<string, Param[]>' is not assignable to type 'P'.
|
Type Validation
Process completed with exit code 2.
|
Type Tests
'ExtractParamsFromPath' is declared but its value is never read.
|
Type Tests:
src/utilities/paramValidation.ts#L1
'Route' is declared but its value is never read.
|
Type Tests:
src/utilities/paramValidation.ts#L1
'Routes' is declared but its value is never read.
|
Type Tests:
src/utilities/paramValidation.ts#L3
'path' is declared but its value is never read.
|
Type Tests:
src/utilities/paramValidation.ts#L3
'route' is declared but its value is never read.
|
Type Tests:
src/utilities/params.ts#L73
Type 'string' is not assignable to type 'ExtractParamType<T>'.
|
Type Tests:
src/utilities/params.ts#L79
Type 'string' is not assignable to type 'ExtractParamType<T>'.
|
Type Tests:
src/utilities/path.ts#L40
Type 'Record<string, Param[]>' is not assignable to type 'P'.
|
Type Tests
Process completed with exit code 1.
|
Unit Tests
Process completed with exit code 1.
|