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 builtin.pb from the default ApiExporter is missing quite a few builtin definitions. This PR mostly solves the issue of missing types/docs in language rules, but doesn't solve the missing WORKSPACE and MODULE.bazel builtins. Do some investigation to see if the ApiExporter can be modified to also export these.
Unfortunately, the current schema doesn't support WORKSPACE or MODULE.bazelApiContexts, so for now we can probably just expose these builtins in the BAZEL context.
The text was updated successfully, but these errors were encountered:
The
builtin.pb
from the defaultApiExporter
is missing quite a few builtin definitions. This PR mostly solves the issue of missing types/docs in language rules, but doesn't solve the missingWORKSPACE
andMODULE.bazel
builtins. Do some investigation to see if theApiExporter
can be modified to also export these.Unfortunately, the current schema doesn't support
WORKSPACE
orMODULE.bazel
ApiContext
s, so for now we can probably just expose these builtins in theBAZEL
context.The text was updated successfully, but these errors were encountered: