-
-
Notifications
You must be signed in to change notification settings - Fork 877
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
Updated standalone documentation and add new examples #1866
Merged
epoberezkin
merged 10 commits into
ajv-validator:master
from
rehanvdm:feature/standalone-docs
Jan 15, 2022
Merged
Updated standalone documentation and add new examples #1866
epoberezkin
merged 10 commits into
ajv-validator:master
from
rehanvdm:feature/standalone-docs
Jan 15, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
epoberezkin
reviewed
Jan 15, 2022
epoberezkin
reviewed
Jan 15, 2022
epoberezkin
reviewed
Jan 15, 2022
epoberezkin
reviewed
Jan 15, 2022
epoberezkin
reviewed
Jan 15, 2022
epoberezkin
reviewed
Jan 15, 2022
epoberezkin
reviewed
Jan 15, 2022
epoberezkin
reviewed
Jan 15, 2022
epoberezkin
reviewed
Jan 15, 2022
epoberezkin
reviewed
Jan 15, 2022
epoberezkin
reviewed
Jan 15, 2022
epoberezkin
reviewed
Jan 15, 2022
epoberezkin
reviewed
Jan 15, 2022
epoberezkin
reviewed
Jan 15, 2022
epoberezkin
reviewed
Jan 15, 2022
epoberezkin
reviewed
Jan 15, 2022
epoberezkin
reviewed
Jan 15, 2022
epoberezkin
reviewed
Jan 15, 2022
epoberezkin
reviewed
Jan 15, 2022
epoberezkin
reviewed
Jan 15, 2022
epoberezkin
reviewed
Jan 15, 2022
epoberezkin
reviewed
Jan 15, 2022
epoberezkin
reviewed
Jan 15, 2022
epoberezkin
reviewed
Jan 15, 2022
epoberezkin
reviewed
Jan 15, 2022
epoberezkin
reviewed
Jan 15, 2022
epoberezkin
reviewed
Jan 15, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What issue does this pull request resolve?
Updates documentation for the standalone functionality, and adds examples of generating and consuming the generated validation code in both CJS and ESM formats. It also shows examples for single and multiple schemas.
Adds docs for the new ESM feature mentioned in #1523 and gives a concrete example of usage for #1831.
I tested the examples in the documentation below and have them in a separate private repo that I want to make public as soon as this new ESM feature gets released. I don't know if you maybe want to reference it? Or maybe fork it so that it lives under the
ajv-validator
organization and then reference to that from these docs.What changes did you make?
Updated docs.
Is there anything that requires more attention while reviewing?
Don't think so, just possible revisions if required, let me know or go ahead and make them directly.