Stephen Hicks

Results 172 comments of Stephen Hicks

@domenic > * I am worried about the burden this will place on web spec authors. > At first I thought this burden would be minimal, and web spec authors...

I think in general the "do nothing" default would be correct.

@andreubotella > Are you saying that things like the XHR `load` event should _not_ have any way to get back to the `xhr.send()` context? Because that is the kind of...

> Like the whole point of `AsyncContext` is that it is **SUPPOSED TO BE TRANSPARENT** for users, if users can add `AsyncContext.Snapshot.wrap` randomly around the place they can just as...

Is anyone maintaining this project? It would be good to get this PR merged so that errors are reported on the correct line. Without this, it's extremely difficult to debug...

My guess is that it was a fluke (possibly an already-existing bug in the vanilla game?) and it won't happen again. But I've asked if anybody can reproduce the issue....

IIUC, ordinary top-level imports will always occur in the initial snapshot, right? So the only way to ever get the top level of a module running in a user-written snapshot...

Should we be concerned about syntax that encourages/requires `{__proto__: null}` when this usage is [specifically discouraged](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/proto)? Not that I have any better suggestions.

I agree that if you look at @bakkot's mental model for base classes in isolation, it's not unreasonable. But it doesn't generalize. To provide a more concise example: ```javascript new...

Thanks for reporting this. I can reproduce this at head. As far as I can tell, it only happens when assigning to the prototype of a `class`, which doesn't actually...