mirror of
https://github.com/enso-org/enso.git
synced 2024-12-22 12:31:44 +03:00
e0ba39ed3e
Introduce `SourceDocument`, a reactive source code representation that can be synced from a `MutableModule`. `SourceDocument` replaces various logic for tracking source code and spans--most importantly, `ReactiveModule`. There is no longer any reactively-tracked `Module`, per-se: Changes to the `MutableModule` attached to the synchronized `ydoc` are pushed as Y.Js events to the `SourceDocument` and `GraphDb`, which are reactively tracked. This avoids a problem in the upcoming text-synchronization (next PR) that was caused by a reactive back channel bypassing the `GraphDb` and resulting in observation of inconsistent states. Stacked on #8956. Part of #8238. |
||
---|---|---|
.. | ||
histoire | ||
AllSvgIcons.story.vue | ||
CircularMenu.story.vue | ||
CodeEditor.story.vue | ||
ComponentBrowser.story.vue | ||
GeoMapVisualization.story.vue | ||
GraphEditor.story.vue | ||
GraphNode.story.vue | ||
GroupColorsWrapper.vue | ||
HeatmapVisualization.story.vue | ||
HistogramVisualization.story.vue | ||
ImageVisualization.story.vue | ||
JSONVisualization.story.vue | ||
MockFSWrapper.vue | ||
MockProjectStoreWrapper.vue | ||
mockSuggestions.json | ||
NavigatorWrapper.vue | ||
ScatterplotVisualization.story.vue | ||
SelectionBrush.story.vue | ||
SelectionBrushWrapper.vue | ||
setup.ts | ||
SQLVisualization.story.vue | ||
story.css | ||
SvgIcon.story.vue | ||
TableVisualization.story.vue | ||
TopBar.story.vue | ||
UserDefinedVisualization.story.vue | ||
VisualizationSelector.story.vue | ||
WarningsVisualization.story.vue | ||
Widgets.story.vue |