Achilleas Kiritsakas

Results 17 comments of Achilleas Kiritsakas

Hi @brunocasado thank you so much for your feedback and all the information that you have attached about it. Basically, the repl is using by default a runtime [context](https://nodejs.org/api/vm.html) that...

@FireMakeThunder @chadoe I am so sorry that you had this issue. @chadoe thank you so much for your comment, it was helpful. The extension had problem with the node versions...

@shabamichael is it the first time that you installed the repl plugin? If yes, please try to restart the vscode editor and try again. If not what node version you...

Hey @ryuuji3, the repl under the hood is using Babel through a modified version of parcel-bundler(v1). I have tested this and it seems to work fine by using in my...

I think that is possible to support the babel configuration through the `babel.config.js` file. So I am adding this as a feature and depending on the effort of implementation, it...

Hey, @a-bronx thank you so much for your feedback and I am sorry that you had this issue. Basically, the repl is using by default a runtime [context](https://nodejs.org/api/vm.html) that is...

@a-bronx I had some free time today so I took a look at this and it was simple to provide a solution for `URL` and `URLSearchParams`. So I have published...

Hi @bjornet, I am sorry that you are having this issue. This is a known missing feature that I would like to support at some time. I haven't yet investigated...

Maybe I am interested to support a setting where users could set the Node.js path manually but I am still wondering why the extension seems not to find the node...

Hey, @fmaiabatista thank you so much for your feedback and I am sorry that you had this issue. Basically, the repl uses by default a runtime [context](https://nodejs.org/api/vm.html) created on the...