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 81be18b commit 710bd0dCopy full SHA for 710bd0d
index.js
@@ -178,6 +178,7 @@ function build (schema, options) {
178
const contextFunc = new Function('validator', 'serializer', contextFunctionCode)
179
const stringifyFunc = contextFunc(validator, serializer)
180
181
+ genFuncNameCounter = 0
182
refResolver = null
183
rootSchemaId = null
184
contextFunctions = null
0 commit comments