1
0
Fork 0
mirror of synced 2024-09-28 07:11:40 +12:00

Add comments

This commit is contained in:
Adria Navarro 2024-03-21 18:41:23 +01:00
parent 67a1f82ed2
commit 89767162bb

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"