Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 621 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 621 Bytes

This tool extracts WebIDL fragments from specifications and generate skeleton of MDN Browser Compatibility Data for APIs.

Usage

node extract.js [--non-standard] url1 [url2...]

Parse WebIDL out of a list of specs at the said URLs, and generate or update Browser Compatibility Data based on the WebIDL in these specifications. To be run in a checkout of browser-compat-data/api.

The --non-standard flag marks the features as standard: false in the relevant status properties.

Install

npm install