stuff
This commit is contained in:
parent
4959569e8e
commit
5a40615eda
|
@ -1498,7 +1498,7 @@ module.exports = (_ => {
|
||||||
nonRender: BDFDB.ObjectUtils.toArray(pluginData.patchTypes).flat(10).filter(n => n && !InternalData.ModuleUtilsConfig.InstanceFunctions.includes(n)).length > 0,
|
nonRender: BDFDB.ObjectUtils.toArray(pluginData.patchTypes).flat(10).filter(n => n && !InternalData.ModuleUtilsConfig.InstanceFunctions.includes(n)).length > 0,
|
||||||
mapped: InternalData.ModuleUtilsConfig.PatchMap[type]
|
mapped: InternalData.ModuleUtilsConfig.PatchMap[type]
|
||||||
};
|
};
|
||||||
config.ignoreCheck = !!(config.codeFind || config.propertyFind || config.specialFilter || config.nonRender);
|
config.ignoreCheck = !!(config.codeFind || config.propertyFind || config.specialFilter || config.nonRender || config.memoComponent);
|
||||||
config.nonPrototype = InternalData.ModuleUtilsConfig.NonPrototype.includes(unmappedType) || !!(config.codeFind || config.propertyFind || config.nonRender);
|
config.nonPrototype = InternalData.ModuleUtilsConfig.NonPrototype.includes(unmappedType) || !!(config.codeFind || config.propertyFind || config.nonRender);
|
||||||
|
|
||||||
let component = InternalData.ModuleUtilsConfig.LoadedInComponents[type] && BDFDB.ObjectUtils.get(InternalComponents, InternalData.ModuleUtilsConfig.LoadedInComponents[type]);
|
let component = InternalData.ModuleUtilsConfig.LoadedInComponents[type] && BDFDB.ObjectUtils.get(InternalComponents, InternalData.ModuleUtilsConfig.LoadedInComponents[type]);
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
"AnimationUtils": {"props": ["spring", "decay"]},
|
"AnimationUtils": {"props": ["spring", "decay"]},
|
||||||
"ArrayUtils": {"props": ["isArrayLike", "zipObject"]},
|
"ArrayUtils": {"props": ["isArrayLike", "zipObject"]},
|
||||||
"AssetUtils": {"props": ["getAssetImage", "getAssetIds"]},
|
"AssetUtils": {"props": ["getAssetImage", "getAssetIds"]},
|
||||||
|
"AutocompleteOptions": {"props": ["AUTOCOMPLETE_OPTIONS"]},
|
||||||
"BadgeUtils": {"props": ["getBadgeCountString", "getBadgeWidthForValue"]},
|
"BadgeUtils": {"props": ["getBadgeCountString", "getBadgeWidthForValue"]},
|
||||||
"CallUtils": {"props": ["getCalls", "isCallActive"]},
|
"CallUtils": {"props": ["getCalls", "isCallActive"]},
|
||||||
"CategoryCollapseStore": {"props": ["getCollapsedCategories", "isCollapsed"]},
|
"CategoryCollapseStore": {"props": ["getCollapsedCategories", "isCollapsed"]},
|
||||||
|
|
Loading…
Reference in New Issue