Skip to content

Commit 804f57b

Browse files
committed
Updated to latest WebIDL spec from heycam.github.io/webidl
Upstream commit 29afaf0a97d0175fc3749628140f944dceddb2c5
1 parent 3c6c651 commit 804f57b

File tree

3 files changed

+3127
-2117
lines changed

3 files changed

+3127
-2117
lines changed

bin/parse.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php
2+
require_once __DIR__ . "/../vendor/autoload.php";
3+
4+
global $argv;
5+
var_dump(\Wikimedia\WebIDL\WebIDL::parse(file_get_contents($argv[1])));

0 commit comments

Comments
 (0)