JXA icon indicating copy to clipboard operation
JXA copied to clipboard

JavaScript for Automation(JXA) packages for TypeScript/Node.js.

Results 12 JXA issues
Sort by recently updated
recently updated
newest added

Please forgive me if some of my terminology is incorrect, I'm fairly new to JXA and I haven't been able to find much documentation on it. I'm using this project...

Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3. Commits c3b28d3 1.0.3 6226c95 Merge pull request #4 from Trott/fix-it-again c77691d fix: remediate ReDOS further 76ca93c chore: pin mocha to version that works with...

dependencies

```js var appIcon = $.NSWorkspace.sharedWorkspace.iconForFile('/System/Applications/TextEdit.app'); $.CFShow(appIcon); // OUTPUT: // ``` Can't get the correct icon.

First, let me give you many, many thanks for providing this tool. I hope to use it to provide autocomplete in Visual Studio Code (VSC) for many of the third...

Type: Question

Many thanks for sharing [System Events.sdef](https://github.com/JXA-userland/JXA/blob/master/packages/%40jxa/types/tools/sdefs/System%20Events.sdef). How can this be used in VSCode with my JavaScript for Automation (JXA) files to provide intellisense?

Thanks, I had some good time today trying this library. I'd like to better understand something. Once I create my useful script, I'd like to execute it with a keyboard...

Type: Question

Hi, your system looks great, but I can't get it work in Visual Studio Code. I did the following: 1. npm install @jxa/global-type -- successful 2. Open VSC, and enter...

Type: Question

TypeScript will refuse to allow `Application` to be called when `esModuleInterop` is `true`: > A namespace-style import cannot be called or constructed, and will cause a failure at runtime. I...

help wanted
Type: Documentation
Type: TypeScript

I'm not an expert in sdef or the underlying APIs here, but _children elements of classes_ are a pretty big gap in the generated type definitions. For example, the System...

Type: Bug
help wanted

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies