Variables
Const charCodes
charCodes: string[] = chars.map(c =>`%${c.charCodeAt(0).toString(16).toUpperCase()}`)
Const charCodesRegex
charCodesRegex: RegExp = new RegExp(charCodes.join('|'), 'g')
Const charToCode
charToCode: object
Const chars
chars: string[] = '.$[]#/%'.split('')
Const charsRegex
charsRegex: RegExp = new RegExp(`[${escapeRegExp(chars.join(''))}]`, 'g')
Const codeToChar
codeToChar: object
Const colonSlash
colonSlash: RegExp = new RegExp('[/:]', 'g')
Const esc
esc: encodeURIComponent = encodeURIComponent
Const forbiddenChars
forbiddenChars: ".$[]#/" = ".$[]#/"
Let log
Const mergeFunctions
merge
Functions: MergeFunctions = _.mapValues(mergeBundle, function(mergeOptions) {return mergeObjectsTop(mergeOptions)})
Const settings
settings: object & object = Object.assign(commonSettings, blueGreenSettings['green'])