-
-
Couldn't load subscription status.
- Fork 33.6k
Open
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.
Description
Affected URL(s)
https://nodejs.org/api/sqlite.html
Description of the problem
Most code snippets have both CJS and ESM, as per the doc's standard. However, two functions stand out as being different:
createTagStoreonly has the ESM variantapplyChangesetonly has one example which would work for either CJS or ESM, but is incomplete - it doesn't show howDatabaseSyncis improted, and can't be executed without manually adding that part.
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.