enso/app
Adam Obuchowicz 0783618276
Interpreting CB input using AST. (#8022)
Fixes #7784

Instead of some heuristic, we now parse the CB's input and get the pattern and qualified name. Also we keep the "context" structure which may be used to apply suggestions properly.

# Important Notes
I created several helpers for AST. One of them is very hacky: we traverse AST tree by reading all getters in JS. Instead, we could generate it basing on schema.
2023-10-12 14:00:48 +00:00
..
gui Parser TS bindings (#7881) 2023-10-11 13:04:38 +00:00
gui2 Interpreting CB input using AST. (#8022) 2023-10-12 14:00:48 +00:00
ide-desktop Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00