Skip to content

Commit dd9545a

Browse files
committed
chore: update
1 parent abc9897 commit dd9545a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/plugin-dts/src/tsc.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export type EmitDtsOptions = {
2828
async function handleDiagnosticsAndProcessFiles(
2929
diagnostics: readonly ts.Diagnostic[],
3030
configPath: string,
31-
host: ts.CompilerHost,
3231
bundle: boolean,
3332
declarationDir: string,
3433
dtsExtension: string,
@@ -192,7 +191,6 @@ export async function emitDts(
192191
await handleDiagnosticsAndProcessFiles(
193192
allDiagnostics,
194193
configPath,
195-
host,
196194
bundle,
197195
declarationDir,
198196
dtsExtension,
@@ -226,7 +224,6 @@ export async function emitDts(
226224
await handleDiagnosticsAndProcessFiles(
227225
allDiagnostics,
228226
configPath,
229-
host,
230227
bundle,
231228
declarationDir,
232229
dtsExtension,

0 commit comments

Comments
 (0)