tableau / npm-pack-here

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

Closed emclain closed 2 years ago

emclain commented 2 years ago

Description

Add support for node < v11 which lacks the flat() method

Type of Change

Compatible

Testing

Auto & manual

Checklist