[ci] yarn format

This commit is contained in:
jonathantneal 2022-01-29 01:31:04 +00:00 committed by GitHub Actions
parent c9bb1147cb
commit ff8e18d2ff

View file

@ -46,7 +46,7 @@ function chunkIsPage(astroConfig: AstroConfig, output: OutputAsset | OutputChunk
return false;
}
const chunk = output as OutputChunk;
if(chunk.facadeModuleId) {
if (chunk.facadeModuleId) {
const facadeToEntryId = prependForwardSlash(chunk.facadeModuleId.slice(fileURLToPath(astroConfig.projectRoot).length));
return internals.entrySpecifierToBundleMap.has(facadeToEntryId);
}