Commit Graph

  • 35dda10865 Fix lint, remove overloads Nathan Shively-Sanders 2019-06-27 09:09:59 -07:00
  • 2362dd4fac Add fourslash test of jsdoc backtick parsing Nathan Shively-Sanders 2019-06-27 08:49:56 -07:00
  • ab28ee7005 update eslint, @typescript-eslint/* Alexander T 2019-06-27 14:08:53 +03:00
  • 769bb0b475 remove tslint configuration Alexander T 2019-06-27 13:49:35 +03:00
  • 136f4cfc0f no-redeclare Alexander T 2019-06-27 12:29:32 +03:00
  • 810303542d Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint Alexander T 2019-06-27 11:51:20 +03:00
  • f6a50067d3 @typescript-eslint/indent Alexander T 2019-06-24 14:55:58 +03:00
  • 10c9fbc357 Accept new baselines Anders Hejlsberg 2019-06-26 18:11:03 -10:00
  • ea0a6de82f Compare type parameters, constraints, and defaults in signature identity Anders Hejlsberg 2019-06-26 18:09:30 -10:00
  • 79c604836a Use intersectTypes instead of filterType Andrew Branch 2019-06-26 16:56:54 -07:00
  • 8454ef114d JSDoc:Treat tokens between backticks as comments Nathan Shively-Sanders 2019-06-26 16:04:46 -07:00
  • b3d55d0cd8 Add throw on not rebaseable to unmatched PRs, too Wesley Wigham 2019-06-26 16:01:51 -07:00
  • 1479bb6bc8 Check if triggering PR is in triggered set only if triggered pr exists (otherwise is master sync) Wesley Wigham 2019-06-26 15:38:45 -07:00
  • 2f30add809 More tests Sheetal Nandi 2019-06-26 15:29:35 -07:00
  • 2d785c8c91 Make args types internal Andrew Casey 2019-06-26 15:09:30 -07:00
  • 012ecdacde Add sourceOf project reference redirect to filesByName list for redirect path so that module symbol is correctly resolved Sheetal Nandi 2019-06-26 13:41:46 -07:00
  • 392d775095 allow const-assertion on aliased enum symbol (#32110) Klaus Meinhardt 2019-06-26 23:42:07 +02:00
  • a50a5d309c Merge pull request #32088 from orta/fix-32068 Orta 2019-06-26 14:10:02 -07:00
  • 5ff3cda078 Add some negative test cases and accept baselines Andrew Branch 2019-06-26 14:01:50 -07:00
  • aaf818b4eb Treat negative numbers as non-dynamic names Andrew Branch 2019-06-26 13:57:34 -07:00
  • 0436cfca16 Do not report multiple diagnostics per signature. Nathan Shively-Sanders 2019-06-26 12:56:14 -07:00
  • 17f6f77de5 Fix declaration emit for negative number property declarations Andrew Branch 2019-06-26 11:49:45 -07:00
  • 871bdeeec4 Merge pull request #31480 from andrewbranch/bug/25487 Andrew Branch 2019-06-26 10:13:42 -07:00
  • c0ff286b34 Merge branch 'master' into report-multiple-overload-errors Nathan Shively-Sanders 2019-06-26 10:06:29 -07:00
  • 68968fd396 Improve error messages and related spans Nathan Shively-Sanders 2019-06-26 10:05:44 -07:00
  • 463da558a1 Merge pull request #32105 from typescript-bot/user-update-Microsoft-20190503 Nathan Shively-Sanders 2019-06-26 08:07:35 -07:00
  • 28e1d78240 Update user baselines typescript-bot 2019-06-26 13:49:59 +00:00
  • 34eb5ddf75 Fix tuple and array comparisons during identity checking (#32089) Wesley Wigham 2019-06-25 20:56:41 -07:00
  • 261952247a Merge pull request #31945 from microsoft/skip-costly-tests Nathan Shively-Sanders 2019-06-25 15:47:49 -07:00
  • 897fb3a2a6 Handle making sure that two less thans are never converted into >> Orta Therox 2019-06-25 12:56:51 -07:00
  • f4728682b7 Watch generated file if it doesnt exist when trying to translate it to to source generated position Sheetal Nandi 2019-06-25 12:15:04 -07:00
  • 3e49556a88 Watch generated file if it doesnt exist when trying to translate it to to source generated position Sheetal Nandi 2019-06-25 12:15:04 -07:00
  • b58932e638 Fix lint and remove done TODOs Nathan Shively-Sanders 2019-06-25 14:54:43 -07:00
  • 67b8ca77d9 Merge branch 'master' into report-multiple-overload-errors Nathan Shively-Sanders 2019-06-25 14:07:56 -07:00
  • 66244f7937 Don't double-check JSX calls Nathan Shively-Sanders 2019-06-25 13:57:30 -07:00
  • f20f700025 Update baselines, except JSX Nathan Shively-Sanders 2019-06-25 13:16:34 -07:00
  • 105f763864 Merge pull request #32072 from orta/formatting_docs Orta 2019-06-25 10:20:00 -07:00
  • 444c3059f6 Handle feeedback Orta Therox 2019-06-25 09:41:26 -07:00
  • 49e3f17886 Add instantiation count limiter Anders Hejlsberg 2019-06-24 17:11:16 -10:00
  • 252840ad40 Fix incorrect noImplicitAny error on contextual union function signature Andrew Branch 2019-06-24 17:37:14 -07:00
  • 0a272e04ef Update src/services/formatting/README.md Orta 2019-06-24 17:08:34 -07:00
  • 3f9395be39 Update src/services/formatting/README.md Orta 2019-06-24 17:08:28 -07:00
  • 314f2e68b7 Make close() in interface Watch<T> public Sasha Joseph 2019-06-24 17:05:19 -07:00
  • ba4aad79dc Adds some docs for how a formatter works Orta Therox 2019-06-24 15:42:56 -07:00
  • ecfa902ba1 Use existing reporting mechanism Nathan Shively-Sanders 2019-06-24 15:32:58 -07:00
  • a150d55592 Explicitly error when an exclude is provided by a test as it will be unused (#32014) Wesley Wigham 2019-06-24 15:29:02 -07:00
  • 7bbd299226 Look at properties of constraint-instantiated optional mapped types when deciding assignability Andrew Branch 2019-06-24 15:19:43 -07:00
  • 9bae1ed099 Merge pull request #32059 from typescript-bot/user-update-Microsoft-20190501 Nathan Shively-Sanders 2019-06-24 10:10:27 -07:00
  • 6717d8d928 Merge pull request #31942 from andrewbranch/bug/30882 Andrew Branch 2019-06-24 09:22:21 -07:00
  • 1c2bdc8abe Update user baselines typescript-bot 2019-06-24 13:49:52 +00:00
  • a5857acec0 Merge branch 'feature/eslint' of https://github.com/a-tarasyuk/TypeScript into feature/eslint Alexander T 2019-06-24 13:34:03 +03:00
  • be4147ddf3 Accept new baselines Anders Hejlsberg 2019-06-23 09:20:03 -10:00
  • 076d9ad2ab Add regression test Anders Hejlsberg 2019-06-23 09:19:56 -10:00
  • 762fff1f65 Remove duplicate call/construct signatures in intersections Anders Hejlsberg 2019-06-23 09:00:42 -10:00
  • 4b5017d551 fix eslint errors after merge Alexander 2019-06-23 18:58:07 +03:00
  • 7389200ce2 Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint Alexander 2019-06-23 18:49:35 +03:00
  • 917cd6c6d9 Merge pull request #32035 from microsoft/fixTupleDestructuringControlFlow Anders Hejlsberg 2019-06-22 09:29:53 -07:00
  • 702dc59b36 no-fallthrough Alexander T 2019-06-21 18:32:22 +03:00
  • 3ca2e7dbb8 Accept new baselines Anders Hejlsberg 2019-06-21 18:07:22 -10:00
  • 9223f39f53 Add regression test Anders Hejlsberg 2019-06-21 18:07:15 -10:00
  • 7cdc65b2a5 Out of bounds tuple elements have type 'undefined' Anders Hejlsberg 2019-06-21 18:00:26 -10:00
  • 2c458c0d1c Merge pull request #31414 from dhruvrajvanshi/master Daniel Rosenwasser 2019-06-21 17:51:04 -07:00
  • 96fcf1e0c0 Update API baseline Andrew Casey 2019-06-21 14:55:29 -07:00
  • 181028821b Fix tests Sheetal Nandi 2019-06-21 14:54:38 -07:00
  • 9d23ce3d06 Sanitize rush progress numbers in docker test output (#32029) Wesley Wigham 2019-06-21 14:49:43 -07:00
  • 2953574eba Use getEncodedSyntacticClassifications Andrew Casey 2019-06-21 14:48:22 -07:00
  • 99679466f2 Fake up a namespace enclosing declaration when generating expando namespace members (#31971) Wesley Wigham 2019-06-20 12:58:16 -07:00
  • 5498f583f9 Update cherry-pick pr script to use mergebase (#32031) Wesley Wigham 2019-06-21 14:34:26 -07:00
  • ecf875112b Check for language serivice enabled when including source files Sheetal Nandi 2019-06-21 14:22:11 -07:00
  • 746b01e577 Check only for .d.ts files Sheetal Nandi 2019-06-21 14:16:40 -07:00
  • c97be16fa1 Log the config of the project Sheetal Nandi 2019-06-21 13:54:06 -07:00
  • 1cbace6eee Remove secondary reference lookup implementation (#32016) Wesley Wigham 2019-06-21 13:26:29 -07:00
  • 720ad5bf22 Improve error message and update baselines Nathan Shively-Sanders 2019-06-21 13:15:32 -07:00
  • 0adab8934a Use source files instead of .d.ts files from project references Sheetal Nandi 2019-06-21 13:11:39 -07:00
  • 179e0a606a Merge pull request #32027 from microsoft/containerReference Sheetal Nandi 2019-06-21 11:28:45 -07:00
  • fe2b9e9e17 Assert ranges exist when looped over in fourslash (#32012) Wesley Wigham 2019-06-21 10:38:31 -07:00
  • d0282b75a1 Add test to verify when source changes Sheetal Nandi 2019-06-13 14:22:37 -07:00
  • 7d449ac13f no-fallthrough Alexander T 2019-06-21 18:32:22 +03:00
  • 903527e757 Merge pull request #32026 from typescript-bot/user-update-Microsoft-20190505 Nathan Shively-Sanders 2019-06-21 07:31:19 -07:00
  • 1c58c1686e Update user baselines typescript-bot 2019-06-21 13:47:03 +00:00
  • 37b20f6afd Eliminate references to defunct LSHost in comments (#32018) Wesley Wigham 2019-06-20 19:11:46 -07:00
  • a97c18f227 Ignore identifier declarations when calculating symbol visibility (#31974) Wesley Wigham 2019-06-20 17:20:12 -07:00
  • b85796cba0 Retain related info for 1-overloads Nathan Shively-Sanders 2019-06-20 16:13:08 -07:00
  • 0e5d95feef Container only ref needs to be ignored from uptodate status Fixes #31288 Sheetal Nandi 2019-06-20 16:09:24 -07:00
  • ef0a8759bd Share code a bit better Nathan Shively-Sanders 2019-06-20 15:40:29 -07:00
  • f2735b5a06 Fake up a namespace enclosing declaration when generating expando namespace members (#31971) Wesley Wigham 2019-06-20 12:58:16 -07:00
  • d36099c98d Use absolute paths for buildInfoDirectory Sheetal Nandi 2019-06-20 12:44:20 -07:00
  • c39a877a92 Add dockerfile based tests for azure-sdk-for-js and office-ui-fabric-react (#31948) Wesley Wigham 2019-06-20 12:47:57 -07:00
  • 36df28d800 Merge pull request #31986 from microsoft/buildLocale Sheetal Nandi 2019-06-20 12:25:37 -07:00
  • 796d5bb660 Merge pull request #31954 from suhasdeshpande/patch-1 Sheetal Nandi 2019-06-20 12:23:18 -07:00
  • 6def72b3a4 Merge pull request #31950 from microsoft/unionObjectAndArrayLiterals Anders Hejlsberg 2019-06-20 09:36:20 -07:00
  • afecb87d3f Use related spans to form a tree of errors. Nathan Shively-Sanders 2019-06-20 08:54:31 -07:00
  • fc773a8e23 Merge pull request #32001 from typescript-bot/user-update-Microsoft-20190504 Nathan Shively-Sanders 2019-06-20 08:26:48 -07:00
  • e9d3f54a01 Update user baselines typescript-bot 2019-06-20 13:27:21 +00:00
  • 9fcaa19ab0 microsoft-typescript/no-in-operator Alexander T 2019-06-20 13:32:34 +03:00
  • 0e14b4e030 microsoft-typescript/only-arrow-functions Alexander T 2019-06-20 12:46:02 +03:00
  • 67e20fc87a microsoft-typescript/no-keywords Alexander T 2019-06-20 12:38:00 +03:00
  • 1b798e3daf Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint Alexander T 2019-06-20 11:47:25 +03:00
  • 39c7e9a360 @typescript-eslint/unified-signatures Alexander T 2019-06-20 11:47:12 +03:00
  • 5921cd45c4 @typescript-eslint/prefer-function-type Alexander T 2019-06-20 10:58:31 +03:00