2021-07-07
Bug Fixes
- Automatically handle many use
var
before declaration and TDZ access scenarios correctly without the need fortreeshake.correctVarValueBeforeDeclaration
(#4148)
Pull Requests
- #4148: Fix var/const/let variable use before declaration (@kzc and @lukastaegert)