Commit Graph

  • fe91f317de Fixed uncomment bug Armando Aguirre 2020-02-27 17:53:31 -08:00
  • 381dd8427a Removed TextRange and added FileRangeRequestArgs Armando Aguirre 2020-02-27 12:57:51 -08:00
  • 090b38daa1 Updated d.ts baselines Armando Aguirre 2020-02-25 16:08:45 -08:00
  • 937e3e88e1 Added simplified result to ToggleComment Armando Aguirre 2020-02-25 14:34:31 -08:00
  • e5829881b5 Fixed toggleLineComment jsx cases Armando Aguirre 2020-02-25 13:58:14 -08:00
  • fc9753473e Added jsx to singleLineComment Armando Aguirre 2020-02-24 17:24:08 -08:00
  • 97de811d48 Fix multiline name Armando Aguirre 2020-02-20 17:02:17 -08:00
  • 33333e86eb Added toggleLineComment, toggleMultilineComment with jsx and tests Armando Aguirre 2020-02-20 17:00:23 -08:00
  • e466bb94c1 Fix multi-file usage Nathan Shively-Sanders 2020-05-22 09:06:05 -07:00
  • 82d9576d9b Merge branch 'master' into always-error-on-property-override-accessor Nathan Shively-Sanders 2020-05-22 07:41:28 -07:00
  • 4c278aa33b fix(34934): exclude private properties from Js completion list Alexander T 2020-05-22 15:11:39 +03:00
  • d49ad7acf8 Merge pull request #38721 from microsoft/cherry-pick-38719 Nathan Shively-Sanders 2020-05-21 20:09:33 -07:00
  • e7bc5f9293 Move seldom used fields to separate object to reduce polymorphism nodeFactory-perf Ron Buckton 2020-05-21 18:55:55 -07:00
  • d3d282cb45 Less code Daniel 2020-05-22 01:49:26 +00:00
  • a008792d01 Updated baselines. Daniel 2020-05-22 01:02:37 +00:00
  • afe90f1314 Feed generalized source type to elaboration. Daniel 2020-05-22 01:02:27 +00:00
  • b38b0c70b3 Updated baselines. Daniel 2020-05-22 00:40:43 +00:00
  • a04ecb592c Check constraints deeply on singleton types. Daniel 2020-05-22 00:40:28 +00:00
  • 8cf2466110 Merge remote-tracking branch 'origin/master' into literal-to-primitive-relation-reporting Daniel 2020-05-22 00:09:52 +00:00
  • 4ac4d9a940 Cherry-pick 79f1ec32bd Nathan Shively-Sanders 2020-05-21 16:53:16 -07:00
  • 3eaa7c65f6 Merge pull request #38719 from microsoft/revert-32011 Nathan Shively-Sanders 2020-05-21 16:45:05 -07:00
  • 79f1ec32bd Revert "Wrap classes with decorators or static properties in an IIFE, even for ES2015+ (#32011)" Nathan Shively-Sanders 2020-05-21 16:23:04 -07:00
  • 802e87b1eb Merge branch 'master' into always-error-on-property-override-accessor Nathan Shively-Sanders 2020-05-21 16:08:09 -07:00
  • c019c83547 Cherry-pick PR #38683 into release-3.9 (#38718) TypeScript Bot 2020-05-21 15:58:16 -07:00
  • 0018b8f988 Preserve module marker in es2015+ module emit for tool compatability (#38712) Wesley Wigham 2020-05-21 14:44:23 -07:00
  • 62675a58d6 Merge pull request #38481 from a-tarasyuk/bug/38463 Daniel Rosenwasser 2020-05-21 13:44:44 -07:00
  • 59d0ceef5e Fix recently added test so it is cross-plat Wesley Wigham 2020-05-21 11:45:23 -07:00
  • 38715c7b48 remove errant tab Nathan Shively-Sanders 2020-05-21 09:26:42 -07:00
  • 66f48e303f Switch to isSymbolAccessible for both. Nathan Shively-Sanders 2020-05-21 09:20:56 -07:00
  • 9b4a83e8df Merge branch 'master' into fix-implements-tag-emit Nathan Shively-Sanders 2020-05-21 08:21:16 -07:00
  • c00aeb5486 fix(33286): add outlining for arrow function with one parameter (#38631) Alexander T 2020-05-21 18:07:47 +03:00
  • e40a2bca57 Merge branch 'master' of https://github.com/microsoft/TypeScript into bug/38463 Alexander T 2020-05-21 16:33:35 +03:00
  • 62cef9d800 Remove some megamorphic code in factory and parser Ron Buckton 2020-05-20 23:51:15 -07:00
  • fed922a5cb Accept baseline kingwl 2020-05-21 10:53:24 +08:00
  • 2997860c2e fix names kingwl 2020-05-21 10:23:00 +08:00
  • b73411c985 Fix type and simplify code kingwl 2020-05-21 10:19:36 +08:00
  • 45cf20ca70 Merge pull request #37800 from jtbandes/diagnose-accidental-accessor-call Nathan Shively-Sanders 2020-05-20 17:17:12 -07:00
  • 0b531720d4 Make new error an error, not message Nathan Shively-Sanders 2020-05-20 16:53:17 -07:00
  • fc83d10388 Merge branch 'master' into diagnose-accidental-accessor-call Nathan Shively-Sanders 2020-05-20 16:46:34 -07:00
  • d9209fe352 Fix parent pointers in JSDoc Ron Buckton 2020-05-20 15:46:22 -07:00
  • 3340142dda Merge pull request #38607 from a-tarasyuk/bug/38295 Nathan Shively-Sanders 2020-05-20 14:52:09 -07:00
  • 2bb0dabb0f fix untagged argument lint Nathan Shively-Sanders 2020-05-20 14:43:08 -07:00
  • 4e945fbc98 fix(38299): use string literals as keys to creating rest result (#38600) Alexander T 2020-05-20 23:52:52 +03:00
  • 68f8f22032 Merge pull request #38425 from dsherret/fixJSDocTagFactoryFuncReturnTypes Nathan Shively-Sanders 2020-05-20 13:22:21 -07:00
  • c526b425ef Merge pull request #38498 from ShuiRuTian/make-atomics.notify-type-correct Nathan Shively-Sanders 2020-05-20 11:55:01 -07:00
  • a56960303d Intersection check for empty object type shouldn't cause circularities (#38673) Anders Hejlsberg 2020-05-20 10:56:14 -07:00
  • c5f66716cf Fix @implements emit for namespaced base types Nathan Shively-Sanders 2020-05-20 10:29:39 -07:00
  • bbf56b044b Merge branch 'master' of https://github.com/microsoft/TypeScript into bug/38295 Alexander T 2020-05-20 20:13:50 +03:00
  • a7364bf534 Merge branch 'master' of https://github.com/microsoft/TypeScript into bug/38463 Alexander T 2020-05-20 19:42:55 +03:00
  • 2cea9d9d95 fix(38682): use stable typescript version (#38683) Alexander T 2020-05-20 19:32:51 +03:00
  • dbaeed5ad8 Add d.ts for Intl.RelativeTimeFormat (#36084) Dmitry Makhnev 2020-05-20 18:06:28 +03:00
  • e04ab6938a fix(38295): handle duplicate object literal keys which contain '+' and '-' tokens Alexander T 2020-05-16 11:56:07 +03:00
  • 528d82afd1 Merge branch 'master' of https://github.com/microsoft/TypeScript into bug/38463 Alexander T 2020-05-20 11:04:55 +03:00
  • 1c72da6e49 fix(38463): show completions for index access properties Alexander T 2020-05-11 21:44:48 +03:00
  • 3cbd494b1e Inline most setChild/setChildren calls Ron Buckton 2020-05-19 20:20:14 -07:00
  • b59e4c51ae Merge branch 'master' into logical_assignment kingwl 2020-05-20 10:18:20 +08:00
  • 415bc3eec0 Remove skipTransformationFlags Ron Buckton 2020-05-19 16:41:10 -07:00
  • 5f597e69b2 Support naming tuple members (#38234) Wesley Wigham 2020-05-19 15:54:02 -07:00
  • a076e9ebe2 Bump version to 3.9.3 and LKG v3.9.3 TypeScript Bot 2020-05-19 22:33:09 +00:00
  • 67aa311108 Remove TreeStateObserver Ron Buckton 2020-05-19 15:21:03 -07:00
  • 59d7d00005 Merge pull request #38669 from typescript-bot/pick/38565/release-3.9 Daniel Rosenwasser 2020-05-19 15:18:21 -07:00
  • f713571338 Merge pull request #38668 from typescript-bot/pick/38599/release-3.9 Daniel Rosenwasser 2020-05-19 15:17:09 -07:00
  • 24f53b06d2 LEGO: Merge pull request 38670 csigs 2020-05-19 15:12:05 -07:00
  • 0e4f1cb407 LEGO: check in for master to temporary branch. csigs 2020-05-19 22:11:18 +00:00
  • 5b29b141fa Cherry-pick PR #38579 into release-3.9 (#38666) TypeScript Bot 2020-05-19 14:40:23 -07:00
  • 7ec467e270 fix: extract const in jsx (#37912) Jack Works 2020-05-20 05:29:49 +08:00
  • 7225809a36 Merge pull request #38506 from typescript-bot/pick/38500/release-3.9 Daniel Rosenwasser 2020-05-19 14:27:31 -07:00
  • 46f100f8ac Merge pull request #38500 from a-tarasyuk/bug/38485 Daniel Rosenwasser 2020-05-19 14:24:25 -07:00
  • a654a23e46 Cherry-pick PR #38565 into release-3.9 Anders Hejlsberg 2020-05-19 21:22:27 +00:00
  • 415b2e7969 Merge pull request #38656 from a-tarasyuk/bug/33233 Nathan Shively-Sanders 2020-05-19 14:18:42 -07:00
  • c5cca0ec18 Merge pull request #38659 from TimvdLippe/patch-3 Nathan Shively-Sanders 2020-05-19 14:07:25 -07:00
  • fefdd74c2c Cherry-pick PR #38599 into release-3.9 Jesse Trinity 2020-05-19 20:48:08 +00:00
  • 7ba0a6592d No contextual types from circular mapped type properties (#38653) Anders Hejlsberg 2020-05-19 13:42:30 -07:00
  • 2227ba749c Merge branch 'master' into patch-3 Nathan Shively-Sanders 2020-05-19 13:20:25 -07:00
  • f7007174f6 Merge pull request #38660 from TimvdLippe/patch-4 Nathan Shively-Sanders 2020-05-19 13:18:03 -07:00
  • 707e977056 Ensure formatter can always get a newline character (#38579) Andrew Branch 2020-05-19 13:14:32 -07:00
  • 77075df2d7 Fix debug command for Node debugging Tim van der Lippe 2020-05-19 12:11:29 +01:00
  • e72e01d9ff Remove mentions of runtests-browser in CONTRIBUTING.md Tim van der Lippe 2020-05-19 12:06:09 +01:00
  • 611dd22b9a LEGO: Merge pull request 38655 csigs 2020-05-18 21:11:16 -07:00
  • 90b772a751 LEGO: check in for master to temporary branch. csigs 2020-05-19 04:10:35 +00:00
  • 96e4c24415 Perf investigation Ron Buckton 2020-05-15 19:28:39 -07:00
  • 6ba8c2725b LEGO: Merge pull request 38650 csigs 2020-05-18 15:11:15 -07:00
  • 92dc5b8754 LEGO: check in for master to temporary branch. csigs 2020-05-18 22:10:33 +00:00
  • 160d201fe6 LEGO: Merge pull request 38639 csigs 2020-05-18 09:11:35 -07:00
  • 48d6e8dee5 LEGO: check in for master to temporary branch. csigs 2020-05-18 16:10:40 +00:00
  • 2b703d254a fix(33233): add outlining for comments before property access expression Alexander T 2020-05-18 15:22:03 +03:00
  • b58c9f4f8e LEGO: Merge pull request 38633 csigs 2020-05-18 03:11:09 -07:00
  • 437d68d64b LEGO: check in for master to temporary branch. csigs 2020-05-18 10:10:25 +00:00
  • 3c1f37e913 Use control flow analysis to check 'super(...)' call before 'this' access (#38612) Anders Hejlsberg 2020-05-16 19:58:17 -07:00
  • bc0d2ec26c LEGO: Merge pull request 38614 csigs 2020-05-16 15:11:35 -07:00
  • d154b58406 LEGO: check in for master to temporary branch. csigs 2020-05-16 22:10:40 +00:00
  • 6f393e9196 accept new baseline kingwl 2020-05-16 08:16:45 +08:00
  • acc167dfc4 fix rebase conflict kingwl 2020-05-16 08:13:12 +08:00
  • 39ae072a1c add missing semi kingwl 2020-05-15 14:04:30 +08:00
  • f78a408ab5 Add more check kingwl 2020-05-15 11:33:54 +08:00
  • c0c60015c4 fix mission baseline kingwl 2020-05-06 20:50:41 +08:00
  • 11bed4456b avoid shouldCaptureInTempVariable kingwl 2020-05-06 11:12:33 +08:00
  • 9681c1611c Remove newline Daniel Rosenwasser 2020-04-27 12:31:25 -07:00
  • be708bbb0a fix assignment check of logical assignment kingwl 2020-04-10 14:19:59 +08:00
  • d2be8900dc Add type narrow kingwl 2020-04-08 12:09:56 +08:00