mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-24 22:01:13 -06:00
[PR #223] [MERGED] Fix (invisible) tsc compile errors #176
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#176
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/223
Author: @appy-one
Created: 4/27/2023
Status: ✅ Merged
Merged: 4/30/2023
Merged by: @appy-one
Base:
master← Head:fix/tsc-compile-errors📝 Commits (4)
8b260c2Fix (invisible) tsc compile errorsa9cdca8bump acebase-core to 1.26.2, typescript to 5.0.4692958edisableskipLibCheckin tsconfig596b072Merge branch 'master' into fix/tsc-compile-errors📊 Changes
11 files changed (+51 additions, -49 deletions)
View changed files
📝
package-lock.json(+15 -15)📝
package.json(+2 -2)📝
src/data-index/data-index.ts(+1 -1)📝
src/data-index/geo-index.ts(+3 -3)📝
src/node-info.ts(+2 -2)📝
src/node-value-types.ts(+4 -2)📝
src/storage/binary/index.ts(+10 -10)📝
src/storage/custom/index.ts(+8 -8)📝
src/storage/custom/local-storage/transaction.ts(+2 -2)📝
src/storage/mssql/index.ts(+3 -3)📝
src/storage/sqlite/index.ts(+1 -1)📄 Description
When using AceBase in an external project using
"skipLibraryCheck": false(default) in its tsconfig.json, it will yield compile errors that are not shown when compiling AceBase itself withtsc. Why there are no TypeScript errors should be investigated further. See #220🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.