jxa icon indicating copy to clipboard operation
jxa copied to clipboard

Access macOS JavaScript for Automation APIs directly in node

Results 2 jxa issues
Sort by recently updated
recently updated
newest added

This pull request fixes https://github.com/wtfaremyinitials/jxa/issues/4. JXA has some issues with variable declarations, using `const` for example caused failures here. Possibly related to [rdar://37685666](http://www.openradar.me/radar?id=4963056928948224).

Node version: `v8.9.4` OS: `macOS 10.13.6` I made a script containing the one in the README example and ran it with `node index.js`. osa2 works fine but i'd like to...