Replace current and previous properties with symbols to allow JSON serialization of zod schema #633
Annotations
10 errors and 3 warnings
Lint:
src/create/schema/index.ts#L15
There should be at least one empty line between import groups
|
Lint:
src/create/schema/index.ts#L16
`../../extendZodTypes` import should occur before type import of `../../openapi3-ts/dist`
|
Lint:
src/create/schema/index.ts#L225
Unsafe argument of type error typed assigned to a parameter of type `ZodType<unknown, ZodTypeDef, unknown>`
|
Lint:
src/create/schema/index.ts#L233
Unsafe argument of type error typed assigned to a parameter of type `ZodType<unknown, ZodTypeDef, unknown>`
|
Lint:
src/extendZod.ts#L3
'/home/runner/work/zod-openapi/zod-openapi/src/extendZodTypes.ts' imported multiple times
|
Lint:
src/extendZod.ts#L4
'/home/runner/work/zod-openapi/zod-openapi/src/extendZodTypes.ts' imported multiple times
|
Lint
Property '__@previousSymbol@142866' does not exist on type 'ZodOpenApiMetadataDef'. Did you mean '__@previousSymbol@133297'?
|
Lint
Property '__@previousSymbol@142866' does not exist on type 'ZodOpenApiMetadataDef'. Did you mean '__@previousSymbol@133297'?
|
Lint
Property '__@currentSymbol@142865' does not exist on type 'ZodOpenApiMetadataDef'. Did you mean '__@currentSymbol@133296'?
|
Lint
Property '__@currentSymbol@142865' does not exist on type 'ZodOpenApiMetadataDef'. Did you mean '__@currentSymbol@133296'?
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint:
src/extendZodTypes.ts#L10
Strings must use singlequote
|
Lint:
src/extendZodTypes.ts#L11
Strings must use singlequote
|
Loading