Skip to content

Conversation

mhegazy
Copy link
Contributor

@mhegazy mhegazy commented Oct 16, 2017

No description provided.

aozgaa and others added 30 commits June 21, 2017 15:03
* verified that new tests show no regressions against master
When the caret is on a Typescript declaration that has no type, but does
have a JSDoc annotation with a type, this refactor will add the
Typescript equivalent of the JSDoc type.

Notes:

1. This doesn't delete the JSDoc comment or delete parts of it. In fact,
due to bugs in trivia handling, it sometimes duplicates the comment.
These bugs are tracked in #18626.

2. As a bonus, when `noImplicitAny: true`, this shows up as a code fix in VS Code
whenever there is a no-implicit-any error. With `noImplicityAny: false`,
this code must be invoked via the refactoring command.
The emitter now understands JSDoc types but emits them in the original
format.
And give a better name for rest params
Incorporate suppressLeadingAndTrailingTrivia just added by @amcasey.
ahejlsberg and others added 27 commits October 13, 2017 16:54
LEGO: Merge pull request 19181
Fix 'any' and 'keyof any' in mapped types
LEGO: Merge pull request 19217
* Support 'package.json' not in package root

* Test "foo/@bar"

* More tests, and don't use "types" from the root package.json if not loading the root module
Fix indentation for function argument in call expression
* Fix #18545, dont use declared type of class expression

* Accept API Baselines

* Add thus far unused flag from node builder

* Accept baseline update
Add getCompilerOptions method to project
LEGO: Merge pull request 19234
Fix generated name scope when emitting async functions
Do not reduce subtypes of awaited union type
@mhegazy mhegazy merged commit a704915 into release-2.6 Oct 16, 2017
@mhegazy mhegazy deleted the port-master-10-16 branch October 16, 2017 23:53
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 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.

10 participants