Skip to content

Commit

Permalink
fix: regressions from TS refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Dec 7, 2023
1 parent a00839d commit c8f23f5
Show file tree
Hide file tree
Showing 19 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion dist/indexeddbshim-Key.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/indexeddbshim-Key.min.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions dist/indexeddbshim-UnicodeIdentifiers-node.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! indexeddbshim - v13.0.0-pre.1 - 12/7/2023 */
/*! indexeddbshim - v13.0.0 - 12/7/2023 */

'use strict';

Expand Down Expand Up @@ -5913,7 +5913,7 @@ function create$5(e) {
revive: t => Object.hasOwn(t, "a") ? new e([t.a, t.b, t.c, t.d, t.e, t.f]) : new e([t.m11, t.m12, t.m13, t.m14, t.m21, t.m22, t.m23, t.m24, t.m31, t.m32, t.m33, t.m34, t.m41, t.m42, t.m43, t.m44])
};
}
create$5(DOMMatrix), create$5(DOMMatrixReadOnly);
"undefined" != typeof DOMMatrix && create$5(DOMMatrix), "undefined" != typeof DOMMatrixReadOnly && create$5(DOMMatrixReadOnly);
const T = {};
function create$4(e) {
T[e.name.toLowerCase()] = {
Expand All @@ -5932,7 +5932,7 @@ function create$4(e) {
}) => new e(t, r, n, a)
};
}
create$4(DOMPoint), create$4(DOMPointReadOnly);
"undefined" != typeof DOMPoint && create$4(DOMPoint), "undefined" != typeof DOMPointReadOnly && create$4(DOMPointReadOnly);
const N = {
domquad: {
test: e => "DOMQuad" === toStringTag(e),
Expand Down Expand Up @@ -5968,7 +5968,7 @@ function create$3(e) {
}) => new e(t, r, n, a)
};
}
create$3(DOMRect), create$3(DOMRectReadOnly);
"undefined" != typeof DOMRect && create$3(DOMRect), "undefined" != typeof DOMRectReadOnly && create$3(DOMRectReadOnly);
const P = {
error: {
test: e => "Error" === toStringTag(e),
Expand Down Expand Up @@ -7770,7 +7770,7 @@ IDBObjectStore.prototype.__insertData = function (tx, encoded, value, clonedKeyO
}, function (tx, err) {
// Should occur for `add` operation
error(createDOMException('ConstraintError', /** @type {string} */err.message, err));
return true;
return false;
});
return undefined;
}).catch(function (err) {
Expand Down Expand Up @@ -7866,7 +7866,7 @@ IDBObjectStore.prototype.__overwrite = function (tx, key, cb, error) {
cb(tx);
}, function (tx, err) {
error(err);
return true;
return false;
});
};

Expand Down Expand Up @@ -7987,7 +7987,7 @@ IDBObjectStore.prototype.__get = function (query, getKey, getAll, count) {
success(ret);
}, function (tx, err) {
error(err);
return true;
return false;
});
}, undefined, me);
};
Expand Down Expand Up @@ -8080,7 +8080,7 @@ IDBObjectStore.prototype.delete = function (query) {
success();
}, function (tx, err) {
error(err);
return true;
return false;
});
}, undefined, me);
};
Expand Down Expand Up @@ -8109,7 +8109,7 @@ IDBObjectStore.prototype.clear = function () {
success();
}, function (tx, err) {
error(err);
return true;
return false;
});
}, undefined, me);
};
Expand Down
2 changes: 1 addition & 1 deletion dist/indexeddbshim-UnicodeIdentifiers-node.cjs.map

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions dist/indexeddbshim-UnicodeIdentifiers.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/indexeddbshim-UnicodeIdentifiers.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/indexeddbshim-UnicodeIdentifiers.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/indexeddbshim-UnicodeIdentifiers.min.js.map

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions dist/indexeddbshim-node.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! indexeddbshim - v13.0.0-pre.1 - 12/7/2023 */
/*! indexeddbshim - v13.0.0 - 12/7/2023 */

'use strict';

Expand Down Expand Up @@ -5913,7 +5913,7 @@ function create$5(e) {
revive: t => Object.hasOwn(t, "a") ? new e([t.a, t.b, t.c, t.d, t.e, t.f]) : new e([t.m11, t.m12, t.m13, t.m14, t.m21, t.m22, t.m23, t.m24, t.m31, t.m32, t.m33, t.m34, t.m41, t.m42, t.m43, t.m44])
};
}
create$5(DOMMatrix), create$5(DOMMatrixReadOnly);
"undefined" != typeof DOMMatrix && create$5(DOMMatrix), "undefined" != typeof DOMMatrixReadOnly && create$5(DOMMatrixReadOnly);
const T = {};
function create$4(e) {
T[e.name.toLowerCase()] = {
Expand All @@ -5932,7 +5932,7 @@ function create$4(e) {
}) => new e(t, r, n, a)
};
}
create$4(DOMPoint), create$4(DOMPointReadOnly);
"undefined" != typeof DOMPoint && create$4(DOMPoint), "undefined" != typeof DOMPointReadOnly && create$4(DOMPointReadOnly);
const N = {
domquad: {
test: e => "DOMQuad" === toStringTag(e),
Expand Down Expand Up @@ -5968,7 +5968,7 @@ function create$3(e) {
}) => new e(t, r, n, a)
};
}
create$3(DOMRect), create$3(DOMRectReadOnly);
"undefined" != typeof DOMRect && create$3(DOMRect), "undefined" != typeof DOMRectReadOnly && create$3(DOMRectReadOnly);
const P = {
error: {
test: e => "Error" === toStringTag(e),
Expand Down Expand Up @@ -7770,7 +7770,7 @@ IDBObjectStore.prototype.__insertData = function (tx, encoded, value, clonedKeyO
}, function (tx, err) {
// Should occur for `add` operation
error(createDOMException('ConstraintError', /** @type {string} */err.message, err));
return true;
return false;
});
return undefined;
}).catch(function (err) {
Expand Down Expand Up @@ -7866,7 +7866,7 @@ IDBObjectStore.prototype.__overwrite = function (tx, key, cb, error) {
cb(tx);
}, function (tx, err) {
error(err);
return true;
return false;
});
};

Expand Down Expand Up @@ -7987,7 +7987,7 @@ IDBObjectStore.prototype.__get = function (query, getKey, getAll, count) {
success(ret);
}, function (tx, err) {
error(err);
return true;
return false;
});
}, undefined, me);
};
Expand Down Expand Up @@ -8080,7 +8080,7 @@ IDBObjectStore.prototype.delete = function (query) {
success();
}, function (tx, err) {
error(err);
return true;
return false;
});
}, undefined, me);
};
Expand Down Expand Up @@ -8109,7 +8109,7 @@ IDBObjectStore.prototype.clear = function () {
success();
}, function (tx, err) {
error(err);
return true;
return false;
});
}, undefined, me);
};
Expand Down
2 changes: 1 addition & 1 deletion dist/indexeddbshim-node.cjs.map

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions dist/indexeddbshim-noninvasive.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/indexeddbshim-noninvasive.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/indexeddbshim-noninvasive.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/indexeddbshim-noninvasive.min.js.map

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions dist/indexeddbshim.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/indexeddbshim.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/indexeddbshim.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/indexeddbshim.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit c8f23f5

Please sign in to comment.