node-tippex

Erase comments and strings from JavaScript code for Node.js
  https://github.com/Rich-Harris/tippex
  0
  no reviews



This module replaces comments, strings and regular expressions from JavaScript code by whitespace, so simple pattern search can be done without false positive.

Node.js is an event-based server-side JavaScript engine.