Skip to content

Commit 1bb588e

Browse files
committed
chore: update
1 parent d267a3d commit 1bb588e

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
@@ -26,9 +26,6 @@ export function emitDts(
2626
emitDeclarationOnly: true,
2727
};
2828

29-
// api-extractor doesn't support watch mode
30-
// and tsc watch compiler API host doesn't have a writeFile hook so that we can not get the entry dts file easily
31-
// so we use tsc build in bundle mode
3229
if (!isWatch) {
3330
const host: ts.CompilerHost = ts.createCompilerHost(compilerOptions);
3431

0 commit comments

Comments
 (0)