quickjs/gen
Charlie Gordon fd99929f5d
Improve completion in REPL (#343)
* Improve completion in REPL

- refine `get_context_object` to avoid throwing errors (eg: q.<TAB>)
- do not call `eval` in `get_context_object` to avoid throwing errors
  and reduce bloat caused by variable closures.
- support completion of directives
2024-04-06 21:37:19 +02:00
..
function_source.c Add cross-platform Atomics support 2024-04-02 21:50:42 +02:00
hello.c Add cross-platform Atomics support 2024-04-02 21:50:42 +02:00
hello_module.c Add cross-platform Atomics support 2024-04-02 21:50:42 +02:00
repl.c Improve completion in REPL (#343) 2024-04-06 21:37:19 +02:00
test_fib.c Add cross-platform Atomics support 2024-04-02 21:50:42 +02:00