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

Handle when change in type of dts may result in only dts emit but not js emit #30971

Merged
merged 8 commits into from Apr 24, 2019

Conversation

sheetalkamat
Copy link
Member

We already handled semantic diagnostics for such files but we need to also do emit for these files if dts emit is enabled
Fixes #30780

Copy link
Member

@sandersn sandersn left a comment

Choose a reason for hiding this comment

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

I have questions about the environment around the change, although the core part of the change seems reasonable.

src/testRunner/tsconfig.json Outdated Show resolved Hide resolved
src/compiler/builder.ts Outdated Show resolved Hide resolved
src/compiler/builder.ts Outdated Show resolved Hide resolved
src/compiler/builder.ts Outdated Show resolved Hide resolved
src/compiler/builder.ts Show resolved Hide resolved
src/compiler/builder.ts Outdated Show resolved Hide resolved
@sheetalkamat sheetalkamat merged commit f27cf9b into master Apr 24, 2019
@sheetalkamat sheetalkamat deleted the dtsSignatureChange branch April 24, 2019 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Errors not reported correctly with incremental build when type is inferred from transitive import
2 participants