1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00
This commit is contained in:
Adria Navarro 2024-03-21 17:09:20 +01:00
parent 8da1170b90
commit 001e48179a

View file

@ -1,5 +1,6 @@
import { date, duration } from "./date"
/* eslint-disable local-rules/no-budibase-imports */
// @ts-expect-error
import math from "@budibase/handlebars-helpers/lib/math"
// @ts-expect-error
@ -18,6 +19,7 @@ import object from "@budibase/handlebars-helpers/lib/object"
import regex from "@budibase/handlebars-helpers/lib/regex"
// @ts-expect-error
import uuid from "@budibase/handlebars-helpers/lib/uuid"
/* eslint-enable local-rules/no-budibase-imports */
// https://github.com/evanw/esbuild/issues/56
const externalCollections = {