-
Notifications
You must be signed in to change notification settings - Fork 576
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
[bindgen] browser
target and web example app
#5498
Closed
Closed
Conversation
This file contains 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
We're now relying 100% on the "bson" package.
includes workaround for microsoft/TypeScript#51261.
The intended difference didn't end up working out and they were treated the same in the generators. Instead we use Helpers to turn structs with functions into C++ interface implementations. Will explore alternative approaches later, since we have other SDKs in other languages where that isn't a good fit. But for now, this simplifies the model and clears up syntactic space for future exploration.
No longer needed as of realm/realm-core@4a7e5d2
* Moved Android SDK files * Enumerate files to include in package * Adding platform build npm scripts * Updated "exports" object * Removed check for "react-native" existence. * Updated `LIBRARY_OUTPUT_DIRECTORY`
Co-authored-by: Kenneth Geisshirt <kenneth.geisshirt@mongodb.com>
Add allSessions to SyncUser in bindgen. Transform result to JS SyncSession array.
This can be closed now, as it's merged in #5525 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
What, How & Why?
binding-mock.mjs
which should be deleted and the rollup config updated to point to the proper output from the binding generator.The app builds and lunches, the SDK browser target also builds, but is reporting a lot of missing exports from the mocked binding.