UNPKG

supchik

Version:

Supchik like Borschik but with source maps support and one more thing... things.

13 lines (10 loc) 204 B
var a = 'Some string from mixed/a.js'; function aMethod() { for(;;) { /*borschik:include:../b.js*/ } while(true) { var a = 'aa'; /*borschik:include:../c.js*/ } }