mirror of
https://github.com/appy-one/acebase-core.git
synced 2026-05-24 22:01:23 -06:00
[PR #18] [MERGED] Fix: BigInt (de)serialization #20
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase-core#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/appy-one/acebase-core/pull/18
Author: @appy-one
Created: 9/12/2022
Status: ✅ Merged
Merged: 9/12/2022
Merged by: @appy-one
Base:
master← Head:fix/bigint-serialization📝 Commits (2)
42a88ddFixes (de)serialization of bigints to/from binary08d9ebbchore: build📊 Changes
6 files changed (+87 additions, -49 deletions)
View changed files
📝
dist/cjs/utils.js(+12 -10)📝
dist/cjs/utils.js.map(+1 -1)📝
dist/esm/utils.js(+12 -10)📝
dist/esm/utils.js.map(+1 -1)📝
spec/utils.spec.js(+49 -16)📝
src/utils.ts(+12 -11)📄 Description
Closes #17
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.