mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[PR #163] [MERGED] TypeScript port #142
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#142
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/163
Author: @appy-one
Created: 10/17/2022
Status: ✅ Merged
Merged: 10/24/2022
Merged by: @appy-one
Base:
master← Head:improvement/typescript-port📝 Commits (10+)
157a193moved js files to ts7202685index take descending issue fix4bc2128allow metadata filter on indexebc3a5emade dbname publicb72ed19ported binary acebase storage to typescripta4b0ac8ported custom storage to typescript7dfb361ported mssql storage to typescript37fff4cported sqlite storage to typescripte556bcftypescript fixesd727458ported acebase-browser to typescript📊 Changes
151 files changed (+17006 additions, -5602 deletions)
View changed files
📝
.eslintrc.json(+9 -2)📝
dist/browser.js(+1323 -1373)📝
dist/browser.min.js(+1 -1)📝
package.json(+4 -4)📝
spec/binary-bplus-tree.spec.js(+15 -15)📝
spec/bplus-tree.spec.js(+4 -4)📝
spec/bulk-import.spec.js(+16 -16)📝
spec/constructor.spec.js(+5 -5)📝
spec/custom-test.js(+6 -6)📝
spec/data-proxy.spec.js(+1 -1)📝
spec/data-types.spec.js(+15 -15)📝
spec/events.spec.js(+20 -20)📝
spec/examples.spec.js(+19 -19)📝
spec/export-import.spec.js(+9 -7)📝
spec/geohash.spec.js(+2 -2)📝
spec/include-exclude-filters.spec.js(+3 -3)📝
spec/json-data-export.spec.js(+11 -11)📝
spec/keys.spec.js(+25 -25)📝
spec/node-lock.spec.js(+33 -33)📝
spec/node-transaction.spec.js(+3 -3)...and 80 more files
📄 Description
Ported remaining js sources to TypeScript
Also fixes #165
Needs new version of
acebase-coreto be published first🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.