[ci] format

This commit is contained in:
matthewp 2023-01-11 18:52:51 +00:00 committed by fredkbot
parent ec09bb6642
commit c53b1fca07
2 changed files with 2 additions and 2 deletions

View file

@ -7,10 +7,10 @@ import type { PluginMetadata as AstroPluginMetadata } from './types';
import { normalizePath } from 'vite';
import { cachedCompilation, CompileProps, getCachedCompileResult } from '../core/compile/index.js';
import { isRelativePath } from '../core/path.js';
import { normalizeFilename } from '../vite-plugin-utils/index.js';
import { cachedFullCompilation } from './compile.js';
import { handleHotUpdate } from './hmr.js';
import { parseAstroRequest } from './query.js';
import { normalizeFilename } from '../vite-plugin-utils/index.js';
export { getAstroMetadata } from './metadata.js';
export type { AstroPluginMetadata };

View file

@ -1,5 +1,5 @@
import { fileURLToPath } from 'url';
import ancestor from 'common-ancestor-path';
import { fileURLToPath } from 'url';
import type { AstroConfig } from '../@types/astro';
import {
appendExtension,