This repository was archived by the owner on Jan 19, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 75
Leading underscore not trimmed in object keys #328
Labels
Comments
Thanks for the report. I wonder if there are any other places this happens. Pretty much anywhere we have an identifier, that's not an identifier node type, we need to escape the value. |
Curious why TS needs to "escape" it in the first place? |
@azz This is the original issue we reported to them microsoft/TypeScript#14013, you can see their response on there |
Thanks! Seems like it could have been avoided with a good old |
azz
added a commit
to azz/typescript-eslint-parser
that referenced
this issue
Jun 17, 2017
soda0289
pushed a commit
that referenced
this issue
Jun 17, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Forwarding from prettier/prettier#2143.
Input:
Output:
Looks the same as #296
The text was updated successfully, but these errors were encountered: