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

Support Typescript Types for dependencies #51

Open
AngelMunoz opened this issue Nov 17, 2021 · 0 comments
Open

Support Typescript Types for dependencies #51

AngelMunoz opened this issue Nov 17, 2021 · 0 comments
Labels
enhancement New feature or request waiting upstream Issues that come from external dependencies outside Perla

Comments

@AngelMunoz
Copy link
Owner

Is your feature request related to a problem? Please describe.
Right now if you import a dependency with bare-module specifiers (just like import maps allow) you will get errors on typescript projects and JS projects won't get any typing information

Describe the solution you'd like
Ideally we would fetch the types for the dependencies from skypack.dev and tell typescript/vscode to use those instead

Describe alternatives you've considered

  • Downloading types
  • Convert type imports from URL to disk types

Additional context
microsoft/TypeScript#35749

@AngelMunoz AngelMunoz added the enhancement New feature or request label Nov 17, 2021
@AngelMunoz AngelMunoz added the waiting upstream Issues that come from external dependencies outside Perla label Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request waiting upstream Issues that come from external dependencies outside Perla
Projects
Status: 🔖 Spikes
Development

No branches or pull requests

1 participant