File tree 5 files changed +6
-45
lines changed
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 38
38
"node" : " >=20.11.0"
39
39
},
40
40
"bin" : {
41
- "bsc" : " cli/ bsc.js " ,
41
+ "bsc" : " node_modules/.bin/ bsc.exe " ,
42
42
"bstracing" : " cli/bstracing.js" ,
43
43
"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 "
46
46
},
47
47
"scripts" : {
48
48
"test" : " node scripts/test.js -all" ,
Original file line number Diff line number Diff line change @@ -2538,11 +2538,11 @@ __metadata:
2538
2538
" @rescript/win32-x64 " :
2539
2539
optional : true
2540
2540
bin :
2541
- bsc : cli/ bsc.js
2541
+ bsc : node_modules/.bin/ bsc.exe
2542
2542
bstracing : cli/bstracing.js
2543
2543
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
2546
2546
languageName : unknown
2547
2547
linkType : soft
2548
2548
You can’t perform that action at this time.
0 commit comments