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
! eslint-plugin-import(named): named import "createApp" not found
,-[examples/basic-vue/index.js:1:10]
1 | import { createApp } from 'vue': ^^^^^^^^^
2 |`---- help: does "vue" have the export"createApp"?
This change seems to have been introduced in oxlint v0.15.0. I suspect it might be a regression caused by the fix for import/namespace.
The text was updated successfully, but these errors were encountered:
Actually, if you clone rolldown and enable import/named in .oxlintrc.json, then run pnpm lint-code, this issue may occur intermittently. Sometimes it throws an error, and other times it doesn’t — it's quite strange!
Related to rolldown/rolldown#3169
Repo: https://github.com/shulaoda/repo-cases/tree/oxc/linter-import-named
The import/named rule seems to be unstable.
This change seems to have been introduced in oxlint v0.15.0. I suspect it might be a regression caused by the fix for
import/namespace
.The text was updated successfully, but these errors were encountered: