|
|
@ -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", |
|
|
|