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 718e986 commit 959c336Copy full SHA for 959c336
server/src/bsc-args/bsb.ts
@@ -5,6 +5,9 @@ import { buildNinjaPartialPath } from "../constants";
5
6
export type BsbCompilerArgs = string[];
7
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
+
11
export async function getBsbBscArgs(
12
entry: IncrementallyCompiledFileInfo,
13
): Promise<BsbCompilerArgs | null> {
0 commit comments