Skip to content

Version 1.0.72#1503

Merged
sinclairzx81 merged 3 commits into
mainfrom
react
Jan 4, 2026
Merged

Version 1.0.72#1503
sinclairzx81 merged 3 commits into
mainfrom
react

Conversation

@sinclairzx81
Copy link
Copy Markdown
Owner

This PR updates the Object function export to use a export-alias instead of a export-var. The update is to resolve React Native imports that need to polyfill the environment with Object.defineProperty(...).

Before

export var Object = _Object_  // Required for CommonJS ES Interop

After

export { _Object_ as Object }  // Required for CommonJS ES Interop

@sinclairzx81 sinclairzx81 merged commit 2fc1e94 into main Jan 4, 2026
6 checks passed
@sinclairzx81 sinclairzx81 deleted the react branch January 4, 2026 03:34
sinclairzx81 added a commit that referenced this pull request Jan 4, 2026
* Use Alias to Export Object Function

* ChangeLog

* Version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant