File tree Expand file tree Collapse file tree 5 files changed +6
-45
lines changed Expand file tree Collapse file tree 5 files changed +6
-45
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3838 "node" : " >=20.11.0"
3939 },
4040 "bin" : {
41- "bsc" : " cli/ bsc.js " ,
41+ "bsc" : " node_modules/.bin/ bsc.exe " ,
4242 "bstracing" : " cli/bstracing.js" ,
4343 "rescript" : " cli/rescript.js" ,
44- "rescript-tools" : " cli/ rescript-tools.js " ,
45- "rewatch" : " cli/ rewatch.js "
44+ "rescript-tools" : " node_modules/.bin/ rescript-tools.exe " ,
45+ "rewatch" : " node_modules/.bin/ rewatch.exe "
4646 },
4747 "scripts" : {
4848 "test" : " node scripts/test.js -all" ,
Original file line number Diff line number Diff line change @@ -2538,11 +2538,11 @@ __metadata:
25382538 " @rescript/win32-x64 " :
25392539 optional : true
25402540 bin :
2541- bsc : cli/ bsc.js
2541+ bsc : node_modules/.bin/ bsc.exe
25422542 bstracing : cli/bstracing.js
25432543 rescript : cli/rescript.js
2544- rescript-tools : cli/ rescript-tools.js
2545- rewatch : cli/ rewatch.js
2544+ rescript-tools : node_modules/.bin/ rescript-tools.exe
2545+ rewatch : node_modules/.bin/ rewatch.exe
25462546 languageName : unknown
25472547 linkType : soft
25482548
You can’t perform that action at this time.
0 commit comments