webpack / tapable

Just a little module for plugins.
MIT License
3.74k stars 395 forks source link

simplify types with recursive type #156

Closed g-plane closed 5 months ago

g-plane commented 3 years ago

This PR removes the limitation of the number of parameters.

g-plane commented 3 years ago

@sokra Can you review this PR? Thanks.

g-plane commented 3 years ago

@alexander-akait @sokra Will anyone review this? Thanks.

sokra commented 3 years ago

Yep that sounds good, but unfortunately it's a breaking change since it increases the minimum typescript version. We can merge it in the next major version