[ci] format

This commit is contained in:
bluwy 2022-12-05 13:36:39 +00:00 committed by fredkbot
parent f536a34e53
commit c1a944d55a
2 changed files with 1 additions and 3 deletions

View file

@ -15,9 +15,9 @@ import {
} from '../core/path.js';
import { viteID } from '../core/util.js';
import { normalizeFilename } from '../vite-plugin-utils/index.js';
import { cachedFullCompilation } from './compile.js';
import { handleHotUpdate } from './hmr.js';
import { parseAstroRequest, ParsedRequestResult } from './query.js';
import { cachedFullCompilation } from './compile.js';
interface AstroPluginOptions {
settings: AstroSettings;

View file

@ -1,6 +1,4 @@
import ancestor from 'common-ancestor-path';
import path from 'path';
import { fileURLToPath } from 'url';
import { Data } from 'vfile';
import type { AstroConfig, MarkdownAstroData } from '../@types/astro';
import {