Skip to content

jsTyping: Better logging for addInferredTypings#17249

Merged
4 commits merged into
masterfrom
addInferredTypings
Jul 28, 2017
Merged

jsTyping: Better logging for addInferredTypings#17249
4 commits merged into
masterfrom
addInferredTypings

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Jul 17, 2017

Sequel to #16652

@ghost ghost force-pushed the addInferredTypings branch from be5aa77 to ada5461 Compare July 17, 2017 21:19
Comment thread src/services/jsTyping.ts
packageNames.push(packageJson.name);
}
}
addInferredTypings(packageNames, " Found package names");
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Any reason for the additional spacing here before Found?

Copy link
Copy Markdown
Author

@ghost ghost Jul 27, 2017

Choose a reason for hiding this comment

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

I wanted to imply that this was part of the above log for "searching for typing names"; should also indent anything else in that part.

Comment thread src/services/jsTyping.ts
name?: string;
optionalDependencies?: MapLike<string>;
peerDependencies?: MapLike<string>;
types?: string;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

good catch - these could be specified as types or typings

@ghost ghost merged commit 476157f into master Jul 28, 2017
@ghost ghost deleted the addInferredTypings branch July 28, 2017 19:43
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
This pull request was closed.
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.

2 participants