You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yarn install
yarn lint:unusedexports
> 1 module with unused exports
> C:\Projects\unused-exports-test\src\module\index.ts[3,0]: a
> error Command failed with exit code 1.
> info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
I've seen this issue too and found it to be Windows OS specific and not an issue on MacOS, similar experience where on v8.0.2 I saw it was fine for me but not on later major versions
I'm getting error when I'm re-exporting variable in
![image](https://private-user-images.githubusercontent.com/37115006/333126083-9909fe01-50c4-4e2e-9af8-b733a6ccd7df.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNDY1MzMsIm5iZiI6MTczOTM0NjIzMywicGF0aCI6Ii8zNzExNTAwNi8zMzMxMjYwODMtOTkwOWZlMDEtNTBjNC00ZTJlLTlhZjgtYjczM2E2Y2NkN2RmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA3NDM1M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQwNDU2OWFmZGYxOTZmOGUxMTExMjBmNTFhYjY1YTAzZTI1NGM5MzM1OWNlNjU0ZTE2NGMzOGE4ODY0ODY4MDcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.rGevW_VQORHmFNu_T3E-i2FG8Cn92Cj_UjTDIqjCSxY)
index.ts
file:ts-unused-exports
version - 10.0.1. On version 8.0.2 everything works fine.Repo to reproduce - https://github.com/kuhelbeher/unused-exports-test
Steps to reproduce:
This may be connected to similar issue - #216
The text was updated successfully, but these errors were encountered: