lukescott / es-type-hinting

Typing hinting syntax for ECMAScript
3 stars 2 forks source link

Motivation suggestion. #3

Closed Naddiseo closed 9 years ago

Naddiseo commented 9 years ago

Another point you can make is type hinting in the object binding pattern:

let { a:b = c } = rhs; // Where does the type hint go in this case?
Naddiseo commented 9 years ago

Closed via #18