nitter
getify #LookingForWork
@getifyX
22 Aug 2012
i do not understand why javascript can't assume (ASI'ish) a `;` **before** a `return`, in ALL cases?
1
L. David Baron @dbaron@w3c.social
@davidbaron
22 Aug 2012
Replying to
@getifyX
@getify
You don't want semicolon insertion before "return" in "if (condition) return"
Aug 22, 2012 · 3:45 AM UTC
2
getify #LookingForWork
@getifyX
22 Aug 2012
Replying to
@davidbaron
@davidbaron
ok, yes, fair enough, that's one example. what about the others?
getify #LookingForWork
@getifyX
22 Aug 2012
Replying to
@davidbaron
@davidbaron
for instance, `…}return` under what circumstances is that not ASI-able?