Skip to content

Commit

Permalink
fix: split marshal from its encoder (#1259)
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Aug 25, 2022
1 parent 443dbde commit 1e3b7fc
Show file tree
Hide file tree
Showing 4 changed files with 492 additions and 321 deletions.
3 changes: 2 additions & 1 deletion packages/marshal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export { deeplyFulfilled } from './src/deeplyFulfilled.js';
export { makeTagged } from './src/makeTagged.js';
export { Remotable, Far, ToFarFunction } from './src/make-far.js';

export { QCLASS, makeMarshal } from './src/marshal.js';
export { QCLASS } from './src/encodeToCapData.js';
export { makeMarshal } from './src/marshal.js';
export { stringify, parse } from './src/marshal-stringify.js';

export { decodeToJustin } from './src/marshal-justin.js';
Expand Down
Loading

0 comments on commit 1e3b7fc

Please sign in to comment.