@0x/monorepo-scripts: Add Set to EXTERNAL_TYPE_MAP.

This commit is contained in:
Lawrence Forman
2019-11-18 23:44:49 -05:00
parent 6529b7eebf
commit 362c7c57fa
2 changed files with 5 additions and 0 deletions

View File

@@ -5,6 +5,10 @@
{
"note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517
},
{
"note": "Add `Set` to `EXTERNAL_TYPE_MAP`.",
"pr": 2350
}
]
},

View File

@@ -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