[PR #179] [MERGED] Fix: ESM module code #148

Closed
opened 2026-05-23 08:31:55 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/appy-one/acebase/pull/179
Author: @appy-one
Created: 11/21/2022
Status: Merged
Merged: 11/21/2022
Merged by: @appy-one

Base: masterHead: fix/esm-bundle


📝 Commits (7)

  • 9204385 ESM/CommonJS bundle fixes
  • 7703b39 temp: use acebase-core from github branch
  • f85982b chore: build
  • bbadf7b use latest acebase-core commit
  • 14cf9d0 use last acebase-core commit on master branch
  • ce65adb ignore rxjs in browser build
  • 859462b chore: build

📊 Changes

18 files changed (+11088 additions, -11042 deletions)

View changed files

📝 dist/browser.js (+11016 -10983)
📝 dist/browser.min.js (+1 -1)
📝 dist/cjs/ipc/index.js (+3 -1)
📝 dist/cjs/ipc/index.js.map (+1 -1)
📝 dist/cjs/ipc/remote.js (+9 -12)
📝 dist/cjs/ipc/remote.js.map (+1 -1)
📝 dist/esm/ipc/index.js (+2 -1)
📝 dist/esm/ipc/index.js.map (+1 -1)
📝 dist/esm/ipc/remote.js (+9 -12)
📝 dist/esm/ipc/remote.js.map (+1 -1)
📝 dist/types/ipc/index.d.ts.map (+1 -1)
📝 dist/types/ipc/remote.d.ts.map (+1 -1)
📝 dist/types/node-info.d.ts (+1 -1)
📝 dist/types/node-value-types.d.ts (+1 -1)
📝 package-lock.json (+23 -4)
📝 package.json (+2 -2)
📝 src/ipc/index.ts (+5 -4)
📝 src/ipc/remote.ts (+10 -14)

📄 Description

Fixes build and execution of generated ESM code by changing the imports for cluster and ws in the IPC code


🔄 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/179 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 11/21/2022 **Status:** ✅ Merged **Merged:** 11/21/2022 **Merged by:** [@appy-one](https://github.com/appy-one) **Base:** `master` ← **Head:** `fix/esm-bundle` --- ### 📝 Commits (7) - [`9204385`](https://github.com/appy-one/acebase/commit/9204385dcd26b8cb6f21a189dbd1b37ef70bf982) ESM/CommonJS bundle fixes - [`7703b39`](https://github.com/appy-one/acebase/commit/7703b39dba69ad86e48a5d15c335874e82ee95b0) temp: use acebase-core from github branch - [`f85982b`](https://github.com/appy-one/acebase/commit/f85982b20a77b63fc8729f546e861a0e7e0ec4d8) chore: build - [`bbadf7b`](https://github.com/appy-one/acebase/commit/bbadf7bfd9a3e5bf1acdd3ad8410fddd03be1a16) use latest acebase-core commit - [`14cf9d0`](https://github.com/appy-one/acebase/commit/14cf9d0dffccad2f4f170c7bed1e98d0bb925d84) use last acebase-core commit on master branch - [`ce65adb`](https://github.com/appy-one/acebase/commit/ce65adbff4b8293c7d2c369dbd1c38772fa699ca) ignore rxjs in browser build - [`859462b`](https://github.com/appy-one/acebase/commit/859462bf4ffe598a8c0fd29706c20a12e3a4ca53) chore: build ### 📊 Changes **18 files changed** (+11088 additions, -11042 deletions) <details> <summary>View changed files</summary> 📝 `dist/browser.js` (+11016 -10983) 📝 `dist/browser.min.js` (+1 -1) 📝 `dist/cjs/ipc/index.js` (+3 -1) 📝 `dist/cjs/ipc/index.js.map` (+1 -1) 📝 `dist/cjs/ipc/remote.js` (+9 -12) 📝 `dist/cjs/ipc/remote.js.map` (+1 -1) 📝 `dist/esm/ipc/index.js` (+2 -1) 📝 `dist/esm/ipc/index.js.map` (+1 -1) 📝 `dist/esm/ipc/remote.js` (+9 -12) 📝 `dist/esm/ipc/remote.js.map` (+1 -1) 📝 `dist/types/ipc/index.d.ts.map` (+1 -1) 📝 `dist/types/ipc/remote.d.ts.map` (+1 -1) 📝 `dist/types/node-info.d.ts` (+1 -1) 📝 `dist/types/node-value-types.d.ts` (+1 -1) 📝 `package-lock.json` (+23 -4) 📝 `package.json` (+2 -2) 📝 `src/ipc/index.ts` (+5 -4) 📝 `src/ipc/remote.ts` (+10 -14) </details> ### 📄 Description Fixes build and execution of generated ESM code by changing the imports for `cluster` and `ws` in the IPC code --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-23 08:31:55 -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#148
No description provided.