Fix tests and linting
This commit is contained in:
@ -406,6 +406,10 @@ export class Compiler {
|
||||
},
|
||||
Comments: {
|
||||
data: (() => {
|
||||
if (!file.Comments) {
|
||||
return;
|
||||
}
|
||||
|
||||
const data = xml(
|
||||
this.formatter.format(file.Comments, {
|
||||
viewWrapper: file.Document,
|
||||
|
Reference in New Issue
Block a user