[PR #32] [MERGED] Fix: support TypeScript node 16 module resolution #39

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/32
Author: @appy-one
Created: 9/6/2022
Status: Merged
Merged: 9/10/2022
Merged by: @appy-one

Base: masterHead: fix/tsc-node-16-module-resolution


📝 Commits (2)

  • 67dd783 Support TypeScript Node16 module resolution
  • 9ee38a1 chore: build

📊 Changes

3 files changed (+16 additions, -1 deletions)

View changed files

📝 create-package-files (+14 -1)
dist/cjs/index.d.ts (+1 -0)
dist/esm/index.d.ts (+1 -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/32 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 9/6/2022 **Status:** ✅ Merged **Merged:** 9/10/2022 **Merged by:** [@appy-one](https://github.com/appy-one) **Base:** `master` ← **Head:** `fix/tsc-node-16-module-resolution` --- ### 📝 Commits (2) - [`67dd783`](https://github.com/appy-one/acebase-server/commit/67dd7831069c53bf9cd6ac08f73200fc694113a0) Support TypeScript Node16 module resolution - [`9ee38a1`](https://github.com/appy-one/acebase-server/commit/9ee38a1a746f7a85de0932fef85d3411e86df400) chore: build ### 📊 Changes **3 files changed** (+16 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `create-package-files` (+14 -1) ➕ `dist/cjs/index.d.ts` (+1 -0) ➕ `dist/esm/index.d.ts` (+1 -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#39
No description provided.