diff options
author | 2021-04-06 20:15:14 +0000 | |
---|---|---|
committer | 2021-04-06 20:15:14 +0000 | |
commit | 3adb9ea87c542eaf7bc7886a9007edc1697fe462 (patch) | |
tree | 0d51c472e163fad802d9062c7fcf359e5f2d09f5 /src/compiler/codegen.ts | |
parent | 72d9ece6db9cd57c865108b5fad43cbd5728e204 (diff) | |
download | astro-3adb9ea87c542eaf7bc7886a9007edc1697fe462.tar.gz astro-3adb9ea87c542eaf7bc7886a9007edc1697fe462.tar.zst astro-3adb9ea87c542eaf7bc7886a9007edc1697fe462.zip |
[ci] npm run format
Diffstat (limited to 'src/compiler/codegen.ts')
-rw-r--r-- | src/compiler/codegen.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/codegen.ts b/src/compiler/codegen.ts index a08db028f..e64051317 100644 --- a/src/compiler/codegen.ts +++ b/src/compiler/codegen.ts @@ -503,7 +503,7 @@ export async function codegen(ast: Ast, { compileOptions, filename }: CodeGenOpt components: {}, css: [], importExportStatements: new Set(), - dynamicImports: new Map() + dynamicImports: new Map(), }; const { script, componentPlugins } = compileModule(ast.module, state, compileOptions); |