Skip to content

TC39 meeting notes from March 2017. #62

Open
@leobalter

Description

@leobalter

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions