|
|
@@ -964,9 +964,9 @@ this.SingleFileCore = this.SingleFileCore || (() => {
|
|
|
}
|
|
|
|
|
|
async processStyleAttributes() {
|
|
|
- return Promise.all(Array.from(this.styles).map(([, declarationList]) => {
|
|
|
- return DomProcessorHelper.processStyle(declarationList.children.toArray(), this.baseURI, this.options, this.cssVariables, this.batchRequest);
|
|
|
- }));
|
|
|
+ return Promise.all(Array.from(this.styles).map(([, declarationList]) =>
|
|
|
+ DomProcessorHelper.processStyle(declarationList.children.toArray(), this.baseURI, this.options, this.cssVariables, this.batchRequest)
|
|
|
+ ));
|
|
|
}
|
|
|
|
|
|
replaceStyleAttributes() {
|