Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement polyfill for globalThis (v11) #4655

Closed
wants to merge 3 commits into from
Closed

Conversation

tomduncalf
Copy link
Contributor

What, How & Why?

See #4653, this fixes one additional usage in v11

☑️ ToDos

  • 📝 Changelog entry
  • 📝 Compatibility label is updated or copied from previous entry
  • 🚦 Tests
  • 🔀 Executed flexible sync tests locally if modifying flexible sync
  • 📱 Check the React Native/other sample apps work if necessary
  • 📝 Public documentation PR created or is not necessary
  • 💥 Breaking label has been applied or is not necessary

If this PR adds or changes public API's:

  • typescript definitions file is updated
  • jsdoc files updated
  • Chrome debug API is updated if API is available on React Native

package.json Outdated
@@ -80,7 +80,7 @@
"postinstall": "node scripts/submit-analytics.js"
},
"dependencies": {
"@realm.io/common": "^0.1.1",
"@realm.io/common": "^0.1.3",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we rename the package to @realm/common soon?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, created #4656

Copy link
Contributor

@takameyer takameyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve, but I am curious if this needs to be a separate commit in v11, or if we can just rebase this into that branch?

@tomduncalf tomduncalf added the Blocked This issue is blocked by another issue label Jun 24, 2022
@tomduncalf
Copy link
Contributor Author

Blocked waiting on v11 to be rebased on master

@tomduncalf tomduncalf changed the base branch from v11 to master October 24, 2022 10:04
@tomduncalf tomduncalf removed the Blocked This issue is blocked by another issue label Oct 24, 2022
@kneth kneth closed this Aug 28, 2023
@kneth kneth deleted the td/globalthis-v11 branch August 28, 2023 18:33
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants