Jonas Kello

Results 280 comments of Jonas Kello

I see nothing in this analysis about the performance gains of `do` expressions. I'm no expert in JS execution engines so it might not be an issue but I know...

@zenparsing I'm not sure what you mean by "Do expressions with IIFE semantics". Do you mean `do` expressions as proposed in this repo? In that case are you saying `do`...

@zenparsing Ah, thanks I did not read this issue carefully enough. I got the impression this issue compared this repo's proposal for do blocks to traditional already existing IIFEs. I...

> Unfortunately your library is at the root of many typescript-enabled workflows Yes, I know this :-). So the main problem or merging anything is that we don't want to...

I don't like relying on undocumented API:s so although I don't like external dependencies either I guess `get-tsconfig` is my preferred choice here :-).

Nice work! However, it seems the github checks are failing, perhaps you can take a look at it?

Here is an even simpler way to reproduce, just serve this static html page and load it in the browser of playwright codegen. Then when it is loaded click the...

Here is the simplest solution I could find for re-deploying rancher 2 from gitlab. Perhaps it can be integrated into this project: ``` deploy_foo: image: jonaskello/rancher-cli-k8s:v2.0.4 script: - rancher login...

I was going to propose an issue to make the javascript target work better in typescript (exporting context classes so we can import them as typescript types). However having an...

@mike-marcacci FYI this PR only adds a single line to package.json, so it should not be much work to review.