Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TC39 meeting notes from March 2017. #62

Open
leobalter opened this issue Apr 4, 2017 · 0 comments
Open

TC39 meeting notes from March 2017. #62

leobalter opened this issue Apr 4, 2017 · 0 comments

Comments

@leobalter
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant