Will Mruzek
Will Mruzek
I'm just happy this issue is getting some attention. I wish the flow team were more proactive on this. On Nov 2, 2017 7:40 PM, "Georges-Antoine Assi" wrote: > Oh...
Sure. I don't know what the full scope of the bug is. Is it all `typeof` clauses in type annotations? Just in generic types? So I'll have to do some...
So it looks like this only happens when a module def is the same name as a function param. Here are a couple of examples where this takes affect: ```...
Alright, in an attempt to fix this I've found that `context.markVariableAsUsed(name)` does not provide a way to to set a starting scope. The scope returned for a `GenericTypeAnnotation` for a...
@pnevyk That's how I attempted to fix it. But notice the `markVariableAsUsed` implementation here: https://github.com/eslint/eslint/blob/master/lib/linter.js#L660-L678
I would like to be able to build images on MacOS for `aarch64-linux` and `x86_64-linux` for: 1. Build images for local dev (cross-platform env Mac|WSL2|Linux) 2. Build images for remote...
Good to know, thanks. Cross-compiling would be important for my case since I'm on Apple Silicon, but most cloud/server CPUs are x86_64.
Cool! I'll do some research into how this can be done. I've already looked at bindgen for C++ and didn't find an immediate solution.
Is there a way to expand (procedural) macros to see the text output of `wasm_bindgen`? It would be helpful as I learn more about how this all works.
Thanks @jsheard. I think I have it working now.