We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
read-only
and constant : https://github.com/Microsoft/TSJS-lib-generator/blob/ea717dddb01dbeb6386b844f667194f71c7d7165/inputfiles/browser.webidl.xml#L315
constant
The text was updated successfully, but these errors were encountered:
chore(package): update webref (microsoft#55)
9a94261
Co-authored-by: saschanaz <[email protected]>
zhengbli
No branches or pull requests
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#L315The text was updated successfully, but these errors were encountered: