-
-
Notifications
You must be signed in to change notification settings - Fork 389
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 a global ReSpec API #3089
Comments
I'm not sure if it makes sense in this context, but one feature [I needed recently]( which could be hosted in this global API: in a postProcess script in ReSpec, I wanted to use data from the WebIDL parser, but there is no way to access the parser or the parsed IDL tree right |
I'm not sure if |
document.respec
basic (https://github.com/w3c/respec/pull/3082)document.respec.ready
(https://github.com/w3c/respec/pull/3082)document.respecIsReady
(https://github.com/w3c/respec/pull/3090)document.respec.toHTML()
- Part of https://github.com/w3c/respec/issues/2889 (https://github.com/w3c/respec/pull/3403)document.respec.errors[]
,document.respec.warnings[]
- Closes https://github.com/w3c/respec/issues/1084 (https://github.com/w3c/respec/pull/3348)document.respec.addEventListener("error" | "warning")
- Part of https://github.com/w3c/respec/issues/3035 (https://github.com/w3c/respec/pull/3338)The text was updated successfully, but these errors were encountered: