Skip to content

Commit 34223f4

Browse files
committed
delegate to binaries directly
1 parent e7c1064 commit 34223f4

File tree

5 files changed

+6
-45
lines changed

5 files changed

+6
-45
lines changed

Diff for: cli/bsc.js

-18
This file was deleted.

Diff for: cli/rescript-tools.js

-11
This file was deleted.

Diff for: cli/rewatch.js

-10
This file was deleted.

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
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",

Diff for: yarn.lock

+3-3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)