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 e045358 commit a7cfde4Copy full SHA for a7cfde4
packages/repl/src/lib/public.d.ts
@@ -3,8 +3,8 @@ import type { OutputChunk, RollupError } from '@rollup/browser';
3
export interface BundleResult {
4
uid: number;
5
error: (RollupError & CompileError) | null;
6
- client: OutputChunk | null; // TODO
7
- server: OutputChunk | null; // TODO
+ client: OutputChunk | null;
+ server: OutputChunk | null;
8
tailwind: string | null;
9
imports: string[];
10
}
0 commit comments