budibase/packages/string-templates/src/helpers/constants.js

26 lines
367 B
JavaScript
Raw Normal View History

module.exports.HelperFunctionBuiltin = [
"#if",
"#unless",
"#each",
"#with",
"lookup",
"log",
"blockHelperMissing",
"each",
"helperMissing",
"if",
"unless",
"log",
"lookup",
2021-01-21 18:30:51 +01:00
"with",
]
module.exports.HelperFunctionNames = {
OBJECT: "object",
ALL: "all",
LITERAL: "literal",
2021-10-11 15:53:55 +02:00
JS: "js",
}
module.exports.LITERAL_MARKER = "%LITERAL%"