Skip to content

Commit

Permalink
Upgrade reffy version used in WebIDL validation
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom authored Mar 1, 2023
1 parent 29ee061 commit 17c55ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validate-webidl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (module === require.main) {

export default async function main({ dest, file }: Input) {
console.log(`Validating Web IDL defined in ${file}...`);
await install("reffy@4");
await install("reffy@12");
const { crawlSpecs } = require("reffy");

const fileurl = new URL(file, `file://${dest}/`).href;
Expand Down

0 comments on commit 17c55ac

Please sign in to comment.