Find and rewrite specs with autofixable invalid IDL codes.
rewrite: Download and rewrite the specs into a directory namedrewritten/, only for specs which include autofixable IDL problems.submit-pullrequest: Submits the rewritten specs.
npm run submit-pullrequest require config.json with auth field, which is a
GitHub access token.
You can alternatively set GH_TOKEN environment variable. config.json will
be preferred when both exist.
- Check whether browser-specs includes your spec, and file an issue there if not. Your spec should be covered if it's listed there.
- If your spec is listed but is not receiving auto updates, it could be because
your source file path is uncommon, e.g. the file name is not
index.bs/index.htmlor it's not in the root directory. Renaming and moving your file may fix it. Please file an issue if it still doesn't work.