Closed mlahargou closed 5 days ago
Thanks for the report @mlahargou, fix will be in the next one!
:rocket: This issue has been resolved in v5.37.2. See Release 5.37.2 for release notes.
Using Knip in a commercial project? Please consider becoming a sponsor.
Prerequisites
Reproduction url
https://stackblitz.com/edit/stackblitz-starters-evsylk?file=index.js
Reproduction access
Description of the issue
I have a use case where I import a namespace. I then add that namespace to an array and pass it to a function. Knip is marking the namespace exports as unused. I've ensured that
nsExports
is not included.Repro:
Output: