i do not understand why javascript can't assume (ASI'ish) a `;` **before** a `return`, in ALL cases?
1
Replying to @getifyX
@getify You don't want semicolon insertion before "return" in "if (condition) return"

Aug 22, 2012 · 3:45 AM UTC

2
Replying to @davidbaron
@davidbaron ok, yes, fair enough, that's one example. what about the others?
Replying to @davidbaron
@davidbaron for instance, `…}return` under what circumstances is that not ASI-able?