Mathieu Hofman

Results 314 comments of Mathieu Hofman

When it comes to philosophical differences between Portier and ID4me, you're right, there might be some mismatch with what is considered the identity handle. The authority only provides a stable...

Why not use your toString / class regex logic from is-callable to implement `IsConstructor` ?

This looks like an interesting approach: https://stackoverflow.com/a/46759625 Relies on `Reflect.construct` but not `Proxy`

My understanding is that presence of a symbol in the GlobalSymbolRegistry alone doesn't cause the symbol to be kept alive, but instead it's caused by the usage of that symbol...

Correct, there is no observable difference. That's the point I was trying to make. From what I remember, one concern I heard at the May 2021 plenary was that allowing...

For what it's worth, I'm now of the opinion that registered symbols should not be allowed as weak key/target, on the ground that records/tuples that do not contain symbols will...

> R&T are a new thing and thus would have never not been weird in this way. But Symbol usage as weak key is also new, so putting restrictions from...

It seems you're reinventing ObjectPlaceholder and going through all the motions the champion group went through. > Identity symbols (special symbol which ref to the object) would be somewhat like...

It seems that `api-extractor` doesn't have any error anymore with an interface and namespace merged declaration, but `api-documenter` doesn't seem to generate the documentation properly. ```typescript export declare namespace Test...

My main concern here is one of performance. I'm worried implementations would eagerly create an object with all properties copied when very often that wouldn't be needed. This raises the...