apply hygienic renaming to let and const
The expander does not currently recognize let
and const
as binding forms. These are technically ES6 but our current version of esrpima supports them so they should bind their identifiers appropriately.
The expander does not currently recognize let
and const
as binding forms. These are technically ES6 but our current version of esrpima supports them so they should bind their identifiers appropriately.