An alternative to the Yarn link and NPM link workflows, this tool packs a local NPM project and puts the packed contents into the given destination directories.
MIT License
19
stars
4
forks
source link
Polyfill Array.prototype.flat() for node < v11 #21
Description
Add support for node < v11 which lacks the
flat()
methodType of Change
Compatible
Testing
Auto & manual
Checklist
Has the readme been updated to reflect this change?Are there tests validating this change?