2019-08-07
Bug Fixes
- Prevent invalid code when exporting an external namespace (#3034)
- Prevent invalid or non-equivalent code when simplifying expressions in return and throw statements (#3035)
Pull Requests
- #3034: Avoid generating .* as export (@LongTengDao)
- #3035: Prevent ASI errors for conditional expressions (@lukastaegert)
- #3036: Fix documents to use https, not http (@giraffate)