5.7.0 made unplugin-auto-import error
bug
### Environment
.
### Reproduction
.
### Describe the bug
in js file, one function has param name `options`, but auto import it:
<img width="1037" height="559" alt="Image" src="https://github.com/user-attachments/assets/52c25be7-2c43-4d28-ad54-63221790f590" />
that's result with 5.7.0:
<img width="1878" height="948" alt="Image" src="https://github.com/user-attachments/assets/227c1a5f-04ad-413f-bf5c-1be0bde6af6c" />
and in `use-global-i18n.ts` no export name `options`:
<img width="1290" height="915" alt="Image" src="https://github.com/user-attachments/assets/ed90edf5-fa9d-4f35-9c80-818750e69518" />
that's result with 5.6.0:
<img width="1822" height="954" alt="Image" src="https://github.com/user-attachments/assets/45e440ba-cf6c-42cb-8f7f-f6ea544dacc7" />
### Additional context
_No response_
### Logs
```sh
```
6 条评论