Luke Haas

Results 269 comments of Luke Haas

So, for example, transform this: ``` const example = 5; ``` into this: ``` console.log(inspect(const example = 5;)); ``` Is this what you mean? @iki

I was kind of joking in my previous comment. `console.log(inspect(const example = 5;))` is not valid code. It may be more helpful to describe the issue you want to solve...

Ok, thanks for clarifying. So this would be a button in the gutter by each line that wraps the line in `console.log(inspect(`. Regarding the `inspect` call what do you gain...

@iki the latest release no longer needs a setting for top-level await. Are you happy for this to be closed?

Thanks @ChristopherHaws. I'll consider it for the next release 👍

@ChristopherHaws RPM available for version 3.1.0: https://github.com/lukehaas/RunJS/releases/download/v3.1.0/runjs-3.1.0.x86_64.rpm https://github.com/lukehaas/RunJS/releases/download/v3.1.0/runjs-3.1.0.aarch64.rpm

Thanks, @cfjedimaster. I'll get this sorted in the next release.

@cfjedimaster this should now be resolved in version 3.0.3

@cfjedimaster that's all fine, as the opener you can close it if it's resolved 👍

@5erg10 I've just installed RunJS on Ubuntu 24.04, and it's working fine for me. Are you on Arm or x86? Regarding your license, it's not possible to lose it as...