Bug(scope-manager): 8.16.0 not compatible with TS<5.7 when es2022.sharedmemory
lib is used.
#10395
Open
4 tasks done
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
bug
Something isn't working
package: scope-manager
Issues related to @typescript-eslint/scope-manager
Before You File a Bug Report Please Confirm You Have Done The Following...
Relevant Packages
types, scope-manager
Repro Link
https://github.com/burtek/tseslint-bug-repro
(unable to repro in playground)
Repro Code
ESLint Config
tsconfig
Expected Result
no error
Actual Result
Additional Info
Caused by removing
es2022.sharedmemory
lib file in #10372 fromscope-manager
. Additionally thees2022.sharedmemory
literal type has been removed fromtypes
package, causing typescript type-checking issue in caseeslint.config.js
is type-checked, if it provideslib
config separately.#10372 (comment)
Versions
typescript-eslint
8.16.0
TypeScript
5.6.3
ESLint
9.15.0
node
20.9.0
The text was updated successfully, but these errors were encountered: