===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-escope-3.6.0+ds/test/es6-template-literal.js-33-                function testing() { }
node-escope-3.6.0+ds/test/es6-template-literal.js:34:                let template = testing\`testing \${i} and \${j}\`
node-escope-3.6.0+ds/test/es6-template-literal.js-35-                return template;
##############################################
node-escope-3.6.0+ds/test/references.js-479-        trueCodes.forEach(code =>
node-escope-3.6.0+ds/test/references.js:480:            it(`"${code}", all references should be true.`, function() {
node-escope-3.6.0+ds/test/references.js-481-                const ast = espree(code);
##############################################
node-escope-3.6.0+ds/test/references.js-511-        falseCodes.forEach(code =>
node-escope-3.6.0+ds/test/references.js:512:            it(`"${code}", all references should be false.`, function() {
node-escope-3.6.0+ds/test/references.js-513-                const ast = espree(code);
##############################################
node-escope-3.6.0+ds/test/references.js-546-        falseCodes.forEach(code =>
node-escope-3.6.0+ds/test/references.js:547:            it(`"${code}", readonly references of "a" should be undefined.`, function() {
node-escope-3.6.0+ds/test/references.js-548-                const ast = espree(code);