The TC39 notes are finally released.
Links:
I still want to write a report, but I invested more time to finish the notes cleanup.
Other details not in the summary, but spread in the notes:
On the next meetings:
I have some interest in moving on with the binding operator proposal if the previous champion (not attending tc39 anymore) allows me to continue his work.
https://github.com/tc39/proposal-bind-operator
While I'm not fond for all the examples in that proposal, I like the proposed operator in this example:
// Create bindings for just the methods that we need
let { find, html } = jake;
// Find all the divs with class="myClass", then get all of the "p"s and
// replace their content.
document.querySelectorAll("div.myClass")::find("p")::html("hahaha");
Let's see how it goes and for sure, I'm welcoming to any feedback.
The TC39 notes are finally released.
Links:
I still want to write a report, but I invested more time to finish the notes cleanup.
Other details not in the summary, but spread in the notes:
On the next meetings:
I have some interest in moving on with the binding operator proposal if the previous champion (not attending tc39 anymore) allows me to continue his work.
https://github.com/tc39/proposal-bind-operator
While I'm not fond for all the examples in that proposal, I like the proposed operator in this example:
Let's see how it goes and for sure, I'm welcoming to any feedback.