[PR #274] Improvements #203

Open
opened 2026-05-23 08:33:13 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/appy-one/acebase/pull/274
Author: @appy-one
Created: 5/19/2026
Status: 🔄 Open

Base: masterHead: improvements/20260519


📝 Commits (6)

  • 61253e2 Add file import/export extentions, remove tsc-esm-fix dependency, add __dirname fix script at build step
  • 6b0a060 use temp db path from settings
  • 27740a9 Fix IPC socket on Mac/Linux, improve startup/exit flow
  • 4e8ff6d Enable socket IPC mode for tests
  • 44f73dc New browser build
  • 1ef60e2 Win32: 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

  • Fix IPC socket mode on Linux/Mac
  • Improve IPC socket startup, stale check and exit flow
  • Remove tsc-esm-fix dependency by adding import/export file extensions and manually replacing __dirname in ESM build using a script

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/appy-one/acebase/pull/274 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 5/19/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `improvements/20260519` --- ### 📝 Commits (6) - [`61253e2`](https://github.com/appy-one/acebase/commit/61253e278eb54169099abec7f26123250c3b6e5f) Add file import/export extentions, remove tsc-esm-fix dependency, add __dirname fix script at build step - [`6b0a060`](https://github.com/appy-one/acebase/commit/6b0a06066d1b13335e4fb31b1e9a1227b8433ea2) use temp db path from settings - [`27740a9`](https://github.com/appy-one/acebase/commit/27740a985d936ff9f629e71607082ab06332da8a) Fix IPC socket on Mac/Linux, improve startup/exit flow - [`4e8ff6d`](https://github.com/appy-one/acebase/commit/4e8ff6d5d0008610857e27b16bd73a18da8cceef) Enable socket IPC mode for tests - [`44f73dc`](https://github.com/appy-one/acebase/commit/44f73dc1d6c1ec08e9bc9f79e71370c204554e7b) New browser build - [`1ef60e2`](https://github.com/appy-one/acebase/commit/1ef60e25cfa840d48e2d589b57ceda4fd9a20652) Win32: change named pipe to use a similar name as a unix socket ### 📊 Changes **112 files changed** (+14645 additions, -15957 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description * Fix IPC socket mode on Linux/Mac * Improve IPC socket startup, stale check and exit flow * Remove tsc-esm-fix dependency by adding import/export file extensions and manually replacing __dirname in ESM build using a script --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror added the
pull-request
label 2026-05-23 08:33:13 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/acebase#203
No description provided.