Skip to content

feat: export KvU64 from the npm package#156

Merged
piscisaureus merged 2 commits into
mainfrom
export-kvu64
Jun 6, 2026
Merged

feat: export KvU64 from the npm package#156
piscisaureus merged 2 commits into
mainfrom
export-kvu64

Conversation

@piscisaureus

Copy link
Copy Markdown
Member

The package returned KvU64 instances from u64 reads but offered no
way to construct one or reference its type. The class is now
exported under the same name as the built-in Deno.KvU64.

Fixes #88.

The package returned KvU64 instances from u64 reads but offered no
way to construct one or reference its type. The class is now
exported under the same name as the built-in Deno.KvU64.

Fixes #88.
The AtomicOperation type does not declare mutate() yet; the test now
exercises KvU64 through set and the typed sum shortcut instead.
@piscisaureus piscisaureus merged commit 841ba75 into main Jun 6, 2026
20 checks passed
@piscisaureus piscisaureus deleted the export-kvu64 branch June 6, 2026 05:18
@piscisaureus piscisaureus mentioned this pull request Jun 6, 2026
5 tasks
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.

expose KvU64 to npm

1 participant