Skip to content

Commit a7cfde4

Browse files
committed
remove
1 parent e045358 commit a7cfde4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/repl/src/lib/public.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import type { OutputChunk, RollupError } from '@rollup/browser';
33
export interface BundleResult {
44
uid: number;
55
error: (RollupError & CompileError) | null;
6-
client: OutputChunk | null; // TODO
7-
server: OutputChunk | null; // TODO
6+
client: OutputChunk | null;
7+
server: OutputChunk | null;
88
tailwind: string | null;
99
imports: string[];
1010
}

0 commit comments

Comments
 (0)