From ecbece26375b8b36c77e788af59a07b73676a08f Mon Sep 17 00:00:00 2001 From: * <*> Date: Thu, 8 Jun 2023 09:56:31 +0800 Subject: [PATCH] Match-id-c767a5e1e4d1e06b93c3cd67a1735b75c17a2983 --- libs/horizon/src/horizonx/proxy/handlers/MapProxy.ts | 2 +- libs/horizon/src/horizonx/proxy/handlers/SetProxy.ts | 2 +- libs/horizon/src/horizonx/proxy/handlers/WeakMapProxy.ts | 2 +- libs/horizon/src/horizonx/proxy/handlers/WeakSetProxy.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/horizon/src/horizonx/proxy/handlers/MapProxy.ts b/libs/horizon/src/horizonx/proxy/handlers/MapProxy.ts index 62ab7d74..8529f35c 100644 --- a/libs/horizon/src/horizonx/proxy/handlers/MapProxy.ts +++ b/libs/horizon/src/horizonx/proxy/handlers/MapProxy.ts @@ -17,7 +17,7 @@ import { createProxy, getObserver, hookObserverMap } from '../ProxyHandler'; import { isSame } from '../../CommonUtils'; import { resolveMutation } from '../../CommonUtils'; import { isPanelActive } from '../../devtools'; -import { RAW_VALUE } from "../../Constants"; +import { RAW_VALUE } from '../../Constants'; const COLLECTION_CHANGE = '_collectionChange'; diff --git a/libs/horizon/src/horizonx/proxy/handlers/SetProxy.ts b/libs/horizon/src/horizonx/proxy/handlers/SetProxy.ts index 1270b9c6..933ad73c 100644 --- a/libs/horizon/src/horizonx/proxy/handlers/SetProxy.ts +++ b/libs/horizon/src/horizonx/proxy/handlers/SetProxy.ts @@ -15,7 +15,7 @@ import { resolveMutation } from '../../CommonUtils'; import { createProxy, getObserver, hookObserverMap } from '../ProxyHandler'; -import { RAW_VALUE } from "../../Constants"; +import { RAW_VALUE } from '../../Constants'; const COLLECTION_CHANGE = '_collectionChange'; diff --git a/libs/horizon/src/horizonx/proxy/handlers/WeakMapProxy.ts b/libs/horizon/src/horizonx/proxy/handlers/WeakMapProxy.ts index 14d13178..0c818b3c 100644 --- a/libs/horizon/src/horizonx/proxy/handlers/WeakMapProxy.ts +++ b/libs/horizon/src/horizonx/proxy/handlers/WeakMapProxy.ts @@ -17,7 +17,7 @@ import { createProxy, getObserver, hookObserverMap } from '../ProxyHandler'; import { isSame } from '../../CommonUtils'; import { resolveMutation } from '../../CommonUtils'; import { isPanelActive } from '../../devtools'; -import { RAW_VALUE } from "../../Constants"; +import { RAW_VALUE } from '../../Constants'; const COLLECTION_CHANGE = '_collectionChange'; diff --git a/libs/horizon/src/horizonx/proxy/handlers/WeakSetProxy.ts b/libs/horizon/src/horizonx/proxy/handlers/WeakSetProxy.ts index 3131225e..e1a843cd 100644 --- a/libs/horizon/src/horizonx/proxy/handlers/WeakSetProxy.ts +++ b/libs/horizon/src/horizonx/proxy/handlers/WeakSetProxy.ts @@ -15,7 +15,7 @@ import { resolveMutation } from '../../CommonUtils'; import { createProxy, getObserver, hookObserverMap } from '../ProxyHandler'; -import { RAW_VALUE } from "../../Constants"; +import { RAW_VALUE } from '../../Constants'; export function createWeakSetProxy( rawObj: T,