Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The resolver doesn't know about Deno's global types #1

Open
RobertAKARobin opened this issue Nov 3, 2022 · 0 comments
Open

The resolver doesn't know about Deno's global types #1

RobertAKARobin opened this issue Nov 3, 2022 · 0 comments

Comments

@RobertAKARobin
Copy link

In this issue typescript-eslint/typescript-eslint#5921 we tried using eslint-import-resolver-deno to support Eslint rules on a Deno project. But we ultimately gave up — imports from remote Deno modules were being typed as any, and we suspect that's because Eslint doesn't "know" about Deno's global types, e.g. Deno.errors, Deno.Addr, etc.

This isn't really a bug, just an FYI in case you're looking for additional features to add to this package.

Really great work with handling the import URLs! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant