-
Notifications
You must be signed in to change notification settings - Fork 99
Remove files no longer referenced #187
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SVG-related files removed because of a WebIDL parse error:
Line 13695 in d1a3ed2
"error": "Error: Evaluation failed: WebIDLParseError: Syntax error at line 314, since `interface ShadowAnimation`:\n source, (Element or @@ unknown term \"CSSPseudoElement\"\n ^ No type after open parenthesis or 'or' in union type\n at Tokeniser.error (https://svgwg.org/svg2-draft/node_modules/webidl2/lib/tokeniser.js:231:11)\n at union_type (https://svgwg.org/svg2-draft/node_modules/webidl2/lib/productions/type.js:94:71)\n at Function.parse (https://svgwg.org/svg2-draft/node_modules/webidl2/lib/productions/type.js:118:48)\n at type_with_extended_attributes (https://svgwg.org/svg2-draft/node_modules/webidl2/lib/productions/helpers.js:124:20)\n at parse (https://svgwg.org/svg2-draft/node_modules/webidl2/lib/productions/argument.js:22:19)\n at list (https://svgwg.org/svg2-draft/node_modules/webidl2/lib/productions/helpers.js:31:18)\n at argument_list (https://svgwg.org/svg2-draft/node_modules/webidl2/lib/productions/helpers.js:115:10)\n at parse (https://svgwg.org/svg2-draft/node_modules/webidl2/lib/productions/constructor.js:16:18)\n at Function.parse (https://svgwg.org/svg2-draft/node_modules/webidl2/lib/productions/container.js:43:30)\n at Function.parse (https://svgwg.org/svg2-draft/node_modules/webidl2/lib/productions/interface.js:31:22) Error: Evaluation failed: WebIDLParseError: Syntax error at line 314, since `interface ShadowAnimation`:\n source, (Element or @@ unknown term \"CSSPseudoElement\"\n ^ No type after open parenthesis or 'or' in union type\n at Tokeniser.error (https://svgwg.org/svg2-draft/node_modules/webidl2/lib/tokeniser.js:231:11)\n at union_type (https://svgwg.org/svg2-draft/node_modules/webidl2/lib/productions/type.js:94:71)\n at Function.parse (https://svgwg.org/svg2-draft/node_modules/webidl2/lib/productions/type.js:118:48)\n at type_with_extended_attributes (https://svgwg.org/svg2-draft/node_modules/webidl2/lib/productions/helpers.js:124:20)\n at parse (https://svgwg.org/svg2-draft/node_modules/webidl2/lib/productions/argument.js:22:19)\n at list (https://svgwg.org/svg2-draft/node_modules/webidl2/lib/productions/helpers.js:31:18)\n at argument_list (https://svgwg.org/svg2-draft/node_modules/webidl2/lib/productions/helpers.js:115:10)\n at parse (https://svgwg.org/svg2-draft/node_modules/webidl2/lib/productions/constructor.js:16:18)\n at Function.parse (https://svgwg.org/svg2-draft/node_modules/webidl2/lib/productions/container.js:43:30)\n at Function.parse (https://svgwg.org/svg2-draft/node_modules/webidl2/lib/productions/interface.js:31:22)\n at ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:218:19)\n at runMicrotasks (<anonymous>)\n at processTicksAndRejections (internal/process/task_queues.js:93:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:107:16)\n at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:384:25)\n at async crawlSpec (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:79:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:234:24)\n at async Promise.all (index 351)\n at async crawlList (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:240:21)\n at async Promise.all (index 0)" |
Do not merge
That was caused by w3c/svgwg#840, I didn't know anything more was needed. This is what it looks like live now: https://svgwg.org/svg2-draft/struct.html#InterfaceShadowAnimation I'll look into how to define the term... |
I've found the solution - PR upcoming in svgwg |
closing this pull request since the underlying error has been identified & fixed - will trigger an updated one after having done another reffy run |
This removes previously extracted files that are no longer referenced in browser-specs