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
$ ./jsonnet -e 'function(a, 1)'
STATIC ERROR: <cmdline>:1:13: Not an identifier: 0x7fbd51500350
It looks like, in parseParams, we are trying to output an AST object but there is no string formatter for ASTs. Perhaps unparse the AST there? Or try not to dump the text?
The text was updated successfully, but these errors were encountered:
It looks like, in parseParams, we are trying to output an AST object but there is no string formatter for ASTs. Perhaps unparse the AST there? Or try not to dump the text?
The text was updated successfully, but these errors were encountered: