William Law
William Law
is this still available? i can try to take a stab at it @mattsse @Rjected
is this issue still available? i can take a stab at it @shekhirin
For now, ignore `x/*`
PRs that are merging into this one: https://github.com/ava-labs/hypersdk/pull/889 and https://github.com/ava-labs/hypersdk/pull/894
@MuffinsThaCat this idea is still being thought out and is mostly in the early stages. I'm going to be sharing updates using this issue with any ideas that come up...
Related: #561
Related: #709
seems like in babel `v7.10.2`, it's no longer being ignored: **input (original issue)** ``` let t; const o = { *s(){ t ||= 'value'; function.sent; t ||= 'value'; } }...
ah ok, error on my side when reproducing it. turns out I had `ie 11` instead of `chrome 80` which gave the results shown in OP i guess the next...