Skip to content

Commit 32da16d

Browse files
Updates to cause build to fail on invalid Web IDL
This change updates the highlighter submodule and the Wattsi versions: * the highlighter now respond with 400 if it finds invalid Web IDL tabatkins/highlighter#15 * Wattsi now halts if it gets a 400 response from the highlighter whatwg/wattsi#103 Fixes #201
1 parent d77bb0d commit 32da16d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DIR=$(pwd)
1010
# The latest required version of Wattsi. Update this and the fallback in
1111
# https://github.com/whatwg/wattsi/blob/master/src/build.sh if you change how ./build.sh invokes
1212
# Wattsi.
13-
WATTSI_LATEST=82
13+
WATTSI_LATEST=83
1414

1515
# Shared state variables throughout this script
1616
LOCAL_WATTSI=true

highlighter

Submodule highlighter updated 1 file

0 commit comments

Comments
 (0)