UNPKG

extendscript-bundlr

Version:

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

14 lines (12 loc) 420 B
// @include './includes/includes-level-2/include-one.jsx' #includepath './' //@includepath '~/Documents/extendscript/extendscript-bundlr/'; //@includepath "~/Documents/;%USERPROFILE%Documents"; //@include "basiljs/bundle/basil.js"; #include "include-beside.jsx" #include"includes/include-level-1.js" #include includes/include-level-1-2.jsx; $.writeln(something); $.writeln(value); $.writeln(thing); $.writeln(more);