fix(compiler): Update types for TypeScript nullability support
This commit is contained in:
@ -15,6 +15,6 @@ export class XmlParser extends Parser {
|
||||
constructor() { super(getXmlTagDefinition); }
|
||||
|
||||
parse(source: string, url: string, parseExpansionForms: boolean = false): ParseTreeResult {
|
||||
return super.parse(source, url, parseExpansionForms, null);
|
||||
return super.parse(source, url, parseExpansionForms);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user