Skip to content

Commit

Permalink
Fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
hrajchert committed Dec 19, 2023
1 parent 25f37a2 commit 63a3c2c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/language/examples/src/atomicSwap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ import {
} from "@marlowe.io/language-core-v1";
import * as G from "@marlowe.io/language-core-v1/guards";

type IReduce = void;
export type IReduce = void;
const iReduce: void = undefined;

/**
Expand Down
2 changes: 1 addition & 1 deletion packages/language/examples/src/playground-v1/escrow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import {
Contract,
} from "@marlowe.io/language-core-v1/playground-v1";

interface EscrowParams {
export interface EscrowParams {
price: number;
depositTimeout: Timeout;
disputeTimeout: Timeout;
Expand Down
4 changes: 3 additions & 1 deletion packages/language/examples/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"./src/index.ts",
"./src/vesting.ts",
"./src/atomicSwap.ts",
"./src/survey.ts"
"./src/survey.ts",
"./src/playground-v1/escrow.ts",
"./src/playground-v1/escrow-with-collateral.ts",
],
"tsconfig": "./src/tsconfig.json",
"categorizeByGroup": false
Expand Down

0 comments on commit 63a3c2c

Please sign in to comment.