[ci] format

This commit is contained in:
bluwy 2023-04-05 16:06:50 +00:00 committed by fredkbot
parent 7116c021a3
commit f627a2ca3d

View file

@ -1,7 +1,7 @@
import * as crypto from 'node:crypto';
import * as npath from 'node:path';
import type { GetModuleInfo } from 'rollup';
import { transformWithEsbuild, type Plugin as VitePlugin, type ResolvedConfig } from 'vite';
import { type Plugin as VitePlugin, type ResolvedConfig } from 'vite';
import { isBuildableCSSRequest } from '../../render/dev/util.js';
import type { BuildInternals } from '../internal';
import type { AstroBuildPlugin } from '../plugin';