-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How Transpile: json schema to es5 #1
Comments
I imagined the output of ajv-cmd would be a pre-step in a build process to convert all schema jsons to validator js, then those would be imported to one own js that are then transpiled to whatever you need into the final bundle. Can you share your uses case? |
After some reflection, I decided I don't want to support commonjs in this project. The official ajv-cli already does this well and the ecosystem moving towards esm only. Sorry, only have so much free time. Hope I made this project to add in the features I needed that were not being merged in like esm, uri-resolver, with modern defaults and smaller bundles. |
I imagine you're looking into this for Middy. If you do choose to add in |
Description
es5
The text was updated successfully, but these errors were encountered: