Skip to content

Commit

Permalink
chore: Remove unused interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
KallynGowdy committed Mar 28, 2022
1 parent 72fa5c0 commit cf973a9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/vite/src/node/plugins/worker.ts
Expand Up @@ -10,11 +10,6 @@ import type { TransformPluginContext } from 'rollup'

const WorkerFileId = 'worker_file'

export interface BundleWorkerEntryOutput {
code: string
sourcemap: Rollup.SourceMap | undefined
}

export async function bundleWorkerEntry(
ctx: Rollup.TransformPluginContext,
config: ResolvedConfig,
Expand Down Expand Up @@ -60,10 +55,6 @@ export async function bundleWorkerEntry(
return emitSourcemapForWorkerEntry(ctx, config, id, query, chunk)
}

export interface EmitResult {
code: Buffer
}

function emitSourcemapForWorkerEntry(
context: TransformPluginContext,
config: ResolvedConfig,
Expand Down

0 comments on commit cf973a9

Please sign in to comment.