Skip to content
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 readonly modifier to DOM declarations #55

Closed
mhegazy opened this issue Jan 20, 2016 · 0 comments
Closed

Add readonly modifier to DOM declarations #55

mhegazy opened this issue Jan 20, 2016 · 0 comments
Assignees

Comments

@mhegazy
Copy link
Contributor

mhegazy commented Jan 20, 2016

This is gated on: microsoft/TypeScript#6532

The webidl file already provide this information, we need to translate that in the script:

for instance read-only:
https://github.com/Microsoft/TSJS-lib-generator/blob/ea717dddb01dbeb6386b844f667194f71c7d7165/inputfiles/browser.webidl.xml#L408

and constant : https://github.com/Microsoft/TSJS-lib-generator/blob/ea717dddb01dbeb6386b844f667194f71c7d7165/inputfiles/browser.webidl.xml#L315

@zhengbli zhengbli added this to the TypeScript 2.0 milestone Mar 21, 2016
@zhengbli zhengbli assigned zhengbli and unassigned zhengbli Mar 21, 2016
orta pushed a commit to orta/TSJS-lib-generator that referenced this issue Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants