node-syntax-error

detect and report syntax errors for javascript source
  https://github.com/substack/node-syntax-error
  0
  no reviews



This module allows ones to emulate in pure javascript the behavior of Node.js for detecting syntax error.

This module detects and prints a friendly error report about exactly where the syntax error is in a javascript file.

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