Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
Co-authored-by: Ben McCann <[email protected]>
  • Loading branch information
patak-dev and benmccann authored Jun 13, 2024
1 parent 40a9572 commit fe5b0ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vite/src/node/plugins/esbuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import { transform } from 'esbuild'
// TODO: import type { FSWatcher } from 'chokidar'
import type { RawSourceMap } from '@ampproject/remapping'
import type { InternalModuleFormat, SourceMap } from 'rollup'
import type { TSConfckParseResult } from 'tsconfck';
import { TSConfckCache , TSConfckParseError, parse } from 'tsconfck'
import type { TSConfckParseResult } from 'tsconfck'
import { TSConfckCache, TSConfckParseError, parse } from 'tsconfck'
import {
combineSourcemaps,
createDebugger,
Expand Down

0 comments on commit fe5b0ef

Please sign in to comment.