Kevin Gibbons

Results 910 comments of Kevin Gibbons

New text LGTM other than comments.

Drive-by: > Conversion from anything as if in string concat: `fromAny` Please call this `toString` to match JavaScript. Even if it doesn't match the naming convention for other operations I...

People pursuing this may wish to follow along at https://github.com/tc39/proposal-float16array/issues/12: x86 prior to Sapphire Rapids does not have a native way to do casts from float64 to float16, which means...

The [original issue](https://github.com/microsoft/TypeScript/issues/49083) was locked; it would be nice for someone with permissions to comment there so that people who were following there get this update.

@mhofman We specifically didn't do that in https://github.com/tc39/ecma262/pull/1903 because some hosts (including notably browsers) _do_ expose it somewhere other than the global. Normative optional features are all-or-nothing, so marking the...

I probably won't have time to do a thorough review of this, but @michaelficarra and I spent quite a while thinking about (some parts of) this problem back when import...

[NewPromiseCapability](https://tc39.es/ecma262/#sec-newpromisecapability) is the thing which is used to create PromiseCapability Records, and it ensures the `[[Resolve]]` and `[[Reject]]` slots are not undefined* I don't think this table needs to call...

Huh. It's pretty easy to instrument the package to trace all the calls from the high level API into the low level API, but after doing so I don't see...

> never indicates the presence of a multipage alternative It's linked in the very first text in the body of the page: I know people tend to gloss over the...