Skip to content

correctly parse destructuring in let outside of strict mode#2323

Merged
vladima merged 2 commits into
masterfrom
letConstInDestructuringInNotStrictMode
Mar 13, 2015
Merged

correctly parse destructuring in let outside of strict mode#2323
vladima merged 2 commits into
masterfrom
letConstInDestructuringInNotStrictMode

Conversation

@vladima
Copy link
Copy Markdown
Contributor

@vladima vladima commented Mar 12, 2015

Fixes #2320

Comment thread src/compiler/parser.ts Outdated
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

next

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

done

@JsonFreeman
Copy link
Copy Markdown
Contributor

👍

vladima added a commit that referenced this pull request Mar 13, 2015
…trictMode

correctly parse destructuring in let outside of strict mode
@vladima vladima merged commit 82a940d into master Mar 13, 2015
@vladima vladima deleted the letConstInDestructuringInNotStrictMode branch March 13, 2015 20:34
@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.

Destructuring in let does not parse correctly outside of strict mode

3 participants