Skip to content

Commit

Permalink
Merge pull request #30 from jacobrobertsbaca/main
Browse files Browse the repository at this point in the history
Export `ySyncAnnotation`
  • Loading branch information
dmonad authored Jun 25, 2024
2 parents 652eeca + 087b679 commit 637183e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import * as cmView from '@codemirror/view'
import * as cmState from '@codemirror/state' // eslint-disable-line

import { YRange } from './y-range.js'
import { ySync, ySyncFacet, YSyncConfig } from './y-sync.js'
import { ySync, ySyncFacet, YSyncConfig, ySyncAnnotation } from './y-sync.js'
import { yRemoteSelections, yRemoteSelectionsTheme } from './y-remote-selections.js'
import { yUndoManager, yUndoManagerFacet, YUndoManagerConfig, undo, redo, yUndoManagerKeymap } from './y-undomanager.js'

export { YRange, yRemoteSelections, yRemoteSelectionsTheme, ySync, ySyncFacet, YSyncConfig, yUndoManagerKeymap }
export { YRange, yRemoteSelections, yRemoteSelectionsTheme, ySync, ySyncFacet, YSyncConfig, ySyncAnnotation, yUndoManagerKeymap }

/**
* @param {Y.Text} ytext
Expand Down

0 comments on commit 637183e

Please sign in to comment.