Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

space appears before open square bracket when the object name is "set" #508

Closed
wood1986 opened this issue Aug 14, 2014 · 0 comments
Closed
Milestone

Comments

@wood1986
Copy link

set ["name"] //actual
set["name"] //expected
set["name"] //test case

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar#Keywords
get and set are not reversed keywords

@bitwiseman bitwiseman added this to the v1.5.2 milestone Sep 10, 2014
bitwiseman added a commit to bitwiseman/js-beautify that referenced this issue Sep 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants