Closed
Description
Before You File a Bug Report Please Confirm You Have Done The Following...
- I have tried restarting my IDE and the issue persists.
- I have updated to the latest version of the packages.
- I have searched for related issues and found none that matched my issue.
- I have read the FAQ and my problem is not listed.
Relevant Package
typescript-estree
Playground Link
Repro Code
declare namespace valid_namespace_var {
using D;
}
ESLint Config
module.exports = {
parser: "@typescript-eslint/parser",
};
tsconfig
Expected Result
Pass. The TS Playground is happy about that: https://www.typescriptlang.org/play/?#code/CYUwxgNghgTiAEA7KBbEBnADlMCBuUEAlsAPrJpY4ikEzwDeAUPPAK7pGIDm8AIgG4mAXyZA
Actual Result
Error is thrown from
Additional Info
No response
Versions
package | version |
---|---|
@typescript-eslint/typescript-estree |
8.32.1 |