How to debug "EvalError: Code generation from strings disallowed for this context"
Im aware that this is caused by eval and new Function. i moved my entire validation to https://www.npmjs.com/package/@cfworker/json-schema because i thought it was that. but it wasnt
im using worker assets with sveltekit. i checked the _workers.js but its really small and no eval or new Function there
im using worker assets with sveltekit. i checked the _workers.js but its really small and no eval or new Function there
npm
A JSON schema validator that will run on Cloudflare workers. Supports drafts 4, 7, 2019-09, and 2020-12.. Latest version: 4.1.1, last published: 24 days ago. Start using @cfworker/json-schema in your project by running
npm i @cfworker/json-schema. There are 31 other projects in the npm registry using @cfworker/json-schema.
