-
-
Notifications
You must be signed in to change notification settings - Fork 427
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
feat: use tsc to generate typings #679
Conversation
Very promising though, despite the exports being broken. We're so close! |
At the risk of derailing a PR conversation, can I ask why the open-wc source just doesn't use TypeScript directly? |
ba9cbc8
to
93b44ff
Compare
woop woop new version at microsoft/TypeScript#32372 (comment) and it seems to work perfectly now 🎉 |
@benjamind could you verify if the types are now fully helpful? 🤗 |
I can verify that I pulled in the I then added Overall I think this is an excellent approach (second only to native Typescript which would be my preference), but this gives us very usable output for Typescript and I think will mean we can after some more testing remove the allowJs approach from our recommended typing configuration which is a great win for Typescript users. |
@justinfagnani we're not doing that because we want to maintain a low barrier for people to contribute to the project. |
@LarsDenBakker I understand that concern, but from my experience as a maintainer of a lot of TypeScript-based projects I've found that TS has possibly more often than not made it easier for contributors because of the excellent tooling that helps newcomers navigate the codebase and catch errors early. We've seen comments like "that was easier/more helpful than I expected". I'm personally hesitant to contribute to non-TS projects these days :) |
closed in favor of #697 |
alternative to #678
using a pre-alpha version of
tsc
from '../path/to/file.js'
)