15701 Commits

Author SHA1 Message Date
Mohamed Hegazy
a91dd82a63 Merge branch 'master' into release-2.1 2016-12-14 13:58:01 -08:00
Daniel Rosenwasser
8e94d84953 Merge pull request #12893 from Microsoft/capturedThisFix
Avoid replacing last statement of derived constructors if 'this' is referenced.
2016-12-14 13:31:08 -08:00
Daniel Rosenwasser
784eac5cbd Indented and-ed expressions. 2016-12-14 12:56:40 -08:00
Daniel Rosenwasser
a01c195b4b Accepted baselines. 2016-12-14 12:53:19 -08:00
Daniel Rosenwasser
dd0a3809d6 Added a tests for super property accesses within super calls of derived classes. 2016-12-14 12:48:02 -08:00
jramsay
2e97cffe61 Merge pull request #12898 from Microsoft/NavigateToFixForIIFE
NavigateTo is not working correctly for declarations in IIFEs
2016-12-14 10:56:44 -08:00
Andy
757af496e1 Merge pull request #12862 from Microsoft/neater_checker
Make some code in checker neater
2016-12-14 07:48:40 -08:00
Mohamed Hegazy
8f4cefe4fd Merge pull request #12897 from Microsoft/Fix12316
Add `method` to known tag names
2016-12-13 21:40:03 -08:00
Jason Ramsay
97641e7c3c NavigateTo is not working correctly for declarations in IIFEs
Fix: visit the node's children even when the function declaration name is undefined
2016-12-13 16:47:32 -08:00
Mohamed Hegazy
c9111a0dbb Fix https://github.com/Microsoft/TypeScript/issues/12316: Add method to known tag names 2016-12-13 16:36:54 -08:00
Mohamed Hegazy
a6decf98bf Update LKG 2016-12-13 14:53:19 -08:00
Nathan Shively-Sanders
e9814f8a2f Test:spreading any doesn't set flags on anyType
And update baselines
2016-12-13 14:16:30 -08:00
Nathan Shively-Sanders
45aa59b342 Set symbol/flags only on (fresh) object spreads
If you spread any into an object, the type is any, which should not be
changed.
2016-12-13 14:16:23 -08:00
Nathan Shively-Sanders
ae2a13cf18 Merge pull request #12896 from Microsoft/implicit-any-error-on-explicit-any
Set symbol/flags only on (fresh) object spreads
2016-12-13 14:15:52 -08:00
Nathan Shively-Sanders
587ba8d0ae Test:spreading any doesn't set flags on anyType
And update baselines
2016-12-13 13:55:13 -08:00
Nathan Shively-Sanders
8dc1747db7 Set symbol/flags only on (fresh) object spreads
If you spread any into an object, the type is any, which should not be
changed.
2016-12-13 13:52:58 -08:00
Vladimir Matveev
051648ca91 Merge pull request #12895 from Microsoft/vladima/merge-master
merge master into release-2.1
2016-12-13 13:50:24 -08:00
Vladimir Matveev
058efaf59e Merge remote-tracking branch 'origin/master' into vladima/merge-master 2016-12-13 13:35:19 -08:00
Vladimir Matveev
e68161adfa when language service is disabled - build program using only open files (#12809) 2016-12-13 13:21:32 -08:00
Vladimir Matveev
c71e6cc9ef add a new line if after writing trailing comments (#12894) 2016-12-13 12:57:21 -08:00
Daniel Rosenwasser
0de57d9707 Accepted baselines. 2016-12-13 11:59:10 -08:00
Daniel Rosenwasser
7da4b857f2 Don't replace the last statement if 'this' is used/captured within the constructor. 2016-12-13 11:58:58 -08:00
Vladimir Matveev
e5e1533d49 mark types used in decorator metadata as referenced (#12890) 2016-12-13 11:46:06 -08:00
Andy Hanson
891159c6ac Make some code in checker neater 2016-12-13 07:21:55 -08:00
Mohamed Hegazy
e936e77db4 Merge pull request #12867 from Microsoft/mergeMaster1212-2
Merge master 12/12
2016-12-12 17:40:23 -08:00
Mohamed Hegazy
5adea53bd6 Merge branch 'master' into release-2.1 2016-12-12 17:22:27 -08:00
Mohamed Hegazy
c76a3a6fef Merge pull request #12782 from Microsoft/fix12439
Fix paramtypes metadata emit
2016-12-12 16:22:34 -08:00
Mohamed Hegazy
24c56a5733 Merge pull request #12775 from Microsoft/fix12724
Fix error on extends in declaration file with importHelpers
2016-12-12 16:18:22 -08:00
Mohamed Hegazy
2f6ff9b8e0 Merge pull request #12864 from Microsoft/mergeMaster1212
Merge master 12/12
2016-12-12 16:13:07 -08:00
Nathan Shively-Sanders
3eab9b0093 Merge branch 'release-2.1' of https://github.com/Microsoft/TypeScript into release-2.1 2016-12-12 15:53:52 -08:00
Mine Starks
17d7aa8822 Merge pull request #12856 from minestarks/includejsdoctags
Expose JSDoc tags through the language service
2016-12-12 15:29:29 -08:00
Nathan Shively-Sanders
525a06f2b3 Merge pull request #12858 from Knagis/master
Fixed missing whitespace in jsDoc comments. Fixes #12236
2016-12-12 15:12:57 -08:00
Nathan Shively-Sanders
3d3429c896 Use checkExpression in checkSpreadExpression
Not checkExpressionCached. checkExpressionCached ignores ongoing control
flow analysis, which causes the following loop to make the compiler
recur infinitely:

```ts
let a = []
for (const x of []) {
    a = [...a]
}
```
2016-12-12 15:06:44 -08:00
Nathan Shively-Sanders
6aebe9b77e Test self-assignment w/array spread in loop 2016-12-12 15:06:25 -08:00
Mohamed Hegazy
d9a2cf3774 Merge branch 'master' into release-2.1 2016-12-12 15:05:48 -08:00
Mine Yalcinalp Starks
2875d5bc70 Fix whitespace 2016-12-12 14:15:11 -08:00
Kārlis Gaņģis
aa4a0b6469 Fixed jsDoc parser - no longer omits asterisks in the middle (if the line does not start with asterisk) and additional case for whitespaces being ignored 2016-12-13 00:05:16 +02:00
Mine Yalcinalp Starks
d7c4001b2b Clean up per CR comments 2016-12-12 13:51:43 -08:00
Anders Hejlsberg
055c0af397 Merge pull request #12843 from Microsoft/mappedTypeModifiers3
Additional tweak to mapped type property modifier propagation
2016-12-12 13:15:19 -08:00
Andy
d73e02232d Merge pull request #12857 from Microsoft/release_2.1_untyped_augmentation_2
[release-2.1] Produce an error for an augmentation of an untyped module even if `moduleNotFoundError` is not defined
2016-12-12 12:54:23 -08:00
Andy Hanson
c717f68fb1 Produce an error for an augmentation of an untyped module even if moduleNotFoundError is not defined 2016-12-12 12:44:27 -08:00
Vladimir Matveev
d0506735e3 elaborate check before converting fresh literal type to regular (#12595) 2016-12-12 12:37:06 -08:00
Kārlis Gaņģis
19070648eb Added test for https://github.com/Microsoft/TypeScript/issues/12236 2016-12-12 22:33:45 +02:00
Andy
a33e6536e0 Merge pull request #12852 from Microsoft/untyped_augmentation_2
Produce an error for an augmentation of an untyped module even if `moduleNotFoundError` is not defined
2016-12-12 12:33:37 -08:00
Kārlis Gaņģis
05b17255f6 Fixed missing whitespace in jsDoc comments. Fixes https://github.com/Microsoft/TypeScript/issues/12236 2016-12-12 21:40:00 +02:00
Nathan Shively-Sanders
65bb78d569 Merge pull request #12808 from Microsoft/self-referencing-spread-recursive-loop
Self-referencing spread recursive loop
2016-12-12 10:40:34 -08:00
Vladimir Matveev
496a14a021 create new lexical environment for the body of converted loop (#12831) 2016-12-12 10:18:30 -08:00
Vladimir Matveev
a604d84f5c guard against visiting the same symbol table multiple times (#12818) 2016-12-12 10:17:07 -08:00
Mohamed Hegazy
23ec976719 Merge pull request #12591 from chicoxyzzy/add_node6_to_ci
Add node6 to ci
2016-12-12 09:57:42 -08:00
Andy Hanson
83eddb549e Produce an error for an augmentation of an untyped module even if moduleNotFoundError is not defined 2016-12-12 07:36:54 -08:00