mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-24 22:01:13 -06:00
Labels
No labels
IndexedDB
browser
bug
dependencies
documentation
duplicate
enhancement
feature request
indexes
indexes
invalid
pull-request
query
question
transaction logging
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase#173
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/pull/221
Author: @appy-one
Created: 4/26/2023
Status: ✅ Merged
Merged: 4/26/2023
Merged by: @appy-one
Base:
master← Head:fix/typescript-es-module-import-node16📝 Commits (1)
5173287Fixes #203 / #219📊 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.jsonThis adds
/index.d.tsto theexport * from "../types"statement in the generated /dist/esm/index.d.tsCloses #203 and #219
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.