ezolenko / rollup-plugin-typescript2

Rollup plugin for typescript with compiler errors.
MIT License
819 stars 71 forks source link

fix: don't resolve `filter`ed files #428

Closed agilgur5 closed 1 year ago

agilgur5 commented 1 year ago

Summary

Early return after filter in the resolveId hook, same as we do in transform

Details

types: be more specific with filter's type

Review Notes

I also did a build and version bump in this PR as folks have been waiting for a patch for a few weeks, c.f. https://github.com/ezolenko/rollup-plugin-typescript2/pull/422#issuecomment-1257076913 (I also recommended a patch in that PR's opening comment)

ezolenko commented 1 year ago

@agilgur5 released in 0.34.1, thanks

agilgur5 commented 1 year ago

updated the release notes 👍