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
|
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 |
|
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 |
|
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 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 |
|
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 |
|
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 |
|
Anders Hejlsberg
|
cedc53eb27
|
Add more tests
|
2016-12-11 17:44:29 -08:00 |
|
Anders Hejlsberg
|
7c5c664a1c
|
Merge pull request #12826 from Microsoft/mappedTypeModifiers2
Improve propagation of modifiers in mapped types
|
2016-12-10 15:16:05 -08:00 |
|
Anders Hejlsberg
|
57cb4aceb7
|
Merge pull request #12770 from Microsoft/deferIndexedAccess
Defer indexed access T[K] with non-generic K
|
2016-12-10 15:15:39 -08:00 |
|
Anders Hejlsberg
|
7fdfcf11cd
|
Add test to verify use of Pick<T, K> with setState
|
2016-12-10 10:15:18 -08:00 |
|
Anders Hejlsberg
|
7e974fadb6
|
Modify tests
|
2016-12-10 10:04:49 -08:00 |
|
Nathan Shively-Sanders
|
809706ba00
|
Test self-assignment w/array spread in loop
|
2016-12-09 10:52:49 -08:00 |
|
Sheetal Nandi
|
a2fb5f9ce8
|
Merge pull request #12778 from Microsoft/unusedLocalsAndObjectSpread
Do not report unused local error on locals that are intended for removing properties with object spread
|
2016-12-09 09:28:54 -08:00 |
|
Ron Buckton
|
00abd7e28b
|
Fix paramtypes metadata emit
|
2016-12-08 17:04:37 -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 |
|
Sheetal Nandi
|
81452c544a
|
Do not report unused local error on locals that are intended for removing properties with object spread
Fixes #12766
|
2016-12-08 15:12:35 -08:00 |
|
anubmat
|
9dd769dc3c
|
Merge pull request #12741 from Microsoft/allowBracketCompletionInComments
Allow brace completion in comments
|
2016-12-08 14:37:11 -08:00 |
|
Sheetal Nandi
|
9505a18894
|
Add tests when object spread is used in destructuring
|
2016-12-08 14:35:35 -08:00 |
|
Ron Buckton
|
09761b5f07
|
Fix error on extends in declaration file with importHelpers
|
2016-12-08 13:43:32 -08:00 |
|
Anders Hejlsberg
|
29f6e7ff12
|
Merge branch 'master' into deferIndexedAccess
# Conflicts:
# src/compiler/checker.ts
# tests/baselines/reference/keyofAndIndexedAccess.js
# tests/baselines/reference/keyofAndIndexedAccess.symbols
# tests/baselines/reference/keyofAndIndexedAccess.types
# tests/cases/conformance/types/keyof/keyofAndIndexedAccess.ts
|
2016-12-08 09:53:56 -08:00 |
|
Nathan Shively-Sanders
|
f79fca7087
|
Merge pull request #12675 from Microsoft/subsubclass-can-access-protected-constructor
Subsubclass can access protected constructor
|
2016-12-08 08:58:58 -08:00 |
|
Anders Hejlsberg
|
311bb3b2da
|
Add circularity tests
|
2016-12-08 06:53:29 -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 |
|
Ron Buckton
|
91f0194e6a
|
Merge pull request #12743 from Microsoft/fix12737
Fix await for inherited promise
|
2016-12-07 17:38:47 -08:00 |
|
Mohamed Hegazy
|
da4d41ff21
|
Merge pull request #12740 from Microsoft/fix12727
Fix decorator emit for accessors
|
2016-12-07 17:18:58 -08:00 |
|
Ron Buckton
|
8dcbea9675
|
Fix await for inherited promise
|
2016-12-07 17:17:17 -08:00 |
|
Anubha Mathur
|
cb0beb8343
|
Merge remote-tracking branch 'origin/master' into allowBracketCompletionInComments
|
2016-12-07 16:02:18 -08:00 |
|
Anubha Mathur
|
31dde97bbd
|
Allowing brace completion inside comments in JS and TS files
|
2016-12-07 15:58:05 -08:00 |
|
Ron Buckton
|
7eca4bc9be
|
Fix decorator emit for accessors
|
2016-12-07 15:48:23 -08:00 |
|
Andy
|
b0bbbcbe07
|
Merge pull request #12730 from Microsoft/memberList_to_completionList
Use "completionList" methods instead of "memberList" ones, since they're identical
|
2016-12-07 15:34:32 -08:00 |
|
Andy Hanson
|
6d37a60445
|
Remove debug statement
|
2016-12-07 14:07:35 -08:00 |
|
Mine Yalcinalp Starks
|
bd0893a5f5
|
Add JSDoc tag support for QuickInfo
|
2016-12-07 13:55:48 -08:00 |
|
Andy Hanson
|
9f20077914
|
Use "completionList" methods instead of "memberList" ones, since they're identical
|
2016-12-07 13:36:11 -08:00 |
|
Anders Hejlsberg
|
d7908d19be
|
Add tests
|
2016-12-06 14:42:08 -08:00 |
|
Sheetal Nandi
|
2a65f5ba09
|
Merge pull request #12691 from Microsoft/displayPartKind
Write property name of destructuring pattern explicitly when writing symbol display for binding element
|
2016-12-06 12:48:57 -08:00 |
|