Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Open
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 havesearched for related issues and found none that matched my issue.
- I haveread the FAQ and my problem is not listed.
Issue Description
I expect thatURL
should be able to be referenced from a{ from: 'package', name: 'URL', package: 'node' }
TypeOrValueSpecifier
, but it is not.
Reproduction Repository Link
https://github.com/abrahamguo/repro/tree/URL
Repro Steps
- clone the repo
npm i
npx tsc
node .
Versions
package | version |
---|---|
@typescript-eslint/eslint-plugin | 7.16.1 or8.0.0-alpha.49 |
@typescript-eslint/parser | 7.16.1 or8.0.0-alpha.49 |
@typescript-eslint/scope-manager | 7.16.1 or8.0.0-alpha.49 |
@typescript-eslint/typescript-estree | 7.16.1 or8.0.0-alpha.49 |
@typescript-eslint/type-utils | 7.16.1 or8.0.0-alpha.49 |
@typescript-eslint/utils | 7.16.1 or8.0.0-alpha.49 |
TypeScript | 5.5.3 |
ESLint | 9.7.0 |
node | 21.6.1 |