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 one-path-one.js */ $.writeln('hello from ' + $.fileName); function onePathOne(){ $.writeln('hello from function one in' + $.fileName); }