Shu-yu Guo

Results 195 comments of Shu-yu Guo

Editorially lgtm with small nits (punctuation and capitalization) that can be addressed later. I have the same question that @michaelficarra has: why aren't the algorithm steps for `Array.isTemplateObject` inline?

Here's my understanding of the compromise that we reached for governance at the October 2019 meeting: - Reserve `js:` as a prefix for TC39 use - Say nothing about governance...

> The Synchronous Script problem has a closely related issue to be able to shim a module before other scripts / module start loading. That was some of the impetus...

I second that high adoption of a library is not a reasonable or a desirable bar here as a stage 2 entry criterion. The approach here is as @littledan lays...

Happy do defer the editorial review, I'm told there've been enough eyes on this.

@michaelficarra and I have chatted about our disagreement of the use of "identity" for the concept of "can be used as a weak target", and we're agreed on stratifying the...

Good points! You are right, there are many cases that require runtime tracking of disposable resources in `using` declarations. The last example is particularly compelling. I mostly retract this complaint...

> thus I would expect the following to be the same: I would still like the second code snippet to throw a SyntaxError. I don't agree with the claim "otherwise...

@dminor The first option means compliant implementations can coarsen Atomics.wait to whatever it wants. Whenever someone calls Atomics.wait(x) for any finite x, the implementation can choose to wait any (possibly...

Option 1 got consensus at the November 2022 TC39.