Orta
91be3689f0
Merge pull request #33178 from jwbay/nonNullableCallSignaturesTreeWalk
...
Flag non-nullable functions in `if` statements as errors (tree walk version)
2019-09-25 14:06:24 -04:00
Orta Therox
4c9986f26c
Merge master
2019-09-25 12:59:07 -04:00
Anders Hejlsberg
cefd1e4251
Add regression test
2019-09-25 09:34:24 -07:00
Nathan Shively-Sanders
f1104806d5
Merge pull request #33263 from microsoft/infer-from-usage/similarity-to-builtins
...
Infer from usage by similarity to builtin types
2019-09-24 07:44:34 -07:00
Anders Hejlsberg
bf992a57f6
Merge pull request #32695 from microsoft/assertionsInControlFlow
...
Assertions in control flow analysis
2019-09-23 16:57:56 -07:00
Wesley Wigham
00a43d7b49
Cache propagating variance flags in the relationship cache ( #32225 )
...
* Cache propagating variance flags in the relationship cache
* Convert base fields in relation comparison result to flags
2019-09-23 16:55:19 -07:00
Wesley Wigham
367b82055c
Hoist and distribute type parameter constraints over type parameters … ( #33453 )
...
* Hoist and distribute type parameter constraints over type parameters when comparing against union targets when fetching union constraints
* Fix PR nits
2019-09-23 16:52:03 -07:00
Wesley Wigham
26caa3793e
Introduce flattened error reporting for properties, call signatures, and construct signatures ( #33473 )
...
* Introduce flattened error reporting for properties, call signatures, and construct signatures
* Update message, specialize output for argument-less signatures
* Skip leading signature incompatability flattening
* Add return type specialized message
2019-09-23 16:08:44 -07:00
Wesley Wigham
6c2ae12559
Relax the constraints of isValidBaseType to allow base types to be constructor types ( #33146 )
...
* Relax the constraints of isValidBaseType to allow base types to be constructor types
* Fix nit
* Reduce confusion between isConstructorType and isValidBaseType
* Update comment
2019-09-23 15:58:03 -07:00
Anders Hejlsberg
5d09688c1e
Merge pull request #33228 from microsoft/fix32976
...
Less aggressive contextual signature instantiation
2019-09-21 07:31:24 -07:00
Anders Hejlsberg
c3dcc37c79
Merge branch 'master' into assertionsInControlFlow
...
# Conflicts:
# src/compiler/checker.ts
2019-09-20 17:23:27 -07:00
Anders Hejlsberg
21b5418cef
Add tests
2019-09-20 17:17:39 -07:00
Jack Bates
78057a64ac
Allow readonly arguments to Promise.all(), etc.
2019-09-19 11:11:59 -07:00
Wesley Wigham
5e06bea481
getConstraintDeclaration gets the first declaration with a constraint… ( #33426 )
...
* getConstraintDeclaration gets the first declaration with a constraint, rather than just the first declaration
* Add type annotation
* Update comment
2019-09-18 13:56:24 -07:00
Wesley Wigham
683e281040
Reintroduce cloneInferredPartOfContext to fix overloaded inferences with returnMappers ( #33478 )
2019-09-18 13:14:39 -07:00
Jack Williams
1c20aa0b1a
Narrow unknown under inequality when assumed false ( #33488 )
2019-09-18 10:54:42 -07:00
Ron Buckton
344dba8809
Fix incorrect parameter types for AsyncIterator next/return ( #33354 )
2019-09-17 21:02:12 -07:00
Wesley Wigham
56e2cb31ad
Reverse mapped types should have inferable indexes if their source had an inferable index ( #33450 )
2019-09-17 15:36:00 -07:00
xiaofa
67aa2b22ac
fix conflicts
2019-09-17 19:02:44 +08:00
Orta
09d6cbc152
Merge pull request #33418 from Kingwl/duplicate_async
...
fix duplicate async modifier codefix
2019-09-16 09:42:13 -04:00
Wesley Wigham
038d95144d
Remove all submodules - just force clone and reset on run instead ( #33425 )
2019-09-13 16:14:33 -07:00
TypeScript Bot
99229f88dd
Update user baselines ( #33411 )
2019-09-13 15:14:25 -07:00
kingwl
93a250b9a6
fix duplicate async modifier codefix
2019-09-14 02:22:59 +08:00
Orta
0cf00fab93
Merge pull request #32965 from ajafff/ts-in-js
...
Detect more TS syntax in JS files
2019-09-12 20:21:51 +02:00
Nathan Shively-Sanders
3c79225f48
Update baselines with any[] inferences
2019-09-12 11:18:47 -07:00
Nathan Shively-Sanders
b69f5af08e
Merge branch 'master' into infer-from-usage/similarity-to-builtins
2019-09-12 10:50:13 -07:00
Jesse Trinity
fd6fbdf7fe
Show more items in the navbar ( #33040 )
...
* show more items in navbar
* fixed missing node kind for property assignments
* updated navBarNestedCommonJsExports test
* updated navigationBarMerging_grandchildren test
* updated navigationBarItemsFunctions test
* updated navigationBarAnonymousClassAndFunctionExpressions test
* updated navigationBarFunctionIndirectlyInVariableDeclaration test
* updated navigationBarInitializerSpans test
* updated navigationBarItemsPropertiesDefinedInConstructors test
* updated tests
* change nav icon for properties with function-like initializers
* add test case for binding element with function-like initializer
* add navigationBarNestedObjectLiterals test
* add navigationBarFunctionLikePropertyAssignments test
* made some silly names less silly (?)
* added SpreadAssignments and ShorthandPropertyAssignments
* new wording for primary menu items
2019-09-11 15:54:27 -07:00
Orta
f9cc374d21
Merge pull request #33336 from JoshuaKGoldberg/enum-syntax-error-specifics
...
Added more helpful syntax error for enum member commas
2019-09-11 23:05:16 +02:00
Orta
e8fc62e1a2
Merge pull request #33300 from JoshuaKGoldberg/too-large-integer-bigint-codefix
...
Added codefix for numeric literals >= 2 ** 53
2019-09-11 22:53:19 +02:00
Orta
2c967c49eb
Merge branch 'master' into ts-in-js
2019-09-11 21:22:01 +02:00
Orta
fb9b3fe17d
Merge pull request #32345 from dragomirtitian/GH-32325-improve-const-function-extraction
...
Improved const extraction for function expressions and arrow functions
2019-09-11 21:19:45 +02:00
Orta
7435425842
Merge pull request #33199 from jack-williams/fix-32809
...
Fix #32809
2019-09-11 21:07:00 +02:00
Jack Williams
630499eca2
Assume void variables are initialized
2019-09-11 00:02:39 +01:00
Josh Goldberg
49be51dcf3
Added more helpful syntax error for enum member commas
...
Switches the error message emitted by the parser to the more specific _"An enum member name must be followed by a ',' or '='."_ when the expected comma doesn't follow the member.
2019-09-09 22:11:56 -04:00
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
Josh Goldberg
79e9bb1c8f
Added explicit check for scientific notation
2019-09-07 19:41:03 -04:00
Josh Goldberg
99f9719ab3
Added codefix for numeric literals >= 2 ** 53
...
`Number.MAX_SAFE_INTEGER` is `2 ** 53 - 1`, so anything greater than that is a 'dangerous' integer to store as a traditional number. This adds a codefix to suggest converting them to a `bigint` literal.
2019-09-07 18:43:32 -04:00
Alexander
9ee2b4d526
Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint
2019-09-07 10:11:49 +03:00
Nathan Shively-Sanders
330e51f098
Add test + reshuffle/rename new code
2019-09-06 15:15:19 -07: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
Nathan Shively-Sanders
052a3d9d73
Infer void from expr statement usage, not calls
...
This makes inferences a lot better.
2019-09-05 16:16:35 -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