yulia
yulia
I've reviewed this proposal. I understand the usecase, but I don't have a good grasp of what the underlying problem is, precisely, that requires this specific design rather than something...
Hi, I am wondering about what kind of user stories we are thinking about here, and how they differ from realms. This seems like a more light weight solution for...
Hi everyone, I am going to be assessing a couple of tools around language ergonomics, and I am looking for a proposal which is in an early enough stage that...
Some questions came up around the motivation, in particular the current wording: "ECMAScript currently has no mechanism for executing user-defined logic during destructuring" From reading the proposal, it doesn't seem...
In the example, we have ```js class Book { constructor({ // ... // Extract `createdAt` as an Instant createdAt: InstantExtractor(createdAt) = Temporal.Now.instant(), modifiedAt: InstantExtractor(modifiedAt) = createdAt }) { // .....
Hi, I was asked to take a look at the mental model in another issue, and it was the first time I looked at this in depth. I have to...
@michaelficarra hi, this is a clarifying question, not an issue. But this looks like the best place to put it. It is unclear to me how users will use both...
is there a bug for the remaining steps for this implementation? if so where can we find that?
This is a general discussion issue to get some conversation on the topic, not an error message itself. I am wondering how we would define a good error message. I...
This skipped stage 1, but we never wrote down the motivation which is a problem. Use cases do not replace a motivation. A motivation helps us evaluate if the proposal...