2020-08-28
Bug Fixes
- Avoid invalid code when rendering hoisted variable declarations from dead branches (#3752)
- Mark the
options
parameter ofthis.parse
as optional for TypeScript plugins (#3750)
Pull Requests
- #3750: Make
options
ofPluginContext#parse
optional (@intrnl) - #3752: Extract hoisted variables from dead branches (@lukastaegert)