[PR #30] [CLOSED] Fix: Node16 module resolution #37

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

📋 Pull Request Information

Original PR: https://github.com/appy-one/acebase-server/pull/30
Author: @appy-one
Created: 9/6/2022
Status: Closed

Base: masterHead: fix/node16-module-resolution


📝 Commits (4)

📊 Changes

8 files changed (+24 additions, -3 deletions)

View changed files

📝 create-package-files (+14 -1)
dist/cjs/index.d.ts (+1 -0)
📝 dist/cjs/shared/rootpath.js (+2 -0)
📝 dist/cjs/shared/rootpath.js.map (+1 -1)
dist/esm/index.d.ts (+1 -0)
📝 dist/esm/shared/rootpath.js (+2 -0)
📝 dist/esm/shared/rootpath.js.map (+1 -1)
📝 src/shared/rootpath.ts (+2 -0)

📄 Description

Write index.d.ts type definition files in the dist folders, that export all types from the right directory. This fixes projects where acebase-server is imported by an app using TypeScript with Node16 module resolution.


🔄 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-server/pull/30 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 9/6/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix/node16-module-resolution` --- ### 📝 Commits (4) - [`8b73c2a`](https://github.com/appy-one/acebase-server/commit/8b73c2abae8d7a6c2966676e9867a31d197b9663) Fix ESM rootpath issue - [`6b27b70`](https://github.com/appy-one/acebase-server/commit/6b27b708d2109715f8bd345e3c1c5750dcfe24af) chore: build - [`e313f7e`](https://github.com/appy-one/acebase-server/commit/e313f7e783cf97d05eacfbb50900df46da04c243) Generate index.d.ts files to support Node16 module - [`6a7a1d8`](https://github.com/appy-one/acebase-server/commit/6a7a1d8cb8e503bb645f6a9543d16cf2e9e2ef63) chore: build ### 📊 Changes **8 files changed** (+24 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `create-package-files` (+14 -1) ➕ `dist/cjs/index.d.ts` (+1 -0) 📝 `dist/cjs/shared/rootpath.js` (+2 -0) 📝 `dist/cjs/shared/rootpath.js.map` (+1 -1) ➕ `dist/esm/index.d.ts` (+1 -0) 📝 `dist/esm/shared/rootpath.js` (+2 -0) 📝 `dist/esm/shared/rootpath.js.map` (+1 -1) 📝 `src/shared/rootpath.ts` (+2 -0) </details> ### 📄 Description Write `index.d.ts` type definition files in the dist folders, that export all types from the right directory. This fixes projects where `acebase-server` is imported by an app using TypeScript with Node16 module resolution. --- <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:39:14 -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-server#37
No description provided.