-
Notifications
You must be signed in to change notification settings - Fork 440
Add missing optional constructor param for Text #229
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
Conversation
This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. We will now review your pull request. |
The file must not be modified: Instead you can modify [added/overriding/removed]Types.json. |
Thanks - in that case, what is the mechanism to change the lib.dom.d.ts
that is distributed with TypeScript? Does it require a change to Edge where
this IDL originates?
…On Tue, Apr 4, 2017 at 9:48 PM Kagami Sascha Rosylight < ***@***.***> wrote:
The file must not be modified
<https://github.com/Microsoft/TSJS-lib-generator/blob/master/inputfiles/README.md>
:
[image: image]
<https://cloud.githubusercontent.com/assets/3396686/24690195/507166ec-1a06-11e7-9117-fe5f512d2f9d.png>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#229 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAC5Ixj_rHgmHlYeXuop_WoJyq32VXw-ks5rsxy_gaJpZM4MzjRs>
.
|
You'll want to look at addedTypes.json to add a constructor to an interface. |
Make sure you get |
e35e298
to
d6b5214
Compare
The CI only says that the generated file doesn't match the baseline, without printing the diff. I guess I'll have to install Mono so I can generate the files locally. |
Thanks for the help @saschanaz ! |
Thanks @alexeagle |
Link to documentation: https://dom.spec.whatwg.org/#text For future purposes, please file an issue on the TS repo along with the change. |
thanks! |
and thanks @saschanaz! |
thank you for landing @mhegazy |
/cc @samccone