w3c / browser-specs

A machine-readable list of Web specifications
Other
227 stars 46 forks source link

Add explicit-javascript-compile-hints-file-based #1531

Open browser-specs-bot opened 1 month ago

browser-specs-bot commented 1 month ago

URL

https://wicg.github.io/explicit-javascript-compile-hints-file-based/

Rationale

Additional properties

{}
browser-specs-bot commented 1 month ago

Changes to index.json

This update would trigger the following changes in index.json:

Add spec (1) ```json { "url": "https://wicg.github.io/explicit-javascript-compile-hints-file-based/", "seriesComposition": "full", "shortname": "explicit-javascript-compile-hints-file-based", "series": { "shortname": "explicit-javascript-compile-hints-file-based", "currentSpecification": "explicit-javascript-compile-hints-file-based", "title": "Explicit JavaScript Compile Hints (File-based)", "shortTitle": "File-based", "nightlyUrl": "https://wicg.github.io/explicit-javascript-compile-hints-file-based/" }, "organization": "W3C", "groups": [ { "name": "Web Platform Incubator Community Group", "url": "https://www.w3.org/community/wicg/" } ], "nightly": { "url": "https://wicg.github.io/explicit-javascript-compile-hints-file-based/", "status": "Living Document", "alternateUrls": [], "repository": "https://github.com/WICG/explicit-javascript-compile-hints-file-based", "sourcePath": "index.bs", "filename": "index.html" }, "title": "Explicit JavaScript Compile Hints (File-based)", "source": "spec", "shortTitle": "File-based", "categories": [ "browser" ], "standing": "good" } ```

Tests

With these changes, the following tests would fail:

The `index.json` list respects the JSON schema Expected: ```json null ``` Actual: ```json [ { "instancePath": "/217/nightly/status", "schemaPath": "#/properties/status/enum", "keyword": "enum", "params": { "allowedValues": [ "A Collection of Interesting Ideas", "Draft Community Group Report", "Draft Deliverable", "Draft Finding", "Draft Registry", "Editor's Draft", "Experimental", "Final Deliverable", "Informational", "Internet Standard", "Living Standard", "Proposed Standard", "TAG Finding", "Unofficial Proposal Draft", "Working Group Approved Draft" ] }, "message": "must be equal to one of the allowed values" } ] ```
dontcallmedom commented 2 weeks ago

pending clarity from https://github.com/WICG/explicit-javascript-compile-hints-file-based/issues/10