[ci] format

This commit is contained in:
natemoo-re 2022-08-04 19:41:44 +00:00 committed by fredkbot
parent 81c9ad9a6b
commit 9c7021f695

View file

@ -5,10 +5,10 @@ import type { PageBuildData } from '../core/build/types';
import crypto from 'crypto';
import esbuild from 'esbuild';
import { Plugin as VitePlugin } from 'vite';
import { AstroConfig } from '../@types/astro';
import { getTopLevelPages, walkParentInfos } from '../core/build/graph.js';
import { getPageDataByViteID, getPageDatasByClientOnlyID } from '../core/build/internal.js';
import { isCSSRequest } from '../core/render/util.js';
import { AstroConfig } from '../@types/astro';
interface PluginOptions {
internals: BuildInternals;