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
jq: error: jq: error: library should only have function definitions, not a main expression
<unknown location>
jq-linux-amd64-1.7.1: src/compile.c:383: block_bind_library: Assertion `block_has_only_binders(binder, bindflags)' failed.
Aborted (core dumped)
The same also happens when we write twice import or include.
Environment
OS and Version: Ubuntu 22.04
jq version 1.7.1
The text was updated successfully, but these errors were encountered:
Suppose that we have two files:
Running
jq -n -f main.jq
yields:The same also happens when we write twice
import
orinclude
.Environment
The text was updated successfully, but these errors were encountered: