Skip to content
  • echicken's avatar
    Don't shit pants if 'cwd' isn't a thing or a string. · 1f3b9383
    echicken authored
    Added xjs_eval(filename, str)
    - notionally for evaluating XJS without immediate write
    - if str, returns the evaluated script as a string
    - if !str, returns the filename that the script was dumped to
    - was a fun idea, but doesn't play well with other scripts
    - best used with simple and self-contained xjs
    1f3b9383