-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
140 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
set -ex | ||
|
||
if [ ! -d "webidl2.js" ]; then | ||
git clone https://github.com/w3c/webidl2.js.git | ||
fi | ||
cd webidl2.js | ||
npm install | ||
npm run build-debug | ||
HASH=$(git rev-parse HEAD) | ||
cd .. | ||
cp webidl2.js/dist/webidl2.js lib/ | ||
echo "Currently using webidl2.js@${HASH}." > lib/VERSION.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
This directory contains a built version of the [webidl2.js library](https://github.com/w3c/webidl2.js). | ||
It is built by running `npm run build-debug` at the root of that repository. | ||
|
||
Currently using [email protected] (372ea83eaa10f60adff49bd0f4f3ce6a11d6fbec). | ||
|
||
The `webidl2.js.headers` file is a local addition to ensure the script is interpreted as UTF-8. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Currently using webidl2.js@1fd6709ef9311f2ea0ed4ff0016ecf6f5d615104. |
Oops, something went wrong.