-
-
Notifications
You must be signed in to change notification settings - Fork 35
Closed as not planned
Description
I made a eslint-import-resolver based on oxc-resolver. Beside the rule import-x/no-self-import, it perfectly replaced eslint-import-resolver-node in my projects. I found the problem is for importing from '.'
For example, there is a folder includes index.ts and test.ts, when I write this, I got a correctly from index.ts in test.ts.
But resolve.sync got the result like { path: '**/**/test.ts' }
// test.ts
import { a } from '.'// index.ts
export const a = 1I'm not sure if it's really an issue and if I've made the issue clear, if not, feel free to close it or mention me.
Metadata
Metadata
Assignees
Labels
No labels