fiatjaf / jq-web

jq in the browser with emscripten.

Home Page:https://jq.alhur.es/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failure to include jq files

angeloaltamiranom opened this issue · comments

Hello, I want to use jq-web with my own .jq files where I have defined functions. Is this possible? I have tried using:

include "migrations" {search: "$ORIGIN/../../src/migrate/internal"}; [usage of functions inside .jq]

But it fails to find the files I need.

It's not possible, but you can still manually include these files by reading their content and passing them to jq-web.