You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This supports calling libraries which declare properties of objects using reserved words.
This does not support declaring these fields.
`var a = { 'throw': function() {} }` - works
`a.throw()` - works
`var a = { throw: function() {} }` - does not work
Fixesbeautifier#309Fixesbeautifier#351Fixesbeautifier#368Fixesbeautifier#378
JS-Beautify 1.4.1
Node 0.10.21
I have the following:
However, JS-Beautify formats it to the following:
The text was updated successfully, but these errors were encountered: