SYMBOL INDEX (29 symbols across 14 files) FILE: examples/single-file-sync/components/Editor/index.tsx function Editor (line 6) | function Editor ({ FILE: examples/single-file-sync/components/Footer/index.tsx function Footer (line 5) | function Footer ({ FILE: examples/single-file-sync/components/Head/index.tsx function Head (line 4) | function Head () { FILE: examples/single-file-sync/components/Header/index.tsx function Header (line 4) | function Header ({ FILE: examples/single-file-sync/components/Navbar/index.tsx function Navbar (line 6) | function Navbar () { FILE: examples/single-file-sync/lib/constants.ts constant YDOC_UPDATE_ORIGIN_CURRENT_EDITOR (line 1) | const YDOC_UPDATE_ORIGIN_CURRENT_EDITOR = constant ROOM_ID (line 4) | const ROOM_ID = 'yfs-sample-room' constant TEST_FILE_NAME (line 5) | const TEST_FILE_NAME = 'yfs-test.md' constant WEBRTC_SIGNALING_SERVERS (line 7) | const WEBRTC_SIGNALING_SERVERS = [ FILE: examples/single-file-sync/lib/y-config.ts constant YDOC_UPDATE_ORIGIN_CURRENT_EDITOR (line 9) | const YDOC_UPDATE_ORIGIN_CURRENT_EDITOR = constant YDOC_UPDATE_ORIGIN_PROGRAMMATIC (line 11) | const YDOC_UPDATE_ORIGIN_PROGRAMMATIC = 'YDOC_UPDATE_ORIGIN_PROGRAMMATIC' class YConfig (line 13) | class YConfig { method constructor (line 28) | constructor ( method initYDoc (line 45) | initYDoc (): void { method destroy (line 78) | destroy (): void { FILE: examples/single-file-sync/lib/y-monaco.ts type Direction (line 7) | type Direction = any type Selection (line 8) | type Selection = { class RelativeSelection (line 14) | class RelativeSelection { method constructor (line 19) | constructor ( class MonacoBinding (line 84) | class MonacoBinding { method constructor (line 99) | constructor ( method destroy (line 290) | destroy (): void { FILE: examples/single-file-sync/pages/_app.js function MyApp (line 4) | function MyApp({ Component, pageProps }) { FILE: examples/single-file-sync/pages/index.tsx function Home (line 13) | function Home () { FILE: src/cache.ts type LastWriteCacheData (line 4) | type LastWriteCacheData = { FILE: src/constants.ts constant STORE_KEY_DIRECTORY_HANDLE (line 1) | const STORE_KEY_DIRECTORY_HANDLE = 'STORE_KEY_DIRECTORY_HANDLE' constant STORE_KEY_CACHED_FS_FILE (line 2) | const STORE_KEY_CACHED_FS_FILE = 'STORE_KEY_CACHED_FS_FILE' FILE: src/helpers.ts type HandleWithPath (line 1) | type HandleWithPath = { FILE: src/yjs.ts type YDelta (line 3) | type YDelta = { retain: number } | { delete: number } | { insert: string }