GitXplorerGitXplorer
j

bs-to-idl

public
4 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
c0cdc16b0e60670fc80659fa82c137516b9a4ecf

Include IDL <pre> elements with ID attributes

jj-f1 committed 4 years ago
Verified
8bfbac8165c168bae0b42d299c93c8b457f98027

Updates to parsing

jj-f1 committed 4 years ago
Verified
ab8ca52b60da776e954bb246516e44f506516fc1

Update with support for xmp tags and optional indentation

jj-f1 committed 4 years ago
Verified
c4ef0549c4b6c7c69ff9e70c9be2e6f95dc9fe50

Updates

jj-f1 committed 4 years ago
Verified
91b0e495735d42581825766caed65a946572f79c

Update from-github.sh

jj-f1 committed 4 years ago
Verified
637a104f8146a5c402386e27f0ec5348c3bc8c89

Update from-github.sh

jj-f1 committed 4 years ago

README

The README file for this repository.

bs-to-idl

Extract the WebIDL definitions from Bikeshed (.bs) files

Usage:

node . my-file.bs > my-file.webidl
# or:
./from-github.sh github-url my-file.webidl

Example:

./from-github.sh https://github.com/whatwg/dom/blob/master/dom.bs console.webidl