We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7af6d4 commit 99ae4deCopy full SHA for 99ae4de
packages/openapi-ts/src/plugins/zod/plugin.ts
@@ -115,17 +115,6 @@ const arrayTypeToZodSchema = ({
115
],
116
}),
117
118
-
119
- // compiler.callExpression({
120
- // functionName: compiler.propertyAccessExpression({
121
- // expression: zIdentifier,
122
- // name: unionIdentifier,
123
- // }),
124
- // parameters: [
125
- // compiler.arrayLiteralExpression({
126
- // elements: itemExpressions,
127
128
- // ],
129
});
130
}
131
0 commit comments