Lukas Hermann

Results 30 comments of Lukas Hermann

The acorn issue might just be that there's no ESM target in general?

Note that it seems any of the `load{CSV,JSON,etc}` operations seem to not work in Deno (using the jsdelivr URL). Node output: ```javascript > const df = await aq.loadJSON("/Users/lukas/Downloads/cars.json"); undefined >...

@jonmmease suggested adding `pull_request` to `checks.yml` as a possible solution.

I haven't had a chance to take a crack at it but I can probably take a look tomorrow

We should discuss what the cutoff size for this would be. Also, there should probably be an escape hatch like ```javascript { config: { dyamicLabels: bool } // default true...

I'm fine with the behavior you have in your example code, and don't find it harder to reason about. The shadowing I was asking for was in the same scope...

I did understand. In fact, you could have added another `print` between the `if` statements and the output of `3.4` would have still made sense. I tend to prefer expression...

The nested scope is at least intentional, as it is [listed as a changelog feature](https://docs.modular.com/mojo/changelog.html#week-of-2023-04-24).