feat(monorepo-scripts): add ForwarderWrapperError to IGNORED_EXCESSIVE_TYPES in docGenConfigs
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
{
|
||||
"note": "Add AssetBuyerError to the IGNORED_EXCESSIVE_TYPES array",
|
||||
"pr": 1139
|
||||
},
|
||||
{
|
||||
"note": "Add ForwarderError to the IGNORED_EXCESSIVE_TYPES array",
|
||||
"pr": 1147
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -56,6 +56,7 @@ export const docGenConfigs: DocGenConfigs = {
|
||||
'ContractWrappersError',
|
||||
'OrderError',
|
||||
'AssetBuyerError',
|
||||
'ForwarderWrapperError',
|
||||
],
|
||||
// Some libraries only export types. In those cases, we cannot check if the exported types are part of the
|
||||
// "exported public interface". Thus we add them here and skip those checks.
|
||||
|
||||
Reference in New Issue
Block a user