-
Notifications
You must be signed in to change notification settings - Fork 13k
Port checkJs fix from master #16227
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
Port checkJs fix from master #16227
Conversation
Report unreachable code in JS files when --checkjs is passed, but not otherwise.
@amcasey, |
|
/** The version of the TypeScript compiler release */ | ||
export const version = "2.3.4"; | ||
export const version = "2.3.5"; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the line ending matter? I'm not sure how it changed, but I can revert it.
Confirmed that the failure is due to the absence of an npm 5 workaround merged into master but not release-2.3. |
Was #16210.