We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#8 added autocomplete to builtins but typed everything as any. We can do better than this since there's a bunch of type information in the protobuf.
The text was updated successfully, but these errors were encountered:
It isn't that obvious to me how to construct non-primitive values of starlark::typing::Ty.
starlark::typing::Ty
It looks like the only option is to use Ty::starlark_value, which would require generating instances of StarlarkValue from the protobuf.
Ty::starlark_value
StarlarkValue
Sorry, something went wrong.
On related note, there is bazelbuild/bazel#21979 which aims to add types to the stardoc output protos for builtin functions.
No branches or pull requests
#8 added autocomplete to builtins but typed everything as any. We can do better than this since there's a bunch of type information in the protobuf.
The text was updated successfully, but these errors were encountered: