Skip to content
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

feat(common): precompile ajv schemas 🎺 #9691

Merged
merged 3 commits into from
Oct 6, 2023

Commits on Oct 5, 2023

  1. feat(common): precompile json schemas to improve performance

    Fixes #9640.
    
    This ended up being somewhat more fragile than originally anticipated.
    For the `ajv` cli call to get the right versions, we needed to install
    ajv as a dev dependency in the top-level package.json as well as at the
    common/web/types level.
    
    Ajv does not do all that well with ESM yet, either, so we use esbuild to
    transform the compiled validators before building in typescript.
    mcdurdin committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    225877f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    68740f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8b0e56 View commit details
    Browse the repository at this point in the history