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
Minor inconvenience, go to definition for neither var1 or var2 works:
var1
var2
{ local var1 = false, var2: 'string', assert var1 : self.var2, }
Related, jsonnet-lint thinks var1 is not used, reported in google/go-jsonnet#617
The text was updated successfully, but these errors were encountered:
Support assert statements
assert
8665916
Closes #128
4dacb0f
Successfully merging a pull request may close this issue.
Minor inconvenience, go to definition for neither
var1
orvar2
works:Related, jsonnet-lint thinks
var1
is not used, reported in google/go-jsonnet#617The text was updated successfully, but these errors were encountered: