at Object.StaticTable (js.packages/writing/blocks/<stdin>:1:1)
at Object.get [as StaticTable] (js.packages/writing/blocks/StaticTable.ts:17:45)
at Object.<anonymous> (js.packages/writing/blocks/<stdin>:44:3)
at Object.<anonymous> (js.packages/views/<stdin>:4:40)
at Object.<anonymous> (js.packages/EntityModel/<stdin>:2:36)
... but each of the <stdin> references are to a file, and it's impossible to know which one is being referenced.
Suggested solution
Show the filename instead of <stdin> e.g.
at Object.StaticTable (js.packages/writing/blocks/index.ts:1:1)
...
Alternative
No response
Additional context
It's not clear whether this is a jest-esbuild issue/responsibility, but I can't find any reference to it elsewhere so I wonder if it's something that can/should/must be solved here.
Description
Stack traces currently print out like this:
... but each of the
<stdin>
references are to a file, and it's impossible to know which one is being referenced.Suggested solution
Show the filename instead of
<stdin>
e.g.Alternative
No response
Additional context
It's not clear whether this is a jest-esbuild issue/responsibility, but I can't find any reference to it elsewhere so I wonder if it's something that can/should/must be solved here.
Validations