UNPKG

catlogjs

Version:

Static site generator, translate human readable text format(such as markdown) into html, with a lot of other functions

21 lines 276 B
/*! * I am a comment */ function foo() { return 42; } // @preserve preserve // @license license function bar() { return foo()*2; } /* @preserve * multiline preserve */ /* @license * multiline license */ function baz() { return bar()*bar(); } // end - not preserved