UNPKG

extendscript-bundlr

Version:

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

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