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
refactor: Move identityMode to bridge-js.config.json following exposeToGlobal pattern
Add identityMode field to BridgeJSConfig, flow through SwiftToSkeleton and
ExportedSkeleton to BridgeJSLink. Generated JS uses config value as default
with runtime option as override via nullish coalescing.
Create dedicated BridgeJSIdentityTests target with identityMode: pointer in
its bridge-js.config.json. Remove IDENTITY_MODE env var, instantiateOptions
spread from prelude.mjs, and unittest-pointer Makefile target. Identity tests
now run as part of the normal test suite.
0 commit comments