Commit Graph

  • e7b2017bb0 Merge pull request #22744 from RyanCavanaugh/fixCacheInvalidation Ryan Cavanaugh 2018-03-23 15:44:35 -07:00
  • 3fc480c0bd cSharp-style formatting for multi-line object literals Arthur Ozga 2018-03-23 15:38:03 -07:00
  • a69adf272a Run test in both module resolvers Ryan Cavanaugh 2018-03-23 15:22:41 -07:00
  • b28e3b09dc Update LKG v2.8.1 Mohamed Hegazy 2018-03-23 15:09:55 -07:00
  • 4476649adf Merge pull request #22843 from RyanCavanaugh/port22744 Ryan Cavanaugh 2018-03-23 15:03:33 -07:00
  • a507246ea9 Always include parent folder failed lookup locations Ryan Cavanaugh 2018-03-23 14:42:16 -07:00
  • 1e66f071fd Always include parent folder failed lookup locations Ryan Cavanaugh 2018-03-23 14:42:16 -07:00
  • 6ba4dbeae4 Make region outlining more sensitive to CRLF uniqueiniquity 2018-03-23 14:28:07 -07:00
  • 0736554db7 Alternate but more general token comment emit fix + organizeImports fix (#22836) Wesley Wigham 2018-03-23 14:13:40 -07:00
  • 5daffbbad1 Merge pull request #22830 from Microsoft/fixDestructuringWithConstraint Anders Hejlsberg 2018-03-23 12:47:22 -07:00
  • 51edf13b3b Update LKG Mohamed Hegazy 2018-03-23 11:55:59 -07:00
  • 2451fff8ad Merge pull request #22820 from Microsoft/moduleResolutionEvents Sheetal Nandi 2018-03-23 10:46:10 -07:00
  • ad3b3597e4 Accept new baselines Anders Hejlsberg 2018-03-23 09:48:11 -07:00
  • 1c2f3d228c Add regression test Anders Hejlsberg 2018-03-23 09:48:00 -07:00
  • deb87bb8ad Obtain constraint from destructured property when applicable Anders Hejlsberg 2018-03-23 09:42:43 -07:00
  • 02ee11c357 Refactor tryGetGlobalSymbols into list of things to try (#22704) Andy 2018-03-23 08:44:21 -07:00
  • 0e9364f48e Simplify functions for adding parse errors (#22513) Andy 2018-03-23 08:34:04 -07:00
  • 477ee3daf5 Invalidate resolutions from typeRoots watch event as a fallback mechanism There are times when the directory watcher for failed lookup locations isnt invoked and is not very determinitstic So as a fallback, when we receive typeRoots watch event, handle failed lookup locations as well Sheetal Nandi 2018-03-22 13:52:55 -07:00
  • 78c12cdb9d Merge pull request #22808 from Microsoft/moduleResolutionEvents Sheetal Nandi 2018-03-22 20:41:14 -07:00
  • 6524fc53be Merge pull request #22590 from amcasey/DiagEvents Andrew Casey 2018-03-22 17:50:07 -07:00
  • e37ff2574b Test suppression of diagnostic events Andrew Casey 2018-03-21 14:38:28 -07:00
  • 517cf6aa89 Add support for suppressing project events Andrew Casey 2018-03-14 18:12:12 -07:00
  • e16bb3e418 Improve behaviour of ... inside JSDoc functions (#22809) Nathan Shively-Sanders 2018-03-22 16:17:16 -07:00
  • ca1d19a579 Always make a new jsxAttributes type, dont reuse emptyObjectType (#22810) Wesley Wigham 2018-03-22 15:16:33 -07:00
  • cc67601b60 convertFunctionToEs6Class: Copy comments from constructor to class (#22738) (#22802) Andy 2018-03-22 15:15:21 -07:00
  • a909000b62 Parse and check type arguments on JSX opening and self-closing tags (#22415) Wesley Wigham 2018-03-22 15:07:36 -07:00
  • a7b066fe04 Allow local class declarations to be returned as mixins (#22807) Wesley Wigham 2018-03-22 15:02:54 -07:00
  • 874dd25494 Stop printing two spaces between heritage clauses (#22801) Wesley Wigham 2018-03-22 14:59:40 -07:00
  • 94570eedcc Don't provide spelling suggestion for module (#22805) Andy 2018-03-22 14:27:34 -07:00
  • 306ed1291b Invalidate resolutions from typeRoots watch event as a fallback mechanism There are times when the directory watcher for failed lookup locations isnt invoked and is not very determinitstic So as a fallback, when we receive typeRoots watch event, handle failed lookup locations as well Sheetal Nandi 2018-03-22 13:52:55 -07:00
  • 810b386c2a Merge pull request #22803 from Microsoft/updateTo2.9 Daniel Rosenwasser 2018-03-22 13:46:22 -07:00
  • a0c95ed8c0 Accepted baselines. Daniel Rosenwasser 2018-03-22 13:27:55 -07:00
  • a9fccb2f89 organizeImports: Fix bug in reference-testing for renamed import (#22797) Andy 2018-03-22 13:08:58 -07:00
  • e0ca8a5f39 organizeImports: Fix bug in reference-testing for renamed import (#22797) Andy 2018-03-22 13:08:58 -07:00
  • db1e924a4b Update version to 2.9. Daniel Rosenwasser 2018-03-22 13:06:00 -07:00
  • bb89abd7fd Update LKG. Daniel Rosenwasser 2018-03-22 12:59:18 -07:00
  • c67fa9d6bd Fixes for new mocha types (#22799) Andy 2018-03-22 12:44:19 -07:00
  • 54274a8a2a Fixes for new mocha types (#22799) Andy 2018-03-22 12:44:19 -07:00
  • 459df020dc Improve assertion violation message (#22522) Wesley Wigham 2018-03-22 11:46:52 -07:00
  • 7721cc45c8 Improve assertion violation message (#22522) Wesley Wigham 2018-03-22 11:46:52 -07:00
  • 67670d8726 Revert change to canUseEvents in IoSessionOptions (#22791) Andy 2018-03-22 10:29:32 -07:00
  • a807336462 Update LKG Mohamed Hegazy 2018-03-22 10:16:35 -07:00
  • 3ad21c7494 Merge pull request #22793 from Microsoft/renameNodeModulesContainingAtTypes Sheetal Nandi 2018-03-22 10:03:09 -07:00
  • 4462c159b1 Correctly track thisContainer for this-property-assignments in JS nested containers (#22779) Nathan Shively-Sanders 2018-03-22 09:54:43 -07:00
  • 5d58dd6925 Update version Mohamed Hegazy 2018-03-22 09:48:56 -07:00
  • 4075018079 Fix when program module resolution in watch mode when node_modules folder itself gets the rename event Fixes #22712 Sheetal Nandi 2018-03-20 12:09:50 -07:00
  • f3a1f165c2 Merge pull request #22729 from Microsoft/renameNodeModulesContainingAtTypes Sheetal Nandi 2018-03-22 09:40:53 -07:00
  • 6d82a20109 Combine getLastChild helpers (#22418) Andy 2018-03-22 09:32:05 -07:00
  • f190842d13 Fix crash after var = require('x') type resolution (#22452) Nathan Shively-Sanders 2018-03-13 10:44:02 -07:00
  • b6b51a4d38 convertFunctionToEs6Class: Combine deletes and deletedNodes (#22742) Andy 2018-03-22 08:22:00 -07:00
  • f2f2393f4b convertFunctionToEs6Class: Copy comments from constructor to class (#22738) Andy 2018-03-22 08:12:02 -07:00
  • effcf2ac56 Fix test for overlapping changes (#22741) Andy 2018-03-22 08:11:27 -07:00
  • 3a3f57acfd Remove unnecessary exports (#22739) Andy 2018-03-22 08:10:52 -07:00
  • 16697f6c7d Merge pull request #22591 from amcasey/SessionOptions Andrew Casey 2018-03-21 17:18:32 -07:00
  • e5f0385816 Merge pull request #22780 from Microsoft/fixInferDeclarationFiles-release-2.8 Daniel Rosenwasser 2018-03-21 17:16:44 -07:00
  • 92c3b2651a Merge pull request #22778 from Microsoft/fixIndexedAccessInConditionalType-release-2.8 Daniel Rosenwasser 2018-03-21 17:16:26 -07:00
  • 1a2eb323a5 Accept new baselines Daniel Rosenwasser 2018-03-21 15:55:27 -07:00
  • b5b2f4c1dd Accept new baselines Daniel Rosenwasser 2018-03-21 16:00:33 -07:00
  • cf6f39f79d Add regression test Anders Hejlsberg 2018-03-21 13:35:15 -07:00
  • 150f437372 Revise binder logic to correctly find 'infer T' containers Anders Hejlsberg 2018-03-21 13:23:58 -07:00
  • 12460d5b03 Revert strict containment check in checkInferType Anders Hejlsberg 2018-03-21 13:22:58 -07:00
  • 02a3a74e3b Add regression test Anders Hejlsberg 2018-03-21 10:03:48 -07:00
  • 03c4809d5a Add test to verify errors on nested 'infer T' declarations Anders Hejlsberg 2018-03-21 10:03:07 -07:00
  • 8efe711151 Properly generate 'infer T' declarations in typeToTypeNode Anders Hejlsberg 2018-03-21 10:01:30 -07:00
  • 1358091a30 Add test Anders Hejlsberg 2018-03-21 06:47:57 -07:00
  • 394cf8dfe6 Implicit constraints in non-distributive '[T] extends [U] ? X : Y' types Anders Hejlsberg 2018-03-20 14:08:05 -07:00
  • 10a611371a Add tests Anders Hejlsberg 2018-03-19 16:29:00 -07:00
  • 59252f3e66 Add constraints to indexed access types in conditional types Anders Hejlsberg 2018-03-19 16:11:36 -07:00
  • e5f6ed0b60 Merge pull request #22707 from Microsoft/fixIndexedAccessInConditionalType Anders Hejlsberg 2018-03-21 15:18:39 -07:00
  • 564183f9ed Fix lint errors Andrew Casey 2018-03-21 15:18:06 -07:00
  • 9352a8bc11 Delete IoSessionOptions Andrew Casey 2018-03-21 14:56:06 -07:00
  • de4a69cb72 In source files and blocks, bind function declarations before other statements (#22766) Nathan Shively-Sanders 2018-03-21 14:22:09 -07:00
  • ee546fb30f Merge pull request #22764 from Microsoft/fixInferTypeDeclarationFiles Anders Hejlsberg 2018-03-21 14:17:51 -07:00
  • 4c4f0e8e65 Fix Promise interfaces falsandtru 2018-03-21 17:18:42 +09:00
  • 275311edd3 Accept new baselines Anders Hejlsberg 2018-03-21 13:35:26 -07:00
  • eb3fd150a7 Add regression test Anders Hejlsberg 2018-03-21 13:35:15 -07:00
  • 174f400d8d Accept new baselines Anders Hejlsberg 2018-03-21 13:31:40 -07:00
  • 9083f6cf18 Revise binder logic to correctly find 'infer T' containers Anders Hejlsberg 2018-03-21 13:23:58 -07:00
  • a75449cabc Revert strict containment check in checkInferType Anders Hejlsberg 2018-03-21 13:22:58 -07:00
  • c2e22dc469 Undo 'any' inference propagation (#22736) Nathan Shively-Sanders 2018-03-21 11:13:39 -07:00
  • c930895d80 Undo 'any' inference propagation (#22736) Nathan Shively-Sanders 2018-03-21 11:13:39 -07:00
  • 09da98b185 Accept new baselines Anders Hejlsberg 2018-03-21 10:03:57 -07:00
  • 4fef35cdd0 Add regression test Anders Hejlsberg 2018-03-21 10:03:48 -07:00
  • b2a517e314 Accept new baselines Anders Hejlsberg 2018-03-21 10:03:34 -07:00
  • fa8564fa9e Add test to verify errors on nested 'infer T' declarations Anders Hejlsberg 2018-03-21 10:03:07 -07:00
  • fbd50487a5 Properly generate 'infer T' declarations in typeToTypeNode Anders Hejlsberg 2018-03-21 10:01:30 -07:00
  • be4f2d9b08 Accept new baselines Anders Hejlsberg 2018-03-21 06:48:22 -07:00
  • c94d28dbc8 Add test Anders Hejlsberg 2018-03-21 06:47:57 -07:00
  • 6a86534d81 LEGO: Merge pull request 22754 csigs 2018-03-20 21:10:44 -07:00
  • cda4b13d3f LEGO: check in for master to temporary branch. csigs 2018-03-21 04:10:22 +00:00
  • f526340d73 LEGO: Merge pull request 22745 csigs 2018-03-20 15:11:10 -07:00
  • b1c9a8e9dd LEGO: check in for master to temporary branch. csigs 2018-03-20 22:10:51 +00:00
  • 420e58c444 Implicit constraints in non-distributive '[T] extends [U] ? X : Y' types Anders Hejlsberg 2018-03-20 14:08:05 -07:00
  • cc3921323c Support services settings (#22236) Andy 2018-03-20 13:07:59 -07:00
  • 9ee5167030 Evaluate isPrototypePropertyAssignment lazily (#22728) Andy 2018-03-20 12:33:30 -07:00
  • 020f046696 Fix when program module resolution in watch mode when node_modules folder itself gets the rename event Fixes #22712 Sheetal Nandi 2018-03-20 12:09:50 -07:00
  • 1074819be3 Js constructor function fixes (#22721) Nathan Shively-Sanders 2018-03-20 11:24:09 -07:00
  • ab8233c5d3 Two JSdoc parsing fixes (#22705) Nathan Shively-Sanders 2018-03-20 09:23:08 -07:00
  • d3b55f40e5 LEGO: Merge pull request 22719 csigs 2018-03-20 09:10:48 -07:00
  • bc3d6a4b3c LEGO: check in for master to temporary branch. csigs 2018-03-20 16:10:28 +00:00