| 100 | export const ySyncAnnotation = cmState.Annotation.define<YSyncConfig>() |
| 101 | |
| 102 | class YSyncPluginValue implements cmView.PluginValue { |
| 103 | view: cmView.EditorView |
| 104 | conf: YSyncConfig |
| 105 | private _ytext: Y.Text |
nothing calls this directly
no outgoing calls
no test coverage detected