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
Excuse me, I try the this parser on https://github.com/RicoP/idl2typings/blob/master/idl/webgl.idl, and get Exception of "Unrecognised tokens, line 14 (tokens: 'module webgl {')"
Does module not supported yet?
The text was updated successfully, but these errors were encountered:
I don't think "module" is a thing in WebIDL? https://heycam.github.io/webidl/
Are you sure that is WebIDL?
Sorry, something went wrong.
I am sorry. "module" exists in https://www.w3.org/TR/2008/WD-WebIDL-20080829. But I check the https://www.w3.org/TR/WebIDL, there is no "module" now. I think I choose the old idl file. Thank you.
No problem. Good luck!
No branches or pull requests
Excuse me, I try the this parser on https://github.com/RicoP/idl2typings/blob/master/idl/webgl.idl, and get Exception of
"Unrecognised tokens, line 14 (tokens: 'module webgl {')"
Does module not supported yet?
The text was updated successfully, but these errors were encountered: