enso/app
Kaz Wesley a04385a6a4
New AST APIs (#8851)
Introduce new AST APIs. They will be used for synchronization in the next PR.

# Important Notes
- `Module.edit` now clones a YDoc containing all the module's data; the resulting `MutableModule` can be edited with mutation APIs.
- Every AST type now has a mutable subtype. These `MutableAst` types expose all editing operations that were previously in `MutableModule`, such as `replace`; they also provide field setters.
2024-01-26 11:32:35 +00:00
..
gui Parse inline function signatures (#8470) 2023-12-12 14:48:44 +00:00
gui2 New AST APIs (#8851) 2024-01-26 11:32:35 +00:00
ide-desktop Add settings page; add endpoints for deleting user and uploading profile picture (#8720) 2024-01-25 15:10:51 +00:00