Ron Buckton

Results 540 comments of Ron Buckton

We're not planning on any further changes to how `reflect-metadata` works with respect to proxies. If we allowed metadata to pass through a proxy without the ability to intercept an...

Not without parsing the function, and the results of `Function.prototype.toString()` aren't reliable in all editions of JavaScript, not to mention the complexity of parsing out names from binding patterns. Also,...

Can you provide an example of the class being decorated? `DecorateConstructor` is expected to be called with a `function` as its target (the "constructor"), so the `IsConstructor` call looks to...

It seems like there are two options that control the output of `connectAdvanced` that affect whether it can be used as a decorator: - `options.pure` - When `true`, wraps the...

> 2. The "follow" operation has always seemed unintuitive to me, compared with a "race" or "create linked token source" style API ([described here in the context of the defunct...

Yes thanks, I just noticed that as well.

@Domenic, does this effectively cover what we discussed at the last TC39 meeting to your satisfaction? Is there anything I should add?

@benlesh the _intent_ would be for subscriptions to be notified in the same turn that the object becomes signaled. This is harder to enforce except through documentation, as this proposal...

> […] I find the late subscription a good feature […] Similar to my other comment, handling _late subscription_ when only specifying a protocol depends purely on documentation as we...

@benjamingr: I think there is room enough in the ECMAScript spec to document the expected behavior of an API, as it is something we must clearly do when we describe...