[ci] format
This commit is contained in:
parent
f536a34e53
commit
c1a944d55a
2 changed files with 1 additions and 3 deletions
|
@ -15,9 +15,9 @@ import {
|
||||||
} from '../core/path.js';
|
} from '../core/path.js';
|
||||||
import { viteID } from '../core/util.js';
|
import { viteID } from '../core/util.js';
|
||||||
import { normalizeFilename } from '../vite-plugin-utils/index.js';
|
import { normalizeFilename } from '../vite-plugin-utils/index.js';
|
||||||
|
import { cachedFullCompilation } from './compile.js';
|
||||||
import { handleHotUpdate } from './hmr.js';
|
import { handleHotUpdate } from './hmr.js';
|
||||||
import { parseAstroRequest, ParsedRequestResult } from './query.js';
|
import { parseAstroRequest, ParsedRequestResult } from './query.js';
|
||||||
import { cachedFullCompilation } from './compile.js';
|
|
||||||
|
|
||||||
interface AstroPluginOptions {
|
interface AstroPluginOptions {
|
||||||
settings: AstroSettings;
|
settings: AstroSettings;
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
import ancestor from 'common-ancestor-path';
|
import ancestor from 'common-ancestor-path';
|
||||||
import path from 'path';
|
|
||||||
import { fileURLToPath } from 'url';
|
|
||||||
import { Data } from 'vfile';
|
import { Data } from 'vfile';
|
||||||
import type { AstroConfig, MarkdownAstroData } from '../@types/astro';
|
import type { AstroConfig, MarkdownAstroData } from '../@types/astro';
|
||||||
import {
|
import {
|
||||||
|
|
Loading…
Reference in a new issue