mirror of
https://github.com/enso-org/enso.git
synced 2024-11-27 06:32:30 +03:00
277dfb1991
- 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. |
||
---|---|---|
.. | ||
__tests__ | ||
dataServer | ||
languageServer | ||
languageServerTypes | ||
binaryProtocol.ts | ||
dataServer.ts | ||
languageServer.ts | ||
languageServerTypes.ts | ||
retry.ts | ||
uuid.ts | ||
websocket.ts | ||
yjsModel.ts |