From c478415c57ff2e8ab16432973eb3ed215af31b28 Mon Sep 17 00:00:00 2001 From: Rajat Parashar Date: Tue, 27 May 2025 22:24:25 +0530 Subject: [PATCH 1/2] convert fastmerge to worklets --- lib/fastMerge.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/fastMerge.ts b/lib/fastMerge.ts index a7ce03bd..c70cb84c 100644 --- a/lib/fastMerge.ts +++ b/lib/fastMerge.ts @@ -1,5 +1,7 @@ /* eslint-disable @typescript-eslint/prefer-for-of */ +'worklet'; + // Mostly copied from https://medium.com/@lubaka.a/how-to-remove-lodash-performance-improvement-b306669ad0e1 /** From ccaac1714caecd73fb5880cbc04ca8cab1849bcc Mon Sep 17 00:00:00 2001 From: Rajat Parashar Date: Tue, 27 May 2025 22:43:33 +0530 Subject: [PATCH 2/2] Change order --- lib/fastMerge.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/fastMerge.ts b/lib/fastMerge.ts index c70cb84c..18d5cf85 100644 --- a/lib/fastMerge.ts +++ b/lib/fastMerge.ts @@ -1,7 +1,7 @@ -/* eslint-disable @typescript-eslint/prefer-for-of */ - 'worklet'; +/* eslint-disable @typescript-eslint/prefer-for-of */ + // Mostly copied from https://medium.com/@lubaka.a/how-to-remove-lodash-performance-improvement-b306669ad0e1 /**