This commit is contained in:
mike12345567 2021-01-21 17:56:22 +00:00
parent 5076c2f064
commit decc1aba5e
3 changed files with 3 additions and 9 deletions

View File

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