mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[PR #185] [MERGED] Replace console.assert with custom assert function #154
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#154
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/185
Author: @appy-one
Created: 12/5/2022
Status: ✅ Merged
Merged: 12/5/2022
Merged by: @appy-one
Base:
master← Head:improvement/no-console-assert📝 Commits (1)
39264d2Replace console.assert with custom assert function📊 Changes
17 files changed (+75 additions, -60 deletions)
View changed files
➕
src/assert.ts(+10 -0)📝
src/btree/binary-reader.ts(+3 -2)📝
src/btree/binary-tree-builder.ts(+9 -8)📝
src/btree/binary-tree-leaf.ts(+2 -1)📝
src/btree/binary-tree.ts(+1 -11)📝
src/btree/binary-writer.ts(+4 -3)📝
src/btree/tree-builder.ts(+2 -1)📝
src/btree/tree-leaf.ts(+3 -2)📝
src/btree/tree.ts(+3 -2)📝
src/btree/tx.ts(+2 -1)📝
src/data-index/data-index.ts(+6 -5)📝
src/data-index/fulltext-index.ts(+2 -1)📝
src/node-lock.ts(+2 -1)📝
src/storage/custom/index.ts(+11 -10)📝
src/storage/index.ts(+5 -4)📝
src/storage/mssql/index.ts(+5 -4)📝
src/storage/sqlite/index.ts(+5 -4)📄 Description
Throws an error if assertion condition it not met
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.