From 89767162bb13ddaa61a7d77d23a61b520cf96453 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Thu, 21 Mar 2024 18:41:23 +0100 Subject: [PATCH] Add comments --- packages/string-templates/src/helpers/list.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/string-templates/src/helpers/list.ts b/packages/string-templates/src/helpers/list.ts index c31f7b0a70..a7d6a502e7 100644 --- a/packages/string-templates/src/helpers/list.ts +++ b/packages/string-templates/src/helpers/list.ts @@ -1,5 +1,9 @@ import { date, duration } from "./date" +/* +@budibase/handlebars-helpers is not treeshakeable, so we can't use the barrel files. +Otherwise, we have issues when generating the isolated-vm bundle because of the treeshaking +*/ /* eslint-disable local-rules/no-budibase-imports */ // @ts-expect-error import math from "@budibase/handlebars-helpers/lib/math"