Skip to content

Conversation

zhengbli
Copy link
Contributor

Fixes #9522

@@ -3097,7 +3097,9 @@ namespace ts {
oldSettings.noResolve !== newSettings.noResolve ||
oldSettings.jsx !== newSettings.jsx ||
oldSettings.allowJs !== newSettings.allowJs ||
oldSettings.disableSizeLimit !== oldSettings.disableSizeLimit);
oldSettings.disableSizeLimit !== oldSettings.disableSizeLimit ||
Copy link
Contributor

Choose a reason for hiding this comment

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

can you rename changesInCompilationSettingsAffectSyntax to shouldCreateNewSourceFiles?

@vladima
Copy link
Contributor

vladima commented Aug 1, 2016

👍 with a minor suggestion

@zhengbli zhengbli merged commit f06413b into microsoft:master Aug 2, 2016
@zhengbli zhengbli deleted the 9522 branch August 2, 2016 00:15
@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.

3 participants