Personally, I am annoyed by the extra typing required for spaces.
I propose that we have a new kind of ASI: *automatic SPACE insertion.*
For instance, you could then write
```js
functionfoobar(){return42;}
```js
On Wed, Sep 13, 2017 at 11:25 PM, Naveen Chawla <[email protected]>
wrote:
> `x` <whitespace> `[y]` would be invalid syntax, right?
> So
> ```js
> x
> [y]
> ```
> would automatically insert a comma in the case of a function call
> arguments list, right?
>
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss