mirror of
https://github.com/google/go-jsonnet.git
synced 2025-12-24 18:41:07 +01:00
* Location, error formatting and stack trace improvements * Static context for AST nodes * Thunks no longer need `name` * Prototype for showing snippets in error messages (old format still available) * Use ast.Function to represent methods and local function sugar. * Change tests so that the error output is pretty
17 lines
396 B
Plaintext
17 lines
396 B
Plaintext
RUNTIME ERROR: a
|
|
-------------------------------------------------
|
|
testdata/std.flatmap5:1:21-28 function <failWith>
|
|
|
|
local failWith(x) = error x;
|
|
|
|
-------------------------------------------------
|
|
<builtin> builtin function <flatMap>
|
|
|
|
-------------------------------------------------
|
|
<builtin> builtin function <type>
|
|
|
|
-------------------------------------------------
|
|
During evaluation
|
|
|
|
|