-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add TypeScript definition #4
Conversation
For reference, here's a TypeScript issue about automatically determining the element from a compound selector (plain element selectors already work correctly!) microsoft/TypeScript#29037 |
You should write some type tests: https://github.com/sindresorhus/typescript-definition-style-guide#testing |
Does tsd-check work in the browser though? |
@bfred-it No. Why would you need it to? |
Because the other regular tests are run in electron. Select-dom calls |
@bfred-it |
@sindresorhus I'll add that in the future. Releasing this for now since it seems to be working on RGH already |
@sindresorhus pls cek
tsc
passes, but does that mean anything?