File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -77,12 +77,7 @@ import { CheckPathSpacePrimitives } from "./spaces/checked_space_primitives.ts";
7777import {
7878 notFoundError ,
7979 offlineError ,
80- wrongSpacePathError ,
8180} from "@silverbulletmd/silverbullet/constants" ;
82- import {
83- flushCachesAndUnregisterServiceWorker ,
84- unregisterServiceWorkers ,
85- } from "./service_worker/util.ts" ;
8681
8782const frontMatterRegex = / ^ - - - \n ( ( [ ^ \n ] | \n ) * ?) - - - \n / ;
8883
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { EventEmitter } from "../plugos/event.ts";
55import { plugPrefix , stdLibPrefix } from "../spaces/constants.ts" ;
66import type { SpacePrimitives } from "../spaces/space_primitives.ts" ;
77import { SpaceSync , SyncSnapshot , type SyncStatus } from "../spaces/sync.ts" ;
8- import { HttpSpacePrimitives } from "../spaces/http_space_primitives.ts" ;
8+ import type { HttpSpacePrimitives } from "../spaces/http_space_primitives.ts" ;
99
1010const syncSnapshotKey = [ "$sync" , "snapshot" ] ;
1111const syncInterval = 20 ;
You can’t perform that action at this time.
0 commit comments