You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validation result, data AFTER validation, error messages
What results did you expect?
The standalone code should be truly standalone and portable. With this require statement added, it is no longer truly standalone:
What version of Ajv are you using? Does the issue happen if you use the latest version?
Ajv options object
JSON Schema
N/A
Sample data
const Error0 = require("ajv/dist/runtime/validation_error").default;
Your code
Validation result, data AFTER validation, error messages
What results did you expect?
The standalone code should be truly standalone and portable. With this require statement added, it is no longer truly standalone:
ajv/lib/compile/index.ts
Lines 120 to 125 in 69568d0
Are you going to resolve the issue?
The text was updated successfully, but these errors were encountered: