Skip to content
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

Don't check computed name visibility results in declaration emit #41806

Merged
merged 1 commit into from
Dec 18, 2020

Conversation

weswigham
Copy link
Member

In cases where the computed name representation is not actually in use in the output (we only use it for late bound unique symbol names, and inline the latebound name as a non-latebound one in all other cases). This happens to remove some extraneous statements in a handful of our existing tests, where latebound visibility checking was pulling in private declarations not actually required for declaration emit.

Fixes #40718

@weswigham weswigham merged commit caebbe6 into microsoft:master Dec 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author: Team For Milestone Bug PRs that fix a bug with a specific milestone
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Is this a bug with lerna multi package project with TS4053 error?
3 participants