UNPKG

extendscript-bundlr

Version:

a tool for bundling Adobe ExtendScripts that use the `#include 'path/to/file'` statement

9 lines (7 loc) 135 B
/** * in one.js */ $.writeln('hello from ' + $.fileName); function one(){ $.writeln('hello from function one in' + $.fileName); }