[PR #221] [MERGED] Fixes #203 / #219 #173

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

📋 Pull Request Information

Original PR: https://github.com/appy-one/acebase/pull/221
Author: @appy-one
Created: 4/26/2023
Status: Merged
Merged: 4/26/2023
Merged by: @appy-one

Base: masterHead: fix/typescript-es-module-import-node16


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 create-package-files (+1 -1)

📄 Description

Fixes using AceBase from TypeScript ES modules ("type": "module" in package.json) and "moduleResolution": "node16" or "moduleResolution": "nodenext" in tsconfig.json

This adds /index.d.ts to the export * from "../types" statement in the generated /dist/esm/index.d.ts

Closes #203 and #219


🔄 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/221 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 4/26/2023 **Status:** ✅ Merged **Merged:** 4/26/2023 **Merged by:** [@appy-one](https://github.com/appy-one) **Base:** `master` ← **Head:** `fix/typescript-es-module-import-node16` --- ### 📝 Commits (1) - [`5173287`](https://github.com/appy-one/acebase/commit/51732871c7fda8baa1b404b4bd9878048f003497) Fixes #203 / #219 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `create-package-files` (+1 -1) </details> ### 📄 Description Fixes using AceBase from TypeScript ES modules (`"type": "module"` in _package.json_) and `"moduleResolution": "node16"` or `"moduleResolution": "nodenext"` in _tsconfig.json_ This adds `/index.d.ts` to the `export * from "../types"` statement in the generated _/dist/esm/index.d.ts_ Closes #203 and #219 --- <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:32:33 -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#173
No description provided.