12:40
<nicolo-ribaudo>
label:
export let x = 1;

should ASI apply in this case? Babel, V8 and SM all agree on "no", but I cannot figure out why from the spec

12:41
<nicolo-ribaudo>
Ignore me, I just had to read past the ASI bullet points
12:41
<nicolo-ribaudo>

a semicolon is never inserted automatically if the semicolon would then be parsed as an empty statement