enso/app/gui2/mock
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
..
engine.ts Set output evaluation context for a single node (#8440) 2023-12-15 10:29:15 +00:00
index.ts Ast edits (#8576) 2023-12-19 17:58:11 +00:00
projectManager.ts Set output evaluation context for a single node (#8440) 2023-12-15 10:29:15 +00:00
providers.ts Set output evaluation context for a single node (#8440) 2023-12-15 10:29:15 +00:00
vue.ts Set output evaluation context for a single node (#8440) 2023-12-15 10:29:15 +00:00