Bradley Farias
Bradley Farias
> For example, the map or set could be transformed in one go into another kind of map or set I'm not sure I understand this suggestion. > This would...
I've added a few things to the README that may help
landed as `coerce*` for now.
I think agreeing on a name is fine, @hax & @bakkot could you discuss things since `coerce` and `to` seem to be problematic. I don't think I have high stakes...
@bakkot / @hax is there a clear conclusion to this?
@guybedford this would still perform linkage as it is currently proposed. From what I can tell from that blog post it only checks if a module is already present not...
Forgot to add that "weak dependencies" seem to be more in https://github.com/tc39/proposal-compartments 's `importNow` hook space.
Hiya! So, Realms introduce an entirely new set of global intrinsics, which are likely not what people want in all situations. For some cases like : limiting the access to...
@codehag likely there is overlap to a lot of these, but they differ in actual usages on if you would want both or just 1. The answer likely is things...
> `let foo = [do 3+4, 5+6];` I'd err on how `[()=> 3+4, 5+6]` handles it. So, `[ 7, 11 ]`. Arrow function handling gives an existing framework on how...