[ci] yarn format
This commit is contained in:
parent
dd7cc798e0
commit
c711681cb6
2 changed files with 6 additions and 6 deletions
|
@ -449,7 +449,7 @@ async function compileHtml(enterNode: TemplateNode, state: CodegenState, compile
|
||||||
await transform(ast, {
|
await transform(ast, {
|
||||||
compileOptions,
|
compileOptions,
|
||||||
filename,
|
filename,
|
||||||
fileID
|
fileID,
|
||||||
});
|
});
|
||||||
|
|
||||||
// 3. Codegen
|
// 3. Codegen
|
||||||
|
@ -502,7 +502,7 @@ async function compileHtml(enterNode: TemplateNode, state: CodegenState, compile
|
||||||
type: 'ImportDefaultSpecifier',
|
type: 'ImportDefaultSpecifier',
|
||||||
local: { type: 'Identifier', name: 'Prism' } as Identifier,
|
local: { type: 'Identifier', name: 'Prism' } as Identifier,
|
||||||
} as ImportDefaultSpecifier,
|
} as ImportDefaultSpecifier,
|
||||||
url: 'astro/components/Prism.astro'
|
url: 'astro/components/Prism.astro',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue