fix build
This commit is contained in:
parent
a536f1f4e1
commit
7fc646f5b5
|
@ -8,7 +8,7 @@ import type {
|
||||||
bindings as bindingsType,
|
bindings as bindingsType,
|
||||||
} from "@quri/squiggle-lang";
|
} from "@quri/squiggle-lang";
|
||||||
|
|
||||||
function resultDefault(x: result<bindingsType, errorValue>): bindings {
|
function resultDefault(x: result<bindingsType, errorValue>): bindingsType {
|
||||||
switch (x.tag) {
|
switch (x.tag) {
|
||||||
case "Ok":
|
case "Ok":
|
||||||
return x.value;
|
return x.value;
|
||||||
|
|
|
@ -2,6 +2,6 @@ export { SquiggleChart } from "./components/SquiggleChart";
|
||||||
export { SquiggleEditor, SquigglePartial } from "./components/SquiggleEditor";
|
export { SquiggleEditor, SquigglePartial } from "./components/SquiggleEditor";
|
||||||
export { SquigglePlayground } from "./components/SquigglePlayground";
|
export { SquigglePlayground } from "./components/SquigglePlayground";
|
||||||
export { SquiggleContainer } from "./components/SquiggleContainer";
|
export { SquiggleContainer } from "./components/SquiggleContainer";
|
||||||
export { SquiggleEditorImportedBindings } from "./components/SquiggleEditorImportedBindings";
|
export { SquiggleEditorWithImportedBindings } from "./components/SquiggleEditorWithImportedBindings";
|
||||||
|
|
||||||
export { mergeBindings } from "@quri/squiggle-lang";
|
export { mergeBindings } from "@quri/squiggle-lang";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user