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
The current approach using Ajv doesn't work because the required import paths are not supported in senc. Specifically, the following issues currently exist:
Ajv is all commonjs, so we need to add in support for handling commonjs in the deno runtime (deno doesn't support cjs natively). Allow runtime to handle CJS senc#7
The text was updated successfully, but these errors were encountered:
The current approach using Ajv doesn't work because the required import paths are not supported in senc. Specifically, the following issues currently exist:
node_modules
dir, then it doesn't have the extension. We need to check bothPATH.js
andPATH/package.json
(currently only check the latter). Add support for importing files in node_module directly senc#17The text was updated successfully, but these errors were encountered: