File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import * as fs from "node:fs";
1010import * as tty from "node:tty" ;
1111
1212import { 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" ;
1414
1515const cwd = process . cwd ( ) ;
1616process . env . BSB_PROJECT_ROOT = cwd ;
File renamed without changes.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { createServer } from "node:http";
66import * as os from "node:os" ;
77import * as path from "node:path" ;
88
9- import { rescript_legacy_exe } from "./bins.js" ;
9+ import { rescript_legacy_exe } from "../common /bins.js" ;
1010import { WebSocket } from "./minisocket.js" ;
1111
1212const cwd = process . cwd ( ) ;
Original file line number Diff line number Diff line change 33import * as child_process from "node:child_process" ;
44import * as path from "node:path" ;
55
6- import * as arg from "#cli /args" ;
6+ import * as arg from ". /args.js " ;
77
88const dump_usage = `Usage: rescript dump <options> [target]
99\`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";
88import * as path from "node:path" ;
99import { promisify } from "node:util" ;
1010
11- import * as arg from "#cli /args" ;
11+ import * as arg from ". /args.js " ;
1212
1313const asyncExecFile = promisify ( child_process . execFile ) ;
1414
File renamed without changes.
Original file line number Diff line number Diff line change 88 " README.md" ,
99 " cli/bsc.js" ,
1010 " cli/bstracing.js" ,
11- " cli/common/args.js" ,
1211 " cli/common/bins.js" ,
13- " cli/common/bsb.js" ,
14- " cli/common/minisocket.js" ,
1512 " cli/rescript-legacy.js" ,
13+ " cli/rescript-legacy/args.js" ,
14+ " cli/rescript-legacy/bsb.js" ,
1615 " cli/rescript-legacy/dump.js" ,
1716 " cli/rescript-legacy/format.js" ,
17+ " cli/rescript-legacy/minisocket.js" ,
1818 " cli/rescript-tools.js" ,
1919 " cli/rescript.js" ,
2020 " docs/docson/build-schema.json" ,
You can’t perform that action at this time.
0 commit comments