Skip to content

Commit 5304b7d

Browse files
committed
v5.3.3
1 parent bcd6f79 commit 5304b7d

File tree

12 files changed

+3341
-991
lines changed

12 files changed

+3341
-991
lines changed

coverage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"tests":7456,"assertions":33193,"lines":{"total":2285,"covered":2285,"skipped":0,"pct":100},"statements":{"total":2466,"covered":2466,"skipped":0,"pct":100},"functions":{"total":985,"covered":985,"skipped":0,"pct":100},"branches":{"total":853,"covered":853,"skipped":0,"pct":100},"branchesTrue":{"total":0,"covered":0,"skipped":0,"pct":100}}
1+
{"tests":7456,"assertions":33187,"lines":{"total":2285,"covered":2285,"skipped":0,"pct":100},"statements":{"total":2466,"covered":2466,"skipped":0,"pct":100},"functions":{"total":985,"covered":985,"skipped":0,"pct":100},"branches":{"total":853,"covered":853,"skipped":0,"pct":100},"branchesTrue":{"total":0,"covered":0,"skipped":0,"pct":100}}

docs/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/js/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/home.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/single.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/umd/tinybase/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@
773773
);
774774

775775
const MASK6 = 63;
776-
const ENCODE = strSplit(
776+
const ENCODE = /* @__PURE__ */ strSplit(
777777
'-0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz',
778778
);
779779
const DECODE = /* @__PURE__ */ mapNew(

docs/umd/tinybase/synchronizers/synchronizer-ws-client/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@
447447
};
448448

449449
const MASK6 = 63;
450-
const ENCODE = strSplit(
450+
const ENCODE = /* @__PURE__ */ strSplit(
451451
'-0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz',
452452
);
453453
const encode = (num) => ENCODE[num & MASK6];

docs/umd/tinybase/ui-react-inspector/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1984,8 +1984,6 @@
19841984
const pairClone = (array) => [...array];
19851985
const pairIsEqual = ([entry1, entry2]) => entry1 === entry2;
19861986

1987-
strSplit('-0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz');
1988-
19891987
const defaultSorter = (sortKey1, sortKey2) =>
19901988
(sortKey1 ?? 0) < (sortKey2 ?? 0) ? -1 : 1;
19911989

0 commit comments

Comments
 (0)