JSDev

JSDev JS library homepage JSDev JS library on GitHub JSDev JS library on npm Download JSDev JS library

JSDev is a simple JavaScript preprocessor. It implements a tiny macro language that is written in the form of tagged comments. These comments are normally ignored, and will be removed by JSMin. But JSDev will activate these comments, replacing them with executable forms that can be used to do debugging, testing, logging, or tracing. JSDev scans a source looking for and replacing patterns. A pattern is a slashstar comment containing a tag and some stuff, and optionally a condition wrapped in parens. There must be no space between the slashstar and the <tag>.

Version 0.0.84
JSDev JS library homepage
JSDev JS library on GitHub
JSDev JS library on npm
Download JSDev JS library