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

Use "ts2.1" NPM tag in typingsInstaller #13818

Merged
merged 1 commit into from
Feb 1, 2017
Merged

Conversation

ghost
Copy link

@ghost ghost commented Feb 1, 2017

Port of #13786

@@ -519,32 +521,32 @@ namespace ts.projectSystem {
const commander = {
path: "/a/data/node_modules/@types/commander/index.d.ts",
content: "declare const commander: { x: number }",
typings: "@types/commander"
typings: typingsName("commander")
Copy link
Member

Choose a reason for hiding this comment

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

Weird newline thing

Copy link
Author

Choose a reason for hiding this comment

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

I edited this on linux, so it's surprising to see CRLF being added. Especially only on the lines that I happened to change. (If I accidentally changed the file's line endings, I would expect to see the whole thing change.)

@billti billti merged commit 870e44f into release-2.1 Feb 1, 2017
@mhegazy mhegazy deleted the release-2.1_ata branch November 2, 2017 21:04
@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.

None yet

3 participants