@ -23,4 +23,4 @@ module.exports.preprocess = string => {
module.exports.postprocess = string => {
return process(string, postprocessor.processors)
}
@ -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",
@ -22,6 +22,4 @@ module.exports.removeNull = obj => {
)
module.exports.findHbsStatements = string => {
module.exports.findHbsStatements = string => {}