jeffijoe / typesync

Install missing TypeScript typings for dependencies in your package.json.
MIT License
1.53k stars 22 forks source link

feat: allow ignoring workspace members #126

Closed lishaduck closed 3 weeks ago

lishaduck commented 3 weeks ago

Fixes #123, allow to exclude workspace' packages by paths.

coveralls commented 3 weeks ago

Coverage Status

coverage: 100.0%. remained the same when pulling 75218f6146abcc79c0487cccc4de458dea3ff2e6 on lishaduck:ignorepackages into 511cf396865b251a3a6a9875010c4dccded8a2df on jeffijoe:master.

lishaduck commented 3 weeks ago

Would you be able to add a test for this as well?

I modified the existing suite to cover it, and it currently hits 100%. Do you just want a specific test?

jeffijoe commented 3 weeks ago

@lishaduck my bad I must have missed it!

jeffijoe commented 3 weeks ago

Thanks @lishaduck ! I've released 0.13.1!