chore(sync): regenerate bindings for @juspay/blend-design-system@0.0.37-beta.7#102
Merged
Conversation
jagguji
added a commit
that referenced
this pull request
Jul 10, 2026
Validate rescript-bindgen PR #126 ("fix/102-cjs-export-equals") against Blend.
Pin-only change: src/ is byte-identical to the 8704e81 run, because Blend is
an ESM package, so resolveExternalModuleSymbol returns the module symbol
unchanged and the new `export =` path never fires.
No regressions upstream either: 86/86 golden cases pass and all 9 benchmark
baselines (clsx, hono included) are byte-identical.
Caveat, upstream: for a bare `export = Counter` with no merged namespace
member, PR 126 emits `= "default"`. Verified against Node that
`require("demo").default` is undefined when module.exports = Counter, so the
binding is broken under a CommonJS target (works under ESM). #102 is only
half-fixed. Blend is unaffected — rescript.json sets module: "esmodule".
249 function bindings, 211/211 components usable, compiles clean, passes
format:check.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Regenerates ReScript bindings against
@juspay/blend-design-system@0.0.37-beta.7using
@juspay/rescript-bindgen(deterministic — same blend version alwaysproduces byte-identical output).
package.jsonversion is set to match (1:1).Reviewer checklist
npm run buildis green (CI will block if not)src/_REPORT.mdshows 0 broken components; skim any flagged/loose props-Nsuffix only for a binding-only re-release of an unchanged blend versionTriggered manually by jagguji (spec 0.0.37-beta.7).