|
|
|
|
|
by Ramone
5173 days ago
|
|
I think the argument that we shouldn't rely on the parser for certain language features is a bit silly (including interpreting end-of-statements). The language is precisely what the parser says it is, and nothing more or less. JSMin is free to not do what the parser does of course, but that won't be Javascript. |
|
"The parser is the spec" is a nasty design smell, IMO.