Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
@0x/monorepo-scripts: Add Set to EXTERNAL_TYPE_MAP.
Browse files Browse the repository at this point in the history
  • Loading branch information
dorothy-zbornak committed Nov 19, 2019
1 parent 27b38e8 commit 554658c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/monorepo-scripts/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
{
"note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517
},
{
"note": "Add `Set` to `EXTERNAL_TYPE_MAP`.",
"pr": 2350
}
]
},
Expand Down
1 change: 1 addition & 0 deletions packages/monorepo-scripts/src/doc_gen_configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const docGenConfigs: DocGenConfigs = {
Buy: true,
Sell: true,
IterableIterator: true,
Set: true,
},
// Some types are not explicitly part of the public interface like params, return values, etc... But we still
// want them exported. E.g error enum types that can be thrown by methods. These must be manually added to this
Expand Down

0 comments on commit 554658c

Please sign in to comment.