1
0
Fork 0
mirror of synced 2024-09-16 09:17:40 +12:00
budibase/packages/string-templates/src/helpers/constants.js

24 lines
355 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",
}
module.exports.LITERAL_MARKER = "%LITERAL%"