Skip to content

Fix JavaScript doc links#542

Merged
simolus3 merged 1 commit into
mainfrom
fix-doc-links
Jul 23, 2026
Merged

Fix JavaScript doc links#542
simolus3 merged 1 commit into
mainfrom
fix-doc-links

Conversation

@simolus3

Copy link
Copy Markdown
Contributor

PowerSyncDatabase and SyncStatus used to be exported as regular classes, giving them their own documentation page.

In versions 2 of the JavaScript SDKs, we stopped doing that:

  • We want to hide internal superclasses of PowerSyncDatabase, so we only export its public interface and a separate constructor.
  • SyncStatus is not meant to be instantiated by users, so we only export its interface.

This breaks a few links in the documentation, this PR updates them to point to interfaces from @powersync/common as a canonical definition.

@simolus3
simolus3 requested a review from kobiebotha July 23, 2026 15:32
Comment thread client-sdks/usage-examples.mdx Outdated
@mintlify

mintlify Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
powersync 🟢 Ready View Preview Jul 23, 2026, 3:35 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@mintlify

mintlify Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
powersync 🟡 Building Jul 23, 2026, 3:32 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@simolus3
simolus3 merged commit 0350b33 into main Jul 23, 2026
4 checks passed
@simolus3
simolus3 deleted the fix-doc-links branch July 23, 2026 15:50
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.

2 participants