Add comments

This commit is contained in:
Adria Navarro 2024-03-21 18:41:23 +01:00
parent 67a1f82ed2
commit 89767162bb
1 changed files with 4 additions and 0 deletions

View File

@ -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"