jackalope
jackalope copied to clipboard
Should implement Node mixin API methods
Jackalope currently has several API methods that are unimplemented.
Some examples include : node.addMixin()
, node.removeMixin()
, node.canAddMixin()
, etc.
Implementing some of the "high priority" methods at least to start, will help usage of Jackalope for testing even more cases.