Commit graph

15600 commits

Author SHA1 Message Date
Arthur Ozga d724517110 Merge branch 'master' into interfaceFixes 2016-12-09 13:28:05 -08:00
Arthur Ozga b9ae36cfbe Simplify index signature generation 2016-12-09 13:25:58 -08:00
Arthur Ozga 1338b94b2c Simplify rest parameter handling 2016-12-09 10:48:17 -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
Arthur Ozga 5e48e339dd cleanup 2016-12-08 18:34:49 -08:00
Arthur Ozga 819a654bb3 Add tests and fix rest parameters 2016-12-08 18:34:35 -08:00
Arthur Ozga 97b3d7a9ef make index signature fix work with generics 2016-12-08 17:19:19 -08:00
Arthur Ozga 2f51b363bf add missing index signature support 2016-12-08 16:34:15 -08:00
Vladimir Matveev 7da3383504 do not use ScriptVersionCache for closed files (#12777) 2016-12-08 16:17:42 -08:00
Arthur Ozga c1a41b9f3c Expose indexSignaturePrinting 2016-12-08 15:40:35 -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
anubmat 07ce4bd2e3 Merge pull request #12722 from Microsoft/correctCommentsScaffolding
Add parameters' type information in JSDoc comments scaffolding
2016-12-08 11:37:15 -08:00
Anubha Mathur 7073b3513b removing unneccessary comments 2016-12-08 10:07:11 -08:00
Anubha Mathur ca87eedc07 Merge remote-tracking branch 'origin/master' into correctCommentsScaffolding 2016-12-08 10:05:54 -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
Andy 2166364f83 Merge pull request #12721 from Microsoft/stringify_shim
Remove JSON.stringify shim
2016-12-08 06:32:22 -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
Arthur Ozga c22e47d26d add test for computed literals 2016-12-07 17:12:42 -08:00
Arthur Ozga 5cd0ea3741 handle well-known computed property/method names 2016-12-07 17:00:20 -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 420d6a2c24 Merge pull request #12732 from Microsoft/remove_debug_statements
Remove debug statement
2016-12-07 14:30:38 -08:00
Andy Hanson 6d37a60445 Remove debug statement 2016-12-07 14:07:35 -08:00
Andy Hanson 9f20077914 Use "completionList" methods instead of "memberList" ones, since they're identical 2016-12-07 13:36:11 -08:00
Andy Hanson 85545d9fe8 Remove JSON.stringify shim 2016-12-07 11:34:19 -08:00
Anubha Mathur 081c692197 replacing let with const 2016-12-07 11:14:24 -08:00
Anubha Mathur 27f72eb5cf Merge remote-tracking branch 'origin/master' into correctCommentsScaffolding 2016-12-07 09:21:11 -08:00
Andy 7b1fc21460 Merge pull request #12708 from Microsoft/convert_json_option
Reuse code from convertJsonOptionOfCustomType
2016-12-07 08:58:25 -08:00
Andy Hanson efa8c4171b Reuse code from convertJsonOptionOfCustomType 2016-12-07 08:19:47 -08:00
Arthur Ozga c511aea581 Add Support for multiple signatures 2016-12-06 19:46:08 -08:00
Anubha Mathur 942c3c6d77 Merge remote-tracking branch 'origin/master' into correctCommentsScaffolding 2016-12-06 17:45:49 -08:00
Vladimir Matveev c1ec7eff08 remove projects that were no present in the input list in openExternalProjects (#12699)
remove projects that were no present in the input list in openExternalProjects
2016-12-06 16:44:46 -08:00
Mohamed Hegazy 4e9bc69727 Merge pull request #12695 from Microsoft/AddEmptyTypes
Add empty `types` list to tsconfig.json
2016-12-06 15:12:09 -08:00
Mohamed Hegazy 3d2a553994 Add empty types list to tsconfig.json 2016-12-06 13:39:24 -08:00
Mohamed Hegazy 7b102960cc Add authors from https://github.com/Microsoft/TSJS-lib-generator/blob/master/AUTHORS.md 2016-12-06 13:14:22 -08:00
Mohamed Hegazy 3db14216c5 Update authors 2016-12-06 13:14:17 -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
Sheetal Nandi 7d049c2742 Write property name of destructuring pattern explicitly
There wont be any symbol for the property name but we already know it is a property name
Fixes #12166
2016-12-06 11:42:44 -08:00
Ron Buckton 847b42d7ba Merge pull request #12690 from Microsoft/fix12669
Add error for super property before super
2016-12-06 11:27:09 -08:00
Ron Buckton e8024e4266 Updated baseline 2016-12-06 11:19:27 -08:00
Ron Buckton 9336886fc2 Added more specific diagnostic message 2016-12-06 10:57:52 -08:00
Ron Buckton f89156bf55 Add error for super property before super 2016-12-06 10:47:02 -08:00
Nathan Shively-Sanders 8f2d531907 Merge pull request #12680 from aluanhaddad/12678
Add ReadonlyArray<T>.includes to es2016.array.include.d.ts
2016-12-06 07:50:34 -08:00
Aluan Haddad ee0894339d Add ReadonlyArray<T>.includes to es2016.array.include.d.ts 2016-12-05 18:25:45 -05:00