-
Notifications
You must be signed in to change notification settings - Fork 576
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bindgen] Refactor namespaces (#5376)
* WIP on improving the type-tests * Removed a stray comment start * Fixed missing @ts-expect-error in bundle.d.ts * Propagate local app name and version * Renamed AuthClients to Auth This is to avoid breaking the API just yet. * Refactored namespaces * Fixed namespaced Types export * Fixed InsertionModel types * Fixed a type-o * Ensuring named exports are correct * Updated unit tests to import from ../index * Fixed some exported types * Merged Dictionary interface and class * Reverting removal of `Realm.Credentials` * Reordered and exporting MutableSubscriptionSet * Updated AppConfiguration#baseUrl docs * Adding links to ClientResetError deprecation * Exporting types pr review * Adding "CanonicalObjectSchema" to Realm namespace * Export CanonicalPropertySchema And added a link to it on the CanonicalObjectSchemaProperty.
- Loading branch information
1 parent
b8fcca5
commit bb2c968
Showing
36 changed files
with
781 additions
and
244 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.