Fix build
This commit is contained in:
parent
8472c3823e
commit
5edbd2391d
|
@ -151,7 +151,6 @@ async function parseFile(fileName: string) {
|
|||
case "required":
|
||||
case "enabledByDefault":
|
||||
data[key] = value.kind === SyntaxKind.TrueKeyword;
|
||||
if (!data[key] && value.kind !== SyntaxKind.FalseKeyword) throw fail(`${key} is not a boolean literal`);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue