-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Types exported from playwright-core, but not playwright #627
Comments
I am experiencing many type issues. Should I collect them all here and submit fixes in one PR, or open separate tickets and separate PRs? Ex.
I believe
should be
-- and
|
Thanks @jperl! Collecting typing issues around specific methods is great, and any PRs are welcome. However, we plan to work on types soonish (probably hand-written |
Thanks for your response. I will just keep collecting type issues here. |
@dgozman Out of curiosity, what is the benefit of hand writing declaration files instead of exporting types directly from packages? |
We can have different defaults externally vs internally (e.g. |
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
The text was updated successfully, but these errors were encountered: