We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot auto import types added to the dirs config.
dirs
This seems to be because includeTypes is set to false when calling scanExports.
includeTypes
false
scanExports
unplugin-auto-import/src/core/ctx.ts
Line 33 in 128d050
https://stackblitz.com/edit/typeserror?file=src%2Fmain.ts
System: OS: Linux 6.7 Arch Linux CPU: (16) x64 13th Gen Intel(R) Core(TM) i5-13400F Memory: 49.13 GB / 62.64 GB Container: Yes Shell: 5.9 - /usr/bin/zsh Binaries: Node: 18.18.2 - /usr/bin/node npm: 10.4.0 - /usr/bin/npm Browsers: Chromium: 121.0.6167.160
npm
The text was updated successfully, but these errors were encountered:
Start a new pull request in StackBlitz Codeflow.
Sorry, something went wrong.
See also #61
Is anyone tracking on that?
No branches or pull requests
Describe the bug
Cannot auto import types added to the
dirs
config.This seems to be because
includeTypes
is set tofalse
when callingscanExports
.unplugin-auto-import/src/core/ctx.ts
Line 33 in 128d050
Reproduction
https://stackblitz.com/edit/typeserror?file=src%2Fmain.ts
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: