rollup-plugin-off-main-thread
rollup-plugin-off-main-thread copied to clipboard
Remove string-prototype-matchall
Removes string-prototype-matchall. Support for String.prototype.matchAll landed in Node.js v12, and Node.js v16 reached EOL in September 2023, so I agree with the poster of #58 that the need for this shim is now gone. While reviewing my own package dependencies, this was a big source. Thank you!
- Fixes #58
- Reverts #50
@surma Could you please merge this and publish a new version? This unnecessary dependency would significantly unbloat the dependency tree. Thanks in advance for your time!