question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TypeScript support

See original GitHub issue

Thanks for this lib, it’s great and helped me a lot.

But the one small problem is that the /@voie/pages does not have types.

image

I have made a vite plugin inspired by your implementation. To fix the same problem, I have published a package with the same name and install as a dependency to make the types inferring work.

image

Hope it would be helpful, and looking forward to seeing this project grows.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
brattonrosscommented, Aug 18, 2020

I agree that adding to DefinitelyTyped would not be ideal. I’ve done as you’ve suggested at it is working nicely! 😃

1reaction
antfucommented, Aug 15, 2020

This is turning out to be an interesting issue… since the module name /@voie/pages is not a valid package name, I’m not sure how I could go about using a package to declare types. TypeScript also isn’t happy about using an ambient module declaration to declare /@voie/pages

Is that possible for you to rename it to something like @voie/pages? I treat using absolute path a dangerous smell (though in this case it’s actually a virtual path, my linter still complain about it 😅)

Read more comments on GitHub >

github_iconTop Results From Across the Web

TypeScript: JavaScript With Syntax For Types.
TypeScript extends JavaScript by adding types to the language. TypeScript speeds up your development experience by catching errors and providing fixes ...
Read more >
TypeScript - Wikipedia
TypeScript supports definition files that can contain type information of existing JavaScript libraries, much like C++ header files can describe the ...
Read more >
TypeScript Programming with Visual Studio Code
TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. It offers classes, modules, and interfaces to help you build robust...
Read more >
TypeScript | WebStorm Documentation - JetBrains
WebStorm supports developing, running, and debugging TypeScript source code. ... Learn more from Compiling TypeScript into JavaScript.
Read more >
TypeScript Introduction - W3Schools
TypeScript is JavaScript with added syntax for types. ... as Visual Studio Code, have built-in TypeScript support and can show errors as you...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found