Commit Graph

  • c86b9ca660 📝 Better description of Pick mapped type Basarat Ali Syed 2018-10-03 10:57:43 +10:00
  • 16766b196c textChanges: Reuse some methods (#27492) Andy 2018-10-02 17:34:17 -07:00
  • 5f96fb13b2 Merge pull request #27313 from spratmannc/spratmannc/fixing-extends-helper Ryan Cavanaugh 2018-10-02 12:06:04 -07:00
  • c04faa1e5b Merge pull request #27485 from IllusionMH/fix-completionInfo-exception-27338 Ryan Cavanaugh 2018-10-02 11:28:38 -07:00
  • 1e55d650f3 Exclude the overlap between Type and Value when checking for parameter visibility (#27444) Wesley Wigham 2018-10-02 09:41:06 -07:00
  • b15d6a48cb Fix GH#18217 issue for FileLog. (#27430) Valera Rozuvan 2018-10-02 19:09:51 +03:00
  • 1237df7304 Update user baselines (#27498) TypeScript Bot 2018-10-02 09:08:58 -07:00
  • 0d92bd5bec Merge pull request #27500 from Loghorn/patch-1 Ryan Cavanaugh 2018-10-02 08:48:19 -07:00
  • 76ab912c69 Merge pull request #27499 from surlymrz/surlymrz-patch-1 Ryan Cavanaugh 2018-10-02 08:36:56 -07:00
  • bbf77538c4 Remove unneeded check from getTransformationBody Alessandro Vergani 2018-10-02 16:02:04 +02:00
  • 12686e7158 Update spec.md Z 2018-10-02 08:47:46 -05:00
  • f356cd6c89 Insert async keyword as last modifier (#27491) Benjamin Lichtman 2018-10-01 17:43:17 -07:00
  • 69cd6c0ff5 Accept new baselines Anders Hejlsberg 2018-10-01 16:23:51 -07:00
  • 34994627f0 Add tests Anders Hejlsberg 2018-10-01 16:21:35 -07:00
  • 2801c97164 Accept new baselines Anders Hejlsberg 2018-10-01 16:21:23 -07:00
  • c0c215fb66 No unsound assignments to T[K] when T and K are both generic Anders Hejlsberg 2018-10-01 16:20:15 -07:00
  • 70e26fc701 Merge pull request #27447 from mattmccutchen/issue-27117 Ryan Cavanaugh 2018-10-01 15:50:08 -07:00
  • 29dd67ec40 Merge pull request #27443 from Microsoft/errorMessageLogger Sheetal Nandi 2018-10-01 15:04:03 -07:00
  • 6e8027e95e Merge pull request #27395 from Microsoft/noFilesError Sheetal Nandi 2018-10-01 15:03:44 -07:00
  • 3331d073c4 Merge pull request #26070 from ajafff/tuple-rest Ryan Cavanaugh 2018-10-01 13:56:28 -07:00
  • c22e7cade9 Update CONTRIBUTING.md Daniel Rosenwasser 2018-10-01 13:25:43 -07:00
  • d0abd399af Use safe some function to handle undefined declarations (fixes #27338) IllusionMH 2018-09-27 01:42:13 +03:00
  • d2647a1dda Merge pull request #27483 from Microsoft/redirects Sheetal Nandi 2018-10-01 12:46:59 -07:00
  • 8feddcd16d Clean up amalgamatedDuplicates (#27285) Andy 2018-10-01 12:16:49 -07:00
  • 115636bb93 Minor cleanup in bindNamespaceExportDeclaration (#27367) Andy 2018-10-01 12:15:10 -07:00
  • dd3277c219 PR feedback Sheetal Nandi 2018-10-01 12:12:22 -07:00
  • bc23037e14 Merge pull request #27438 from Microsoft/failedLookupNotMatchingPath Sheetal Nandi 2018-10-01 11:57:34 -07:00
  • 1c2f2555ec Add resolvedPath and originalFileName to redirected file Fixes #27207 Sheetal Nandi 2018-10-01 11:49:43 -07:00
  • c197bae990 Add tests for failing redirect reuse of program when host implements getSourceFileByPath Test for #27207 Sheetal Nandi 2018-10-01 11:44:53 -07:00
  • f666295c8f Add docs for better support of local testing and faster clones Ajay Poshak 2018-10-01 22:53:16 +05:30
  • 7c875465b5 Merge pull request #27474 from AverageMarcus/patch-2 Ryan Cavanaugh 2018-10-01 09:55:15 -07:00
  • 993de504b8 Merge pull request #27472 from AverageMarcus/patch-1 Ryan Cavanaugh 2018-10-01 09:52:46 -07:00
  • 186b71349a Added real world examples of good commit messages Marcus Noble 2018-10-01 12:13:30 +01:00
  • 3047136f7a Added link to Jake website Marcus Noble 2018-10-01 08:19:22 +01:00
  • 58b262e987 Merge branch 'master' into codefix_add_missing_new_operator iliashkolyar 2018-09-30 13:27:36 +03:00
  • 32e75e7ae7 Don't complain about modules and outFile options when emitDeclarationOnly is set. Matt McCutchen 2018-09-28 21:07:48 -04:00
  • e1a4c2779f Merge pull request #27440 from Microsoft/invalidTypes Sheetal Nandi 2018-09-28 15:50:09 -07:00
  • 6549969d2c Default logger for projectService has assert on exceptions being logged in tsserver Sheetal Nandi 2018-09-28 10:52:18 -07:00
  • 552777d70e When there is parse error do not verify actual errors Sheetal Nandi 2018-09-28 15:27:35 -07:00
  • ee04b8c7f3 Handle the case of failed lookup location being not normalized. Also fixed issue where type defs with relative name didnt resolve when directoryExists is present on the host Fixes #27405 Sheetal Nandi 2018-09-28 10:53:53 -07:00
  • 0245c2d35e Only copy non error values in array when converting the json Fixes #27432 Sheetal Nandi 2018-09-28 13:49:00 -07:00
  • 21148b3b0a Fix typo in PseudoPragma* types (#27437) Nathan Shively-Sanders 2018-09-28 10:39:30 -07:00
  • 6d92a2942f Fix parent points in unreachable code (#27400) (#27406) Nathan Shively-Sanders 2018-09-28 08:31:56 -07:00
  • bde81deed2 Issue #27301: Fixed crash when converting function to async (#27396) Dhruv Rajvanshi 2018-09-28 07:26:37 +05:30
  • 19af881f94 ExpressionWithTypeArguments parent may be a JSDocAugmentsTag (#27229) Andy 2018-09-27 18:26:57 -07:00
  • d224ee02d7 Free up space in the TransformFlags enum Ron Buckton 2018-09-27 17:55:07 -07:00
  • f23845aa9b Fix parent points in unreachable code (#27400) Nathan Shively-Sanders 2018-09-27 16:11:46 -07:00
  • 26eb6ab6f4 Primitives should not be instanceof... anything (#27402) Wesley Wigham 2018-09-27 15:49:51 -07:00
  • 9cf201c512 Merge pull request #27204 from Microsoft/fixPerIteration Ron Buckton 2018-09-27 13:23:03 -07:00
  • 7bf382e73f Allow empty files lists in tsconfigs with an extends member (#27383) Wesley Wigham 2018-09-27 12:40:29 -07:00
  • aed876dfb4 Refactoring to unify updating no input files error Sheetal Nandi 2018-09-27 10:04:49 -07:00
  • 5f2741b2ba Make RenameInfo a union (#27382) Andy 2018-09-27 08:56:40 -07:00
  • 0a97663843 Add 'prefixText' and 'suffixText' when renaming shorthand properties (#27356) Andy 2018-09-26 16:58:01 -07:00
  • 7b1388b071 Ensure verify.noErrors tests json files Andy Hanson 2018-09-26 16:05:12 -07:00
  • 0b12e9dc01 Merge branch 'master' of github.com:Microsoft/TypeScript Wesley Wigham 2018-09-26 16:37:03 -07:00
  • bf3cea7f6d Remove project tests from default compiler flag Wesley Wigham 2018-09-26 16:36:47 -07:00
  • 3f98c51db0 Skip default lib checking in all tsbuild tests (#27380) Wesley Wigham 2018-09-26 15:51:55 -07:00
  • d7219b21c2 Merge pull request #27357 from Microsoft/fixBivariantInferences Anders Hejlsberg 2018-09-26 14:03:59 -07:00
  • 96f9e076f8 Don't implicit-any diagnostic for json module Andy Hanson 2018-09-26 13:50:37 -07:00
  • 98ec1e8730 Fix commonjs export= merging (#27368) (#27371) Nathan Shively-Sanders 2018-09-26 12:40:30 -07:00
  • c435d1c9a4 Log text of relevant file after an exception (#27006) Andy 2018-09-26 11:31:59 -07:00
  • 4855920314 navigationBar/Tree: Better description for anonymous function (#27063) Andy 2018-09-26 11:22:44 -07:00
  • b3dd471584 Support completions after 'async' in object literal (#27250) Andy 2018-09-26 11:22:27 -07:00
  • d4d947e488 Fix bug: Allow completions after '@' with no contextToken (#27325) Andy 2018-09-26 11:22:08 -07:00
  • 1a63c67e8a Merge pull request #27260 from valera-rozuvan/fix-27086 Sheetal Nandi 2018-09-26 11:11:37 -07:00
  • 735f166f4e Accept new baselines Anders Hejlsberg 2018-09-26 11:09:28 -07:00
  • 32ea3b2cb0 Add regression test Anders Hejlsberg 2018-09-26 11:09:19 -07:00
  • b77cb2ac45 Fix commonjs export= merging (#27368) Nathan Shively-Sanders 2018-09-26 10:54:26 -07:00
  • 34b35df086 Merge branch 'master' into fixInstanceOfFunction Anders Hejlsberg 2018-09-26 10:51:58 -07:00
  • f4a643fdf0 Update LKG. v3.1.1 Daniel Rosenwasser 2018-09-26 13:48:19 -04:00
  • 1b880f8ad4 Update bug report issue template TypeScript version to 3.2. (#27361) Jordi Oliveras Rovira 2018-09-26 18:38:37 +02:00
  • 4fac5f26dc Fix crash in use-before-def checking of enum tag (#27350) (#27354) Nathan Shively-Sanders 2018-09-26 09:05:18 -07:00
  • f59229bf22 Only add unique inferences to candidate arrays Anders Hejlsberg 2018-09-26 06:54:37 -07:00
  • a24b4b9216 chore(package.json): http -> https, add www. for homepage Limon Monte 2018-09-26 10:56:25 +03:00
  • 272157185f Accept new baselines Anders Hejlsberg 2018-09-25 18:17:30 -07:00
  • 4bb5cfb9bb Add regression test Anders Hejlsberg 2018-09-25 18:17:21 -07:00
  • 5e55118076 Only make contravariant inferences from pure contravariant positions Anders Hejlsberg 2018-09-25 18:07:51 -07:00
  • b065902a99 Update API baselines (#27349) Andy 2018-09-25 16:11:16 -07:00
  • 53105b3aff Fix crash in use-before-def checking of enum tag (#27350) Nathan Shively-Sanders 2018-09-25 16:06:23 -07:00
  • e1fd0ea53e Bump version to 3.2. Daniel Rosenwasser 2018-09-25 16:48:03 -04:00
  • 29dbbff5bf Update LKG. Daniel Rosenwasser 2018-09-25 14:02:10 -04:00
  • 005d202251 Bump version to 3.1.1 Daniel Rosenwasser 2018-09-25 13:54:21 -04:00
  • 6d1bd9757d Merge pull request #27324 from RyanCavanaugh/3.1-lkg-update Ryan Cavanaugh 2018-09-25 10:43:23 -07:00
  • f0018eb107 Update user baselines (#27339) TypeScript Bot 2018-09-25 10:32:18 -07:00
  • e36957aba1 Merge pull request #27028 from Microsoft/typedBindCallApply Anders Hejlsberg 2018-09-24 18:20:05 -07:00
  • 8e1cce4b8f Add regression test for #25485 as it is already fixed (#27320) Wesley Wigham 2018-09-24 17:52:52 -07:00
  • 6957128341 Merge pull request #27331 from Microsoft/fixTypesVersionsFourslashTest-2 Ron Buckton 2018-09-24 17:38:17 -07:00
  • b6e66c2df0 Accept new baselines Anders Hejlsberg 2018-09-24 17:10:38 -07:00
  • 5510e0755e Merge branch 'master' into typedBindCallApply Anders Hejlsberg 2018-09-24 16:38:39 -07:00
  • c1fb0e18fc Merge remote-tracking branch 'upstream/release-3.1' into 3.1-lkg-update Ryan Cavanaugh 2018-09-24 16:36:45 -07:00
  • feda0c7a52 Merge pull request #27330 from Microsoft/fixTypesVersionsFourslashTest Ryan Cavanaugh 2018-09-24 16:36:19 -07:00
  • cedfd7e08b Fix 'x instanceof ctor' where type of ctor is Function Anders Hejlsberg 2018-09-24 16:34:48 -07:00
  • b8cf9d4f94 Fixes the completionForStringLiteralNonrelativeImport13 test Ron Buckton 2018-09-24 16:15:30 -07:00
  • 33b4900816 Fixes the completionForStringLiteralNonrelativeImport13 test Ron Buckton 2018-09-24 16:15:30 -07:00
  • 04374250cc 3.1 LKG update Ryan Cavanaugh 2018-09-24 14:13:07 -07:00
  • 471bc646b8 Ensure session passes along fileToRename (#27323) Andy 2018-09-24 14:44:26 -07:00
  • 0f176819e4 Merge pull request #27248 from Microsoft/release-3.1_fileToRename_tsserver Ryan Cavanaugh 2018-09-24 14:02:31 -07:00
  • fc1abbbabe Fix non-selfclosing JSX tag contextual types (#27251) (#27314) Wesley Wigham 2018-09-24 13:51:07 -07:00
  • dd9d5d1398 Limit the narrow-to-fresh rule added with boolean literals to only boolean literals (#27274) (#27319) Wesley Wigham 2018-09-24 13:51:00 -07:00
  • d7544aa3e9 include baseline updates Roger Spratley 2018-09-24 16:12:24 -04:00