mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[PR #274] Improvements #203
Labels
No labels
IndexedDB
browser
bug
dependencies
documentation
duplicate
enhancement
feature request
indexes
indexes
invalid
pull-request
query
question
transaction logging
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase#203
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/pull/274
Author: @appy-one
Created: 5/19/2026
Status: 🔄 Open
Base:
master← Head:improvements/20260519📝 Commits (6)
61253e2Add file import/export extentions, remove tsc-esm-fix dependency, add __dirname fix script at build step6b0a060use temp db path from settings27740a9Fix IPC socket on Mac/Linux, improve startup/exit flow4e8ff6dEnable socket IPC mode for tests44f73dcNew browser build1ef60e2Win32: change named pipe to use a similar name as a unix socket📊 Changes
112 files changed (+14645 additions, -15957 deletions)
View changed files
📝
dist/browser.js(+11247 -11247)📝
dist/browser.min.js(+1 -1)📝
package-lock.json(+1 -1373)📝
package.json(+1 -2)➕
scripts/esm-fix-dirname.mjs(+25 -0)📝
src/acebase-browser.ts(+3 -3)📝
src/acebase-local.ts(+5 -5)📝
src/api-local.ts(+11 -11)📝
src/async-task-batch.spec.ts(+1 -1)📝
src/binary.spec.ts(+1 -1)📝
src/browser.ts(+9 -9)📝
src/btree/binary-pointer.ts(+1 -1)📝
src/btree/binary-reader.ts(+5 -5)📝
src/btree/binary-reference.ts(+2 -2)📝
src/btree/binary-tree-builder.ts(+10 -10)📝
src/btree/binary-tree-leaf-entry-extdata.ts(+4 -4)📝
src/btree/binary-tree-leaf-entry-value.ts(+2 -2)📝
src/btree/binary-tree-leaf-entry.ts(+3 -3)📝
src/btree/binary-tree-leaf.ts(+6 -6)📝
src/btree/binary-tree-node-entry.ts(+3 -3)...and 80 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.