gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: idb: don't import typeson


From: gnunet
Subject: [taler-wallet-core] branch master updated: idb: don't import typeson
Date: Wed, 24 Feb 2021 01:28:47 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new bc7956c2 idb: don't import typeson
bc7956c2 is described below

commit bc7956c2ba685e459c94204ca30f85eef881d0ac
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Feb 24 01:28:45 2021 +0100

    idb: don't import typeson
---
 packages/idb-bridge/src/util/structuredClone.ts | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/packages/idb-bridge/src/util/structuredClone.ts 
b/packages/idb-bridge/src/util/structuredClone.ts
index 1c96d743..215681a2 100644
--- a/packages/idb-bridge/src/util/structuredClone.ts
+++ b/packages/idb-bridge/src/util/structuredClone.ts
@@ -14,14 +14,8 @@
  permissions and limitations under the License.
 */
 
-// @ts-ignore
-import Typeson from "typeson";
-// @ts-ignore
-import structuredCloningThrowing from 
"typeson-registry/dist/presets/structured-cloning-throwing";
 import { DataCloneError } from "./errors";
 
-const TSON = new Typeson().register(structuredCloningThrowing);
-
 const { toString: toStr } = {};
 const hasOwn = {}.hasOwnProperty;
 const getProto = Object.getPrototypeOf;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]