UNPKG

preprocessor

Version:

Preprocessor.js: A JavaScript source file preprocessor, e.g. to build different versions of a library.

9 lines (8 loc) 177 B
// #if 1==2 console.log("1==2"); // #elif 2==2 console.log("2==2") // #if VERSION=="1.0" console.log("VERSION=="+// #put "\""+VERSION+"\");" // #endif // #endif