From 1243816aa56c6f5dc24e4932d604f66e336b98d7 Mon Sep 17 00:00:00 2001 From: nojaf Date: Tue, 27 May 2025 18:48:22 +0200 Subject: [PATCH 1/2] Export bins from package --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a246219042..14498fef15 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,8 @@ "exports": { "./lib/es6/*": "./lib/es6/*", "./lib/js/*": "./lib/js/*", - "./package.json": "./package.json" + "./package.json": "./package.json", + "./binaries": "./cli/common/bins.js" }, "imports": { "#cli/*": "./cli/common/*.js", From 0b047ad59b64a4afd63c9503f07621ddb02b9886 Mon Sep 17 00:00:00 2001 From: nojaf Date: Tue, 27 May 2025 18:50:19 +0200 Subject: [PATCH 2/2] Add changelog item --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9d7639e04..ad0ee3a419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,10 @@ - Improve a few error messages around various subtyping issues. https://github.com/rescript-lang/rescript/pull/7404 - Refactor the ast for record expressions and patterns. https://github.com/rescript-lang/rescript/pull/7528 +#### :house: Internal + +- Export binary paths from rescript package. https://github.com/rescript-lang/rescript/pull/7530 + # 12.0.0-alpha.13 #### :boom: Breaking Change