You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JS export name of an ML binding (identifier conversion, with the ES
default export kept literal) was computed independently at export
emission, qualified-access printing, and the dynamic-import emitter,
agreeing only by convention - with silent undefined-resolution as the
failure mode if any site drifted. Extract
Js_dump_import_export.js_export_name and use it at all four sites.
Byte-identical by construction; the existing regression cases ($$case,
Operator$$plus, default) now pin one function instead of a convention.
Signed-Off-By: Cristiano Calcagno <ccrisccris@gmail.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PCtQiaDijUqA2fujQXvKUw
0 commit comments