Skip to content

handle block scoped binding in nested blocks #6553

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
Jan 27, 2016

Conversation

vladima
Copy link
Contributor

@vladima vladima commented Jan 20, 2016

fixes #6462

@@ -2030,7 +2030,7 @@ namespace ts {
containingType?: UnionOrIntersectionType; // Containing union or intersection type for synthetic property
resolvedExports?: SymbolTable; // Resolved exports of module
exportsChecked?: boolean; // True if exports of external module have been checked
isNestedRedeclaration?: boolean; // True if symbol is block scoped redeclaration
isDeclaratonWithCollidingName?: boolean; // True if symbol is block scoped redeclaration
Copy link
Member

Choose a reason for hiding this comment

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

Should be isDeclarationWithCollidingName.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

my bad, will fix

vladima added a commit that referenced this pull request Jan 27, 2016
handle block scoped binding in nested blocks
@vladima vladima merged commit 2b22a47 into master Jan 27, 2016
@vladima vladima deleted the handleNestedBlockScopedName branch January 27, 2016 19:29
vladima added a commit that referenced this pull request Jan 27, 2016
handle block scoped binding in nested blocks
vladima added a commit that referenced this pull request Jan 27, 2016
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 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.

Block scope support is broken
3 participants