Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@

- Add shift (`<<`, `>>`, `>>>`) operators for `int` and `bigint`. https://github.com/rescript-lang/rescript/pull/7183

#### :bug: Bug fix

- Fix broken `bstracing` CLI location. https://github.com/rescript-lang/rescript/pull/7398

# 12.0.0-alpha.12

#### :bug: Bug fix
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"bin": {
"bsc": "cli/bsc.js",
"bstracing": "lib/bstracing.js",
"bstracing": "cli/bstracing.js",
"rescript": "cli/rescript.js",
"rescript-tools": "cli/rescript-tools.js",
"rewatch": "cli/rewatch.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/artifacts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ CREDITS.md
LICENSE
README.md
cli/bsc.js
cli/bstracing.js
cli/common/args.js
cli/common/bins.js
cli/common/bsb.js
Expand All @@ -28,7 +29,6 @@ darwinarm64/rescript-tools.exe
darwinarm64/rescript.exe
darwinarm64/rewatch.exe
docs/docson/build-schema.json
lib/bstracing
lib/es6/Belt.js
lib/es6/Belt_Array.js
lib/es6/Belt_Float.js
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2453,7 +2453,7 @@ __metadata:
typescript: "npm:5.8.2"
bin:
bsc: cli/bsc.js
bstracing: lib/bstracing.js
bstracing: cli/bstracing.js
rescript: cli/rescript.js
rescript-tools: cli/rescript-tools.js
rewatch: cli/rewatch.js
Expand Down