You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need an export.mixin() that does not include the plugin functionality as it conflicts with function names that are already on my object.
Maybe add two exports:
exports.mixinObservable
exports.mixinPlugins
The exports.mixin can stay and always include all functionality although that may cause problems if more features are added in future that conflict with existing object functions.
The text was updated successfully, but these errors were encountered:
Sounds reasonable. I'll add that to my todo list, probably have it done by Monday, or if you want it immediately feel free to implement it and send a pull request.
I need an export.mixin() that does not include the plugin functionality as it conflicts with function names that are already on my object.
Maybe add two exports:
exports.mixinObservable
exports.mixinPlugins
The exports.mixin can stay and always include all functionality although that may cause problems if more features are added in future that conflict with existing object functions.
The text was updated successfully, but these errors were encountered: