Fix tests and linting

This commit is contained in:
Dolan Miu
2022-06-19 00:31:36 +01:00
parent d6ec275778
commit 233a29bfef
9 changed files with 42 additions and 13 deletions

View File

@ -406,6 +406,10 @@ export class Compiler {
},
Comments: {
data: (() => {
if (!file.Comments) {
return;
}
const data = xml(
this.formatter.format(file.Comments, {
viewWrapper: file.Document,