Skip to content

Document Registry - Provide a default script target #26569

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

Conversation

dsherret
Copy link
Contributor

Fixes #26535.

@@ -199,7 +199,7 @@ namespace ts {

if (!entry) {
// Have never seen this file with these settings. Create a new source file for it.
const sourceFile = createLanguageServiceSourceFile(fileName, scriptSnapshot, scriptTarget!, version, /*setNodeParents*/ false, scriptKind); // TODO: GH#18217
const sourceFile = createLanguageServiceSourceFile(fileName, scriptSnapshot, scriptTarget, version, /*setNodeParents*/ false, scriptKind); // TODO: GH#18217
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should I remove the todo on the end of this line?

Copy link
Member

Choose a reason for hiding this comment

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

Yes please

@dsherret dsherret changed the title Document Registry - Provide a default script target. Document Registry - Provide a default script target Aug 21, 2018
@dsherret dsherret force-pushed the issue26535_FixNullableDocumentRegistryTarget branch from 9d280f5 to 0baf746 Compare August 21, 2018 17:29
@RyanCavanaugh RyanCavanaugh merged commit 13bd478 into microsoft:master Aug 21, 2018
@RyanCavanaugh
Copy link
Member

Thanks!

@dsherret dsherret deleted the issue26535_FixNullableDocumentRegistryTarget branch August 21, 2018 20:30
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.

3 participants