UNPKG

preprocessor

Version:

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

19 lines (15 loc) 281 B
// #ifdef UNDEFINED /* License template */ // #endif // #ifndef UNDEFINED console.log("UNDEFINED is not defined"); // #endif // #ifdef UNDEFINED console.log("ERROR"); // #else console.log("UNDEFINED is not defined (else)"); // #endif var version = // #put "\""+VERSION+"\";"