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
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
Mine Yalcinalp Starks
2875d5bc70
Fix whitespace
2016-12-12 14:15:11 -08:00
Mine Yalcinalp Starks
d7c4001b2b
Clean up per CR comments
2016-12-12 13:51:43 -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
Mohamed Hegazy
a350b8c094
Merge pull request #12781 from Microsoft/mergeMaster1208
...
Merge master 12/08
2016-12-08 16:25:32 -08:00
Ron Buckton
650752c873
Fix decorator emit for accessors
2016-12-08 16:06:54 -08:00
Ron Buckton
2b4084ac5e
Fix await for inherited promise
2016-12-08 16:06:41 -08:00
Mohamed Hegazy
f1d7a8aeed
Update version
2016-12-08 16:04:40 -08:00
Mine Yalcinalp Starks
5130e95008
Add JSDoc tag support for completion entry details
2016-12-07 18:35:43 -08:00
Mine Yalcinalp Starks
cf2bfc0a12
Add JSDoc tag support for Signature Help
2016-12-07 17:55:14 -08:00
Mine Yalcinalp Starks
bd0893a5f5
Add JSDoc tag support for QuickInfo
2016-12-07 13:55:48 -08:00
Mohamed Hegazy
409311f363
Update LKG
v2.1.4
2016-12-05 11:49:56 -08:00
Mohamed Hegazy
e15166af42
Merge pull request #12670 from Microsoft/mergeMaster1205
...
Merge master1205
2016-12-05 10:46:55 -08:00
Mohamed Hegazy
ae3b6e7841
Merge branch 'master' into release-2.1
2016-12-05 10:19:37 -08:00
Anders Hejlsberg
5c71de103a
Merge pull request #12652 from Microsoft/fixIndexedAccessWithAny
...
Indexed access 'any[K]' is of type any
2016-12-05 06:30:12 -08:00
Anders Hejlsberg
ee172cfa39
Accept new baselines
2016-12-04 07:50:10 -08:00
Anders Hejlsberg
95aed3f4ee
Add regression test
2016-12-04 07:49:55 -08:00
Anders Hejlsberg
c52eb6cef3
Indexed access any[K] has type any
2016-12-04 07:43:10 -08:00
Anders Hejlsberg
b7e8a6d1f1
Merge pull request #12643 from Microsoft/keyofUnionIntersection
...
Properly handle unions and intersections with keyof T and T[K]
2016-12-04 07:03:15 -08:00
Anders Hejlsberg
23992ba106
Merge pull request #12640 from Microsoft/mappedTypesSecondaryInferences
...
Classify mapped type inferences as secondary
2016-12-04 07:02:51 -08:00
Anders Hejlsberg
3aa05b27e9
Accept new baselines
2016-12-03 17:19:30 -08:00
Anders Hejlsberg
b4836e3d3d
Add tests
2016-12-03 17:19:10 -08:00
Anders Hejlsberg
b876211111
Property handle union/intersection types in type variable checks
2016-12-03 17:18:43 -08:00
Daniel Rosenwasser
f61a22478a
Merge pull request #12639 from MattiasBuelens/fixElideFallthrough
...
Fix elided syntax kinds falling through to visitConstructor in TypeScript transformer
2016-12-03 13:46:33 -08:00
Anders Hejlsberg
970c4aa4f7
Accept new baselines
2016-12-03 11:03:46 -08:00
Anders Hejlsberg
773c9a734f
Add tests
2016-12-03 11:03:40 -08:00
Anders Hejlsberg
c538f1fdf7
Classify mapped type inferences as secondary
2016-12-03 11:03:18 -08:00
Mattias Buelens
931006338a
Fix elided syntax kinds falling through to visitConstructor in TypeScript transformer.
2016-12-03 17:52:04 +01:00
Anders Hejlsberg
a230cb7e77
Merge pull request #12623 from Microsoft/nestedIndexedAccess
...
Treat indexed access types 'T[K]' as type variables
2016-12-02 15:53:49 -08:00
Anders Hejlsberg
fe0b66a00c
Accept new baselines
2016-12-02 14:50:21 -08:00
Anders Hejlsberg
1e2425ebfc
Add tests
2016-12-02 14:50:14 -08:00
Anders Hejlsberg
b3b23597a8
Accept new baselines
2016-12-02 14:29:23 -08:00
Anders Hejlsberg
3b1d6c969d
Treat indexed access types T[K] as type variables
2016-12-02 14:29:03 -08:00
Mohamed Hegazy
012159b25d
Merge pull request #12614 from arusakov/cli_targets_descriptions_es2016_es2017_esnext
...
Update cli --target description (ES2016, ES2017 and ESNEXT)
2016-12-02 10:27:32 -08:00
arusakov
edb376db01
Update cli --target description (es2016 and 2017)
2016-12-02 18:54:11 +03:00
Mohamed Hegazy
efe7b65fa6
Merge pull request #12610 from Microsoft/Port12590
...
Port #12590
2016-12-01 13:29:17 -08:00
Sheetal Nandi
e5b5fe1bd7
When creating string literal for property access, unescape the identifier text
...
Fixes #12562
2016-12-01 13:04:21 -08:00
Sheetal Nandi
86f69f13fa
Add test for the decorated method beginning with underscore
2016-12-01 13:04:11 -08:00
Mohamed Hegazy
a9621760b3
Update LKG
2016-12-01 12:22:17 -08:00
Mohamed Hegazy
256e08569b
Update version
2016-12-01 12:17:21 -08:00
Mohamed Hegazy
af119e9ba5
Merge pull request #12608 from Microsoft/mergeMaster1201
...
Merge master1201
2016-12-01 12:16:50 -08:00
Mohamed Hegazy
8294e9ff4d
Merge branch 'master' into release-2.1
2016-12-01 12:03:17 -08:00
Mohamed Hegazy
2cec8dbe84
Merge pull request #12575 from zhengbli/port12570
...
Reset the noEmitForJsFiles option when updating compiler options (#12…
2016-12-01 11:09:51 -08:00
Nathan Shively-Sanders
fc1f6e3ee6
Merge pull request #12564 from Microsoft/rest-of-untyped-binding-pattern-is-any
...
Rest of untyped binding pattern is { [s: string]: any }
2016-11-30 17:39:18 -08:00
Nathan Shively-Sanders
77226318ef
Update baselines
2016-11-30 17:26:30 -08:00
Nathan Shively-Sanders
ddf03bae3c
Rest of untyped binding pattern is back to str index sig
2016-11-30 17:25:44 -08:00