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-02-21 00:25:46 +03:00
|
|
|
def _eval($expr; $filename): empty;
|
|
|
|
def _eval($expr): empty;
|
2022-02-16 19:10:41 +03:00
|
|
|
def _extkeys: empty;
|
|
|
|
def _exttype: empty;
|
|
|
|
def _global_state: empty;
|
|
|
|
def _global_state($v): empty;
|
|
|
|
def _hexdump($opts): empty;
|
|
|
|
def _is_completing: empty;
|
|
|
|
def _match_binary($regexp; $flags): empty;
|
|
|
|
def _match_binary($regexp): 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;
|
|
|
|
def _stderr: empty;
|
|
|
|
def _stderr($n): empty;
|
|
|
|
def _stdin: empty;
|
|
|
|
def _stdin($n): empty;
|
|
|
|
def _stdout: empty;
|
|
|
|
def _stdout($n): empty;
|
|
|
|
def _tobits($bits; $is_range; $pad): empty;
|
|
|
|
def _tovalue: empty;
|
|
|
|
def _tovalue($opts): empty;
|
|
|
|
def base64: empty;
|
|
|
|
def open: empty;
|
|
|
|
def scope: empty;
|