You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: