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
void
TransformResult
unplugin 1.10.1 node 20
https://github.com/nuxt/scripts/blob/d2a3bbb4cc298d8bb2accf6d4931aef7239237d7/src/plugins/check-scripts.ts#L40
Hello 👋
Sometimes, users can use transform without returning anything. In that case they are forced to specify a return undefined to satisfy typescript.
return undefined
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Environment
unplugin 1.10.1
node 20
Reproduction
https://github.com/nuxt/scripts/blob/d2a3bbb4cc298d8bb2accf6d4931aef7239237d7/src/plugins/check-scripts.ts#L40
Describe the bug
Hello 👋
Sometimes, users can use transform without returning anything. In that case they are forced to specify a
return undefined
to satisfy typescript.Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: