File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import * as fs from "node:fs";
10
10
import * as tty from "node:tty" ;
11
11
12
12
import { bsc_exe , rescript_legacy_exe } from "./common/bins.js" ;
13
- import * as bsb from "./common /bsb.js" ;
13
+ import * as bsb from "./rescript-legacy /bsb.js" ;
14
14
15
15
const cwd = process . cwd ( ) ;
16
16
process . env . BSB_PROJECT_ROOT = cwd ;
File renamed without changes.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import * as os from "node:os";
7
7
import * as path from "node:path" ;
8
8
import { WebSocket } from "#lib/minisocket" ;
9
9
10
- import { rescript_legacy_exe } from "./bins.js" ;
10
+ import { rescript_legacy_exe } from "../common /bins.js" ;
11
11
12
12
const cwd = process . cwd ( ) ;
13
13
const lockFileName = path . join ( cwd , ".bsb.lock" ) ;
Original file line number Diff line number Diff line change 3
3
import * as child_process from "node:child_process" ;
4
4
import * as path from "node:path" ;
5
5
6
- import * as arg from "#cli /args" ;
6
+ import * as arg from ". /args.js " ;
7
7
8
8
const dump_usage = `Usage: rescript dump <options> [target]
9
9
\`rescript dump\` dumps the information for the target
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import * as os from "node:os";
8
8
import * as path from "node:path" ;
9
9
import { promisify } from "node:util" ;
10
10
11
- import * as arg from "#cli /args" ;
11
+ import * as arg from ". /args.js " ;
12
12
13
13
const asyncExecFile = promisify ( child_process . execFile ) ;
14
14
You can’t perform that action at this time.
0 commit comments