@0x/monorepo-scripts
: Add Set
to EXTERNAL_TYPE_MAP
.
This commit is contained in:
@@ -5,6 +5,10 @@
|
|||||||
{
|
{
|
||||||
"note": "Upgrade the bignumber.js to v8.0.2",
|
"note": "Upgrade the bignumber.js to v8.0.2",
|
||||||
"pr": 1517
|
"pr": 1517
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Add `Set` to `EXTERNAL_TYPE_MAP`.",
|
||||||
|
"pr": 2350
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@@ -25,6 +25,7 @@ export const docGenConfigs: DocGenConfigs = {
|
|||||||
Buy: true,
|
Buy: true,
|
||||||
Sell: true,
|
Sell: true,
|
||||||
IterableIterator: true,
|
IterableIterator: true,
|
||||||
|
Set: true,
|
||||||
},
|
},
|
||||||
// Some types are not explicitly part of the public interface like params, return values, etc... But we still
|
// 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
|
// want them exported. E.g error enum types that can be thrown by methods. These must be manually added to this
|
||||||
|
Reference in New Issue
Block a user