On Apr 17, 2011, at 8:33 PM, Mike Ratcliffe wrote: > I remember going over a few hundred thousand lines of JavaScript and adding > semicolons because I had decided to minify it. I also remember that for > months I was receiving bug reports from sections of code where I had missed > the semicolons.
Adding semicolons is a job for a reliable tool, no human in the loop required. Yes, this means minifiers must parse. There are a number of JS parsers in JS out there. Do popular minifiers still not parse and insert semicolons (and remove newlines) as needed? /be _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

