Skip to content

Commit 2aecfb6

Browse files
authored
Fix default processor signature
Fixes a bug that sneaked in fda810e and that was uncaught by the test suite.
1 parent fda810e commit 2aecfb6

File tree

3 files changed

+7667
-64
lines changed

3 files changed

+7667
-64
lines changed

lib/context.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const builtinTypedefs = webidl.parse(`
1010
typedef unsigned long long DOMTimeStamp;
1111
`);
1212

13-
function defaultProcessor(_idl, code) {
13+
function defaultProcessor(code) {
1414
return code;
1515
}
1616

0 commit comments

Comments
 (0)