avancement planning
This commit is contained in:
+1
-2
@@ -1,4 +1,4 @@
|
||||
import { ZodFirstPartyTypeKind } from "zod";
|
||||
import { ZodFirstPartyTypeKind } from "zod/v3";
|
||||
import { parseAnyDef } from "./parsers/any.js";
|
||||
import { parseArrayDef } from "./parsers/array.js";
|
||||
import { parseBigintDef } from "./parsers/bigint.js";
|
||||
@@ -100,7 +100,6 @@ export const selectParser = (def, typeName, refs) => {
|
||||
case ZodFirstPartyTypeKind.ZodSymbol:
|
||||
return undefined;
|
||||
default:
|
||||
/* c8 ignore next */
|
||||
return ((_) => undefined)(typeName);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user