Open markEHVN opened 6 days ago
I try to check it.
UPD: reason is:
if files contains only export type
or export interface
that marked as no named export. Continue digging...
looks like problem in ( I may be wrong):
I try to check it.
UPD: reason is:
if files contains only
export type
orexport interface
that marked as no named export. Continue digging...looks like problem in ( I may be wrong):
Thank you for the investigation, this is the problem. We need to add type information the ModuleRecord
😢
What version of Oxlint are you using?
0.11.1
What command did you run?
yarn oxlint -c .oxlint.json
What does your
.oxlint.json
config file look like?What happened?
I caught an error when I try use import/export with an typescript only export type. ESLint plugin work well.
You can see source code at here