Skip to content

use 'allowGeneratedIdentifiers' to explicitly tell when identifier can b... #2374

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

Merged
merged 2 commits into from
Mar 16, 2015

Conversation

vladima
Copy link
Contributor

@vladima vladima commented Mar 16, 2015

...e renamed, Fixes #2350

if (node) {
if (nodeIsSynthesized(node)) {
return emitNodeWithoutSourceMap(node);
return emitNodeWithoutSourceMap(node, /*allowGeneratedIdentifiers*/ false);
Copy link
Contributor

Choose a reason for hiding this comment

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

Add comment

@JsonFreeman
Copy link
Contributor

👍

vladima added a commit that referenced this pull request Mar 16, 2015
use 'allowGeneratedIdentifiers' to explicitly tell when identifier can b...
@vladima vladima merged commit 85cf761 into master Mar 16, 2015
@vladima vladima deleted the renamingCleanup branch March 16, 2015 20:52
@microsoft microsoft locked and limited conversation to collaborators Jun 18, 2018
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.

Incorrect emit for a property assignment referencing a renamed let
3 participants