Skip to content

Commit ff032c8

Browse files
committed
bsb already has the runtime argument in ninja file
1 parent b0ec8de commit ff032c8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

server/src/bsc-args/bsb.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ import { buildNinjaPartialPath } from "../constants";
55

66
export type BsbCompilerArgs = string[];
77

8-
// TODO: I guess somewhere in here, when the version is v12 beta 10 or later,
9-
// We need to pass -rescript-runtime as argument as well.
10-
118
export async function getBsbBscArgs(
129
entry: IncrementallyCompiledFileInfo,
1310
): Promise<BsbCompilerArgs | null> {

0 commit comments

Comments
 (0)