8000 Refactor jsdoc types to typescript by sandersn · Pull Request #18747 · microsoft/TypeScript · GitHub
[go: up one dir, main page]

Skip to content

Refactor jsdoc types to typescript #18747

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

Merged
merged 19 commits into from
Oct 13, 2017
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into refactor-jsdoc-types-to-typescript
  • Loading branch information
sandersn committed Oct 11, 2017
commit d7424b00b229082b03afa90b74aa96f2ad6a8540
14 changes: 11 additions & 3 deletions src/compiler/diagnosticMessages.json
4F8E
Original file line number Diff line number Diff line change
Expand Up @@ -3738,7 +3738,7 @@
"category": "Message",
"code": 95003
},
"Extract to {0}": {
"Extract to {0} in {1}": {
"category": "Message",
"code": 95004
},
Expand All @@ -3750,12 +3750,20 @@
"category": "Message",
"code": 95006
},
"Annotate with type from JSDoc": {
"Extract to {0} in enclosing scope": {
"category": "Message",
"code": 95007
},
"Annotate with types from JSDoc": {
"Extract to {0} in {1} scope": {
"category": "Message",
"code": 95008
},
"Annotate with type from JSDoc": {
"category": "Message",
"code": 95009
},
"Annotate with types from JSDoc": {
"category": "Message",
"code": 95010
}
}
You are viewing a condensed version of this merge commit. You can view the full changes here.
0