madrobby/vapor.js

Insufficient use of semicolons

Opened this issue · 1 comments

e-oj commented

Thanks for creating vapor.js. It does everything I've ever wanted, and much more. We recently migrated our frontend to vapor and we were able to reduce our page load time by 36000%.

While we've achieved incredible results by vaporizing our codebase, I'm very concerned by the apparent lack of semicolons in the vapor.js source. The syntax is perfectly valid and the code is well written but according to the Airbnb style guide, missing semicolons could cause problems down the road. How do you plan to address this issue without jeopardizing the smallness or fastness of vapor.js?

The semicolons were removed for preformance time although you can a slower but more secure progam it's called semicolon.js.