File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,10 @@ export type MapChanges = Map<
4747export interface IFactory {
4848 /**
4949 * Create a new `ISharedDocument` instance.
50+ *
51+ * It should return `undefined` if the factory is not able to create a `ISharedDocument`.
5052 */
51- createNew ( options : IFactory . IOptions ) : ISharedDocument ;
53+ createNew ( options : IFactory . IOptions ) : ISharedDocument | undefined ;
5254}
5355
5456/**
Original file line number Diff line number Diff line change 596596 " @jridgewell/sourcemap-codec" " 1.4.14"
597597
598598" @jupyter/ydoc@file:javascript " :
599- version "0.3.0-a2 "
599+ version "0.3.0-a4 "
600600 dependencies :
601601 " @jupyterlab/nbformat" " ^3.0.0 || ^4.0.0-alpha.15"
602602 " @lumino/coreutils" " ^1.11.0 || ^2.0.0-alpha.6"
You can’t perform that action at this time.
0 commit comments