lukescott / es-type-hinting

Typing hinting syntax for ECMAScript
3 stars 2 forks source link

Yield and hinting. #19

Open Naddiseo opened 9 years ago

Naddiseo commented 9 years ago

I noticed that I've put the TypeHint after BindingIdentifier in a lot of places. If I'm reading the spec correctly, BindingIdentifier can expand to yield in certain cases, what are the consequences of this?