Skip to content

Commit

Permalink
Fix default processor signature
Browse files Browse the repository at this point in the history
Fixes a bug that sneaked in fda810e and that was uncaught by the test suite.
  • Loading branch information
pmdartus authored Jan 27, 2020
1 parent fda810e commit 2aecfb6
Show file tree
Hide file tree
Showing 3 changed files with 7,667 additions and 64 deletions.
2 changes: 1 addition & 1 deletion lib/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const builtinTypedefs = webidl.parse(`
typedef unsigned long long DOMTimeStamp;
`);

function defaultProcessor(_idl, code) {
function defaultProcessor(code) {
return code;
}

Expand Down
Loading

0 comments on commit 2aecfb6

Please sign in to comment.