1
0
Fork 0
mirror of synced 2024-07-01 20:41:03 +12:00
This commit is contained in:
mike12345567 2021-01-21 17:56:22 +00:00
parent 932107cd65
commit 83e8a45b91
3 changed files with 3 additions and 9 deletions

View file

@ -23,4 +23,4 @@ module.exports.preprocess = string => {
module.exports.postprocess = string => {
return process(string, postprocessor.processors)
}
}

View file

@ -1,9 +1,5 @@
const { HelperNames } = require("../helpers")
const {
swapStrings,
isAlphaNumeric,
FIND_HBS_REGEX,
} = require("../utilities")
const { swapStrings, isAlphaNumeric, FIND_HBS_REGEX } = require("../utilities")
const PreprocessorNames = {
SWAP_TO_DOT: "swap-to-dot-notation",

View file

@ -22,6 +22,4 @@ module.exports.removeNull = obj => {
)
}
module.exports.findHbsStatements = string => {
}
module.exports.findHbsStatements = string => {}