ErrLookup › antonmedv/fx

antonmedv/fx

Terminal JSON viewer & processor · Go · 49 source files

Analyzed at 4f31cd3a0c on 2026-09-02. 44 documented errors.

Code / MessageTypeSeverityTags
Cannot get length of ${typeof x}
exception error type-error, runtime, stdlib
Cannot get unique values of ${typeof x}
exception error type-error, runtime, stdlib
Cannot sort ${typeof x}
exception error type-error, runtime, stdlib
Cannot flatten ${typeof x}
exception error type-error, runtime, stdlib
Cannot reverse ${typeof x}
exception error type-error, runtime, stdlib
Cannot get keys of ${typeof x}
exception error type-error, null, runtime, stdlib
Cannot get values of ${typeof x}
exception error type-error, null, runtime, stdlib
Cannot list ${typeof x}
exception error type-error, runtime, logging, stdlib
Cannot delete key from ${typeof x}
exception error type-error, null, runtime, stdlib
Cannot save undefined
exception error
get cwd: %w
error_code error
read %s: %w
error_code error
specify a file as the first argument to be able to save: fx
error_code error
cannot save to a symbolic link: %s
error_code error
%s on line %d. %s
error_code error
Unknown token type: %v
error_code error
Unexpected state: %v
error_code error
Unsupported value type: %v
panic error
Unexpected character %q
panic error
Invalid Unicode escape sequence '\u%s%c'
panic error json, unicode, escape-sequence, strict-mode
Invalid Unicode escape sequence '\u%s'
panic error json, unicode, escape-sequence
Invalid escape sequence '\%c'
panic error json, escape-sequence, syntax-error, strict-mode
Unexpected end of input in string
panic error json, unterminated-string, truncated-input
Invalid character code point %d in string
panic error json, unicode, utf-8, encoding
Invalid character %q in number
panic error json, number, syntax-error, strict-mode
Expected object key to be a string, got %q
panic error json, parser, syntax-error
Expected colon after object key, got %q
panic error json, parser, syntax-error
Trailing comma is not allowed in strict mode
panic error json, strict-mode, trailing-comma
Unexpected character %q in object
panic error json, parser, syntax-error
Invalid character %q in array
panic error json, parser, syntax-error
Unexpected character %q in keyword
panic error json, parser, keyword, case-sensitivity
Comments are not allowed in strict mode
panic error json, strict-mode, comments, jsonc
Unexpected end of input in comment
panic error json, comment, unterminated, parser
Invalid comment: '/%c'
panic error json, comment, syntax, parser
strconv.ParseFloat: parsing <node value>: invalid syntax (pa
panic error json, goja, number, panic, strconv
<error from utils.Unquote(n.Value) unquoting the string node
panic error json, string, unquote, escape, panic
<error from utils.Unquote(it.Key) unquoting the object key>
panic error json, object, key, unquote, panic
<error from goja Object.Set> (panic(err))
panic error json, goja, object-set, prototype-pollution, panic
unsupported node kind %d
panic error go, panic, internal-invariant, json
<error from json.Marshal of the theme export map> (panic(err
panic warning go, panic, json-marshal, theme
<panics with the raw TOML input bytes (in) when toml.Unmarsh
panic error go, panic, toml, parse-error
<error from io.ReadAll of input source> (panic(err))
panic error go, panic, io, yaml, stdin
<error returned from pipeline p.Run()> (panic(err))
panic error go, panic, terminal, tty, pipeline
<non-PathError from os.Open(filePath)> (panic(err))
panic error go, panic, file-io, os, ulimit