Psyirius

Results 40 comments of Psyirius

### Disclaimer: ``` This tool might not emit a drop in replacement `jsx` for the compiled `jsxbin` you fed it with (at least, not yet). It's developed mainly focused on...

Usage of Commercial Product for issue reference.

But a little clarification feedback on this issue 1) I don't see any. class is not a keyword in [ES3](https://www-archive.mozilla.org/js/language/e262-3.pdf). 2) () followed by a function's body is an [IIFE](https://en.wikipedia.org/wiki/Immediately_invoked_function_expression).

Or MayBe passing a Context object as `this` to the ChannelOptions callbacks functions. ```ts interface Context { event: boolean; } ```

In case, anyone is still using this tool, I have an active fork of it with some fixed i had for my private use. But [here](https://github.com/psyirius/Rockite) I published it and...

It's system dependent. Try this fork: https://rockite.pages.dev

I made a workaround using pnpm patch ```diff --- a/dist/utils/getJavaScriptFile.js +++ b/dist/utils/getJavaScriptFile.js @@ -1,9 +1,12 @@ import fs from "node:fs"; import path from "node:path"; import { fileURLToPath } from "node:url";...

Hmm... I think the reg keys used to lookup edge is focused on x64 alone. I'll take a peek and update!

Looks like this won't be fixed! Check: https://github.com/ChrisTitusTech/winutil/pull/2586

This thing is something called Expedited Apps Update