Daniel Ehrenberg
Daniel Ehrenberg
I made a spec text proposal at https://github.com/tc39/proposal-pipeline-operator/pull/51 which evaluates the left argument before the right one. I'd be interested in any feedback you have.
Yes, there's significant technical work needed to make this work, which @jugglinmike, @natorion and I have looked into to some extent. If anyone is interested in implementation along these lines,...
Given that the `#constructor` pattern doesn't get inherited as we'd hope for such a mechanism to do, would it be reasonable to leave the constructor things out of this proposal...
What if we said that the semantics of a private method which is not 'own' is that it would be in an immutable private slot, and an 'own' private method...
@bakkot Is this lookahead worse than what we need for the currently proposed property syntax? IIRC you ran into some pretty hairy cases involving somewhat deep lookahead, but were able...
Well, I can understand it well, but imagine someone who comes from the current Babel syntax, and sees, "OK, TC39 wants me to put `own` in front of a some...
> As explained private field hosted methods on prototypes don't work because there is no direct way to reference them. Yes, I agree that, unless you do something different, not...
Interesting idea. I'm wondering how much of the download size is all those emoji names. CLDR has some data here, and it's even localized! Would it make sense to expose...
Yeah, exposing a lower-level API with the names would solve that "augmentable" problem. Would you be interested in joining our Intl call to discuss the requirements for emoji name data?...
Maybe this would make more sense after work by [The Editing Taskforce](http://w3c.github.io/editing/) is a bit further along, and there's good compatibility between browsers on how editing works.