Commit Graph

  • 7afee8c3ab Fix formatting Andy Hanson 2017-02-28 06:09:22 -08:00
  • 2a3800965b Fix TypeError when JSDoc.tags is undefined (see #14362) DLehenbauer 2017-02-28 07:31:01 -08:00
  • 4f1d7a56b9 Merge pull request #14338 from Microsoft/fix14334 Ron Buckton 2017-02-27 16:04:34 -08:00
  • b977b8cc45 Respond to code review comments Mohamed Hegazy 2017-02-27 15:58:01 -08:00
  • cc4a3a830f Add check for undefined declarations Andy Hanson 2017-02-27 14:18:46 -08:00
  • e7e26ce10b Added experiment flag. Ron Buckton 2017-02-27 12:06:31 -08:00
  • 8c2bcaedee Fix emit for downlevel generated catch variable Ron Buckton 2017-02-27 11:43:52 -08:00
  • 36eb1ced1d Merge pull request #14324 from mihailik/master Mohamed Hegazy 2017-02-27 11:32:11 -08:00
  • 5d46d434e0 Error when used enum before declaration Kanchalai Tanglertsampan 2017-02-27 11:21:12 -08:00
  • 90ad8dc529 Merge pull request #14330 from mihailik/patch-1 Mohamed Hegazy 2017-02-27 11:11:26 -08:00
  • 14b0c77f24 Merge pull request #14327 from Microsoft/getTypeParameters Andy 2017-02-27 10:46:03 -08:00
  • 5bda48ba8d Add tests Anders Hejlsberg 2017-02-27 10:19:26 -08:00
  • cd87d903a0 Update comment Anders Hejlsberg 2017-02-27 10:19:14 -08:00
  • d7461c874b Promise is a duplicate here - fails to build mihailik 2017-02-27 08:39:01 +00:00
  • c2f4b202a4 Add more specific return type for getTypeParameters() andy-ms 2017-02-26 17:47:39 -08:00
  • baef2aa2c1 Baseline accept Oleg Mihailik 2017-02-27 01:05:56 +00:00
  • 6a88cf0edf Better check for right.text, more comments in test Oleg Mihailik 2017-02-26 23:13:50 +00:00
  • f7df4e00cc Update baselines Yui T 2017-02-25 22:40:47 -08:00
  • 87d804e471 Merge pull request #14313 from Microsoft/updateJakeFile Mohamed Hegazy 2017-02-25 19:08:19 -08:00
  • 27675fc96e Avoid failing TS2695 for eval. Oleg Mihailik 2017-02-25 23:35:24 +00:00
  • efcca8ce46 Make server target depend on services inputs Mohamed Hegazy 2017-02-25 13:02:56 -08:00
  • 6fdd929a66 Update test Anders Hejlsberg 2017-02-24 19:52:50 -08:00
  • 20b4523d0f Rename applyToContextualType to mapType and remove old mapType Anders Hejlsberg 2017-02-24 19:52:22 -08:00
  • 16f403058f Accept new baselines Anders Hejlsberg 2017-02-24 18:12:09 -08:00
  • 9dc2bae2e6 Use contextual type of object literal as 'this' in methods Anders Hejlsberg 2017-02-24 18:00:27 -08:00
  • 1415cf4ea2 Update tests and baselines to declare class declaration before use Kanchalai Tanglertsampan 2017-02-24 17:48:06 -08:00
  • 6a9e7e50e5 Added tests and for-of/for-in down-leveling Ron Buckton 2017-02-24 17:31:21 -08:00
  • 21ef9078ad Wrapping LSHost's cancellationtoken with a throttle Jason Ramsay 2017-02-23 15:52:38 -08:00
  • d511884cd9 Update baselines from issueing an error for class used before declaration Kanchalai Tanglertsampan 2017-02-24 16:47:10 -08:00
  • ed7a3d00b9 Issue an error when class is used before class declaration Kanchalai Tanglertsampan 2017-02-24 16:46:21 -08:00
  • 5b23dbc999 Merge pull request #14302 from Microsoft/make-special-property-assignment-apply-only-to-lhs Nathan Shively-Sanders 2017-02-24 15:14:30 -08:00
  • 44e1140cf6 Rename tests Nathan Shively-Sanders 2017-02-24 14:53:35 -08:00
  • 1a579d1d4d Merge pull request #14284 from Microsoft/jsDocUpperCasePrimitiveTypes Mohamed Hegazy 2017-02-24 14:31:30 -08:00
  • 82b5655e66 Special prop assignment symbol applies only to lhs Nathan Shively-Sanders 2017-02-24 14:22:55 -08:00
  • 489349e089 Add new tests and baselines Kanchalai Tanglertsampan 2017-02-24 11:42:08 -08:00
  • abeb2a9364 Update baseline: emit prologue directives before anything else Kanchalai Tanglertsampan 2017-02-24 11:40:15 -08:00
  • 097bc77d0b Emit unique prologue directives at the top of bundle output file Kanchalai Tanglertsampan 2017-02-24 11:37:34 -08:00
  • 2d4b4c9c80 Merge pull request #14014 from zhengbli/12233 Zhengbo Li 2017-02-23 21:26:32 -08:00
  • fd8040978b Allow primitive types in JSDoc to start wtih uppercase letters Mohamed Hegazy 2017-02-23 21:25:30 -08:00
  • f8f3ba75e8 Safe navigation in destructuring Ron Buckton 2017-02-23 17:10:56 -08:00
  • 91571f05d3 Add support for handeling .js file correctelly in fixAddMissingMember code fix Mohamed Hegazy 2017-02-23 15:58:49 -08:00
  • d219f8afc5 Fix comment Kanchalai Tanglertsampan 2017-02-23 15:31:19 -08:00
  • 231c3cb8ab Emit first encounter shebang at the top of a output file Kanchalai Tanglertsampan 2017-02-23 15:27:22 -08:00
  • eca4af5029 When making unit test only include non empty line. This is crucial because it will allow us to test shebang which has to be the first line Kanchalai Tanglertsampan 2017-02-23 15:26:30 -08:00
  • 02ccd91159 Infer class properties from methods and not just constructors Mohamed Hegazy 2017-02-23 15:20:08 -08:00
  • 9c0046c057 Emit and check for safe navigation Ron Buckton 2017-02-23 14:32:24 -08:00
  • 9b6b6cc289 Fix linting error Anders Hejlsberg 2017-02-22 19:32:34 -08:00
  • ec292c92e2 Update test Anders Hejlsberg 2017-02-22 19:25:19 -08:00
  • c2d8a593b9 Accept new baselines Anders Hejlsberg 2017-02-22 19:18:53 -08:00
  • 168d367b5e Contextually type 'this' in accessors of object literals Anders Hejlsberg 2017-02-22 19:16:55 -08:00
  • e62108cf9b Removing throttling until tests prove it is required Jason Ramsay 2017-02-22 17:33:11 -08:00
  • fbccb62d4b cleanup tests Arthur Ozga 2017-02-22 16:20:14 -08:00
  • 65da012527 Merge pull request #14158 from aozgaa/QuickFixPeriods Arthur Ozga 2017-02-22 16:15:34 -08:00
  • 1c25034a18 instantiate generic this param correctly Arthur Ozga 2017-02-22 16:15:16 -08:00
  • 84b9ebd0d7 Return empty string instead to prevent exception downstream particularly in writeReferencePath Kanchalai Tanglertsampan 2017-02-22 15:42:22 -08:00
  • 497d8d3a58 Updates from CR comments Jason Ramsay 2017-02-22 15:33:57 -08:00
  • eb34f0ca03 a few fixed in printer/factory (#14239) Vladimir Matveev 2017-02-22 15:24:29 -08:00
  • d9fceab72d Parse and Emit for safe navigation Ron Buckton 2017-02-22 15:17:52 -08:00
  • 746c45ccd9 Merge pull request #14250 from Microsoft/fix-crash-in-isConstructorType Nathan Shively-Sanders 2017-02-22 14:31:33 -08:00
  • a37053f780 Addressing CR comments - Adding a throttle - Refactor - Navbar reset onCancel Jason Ramsay 2017-02-22 09:54:45 -08:00
  • dbaf1f6756 isConstructorType checks base constraint for undefined Nathan Shively-Sanders 2017-02-22 14:16:20 -08:00
  • 1217ca7986 Merge branch 'master' into ImplementMissingThis Arthur Ozga 2017-02-22 12:50:13 -08:00
  • 31c4ad193f Merge pull request #14216 from Microsoft/master-fix13526 Yui 2017-02-22 11:01:08 -08:00
  • 5cc9414839 Update baselines Kanchalai Tanglertsampan 2017-02-22 10:24:24 -08:00
  • 43cb2f5646 Add tests Kanchalai Tanglertsampan 2017-02-22 10:24:00 -08:00
  • f55167e565 Collect type from return statment in generator function Kanchalai Tanglertsampan 2017-02-22 10:23:47 -08:00
  • 7e2abfca28 Add a string indexer to any for object literals on a .js file Mohamed Hegazy 2017-02-21 18:44:57 -08:00
  • 51966076d4 fix #14187, forIn should allow non primitive object as right hand side Herrington Darkholme 2017-02-21 11:52:12 +08:00
  • cabaeae4c7 Add tests and update baaselines Kanchalai Tanglertsampan 2017-02-21 14:29:22 -08:00
  • 994ddacae2 Allow JSX attributes to be union types Kanchalai Tanglertsampan 2017-02-21 14:28:46 -08:00
  • 359823b4be ignore request for codefixes with no error codes (#14215) Vladimir Matveev 2017-02-21 13:59:33 -08:00
  • 3f198e6751 Adding cancellation token checks for lower priority tasks Jason Ramsay 2017-02-17 13:54:07 -08:00
  • 06c318c69a Merge branch 'master' into externalExportStar Ron Buckton 2017-02-21 12:35:35 -08:00
  • b0d916bd99 manually accept baselines Arthur Ozga 2017-02-21 12:13:15 -08:00
  • 0290e20b8e Get completion of JSX attributes type when tag name is a property access expression Kanchalai Tanglertsampan 2017-02-21 10:54:28 -08:00
  • dca368b719 handle the case when conversion of tsconfig.json failed (#14160) Vladimir Matveev 2017-02-21 10:27:50 -08:00
  • b4d2b1db0d Merge pull request #14181 from staxmanade/patch-2 Daniel Rosenwasser 2017-02-20 10:03:54 -08:00
  • e2222b2680 Update protocol.ts Jason Jarrett 2017-02-19 22:14:39 -08:00
  • 6c9ba46e8b Fix compile errors Klaus Meinhardt 2017-02-19 22:03:32 +01:00
  • 077862736d Add parent type for nodes where possible Klaus Meinhardt 2017-02-19 21:26:04 +01:00
  • 5ed5e5fd94 Add CatchClause to VariableDeclaration.parent Klaus Meinhardt 2017-02-19 18:38:09 +01:00
  • 1d339de342 Fix #14171: Recognize property assignements to module.export aliases as exports Mohamed Hegazy 2017-02-18 14:17:12 -08:00
  • 2d62245607 Merge pull request #14163 from Microsoft/fix14151 Ron Buckton 2017-02-17 18:26:56 -08:00
  • 7d77c2bc18 Fix for-await-of emit in async function Ron Buckton 2017-02-17 18:01:13 -08:00
  • a29e8cf240 Update LKG v2.2.1 Mohamed Hegazy 2017-02-17 17:29:02 -08:00
  • 1120971a6e Fix #14136: Make Object.create return any all the time Mohamed Hegazy 2017-02-17 16:47:51 -08:00
  • 2804154778 Merge pull request #14162 from Microsoft/Fix14136 Mohamed Hegazy 2017-02-17 17:14:15 -08:00
  • a89c62a268 Fix #14136: Make Object.create return any all the time Mohamed Hegazy 2017-02-17 16:47:51 -08:00
  • 2c3369e2a4 Merge branch 'master' into ImplementMissingThis Arthur Ozga 2017-02-17 14:25:00 -08:00
  • 7b58be779b update baselines Arthur Ozga 2017-02-17 14:21:35 -08:00
  • 5af5358f3a update unit tests Arthur Ozga 2017-02-17 14:21:15 -08:00
  • f3b80b75a5 add periods Arthur Ozga 2017-02-17 10:39:05 -08:00
  • 9ca08a4efa Fix linting Kanchalai Tanglertsampan 2017-02-17 13:50:05 -08:00
  • fc6eee1a6c Add tests and baselines Kanchalai Tanglertsampan 2017-02-17 13:13:26 -08:00
  • 096c15b0de Defer get JSX.Element type allow null to be returned in SFC Kanchalai Tanglertsampan 2017-02-17 12:58:17 -08:00
  • e3a0687327 Contextual this in 'obj.xxx = function(...)' or 'obj[xxx] = function(...)' Anders Hejlsberg 2017-02-17 06:56:58 -08:00
  • 0eec41ee63 Simplify helpers Mohamed Hegazy 2017-02-16 22:53:41 -08:00
  • 27346b13d0 Accept new baselines Anders Hejlsberg 2017-02-16 20:22:46 -08:00
  • fe32bb7642 Merge branch 'master' into contextualThisType Anders Hejlsberg 2017-02-16 20:15:55 -08:00
  • ef25b25c1f Merge pull request #13940 from Microsoft/publicTransformers Ron Buckton 2017-02-16 18:07:51 -08:00