Commit Graph

  • 3e10dedbce Add diagnostic messages for bigints Caleb Sander 2018-09-29 13:28:51 -07:00
  • ece27eb177 Utilities for PseudoBigInt Caleb Sander 2018-09-29 12:48:07 -07:00
  • 0c1bf316a2 Declaration files for BigInt Caleb Sander 2018-09-29 12:01:42 -07:00
  • 4cb210ce2e Parameters infer from body and call sites (#28342) Nathan Shively-Sanders 2018-11-05 11:29:16 -08:00
  • 4742a28771 Update baselines Nathan Shively-Sanders 2018-11-05 10:22:30 -08:00
  • b830ef8214 Nov 2018 DOM update Nathan Shively-Sanders 2018-11-05 10:19:05 -08:00
  • 8ed21a8a6a adjust test: always indented inside a list Kagami Sascha Rosylight 2018-11-05 17:06:46 +09:00
  • 7fa447b56f strict types Kagami Sascha Rosylight 2018-11-04 22:10:21 +09:00
  • 7bc40cead8 indent size 8 based on list startline indentation Kagami Sascha Rosylight 2018-11-04 16:30:38 +09:00
  • c6174f6914 resolve TODO Kagami Sascha Rosylight 2018-11-03 16:53:36 +09:00
  • 90d5413ccb tests Kagami Sascha Rosylight 2017-05-30 03:21:26 +09:00
  • ac517336c4 indent using list start position Kagami Sascha Rosylight 2017-05-30 03:21:13 +09:00
  • 655bf203d0 indent using list start position before first list item Kagami Sascha Rosylight 2017-05-30 03:16:10 +09:00
  • cd19a8910d add getListByPosition Kagami Sascha Rosylight 2017-05-30 03:11:07 +09:00
  • d7f1935c30 remove deprecated function Kagami Sascha Rosylight 2017-05-30 03:09:07 +09:00
  • 7561ec0f39 use last line indentation on formatter Kagami Sascha Rosylight 2017-05-30 02:34:34 +09:00
  • 66539b4378 accept baseline for changed error message #2540 Alexander 2018-11-03 16:10:56 +02:00
  • ae8d54658a exclude mention about constant from error message 'a-constant-or-a-read-only-property' to be more specific. Alexander 2018-11-03 16:07:20 +02:00
  • 28fc0a28b0 add new error message 'Cannot assign to {0} because it is a constant.' Alexander T 2018-11-02 17:43:13 +02:00
  • eba83f4ea7 Add related span for mixin constructor error (#28319) Wesley Wigham 2018-11-02 17:29:05 -07:00
  • 92a48d8880 Improve error message when scriptInfo is missing in mapTextChangeToCodeEdit (#28258) Andy 2018-11-02 16:12:46 -07:00
  • ce85ee5115 Move infer-from-usage earlier in codefix list (#28318) Nathan Shively-Sanders 2018-11-02 15:39:27 -07:00
  • 4e59096ea5 Exclude keywords from import completions (#28114) Andy 2018-11-02 14:33:02 -07:00
  • afbf89e3b3 Refactors can return ReadonlyArray<ApplicableRefactorInfo> (#28305) Andy 2018-11-02 10:07:21 -07:00
  • a682a525b8 module.exports aliases have correct flags (#28303) Nathan Shively-Sanders 2018-11-02 09:08:04 -07:00
  • 8056e2b12f infer from usage's unification uses multiple passes (#28244) Nathan Shively-Sanders 2018-11-02 09:07:32 -07:00
  • 00c5071be6 Accept new baselines Anders Hejlsberg 2018-11-02 08:20:13 -07:00
  • 48c0aedf54 Add tests Anders Hejlsberg 2018-11-02 08:20:06 -07:00
  • bcc1d2a8cd Accept new baselines Anders Hejlsberg 2018-11-02 07:53:48 -07:00
  • abebf15af8 Ensure '{ [key]: x } = obj' for generic key is the same as 'x = obj[key]' Anders Hejlsberg 2018-11-02 07:53:25 -07:00
  • 9daf69de4c Accept new baselines Anders Hejlsberg 2018-11-02 06:40:33 -07:00
  • 9fd7d0a5f4 Remove Rest<T, K> and use Pick<T, Exclude<keyof T, K>> instead Anders Hejlsberg 2018-11-02 06:40:26 -07:00
  • f55805955d Accept new baselines Anders Hejlsberg 2018-11-01 17:50:08 -07:00
  • 396642d03e Only create Rest<T, K> types when object and/or key type is generic Anders Hejlsberg 2018-11-01 17:49:49 -07:00
  • 29dc7b2811 Merge pull request #28300 from Microsoft/prettyErrorSummary Sheetal Nandi 2018-11-01 17:29:29 -07:00
  • 0b194a2b34 Define Rest<T, K> as Pick<T, Exclude<keyof T, K>> to ensure it is homomorphic Anders Hejlsberg 2018-11-01 16:48:12 -07:00
  • 77ef9cedab Report error summary in pretty mode during normal compilation Sheetal Nandi 2018-11-01 10:12:46 -07:00
  • eabbaa415f Fix symbolCanBeReferencedAtTypeLocation for namespace that exports itself (#28295) Andy 2018-11-01 15:10:21 -07:00
  • 901476fae3 Merge pull request #28271 from Microsoft/containerOnlyProgramFiles Sheetal Nandi 2018-11-01 14:54:00 -07:00
  • b0a5337604 Merge branch 'master' into genericRest Anders Hejlsberg 2018-11-01 14:23:25 -07:00
  • 457cbba56d Update LKG. v3.1.6 Daniel Rosenwasser 2018-11-01 13:54:45 -07:00
  • 15649f2386 Bump version number. Daniel Rosenwasser 2018-11-01 13:51:46 -07:00
  • ec320deacc Merge pull request #28282 from ajafff/backport-perf-regression Daniel Rosenwasser 2018-11-01 13:48:36 -07:00
  • deeee77f18 Check destructuring validity the same way element accesses and indexed accesses are checked (#24700) Wesley Wigham 2018-11-01 13:46:41 -07:00
  • 18f80b8908 Accept new baselines Anders Hejlsberg 2018-11-01 12:42:32 -07:00
  • 6f8959b86b Use Rest<T, K> for rest properties in object destructuring Anders Hejlsberg 2018-11-01 12:41:39 -07:00
  • f555261d7a Add Rest<T, K> type to lib.d.ts Anders Hejlsberg 2018-11-01 12:33:18 -07:00
  • 4f6f713e8d Merge pull request #28287 from ajafff/cleanup-internal Sheetal Nandi 2018-11-01 10:28:36 -07:00
  • a0767437f6 remove some useless internal comments Klaus Meinhardt 2018-11-01 17:48:52 +01:00
  • da7f68d0da use Map instead of Array Klaus Meinhardt 2018-10-21 19:57:23 +02:00
  • fd6565de65 Fix performance regression when reusing old state Klaus Meinhardt 2018-10-21 18:15:01 +02:00
  • 2dc3c8e49f Refactor convert to unknown codefix Ryan Clarke 2018-11-01 07:46:15 -04:00
  • 4598943ed3 Add codefix for 'convert to unknown' diagnostic Ryan Clarke 2018-11-01 06:11:55 -04:00
  • 121a350c5d Instead of adding lib files, avoid creating diagnostics producing checker for container projects Sheetal Nandi 2018-10-31 19:00:55 -07:00
  • c780186a92 Merge pull request #28266 from Microsoft/fixProjectLoadingFinishEvent Sheetal Nandi 2018-10-31 18:13:56 -07:00
  • 0544b7745d Merge pull request #28273 from Microsoft/buildSourceMapNavigation Sheetal Nandi 2018-10-31 18:13:05 -07:00
  • 72aec56fe8 Use mapDefined and combine event name inputs Sheetal Nandi 2018-10-31 15:57:32 -07:00
  • a4a1bed88b Add showConfig tsc flag for debugging configs (#27353) Wesley Wigham 2018-10-31 15:57:09 -07:00
  • 851f739c82 Dont ignore libs since that could result in unexpected error Sheetal Nandi 2018-10-31 15:41:07 -07:00
  • 9f844c4b08 Test to verify that file with --out and case mismatch works with source map Sheetal Nandi 2018-10-31 15:39:31 -07:00
  • efe5dd6b6d Handle case sensitivity correctly in source map decoder Sheetal Nandi 2018-10-29 15:39:02 -07:00
  • a373029f54 Public API Sheetal Nandi 2018-10-31 15:10:08 -07:00
  • 78174657e7 Do not add source files to container only project Sheetal Nandi 2018-10-31 15:03:42 -07:00
  • e3ee7ae997 Update baselines AnyhowStep 2018-10-31 17:29:03 -04:00
  • 3a2f7c0df1 Allow intersections of readonlys to be assignable to a readonly intersection (#28218) Wesley Wigham 2018-10-31 14:09:12 -07:00
  • 01e71820fc Fixes Microsoft/TypeScript#6955 AnyhowStep 2018-10-31 17:00:24 -04:00
  • 677f04b165 Test to verify project loading events with default event handler Sheetal Nandi 2018-10-31 13:37:00 -07:00
  • 84d1de761b Update LKG. v3.1.5 Daniel Rosenwasser 2018-10-31 13:27:42 -07:00
  • 0f5b74a55b Bump version to 3.1.5. Daniel Rosenwasser 2018-10-31 13:21:34 -07:00
  • 0ef844ff2b Avoid this-instantiation if not necessary for relationship (#28263) Wesley Wigham 2018-10-31 13:21:35 -07:00
  • f7189e17f4 Some reorg in creating sessions for testing Sheetal Nandi 2018-10-31 12:51:31 -07:00
  • 878b7a21ce Fix incorrect event Sheetal Nandi 2018-10-29 15:40:14 -07:00
  • 8e4b90da00 Merge pull request #28234 from Microsoft/genericSpread Anders Hejlsberg 2018-10-31 12:52:16 -07:00
  • 09d5aa698a Fix broken twitter link in README Leon Aves 2018-10-31 18:05:43 +00:00
  • 6fd6a04f2e Update user baselines (#28249) TypeScript Bot 2018-10-31 07:25:43 -07:00
  • 6b80047a05 Merge pull request #19 from D0nGiovanni/d-lambda-to-fn bigaru 2018-10-31 14:33:54 +01:00
  • 8bc7f43665 Make conditions more expressive Giovanni Heilmann 2018-10-25 14:48:54 +02:00
  • 1c74d0eef4 rename testcases BigAru 2018-10-23 08:07:27 +02:00
  • 0fa2fadeca add newline BigAru 2018-10-23 07:53:40 +02:00
  • d97e07360c apply feedback from pr BigAru 2018-10-22 06:57:26 +02:00
  • 595131868f add testcase and apply feedback from pr BigAru 2018-10-22 06:43:21 +02:00
  • 649b53c8de apply feedback from pr BigAru 2018-10-22 06:23:05 +02:00
  • 3e7dcad726 make guideline compliant BigAru 2018-10-19 14:09:20 +02:00
  • 6bd26cd2e5 extract creation of funcDeclaration BigAru 2018-10-19 12:43:12 +02:00
  • a9cb623795 extract creation of block BigAru 2018-10-19 12:09:34 +02:00
  • 39c3928e5d refactor small progress BigAru 2018-10-19 11:58:10 +02:00
  • 6922f6c4ca refactor getInfo getAvailableActions BigAru 2018-10-19 10:50:33 +02:00
  • 152e362175 adapt one test case BigAru 2018-10-19 08:08:57 +02:00
  • 7c78cd5c6f fix for tslint error BigAru 2018-10-18 14:47:39 +02:00
  • c25726e764 add tests for modifiers BigAru 2018-10-18 14:17:50 +02:00
  • 62b9fccb98 fix bug modifiers by toNamed BigAru 2018-10-18 14:13:58 +02:00
  • d771865894 add tests for ReturnType and available Arrow as FnParam BigAru 2018-10-18 13:38:27 +02:00
  • 05c44f123e add tests for ToNamed and available anon BigAru 2018-10-18 13:10:04 +02:00
  • cc07d68210 add tests for ToAnon, ToArrow and available arrow BigAru 2018-10-18 11:52:00 +02:00
  • e697856a7d change refactor name BigAru 2018-10-18 10:01:06 +02:00
  • 367f47e755 fix multi decl bug BigAru 2018-10-18 08:45:19 +02:00
  • 4c80de9078 add multi vardecl BigAru 2018-10-18 08:23:37 +02:00
  • f558f2f6cd add working getEditsForAction BigAru 2018-10-17 15:13:03 +02:00
  • 6cfbee7f30 add getAvailableActions BigAru 2018-10-17 12:05:42 +02:00
  • 8cb019d793 add skeleton BigAru 2018-10-17 09:27:08 +02:00