===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-esprima-4.0.1+ds+~4.0.2/test/fixtures/ES6/template-literals/tagged-interpolation.js:1:raw`hello ${name}`
##############################################
node-esprima-4.0.1+ds+~4.0.2/test/fixtures/ES6/template-literals/tagged-nested-with-object-literal.js:1:raw`token ${`nested ${`deeply` + {}} blah`}`
##############################################
node-esprima-4.0.1+ds+~4.0.2/test/fixtures/ES6/template-literals/unclosed-interpolation.js:1:`hello ${10;test`
##############################################
node-esprima-4.0.1+ds+~4.0.2/test/fixtures/ES6/template-literals/unclosed-nested.js:1:`hello ${10 `test`
##############################################
node-esprima-4.0.1+ds+~4.0.2/test/fixtures/JSX/template-literal.js:1:<a>{`${1}`}</a>