mirror of
https://github.com/appy-one/acebase-server.git
synced 2026-05-24 22:01:28 -06:00
[PR #30] [CLOSED] Fix: Node16 module resolution #37
Labels
No labels
bug
enhancement
feature request
pull-request
types
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase-server#37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/appy-one/acebase-server/pull/30
Author: @appy-one
Created: 9/6/2022
Status: ❌ Closed
Base:
master← Head:fix/node16-module-resolution📝 Commits (4)
8b73c2aFix ESM rootpath issue6b27b70chore: builde313f7eGenerate index.d.ts files to support Node16 module6a7a1d8chore: build📊 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.tstype definition files in the dist folders, that export all types from the right directory. This fixes projects whereacebase-serveris 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.