We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc9897 commit dd9545aCopy full SHA for dd9545a
packages/plugin-dts/src/tsc.ts
@@ -28,7 +28,6 @@ export type EmitDtsOptions = {
28
async function handleDiagnosticsAndProcessFiles(
29
diagnostics: readonly ts.Diagnostic[],
30
configPath: string,
31
- host: ts.CompilerHost,
32
bundle: boolean,
33
declarationDir: string,
34
dtsExtension: string,
@@ -192,7 +191,6 @@ export async function emitDts(
192
191
await handleDiagnosticsAndProcessFiles(
193
allDiagnostics,
194
configPath,
195
- host,
196
bundle,
197
declarationDir,
198
dtsExtension,
@@ -226,7 +224,6 @@ export async function emitDts(
226
224
227
225
228
229
230
231
232
0 commit comments