Commit graph

28432 commits

Author SHA1 Message Date
Andrew Branch
f41c9b2c20
Rename parameter 2019-07-10 13:34:58 -07:00
Andrew Branch
ab9e583e45
Remove "Did you forget to use await" for unary arithmetic expressions 2019-07-10 13:18:37 -07:00
TypeScript Bot
34ffefb922 Update user baselines (#32324) 2019-07-10 13:00:30 -07:00
Alexander T
ccba537962 Merge branch 'feature/eslint' of https://github.com/a-tarasyuk/TypeScript into feature/eslint 2019-07-10 14:36:56 +03:00
Alexander T
9d01ef0f8e Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint 2019-07-10 14:36:10 +03:00
Florian Regensburger
196db5bbcb Fixed lint error 2019-07-10 02:35:40 +02:00
Florian Regensburger
f273448925 Added addMissingConst codefix for comma separated initializers 2019-07-10 02:11:02 +02:00
Andrew Branch
a4cddd4647
Merge pull request #32239 from andrewbranch/enhancement/missing-await-errors
Improve error messages for potentially missing 'await'
2019-07-09 16:28:54 -07:00
Nathan Shively-Sanders
949956b586
Improve multiple overloads error span (#32315)
* Improve multiple overloads error span

When all errors for a multiple-overload error refer to the same span,
use that span instead of the one for the entire call.

This situation is quite common for 2-overload sets in React.

* Update baselines

* Fix lint
2019-07-09 15:39:42 -07:00
Anders Hejlsberg
b0f050f4ee
Merge pull request #32260 from microsoft/fix32169
Include conditional types in top-level type parameter check
2019-07-09 10:30:44 -07:00
Florian Regensburger
1de7881141 Add negative test case for addMissingConst codeFix with unexpected array elements 2019-07-09 02:07:54 +02:00
Florian Regensburger
384669a1ce Finish addMissingConst codefix for single variable and array literal assignments 2019-07-09 01:56:50 +02:00
Andrew Branch
bdd8a3e878
Only add "Did you forget await" for function args when the parameter type is not promise-like 2019-07-08 16:32:53 -07:00
Andrew Branch
64501996cc
Update error code 2019-07-08 14:52:23 -07:00
Andrew Branch
6626a99f11
Fix bad rebase 2019-07-08 14:44:57 -07:00
Andrew Branch
eb6b87aa26
Refactor to use related info everywhere 2019-07-08 14:37:45 -07:00
Andrew Branch
094a001982
Did you forget to use await? on arguments of function calls 2019-07-08 14:33:25 -07:00
Andrew Branch
e89a2c4571
Update baselines 2019-07-08 14:03:59 -07:00
Andrew Branch
a3a076d79f
Did you forget to use await? for call and construct signatures 2019-07-08 14:01:25 -07:00
Andrew Branch
48fc6b8b17
Did you forget to use await? on iterables 2019-07-08 13:59:59 -07:00
Andrew Branch
c48e34ef91
Did you forget to use await? for operators 2019-07-08 13:50:56 -07:00
Nathan Shively-Sanders
fb50920a67
Merge pull request #32092 from microsoft/report-multiple-overload-errors
Report multiple overload errors
2019-07-08 13:25:38 -07:00
Nathan Shively-Sanders
05a4e8f29e Update more baselines (?) 2019-07-08 13:04:59 -07:00
Orta Therox
e55f97ec28 Updates the baselines for the typo fixes 2019-07-08 14:43:06 -04:00
Nathan Shively-Sanders
2233ebadea Update baselines 2019-07-08 09:52:12 -07:00
Nathan Shively-Sanders
834a476a96 Merge branch 'master' into report-multiple-overload-errors 2019-07-08 09:33:24 -07:00
Florian Regensburger
7d08f172d8 Added fourslash tests for standalone and array initialization cases and started implementing them 2019-07-07 13:56:34 +02:00
Alexander
c5453c8b35 import/no-extraneous-dependencies 2019-07-05 21:55:05 +03:00
Alexander
8e18bebdd5 fix eslint errors after merge 2019-07-05 21:12:54 +03:00
Alexander
45f8dc97d3 Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint 2019-07-05 21:02:53 +03:00
Anders Hejlsberg
0d992921d5 Accept new baselines 2019-07-04 16:27:19 -10:00
Anders Hejlsberg
de2fb9584e Add regression test 2019-07-04 16:27:03 -10:00
Anders Hejlsberg
d7f8f0072e Include conditional types in top-level type parameter check 2019-07-04 16:26:54 -10:00
Alexander T
4defd1d635 Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint 2019-07-04 12:49:33 +03:00
Ron Buckton
e8bf9584aa
Improve type checking and inference for Generators and Async Generators (#30790)
* Improve typing for Generators and Async Generators

* Add TReturn and TNext to Iterator, IterableIterator, etc.

* Update ts internal Iterator to be assignable from global Iterator

* Make 'done' optional in IteratorYieldResult

* Revert Iterable and IterableIterator to simpler versions plus other fixes

* Add additional inference tests

* Added additional tests

* PR cleanup and minor async iteration type fix

* Updated diagnostics message and added non-strict tests

* Fix expected arity of Iterator/AsyncIterator
2019-07-03 21:55:59 -07:00
Wesley Wigham
0bea4bd3c9
Widen object literal this types (#32240) 2019-07-03 15:58:21 -07:00
Orta Therox
6e9d098d41 Adds support for completions after ASI inserted expressions
Signed-off-by: Andrew Branch <andrew.branch@microsoft.com>
2019-07-03 18:02:44 -04:00
Nathan Shively-Sanders
19b593ee4e Merge branch 'master' into report-multiple-overload-errors 2019-07-03 14:55:06 -07:00
Nathan Shively-Sanders
68cb3ae136
Merge pull request #32232 from typescript-bot/user-update-Microsoft-20190603
🤖 User test baselines have changed
2019-07-03 11:22:56 -07:00
Nathan Shively-Sanders
6f0baa3ae1
Merge pull request #29717 from petersandor/jsdoc-tag-author-email-support
Support email in author JSDoc tag
2019-07-03 10:42:02 -07:00
Andrew Branch
16bbb4d002
Merge pull request #32077 from andrewbranch/bug/31114
Fix incorrect noImplicitAny error on contextual union function signature
2019-07-03 10:10:10 -07:00
Nathan Shively-Sanders
722917f04e Remove TODO 2019-07-03 09:50:03 -07:00
Nathan Shively-Sanders
d92e8ea4a1 Update baselines 2019-07-03 09:49:00 -07:00
Nathan Shively-Sanders
e62d84cd88 Merge branch 'master' into report-multiple-overload-errors 2019-07-03 09:28:44 -07:00
typescript-bot
ba1a062b93 Update user baselines 2019-07-03 14:02:33 +00:00
Anders Hejlsberg
340f81035f
Merge pull request #32178 from microsoft/improveTupleDestructuring
Simplify tuple destructuring logic
2019-07-02 17:25:12 -07:00
Anders Hejlsberg
440ed83f29
Merge pull request #32079 from microsoft/instantiationCountLimiter
Add type instantiation count limiter
2019-07-02 17:19:39 -07:00
Anders Hejlsberg
345777e45e
Merge pull request #32208 from microsoft/fix31766
Restore union-like behavior for inference to conditional types
2019-07-02 10:01:23 -07:00
Nathan Shively-Sanders
47856b3cc8
Merge pull request #32217 from typescript-bot/user-update-Microsoft-20190602
🤖 User test baselines have changed
2019-07-02 09:15:11 -07:00
Nathan Shively-Sanders
de52797873 Update baselines 2019-07-02 08:34:34 -07:00