Commit Graph

  • f697d26ca1 reset soft with master for single commit (#38720) Noj Vek 2020-06-18 00:22:32 -07:00
  • 7bf3e2d117 LEGO: check in for master to temporary branch. csigs 2020-06-18 04:10:43 +00:00
  • 4d57d591d2 Avoid semi kingwl 2020-06-18 10:33:17 +08:00
  • b3cf04a913 LEGO: check in for master to temporary branch. csigs 2020-06-17 22:10:58 +00:00
  • c3c6be6618 In JSDoc, parse postfix-? below conditional types/tuple types (#39123) Nathan Shively-Sanders 2020-06-17 14:06:39 -07:00
  • d7aa5f3ee1 Show a diff when the public api baselines fail (#39108) Orta 2020-06-17 17:00:46 -04:00
  • 0bc29acc08 Add a type-guard overload of Array.every (#38200) Dmitri 2020-06-17 23:02:30 +03:00
  • 4105d32b7e Fix crash in reporting unresolved project reference as part of compilerOptions verification (#39095) Sheetal Nandi 2020-06-17 11:20:02 -07:00
  • dd574ff963 LEGO: check in for master to temporary branch. csigs 2020-06-17 16:10:38 +00:00
  • 98a74ddfe8 Update baseline kingwl 2020-06-17 22:41:08 +08:00
  • 3b8ad5c870 Add outlining spans for call expression or arrow body kingwl 2020-06-17 20:50:19 +08:00
  • 190dc6cbe1 LEGO: check in for master to temporary branch. csigs 2020-06-17 10:10:44 +00:00
  • 7611579421 Small fix in getObjectLiteralIndexInfo Eli Barzilay 2020-06-15 14:59:46 -04:00
  • f560560f82 Fix two test typos Eli Barzilay 2020-06-15 23:13:16 -04:00
  • 90b1ad8321 LEGO: check in for master to temporary branch. csigs 2020-06-17 04:10:35 +00:00
  • eb3645f16b Refactor node factory API, use node factory in parser (#35282) Ron Buckton 2020-06-16 16:55:03 -07:00
  • 0232d4ae8e Fixes issues with reload because of output emit (#39030) Sheetal Nandi 2020-06-16 16:39:48 -07:00
  • 540c219980 Make debug mode work with new VS Code JS debugger (#39098) Andrew Branch 2020-06-16 16:06:13 -07:00
  • 3f10a12fd4 LEGO: check in for master to temporary branch. csigs 2020-06-16 22:11:05 +00:00
  • 6c11ceb8db Assignment operator is definite assignment (#39087) Wenlu Wang 2020-06-17 04:44:01 +08:00
  • 25f6232d45 Syntax only server creates inferred project with all the open files w… (#38561) Sheetal Nandi 2020-06-16 13:39:20 -07:00
  • e97003f263 Merge pull request #37721 from benmccann/NumberFormatOptions-notation Nathan Shively-Sanders 2020-06-16 11:19:25 -07:00
  • 32be76090b Merge branch 'master' into NumberFormatOptions-notation Nathan Shively-Sanders 2020-06-16 10:49:51 -07:00
  • cefee947e7 Merge pull request #39093 from microsoft/fix-oodate-baseline- Nathan Shively-Sanders 2020-06-16 10:49:23 -07:00
  • 823f5fba86 Update README.md (#39074) Ryan Cavanaugh 2020-06-16 10:26:28 -07:00
  • 372dc6a1a5 fix out-of-date baseline Nathan Shively-Sanders 2020-06-16 10:24:53 -07:00
  • 70a5d27292 Move notation to es2020.intl.d.ts Nathan Shively-Sanders 2020-06-16 10:08:07 -07:00
  • 7f3499a334 Merge branch 'master' into NumberFormatOptions-notation Nathan Shively-Sanders 2020-06-16 10:05:16 -07:00
  • 4bda7ce8e5 Include reexported names in list of exported names (#38809) Wesley Wigham 2020-06-15 15:17:08 -07:00
  • 986e9dd252 Fix crash when serializing the return type of a generic call to Array.prototype.flat (#38904) (#39079) Wesley Wigham 2020-06-15 12:41:17 -07:00
  • 9ec5fc5f35 Cherry-pick PR #38653 into release-3.9 (#38687) TypeScript Bot 2020-06-15 12:40:55 -07:00
  • 2fff325619 Fix recently added test so it is cross-plat Wesley Wigham 2020-05-21 11:45:23 -07:00
  • c88ed727de Patch to use this.timeout() > 0 rather than this.enableTimeout() to work with mocha 8+ Wesley Wigham 2020-06-10 14:26:22 -07:00
  • 338e42fabe Update request-pr-review script to latest version of octokit (#39031) Ron Buckton 2020-06-11 18:04:21 -07:00
  • 6a777ff6b3 Fix crash when serializing the return type of a generic call to Array.prototype.flat (#38904) Wesley Wigham 2020-06-15 11:46:10 -07:00
  • f7bca49348 Merge pull request #38917 from typescript-bot/user-baseline-updates Nathan Shively-Sanders 2020-06-15 11:00:11 -07:00
  • a3999b4c1d Update user baselines typescript-bot 2020-06-15 04:43:10 +00:00
  • 0432954f2d Small fix in getIsContextSensitiveAssignmentOrContextType Eli Barzilay 2020-06-12 16:57:27 -04:00
  • 8231519b85 Simplify visitObjectLiteralExpression Eli Barzilay 2020-06-01 11:58:44 -04:00
  • f447838f95 Fix handling of aruments in the emitter Eli Barzilay 2020-06-01 11:53:38 -04:00
  • b63ea4b6df Fix declaration emit for property references of imported object literal types (#39055) Andrew Branch 2020-06-12 17:48:19 -07:00
  • 34c6b1a76b Merge pull request #39052 from microsoft/dom-update-2020-06-12 Nathan Shively-Sanders 2020-06-12 15:35:31 -07:00
  • f628bf8e24 Fix casing for wild card keys for implicit globs to get wild card directories to watch (#39049) Sheetal Nandi 2020-06-12 14:21:51 -07:00
  • 4cf0afe266 DOM update 2020-06-12 Nathan Shively-Sanders 2020-06-12 13:55:40 -07:00
  • b4735c0b3b fix(a11y): make ISSUE_TEMPLATE/Bug_report.md more accessible for folks with screen readers (#39013) Tierney Cyren 2020-06-12 16:39:34 -04:00
  • b2afa7b657 Update request-pr-review script to latest version of octokit (#39031) Ron Buckton 2020-06-11 18:04:21 -07:00
  • 45e6805e66 Merge pull request #38688 from microsoft/fix-implements-tag-emit Nathan Shively-Sanders 2020-06-11 17:08:07 -07:00
  • b1dfb68d35 pin version of octokit Nathan Shively-Sanders 2020-06-11 16:46:18 -07:00
  • a26e60eb2c skip implements types with no symbols Nathan Shively-Sanders 2020-06-11 16:34:32 -07:00
  • 9f872c01e1 Merge branch 'master' into fix-implements-tag-emit Nathan Shively-Sanders 2020-06-11 16:05:21 -07:00
  • 1704b2f112 Merge pull request #39025 from microsoft/isDynamicName-skip-parens Nathan Shively-Sanders 2020-06-11 10:07:59 -07:00
  • a64166de14 isDynamicName skips parentheses for element access Nathan Shively-Sanders 2020-06-11 09:08:51 -07:00
  • ffa35d3272 Allow e: unknown in catch arguments Eli Barzilay 2020-06-06 00:18:20 -04:00
  • 08cb0b23e8 Serialize (noncontextual) keyword named namespace members with export declarations in both declaration emitters (#38982) Wesley Wigham 2020-06-10 14:42:49 -07:00
  • 58330d05a1 Patch to use this.timeout() > 0 rather than this.enableTimeout() to work with mocha 8+ Wesley Wigham 2020-06-10 14:26:22 -07:00
  • 2287dbc7e2 Handle missing return type nodes and nested type references missing type arguments in existing jsdoc node serialization (#39011) Wesley Wigham 2020-06-10 12:42:38 -07:00
  • 852e7a0b60 Add containerName to CallHierarchyItem (#38997) Andrew Branch 2020-06-10 11:56:03 -07:00
  • 0d6ae004d7 Fix isSameEntityName (#38999) Andrew Branch 2020-06-10 10:53:02 -07:00
  • 74b4b5640a Fix typo for 'blocklist' (#39001) rockcs1992 2020-06-10 11:27:16 -04:00
  • 895b3c3e20 Update baselines (#39000) Andrew Branch 2020-06-09 16:52:22 -07:00
  • e832e04fa7 Merge pull request #37727 from Kingwl/logical_assignment Daniel Rosenwasser 2020-06-09 14:44:08 -07:00
  • f41398e100 Make isEntityNameVisible duplicate the node builder logic to always consider type parameters as visible if they are the resolution result (#38921) Wesley Wigham 2020-06-09 13:40:17 -07:00
  • a72ed0a2f5 Schedule failed lookup updates (#38560) Sheetal Nandi 2020-06-09 12:00:37 -07:00
  • 83f41deff2 Remove non null assertion on oldSourceFile.resolvedModules (#38984) Sheetal Nandi 2020-06-09 11:52:39 -07:00
  • d841971347 Merge pull request #38358 from a-tarasyuk/bug/38081 Nathan Shively-Sanders 2020-06-09 08:50:56 -07:00
  • 3c49fb0d9f use blocklist instead of blacklist (#38988) 蜗牛老湿 2020-06-09 23:10:18 +08:00
  • a96c8ece9c LEGO: Merge pull request 38957 csigs 2020-06-05 15:11:37 -07:00
  • 9d8b61256f LEGO: check in for master to temporary branch. csigs 2020-06-05 22:10:52 +00:00
  • 0dc338281a Deprecate reloadFs so the tests are more clear in what they are achieving and its easier to track changed behaviour (#38954) Sheetal Nandi 2020-06-05 13:43:34 -07:00
  • 093e08396d LEGO: Merge pull request 38949 csigs 2020-06-05 09:11:24 -07:00
  • 9d4327f0f4 LEGO: check in for master to temporary branch. csigs 2020-06-05 16:10:39 +00:00
  • a5818e47a2 LEGO: Merge pull request 38943 csigs 2020-06-04 21:11:28 -07:00
  • 4933bdb55e LEGO: check in for master to temporary branch. csigs 2020-06-05 04:10:43 +00:00
  • 3151e2a365 Make hasCorrectArity handle tuples properly Eli Barzilay 2020-05-26 19:54:11 -04:00
  • 261386d48b fix error when use spread arguments twice rchaser53 2019-08-24 19:56:19 +09:00
  • 4ee013d1a7 Fix merging of JS value & TS type decl Eli Barzilay 2020-06-04 16:06:41 -04:00
  • 077a2a9c94 LEGO: Merge pull request 38938 csigs 2020-06-04 15:11:33 -07:00
  • 68315a0e29 LEGO: check in for master to temporary branch. csigs 2020-06-04 22:10:50 +00:00
  • a4c14a2cdc getSymbolDisplayPartsDocumentationAndSymbolKind: use actual symbol.flags for getAliasedSymbol Eli Barzilay 2020-06-04 02:00:28 -04:00
  • 55d4592f4e LEGO: Merge pull request 38931 csigs 2020-06-04 09:11:45 -07:00
  • 3a55473eb1 LEGO: check in for master to temporary branch. csigs 2020-06-04 16:10:54 +00:00
  • aceb8d601a LEGO: Merge pull request 38926 csigs 2020-06-03 21:11:35 -07:00
  • fdae7ee0ea LEGO: check in for master to temporary branch. csigs 2020-06-04 04:10:42 +00:00
  • 3b15b35b37 Merge pull request #38378 from jessetrinity/refactorTriggerReason Jesse Trinity 2020-06-03 11:18:08 -07:00
  • 51bf887167 Merge pull request #38536 from typescript-bot/user-baseline-updates Nathan Shively-Sanders 2020-06-03 10:05:59 -07:00
  • 073fb308bf Fix two tests Eli Barzilay 2020-05-20 15:47:42 -04:00
  • 7a9e8fc8ec Update user baselines typescript-bot 2020-06-03 04:38:50 +00:00
  • c52aee57c7 LEGO: Merge pull request 38908 csigs 2020-06-02 21:11:25 -07:00
  • d8091de532 LEGO: check in for master to temporary branch. csigs 2020-06-03 04:10:42 +00:00
  • d88ea4e1f8 address PR comments Jesse Trinity 2020-06-02 19:06:12 -07:00
  • 463f8e10b9 Merge pull request #38734 from a-tarasyuk/bug/34934 Jesse Trinity 2020-06-02 12:47:17 -07:00
  • 9fbcb99a33 Emit build info even on noEmitOnError or tsc --build (#38853) Sheetal Nandi 2020-06-02 12:38:40 -07:00
  • f0da6d1203 Some changes to tsc baselines for clarity (#38850) Sheetal Nandi 2020-06-02 11:49:21 -07:00
  • a88957ee17 LEGO: Merge pull request 38898 csigs 2020-06-02 09:11:22 -07:00
  • eb01d0c701 LEGO: check in for master to temporary branch. csigs 2020-06-02 16:10:34 +00:00
  • bc502c8c3c fix(38081): allow transforming object binding to named imports Alexander T 2020-06-02 11:23:56 +03:00
  • 1d1c1673bf add support to convert lambda to function and vice-versa (#28250) Jesse Trinity 2020-06-01 15:26:45 -07:00
  • f57d66b074 LEGO: Merge pull request 38888 csigs 2020-06-01 15:11:23 -07:00
  • db85857d2b LEGO: check in for master to temporary branch. csigs 2020-06-01 22:10:41 +00:00
  • b36b803cdd Skip default when initially iterating exports in __importStar, same as __exportStar (#38808) Wesley Wigham 2020-06-01 14:52:24 -07:00