===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-recast-0.20.4/lib/printer.ts-934-    case "InterpreterDirective":
node-recast-0.20.4/lib/printer.ts:935:      return fromString(`#!${n.value}\n`, options);
node-recast-0.20.4/lib/printer.ts-936-
##############################################
node-recast-0.20.4/test/data/backbone.js-1092-    // Ensure that the View has a DOM element to render into.
node-recast-0.20.4/test/data/backbone.js:1093:    // If `this.el` is a string, pass it through `$()`, take the first
node-recast-0.20.4/test/data/backbone.js-1094-    // matching element, and re-assign it to `el`. Otherwise, create
##############################################
node-recast-0.20.4/test/es6tests.ts-229-      'var noun = "fool";',
node-recast-0.20.4/test/es6tests.ts:230:      "var s = `I am a ${noun}`;",
node-recast-0.20.4/test/es6tests.ts:231:      "var t = tag`You said: ${s}!`;",
node-recast-0.20.4/test/es6tests.ts-232-    ].join(eol);
##############################################
node-recast-0.20.4/test/printer.ts-1230-
node-recast-0.20.4/test/printer.ts:1231:    code = ["graphql`query${foo.getQuery()}field${bar}`;"].join(eol);
node-recast-0.20.4/test/printer.ts-1232-