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
As of recently there is now a JSON Schema for the metadata.json files (bazelbuild/bazel-central-registry#1149), which we should use as the basis for the types we use in this repo.
We should add some codegen that generates Typescript types based on the schema (possibly based on a copy of the schema in our repo, so that changes in the format upstream don't immediately break our builds)
We should optimally add some check that will alert us that the schema in our and the upstream repo are drifting
The text was updated successfully, but these errors were encountered:
As of recently there is now a JSON Schema for the
metadata.json
files (bazelbuild/bazel-central-registry#1149), which we should use as the basis for the types we use in this repo.The text was updated successfully, but these errors were encountered: