2022-02-16 19:10:41 +03:00
|
|
|
# read by jq-lsp to add additional builtins
|
|
|
|
def _can_display: empty;
|
|
|
|
def _decode($format; $opts): empty;
|
|
|
|
def _display($opts): empty;
|
2022-07-16 19:39:57 +03:00
|
|
|
def _eval($expr; $opts): empty;
|
2022-02-16 19:10:41 +03:00
|
|
|
def _extkeys: empty;
|
|
|
|
def _exttype: empty;
|
2021-12-09 19:15:21 +03:00
|
|
|
def _format_func($format; $func): empty;
|
2022-02-16 19:10:41 +03:00
|
|
|
def _global_state: empty;
|
|
|
|
def _global_state($v): empty;
|
|
|
|
def _hexdump($opts): empty;
|
|
|
|
def _is_completing: empty;
|
|
|
|
def _match_binary($regexp; $flags): empty;
|
|
|
|
def _print_color_json($opts): empty;
|
|
|
|
def _query_fromstring: empty;
|
|
|
|
def _query_tostring: empty;
|
|
|
|
def _readline: empty;
|
|
|
|
def _readline($opts): empty;
|
|
|
|
def _registry: empty;
|
2022-07-16 19:39:57 +03:00
|
|
|
def _stdio_info($name): empty;
|
|
|
|
def _stdio_read($name; $l): empty;
|
|
|
|
def _stdio_write($name): empty;
|
|
|
|
def _tobits($opts): empty;
|
2022-02-16 19:10:41 +03:00
|
|
|
def _tovalue($opts): empty;
|
|
|
|
def open: empty;
|
|
|
|
def scope: empty;
|
2022-07-16 19:39:57 +03:00
|
|
|
|
|
|
|
# used by help.jq
|
|
|
|
def tojq: empty;
|
|
|
|
# used by funcs.jq iprint
|
|
|
|
def toradix($base): empty;
|