[ci] format
This commit is contained in:
parent
ec09bb6642
commit
c53b1fca07
2 changed files with 2 additions and 2 deletions
|
@ -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 };
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue