Results 7 issues of Vitalii

If bound methods or fields are re-assigned, they become shared between instances Found this issue while trying to debounce bound method Below test will fail ``` class A { @boundMethod...

bug
help wanted
PR welcome

This PR makes pretty big changes Some of them will have performance impact, like binding every time when we call getter on `super` (see comment in code) Both: setter and...

Consider using libnpm instead of spawning npm process in npm plugin Every piece of information that is currently used by npm plugin can be acquired through libnpm without using npm...

Webpack build updated to use externally provided `classnames` and `prop-types` packages Also `module` field added that points to ES module index file, which has the same export structure as index.js...

PropTypes.node is not accepting element, created by React.createPortal as valid Is it possible to treat element created by React.createPortal as iterator over it's children or treat portal itself as valid...

bug
help wanted

Current implementation of getYarnWorkspaces function verifies that private flag is set in package.json before analysing workspaces property. This was indeed requried for yarn v1, but no longer required for yarn...

Some empty visualizations will generate svg element of huge size Following criteria must be met to trigger bug: * visualization has legend, but has no legend title (undefined/null) * has...