1
0
Fork 0
mirror of synced 2024-06-15 08:54:53 +12:00
budibase/packages/string-templates/src/helpers/constants.js
2021-10-11 14:53:55 +01:00

26 lines
367 B
JavaScript

module.exports.HelperFunctionBuiltin = [
"#if",
"#unless",
"#each",
"#with",
"lookup",
"log",
"blockHelperMissing",
"each",
"helperMissing",
"if",
"unless",
"log",
"lookup",
"with",
]
module.exports.HelperFunctionNames = {
OBJECT: "object",
ALL: "all",
LITERAL: "literal",
JS: "js",
}
module.exports.LITERAL_MARKER = "%LITERAL%"