===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-static-eval-2.0.0/test/template-strings.js-7-    
node-static-eval-2.0.0/test/template-strings.js:8:    var src = '`${1},${2 + n},${`4,5`}`';
node-static-eval-2.0.0/test/template-strings.js-9-    var ast = parse(src).body[0].expression;
##############################################
node-static-eval-2.0.0/test/template-strings.js-18-
node-static-eval-2.0.0/test/template-strings.js:19:    var src = 'template`${1},${2 + n},${`4,5`}`';
node-static-eval-2.0.0/test/template-strings.js-20-    var ast = parse(src).body[0].expression;