Alexander
f834a504b0
Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint
2019-09-09 21:29:55 +03:00
TypeScript Bot
6cca052063
Update user baselines ( #33322 )
2019-09-09 11:25:56 -07:00
Alexander
9ee2b4d526
Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint
2019-09-07 10:11:49 +03:00
TypeScript Bot
fb453f8208
Update user baselines ( #33281 )
2019-09-06 11:38:30 -07:00
Wesley Wigham
a93298665c
Add heuristic for extracting irreducible null and undefined types from intersections of unions ( #33150 )
2019-09-06 11:32:22 -07:00
Alexander
a381968f21
Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint
2019-09-05 21:33:19 +03:00
Sheetal Nandi
c26c44d5fc
Merge pull request #32266 from fuafa/properties-priorities
...
Add properties priority for completion
2019-09-05 11:09:11 -07:00
Nathan Shively-Sanders
b3ec4edb31
Update user baselines ( #33261 )
2019-09-05 09:02:22 -07:00
Andrew Branch
b85134b00d
Fix smart selection bug with TemplateTails ( #33108 )
2019-09-05 09:01:41 -07:00
Alexander T
4584b31db8
Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint
2019-09-05 17:16:25 +03:00
typescript-bot
72a0f3847d
Update user baselines
2019-09-05 14:05:14 +00:00
Anders Hejlsberg
c5e6d95e93
Merge pull request #33252 from microsoft/fix33131
...
Make lower priority inference when source is completely matched in target
2019-09-05 06:27:23 -07:00
Alexander T
7ea134bacd
Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint
2019-09-05 09:52:04 +03:00
Wesley Wigham
72bb4c2bdc
Mark deep indexed access comparisons as expanding ( #33144 )
...
* mark deep indexed accesses as deeply nested in comparisons
* Add test derived from lodash example
2019-09-04 17:00:55 -07:00
Wesley Wigham
2b153fc75a
Add browser field entries for all require calls in sys.ts ( #33242 )
2019-09-04 16:59:16 -07:00
Anders Hejlsberg
5de180e878
Merge branch 'master' into fix33131
...
# Conflicts:
# src/compiler/checker.ts
2019-09-04 16:54:11 -07:00
Anders Hejlsberg
228b727ff1
Add regression test
2019-09-04 16:49:59 -07:00
Wesley Wigham
3109b646a6
Elevate mapped types over type parameters in the same way as naked type parameters in intersection inference prioritization ( #33223 )
2019-09-04 16:23:08 -07:00
Nathan Shively-Sanders
8ca36f3516
someTypeRelatedToType now passes isIntersectionConstituent ( #33213 )
...
* someTypeRelatedToType now passes isIntersectionConstituent
* Fix [][] lint
2019-09-04 13:36:50 -07:00
Nathan Shively-Sanders
b542bdfbe4
Bind typedef/enum on all assignment decl kinds ( #33240 )
...
This fixes a crash on exports, but the code now handles all kinds
returned from getAssignmentDeclarationPropertyAccessKind.
2019-09-04 13:11:03 -07:00
TypeScript Bot
c06fd14748
Update user baselines ( #33238 )
2019-09-04 10:15:21 -07:00
Alexander T
f0e8518010
Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint
2019-09-04 11:35:45 +03:00
TypeScript Bot
82a1a28fd4
Update user baselines ( #33212 )
2019-09-03 16:20:03 -07:00
Ron Buckton
3b96729e01
Fix visitLexicalEnvironment to properly merge hoisted declarations ( #33219 )
2019-09-03 15:29:41 -07:00
Alexander
b1d748b644
Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint
2019-08-31 22:12:41 +03:00
TypeScript Bot
e2b94231c8
Update user baselines ( #33162 )
2019-08-30 08:46:21 -07:00
Mine Starks
ad02f47f08
Merge pull request #33148 from minestarks/formatting-object-literals
...
Fixes #32923
2019-08-30 08:00:00 -07:00
Alexander T
b31d5b37f8
Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint
2019-08-30 15:57:05 +03:00
Mine Starks
9781b95bdc
Fixes #32923
2019-08-29 15:31:09 -07:00
Armando Aguirre
029f7a3801
Merge pull request #33124 from armanio123/FixGotoMultipleFile
...
Fixed goto when global declarations are on multiple files
2019-08-29 14:13:32 -07:00
Titian Cernicova-Dragomir
fa9e0fa8e8
Better outlining spans for prototype methods ( #32782 )
...
* Changed outlining to better outline ES5 classes (functions assigned to prototype)
* Changed outlining to better outline ES5 classes (properties assigned to functions)
* Fixed some small bugs when merging es5 class nodes. Added tests for new es5 class outline.
* Added support for interlaced ES5 classes (where an ES5 class's members are mixed with other declarations).
* Fixed crash in outline when assigning {} to the prototype.
* Added support for nested es5 declarations.
* Added support for prototype assignment for es5 classes.
2019-08-29 09:19:04 -07:00
Alexander T
49f1a79c1f
Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint
2019-08-29 09:35:19 +03:00
Andrew Branch
cd371daf77
Fix writing multi-line text without semicolons ( #32903 )
...
* Fix semicolon-omitting writer
* Use writeTrailingSemicolon for do statements
2019-08-28 16:28:31 -07:00
Armando Aguirre
09a5b68a85
Fixed goto when declarations are on multiple files
2019-08-28 15:14:19 -07:00
TypeScript Bot
ccf41ef803
Update user baselines ( #33083 )
2019-08-28 13:05:24 -07:00
Wenlu Wang
af9ca21643
add support for extract as interface ( #31644 )
...
* add support for extract as interface
* fix action assert
* Donot provide convert to interface if duplicate member
2019-08-28 11:34:40 -07:00
Alexander T
f8ab00b407
Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint
2019-08-28 10:11:38 +03:00
Nathan Shively-Sanders
13e1ccdd01
goto-def should treat constructor functions as functions ( #33109 )
...
* goto-def:special handling for constructor functions
* Just treat constructor functions like functions
* Even simpler fallback
2019-08-27 16:22:22 -07:00
Alexander T
acafb502cd
Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint
2019-08-27 09:30:31 +03:00
Wenlu Wang
9942c6052f
add completion for promise context ( #32101 )
...
* add completion for promise context
* check insert text inside add symbol helper
* fix incorrect branch
* avoid completions with includeCompletionsWithInsertText perferences
* avoid useless parameter
2019-08-26 15:26:25 -07:00
Armando Aguirre
5008c9cc3e
Merge pull request #33064 from armanio123/FixNavbarMultilineUnterminated
...
Added optional trailing slash to navigation bar regex
2019-08-26 12:06:36 -07:00
Nathan Shively-Sanders
21f192367a
Fix infer from usage prop assignment ( #33088 )
...
* Add test case
* Fix infer from usage property assignment
Property assignment and shorthand property assignment were incorrectly
treated differently; both have ObjectLiteralExpression as a parent, but
the code previously assumed that property assignments had
ObjectLiteralExpression as parent.parent.
Also make fourslash directives case insensitive and less whitespace
sensitive.
* Add "incorrect 3-slash" error to fourslash parsing.
2019-08-26 10:42:17 -07:00
Armando Aguirre
a0c29fe4e5
Added optional trailing slash regex
2019-08-23 15:42:03 -07:00
Armando Aguirre
25f609b3a2
Merge pull request #32672 from armanio123/FixNavbarMultiline
...
Fixed issue for navbar when having multi-line string literals
2019-08-23 15:02:25 -07:00
Andrew Casey
00d37268e8
Make triple-slash comment classification more restrictive
...
It was overly permissive and ended up making a mess of C#-style
comments:
`/// <summary>Text</summary>`
Now it checks the element name. Attribute names remain unchecked.
2019-08-23 12:55:10 -07:00
Alexander T
049f5dacbf
Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint
2019-08-23 14:18:27 +03:00
Nathan Shively-Sanders
4bddf55328
Fix prototype property type lookup ( #33034 )
...
* Fix constructor function type reference lookup
I knew I missed some code in the constructor-functions-as-classes PR.
This simplifies the type reference resolution code as well.
* Simplify and document js alias type resolution
2019-08-22 12:51:15 -07:00
Alexander T
acc653a23f
Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint
2019-08-22 09:46:22 +03:00
Nathan Shively-Sanders
3c42760765
Cache JS inferred class type symbol ( #33010 )
...
* Cache JS inferred class type symbol
Note that many sources merge into a single target, so the *source*
[links] is the one that caches the merged target.
The reason this is a problem is not that many sources merge into a
single target, but that both getTypeOfSymbol and getDeclaredTypeOfSymbol
end up calling mergeJSSymbols with the same [source,target] pair. The
merge should not happen twice.
* Remove more verbose debug assertion message
* Fix isJSConstructor check + update baselines
* inferClassSymbol cache now track multiple targets
2019-08-21 15:36:35 -07:00
Alexander T
0d941d6943
Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint
2019-08-21 10:02:57 +03:00