es3ify
es3ify copied to clipboard
Handle parens around object
It's more reliable to start from from property.range[0] - 1
This doesn't work for something like x . static
, which turns into x .[ "static"]
with this patch.