enso/app/gui2/shared
Kaz Wesley 277dfb1991
Ast edits (#8576)
- The module is edited by changing the AST, not the text representation.
- `IdMap`s no longer need to be maintained in parallel with the module content; they are snapshots produced as needed from the ASTs.
- Simplistic synchronization is in place until #8237: Edits are never merged; if two edits are started from the same state, one will be overwritten.
2023-12-19 17:58:11 +00:00
..
__tests__ Fixes for Language Server sync server (#8514) 2023-12-19 05:41:14 +00:00
dataServer E2E tests (#8239) 2023-11-27 15:48:37 +00:00
languageServer Read custom visualizations (#8180) 2023-11-03 20:09:45 +00:00
languageServerTypes Fix lint error when running compile-server (#7969) 2023-10-04 05:11:17 +02:00
binaryProtocol.ts E2E tests (#8239) 2023-11-27 15:48:37 +00:00
dataServer.ts E2E tests (#8239) 2023-11-27 15:48:37 +00:00
languageServer.ts Fixes for Language Server sync server (#8514) 2023-12-19 05:41:14 +00:00
languageServerTypes.ts Fixes for Language Server sync server (#8514) 2023-12-19 05:41:14 +00:00
retry.ts Fixes for Language Server sync server (#8514) 2023-12-19 05:41:14 +00:00
uuid.ts Read custom visualizations (#8180) 2023-11-03 20:09:45 +00:00
websocket.ts E2E tests (#8239) 2023-11-27 15:48:37 +00:00
yjsModel.ts Ast edits (#8576) 2023-12-19 17:58:11 +00:00