artberri / rollup-plugin-istanbul

Seamless integration between Rollup and Istanbul
MIT License
43 stars 10 forks source link

feat: support rollup 4 #54

Closed bershanskiy closed 1 year ago

bershanskiy commented 1 year ago

Description

Add support for Rollup 4 (as a peer dependency).

Related Issue

53

https://github.com/darkreader/darkreader/pull/11793

Motivation and Context

Rollup 4 was released this week and already rose to 30K downloads. It would be nice if projects could take advantage of rollup 4 and istanbul together.

How Has This Been Tested?

Manually run offline, ran within Dark Reader project, added CI tests.