Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Fix: Unescape string literal identifiers (fixes #328) #330

Merged
merged 1 commit into from
Jun 17, 2017

Conversation

azz
Copy link
Contributor

@azz azz commented Jun 17, 2017

This fixes #328 and all cases where a string literal is used as a pseudo-identifier in TypeScript, and as a result is escaped.

It relies on TypeScript consistently using the name field on an AST node to refer to identifiers.

@eslintbot
Copy link

LGTM

Copy link
Member

@soda0289 soda0289 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks

@soda0289 soda0289 merged commit fb66f61 into eslint:master Jun 17, 2017
@azz
Copy link
Contributor Author

azz commented Jun 18, 2017

Will these changes make it to the ts-2.4 branch automatically?

@soda0289
Copy link
Member

@azz merged it in.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Leading underscore not trimmed in object keys
3 participants