
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.