rollup-plugin-off-main-thread icon indicating copy to clipboard operation
rollup-plugin-off-main-thread copied to clipboard

Remove string-prototype-matchall

Open donmccurdy opened this issue 1 year ago • 1 comments

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

donmccurdy avatar Jun 23 '24 22:06 donmccurdy

@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!

ulrichstark avatar Mar 12 '25 13:03 ulrichstark