UNPKG

extendscript-bundlr

Version:

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

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