-
Notifications
You must be signed in to change notification settings - Fork 9
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
Several Improvements #10
Conversation
Thanks for your interest in contributing 🙂
No, we don't intend to reduce documentations from the original typings. If there's any, it is unintentional mistake. 😨 |
I just make it ready for review, but I still find it not perfect enough. If this PR is separated to multiple PRs by myself, it will probably be too many, so please review and choose what you would like to separate. And please help me think of a good PR title. Also, I would like to confirm whether I should not commit the generated files. |
I separated yesterday's commit into several small commits for your convenience of reviewing. And I found two things to be improved:
|
It seems that |
Thanks, currently you need to commit generated type defs (generated by |
By the way, I wonder why you only include the |
I suddenly come out with an idea that we can add a |
Sorry for late response, overall LGTM!
Maybe because changing committed source code during the test isn't quite good.
Yes 😢 I want to implement this when I have time.
That's interesting, but one worrying point is that user could lie about this... but it'd be fine if the current implementation already allows lies. |
Looking forward to your implementation! 😆 |
It may be split into a couple of small PRs if you prefer.
By the way, are there any reasons to remove the documentations in
lib.es2015.reflect.d.ts
?