mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-25 07:44:32 +00:00
* fix(webpack): correct Stats class details
- remove abstract keyword for Stats class
- add constructor with options
- add class and instance methods
- update tests
71eb5931db/lib/Stats.js
/cc @ernestostifano
Thanks!
Fixes #43952
* Update types/webpack/test/index.ts
Thx to @ofhouse for review of this part!
Co-Authored-By: Felix Haus <ofhouse@users.noreply.github.com>
* Update types/webpack/index.d.ts
Thx to @ofhouse for reviewing and suggestion!
Co-Authored-By: Felix Haus <ofhouse@users.noreply.github.com>
* Correct `filterWarnings` after method params redefinition
Missed when accepting the suggestion as part of PR review
Thanks!
Co-authored-by: Felix Haus <ofhouse@users.noreply.github.com>