Commit Graph

  • 4dd1f9fc7c Consolidate overloads in constructors for Map, Set, WeakMap, and WeakSet Fixes https://github.com/Microsoft/TypeScript/issues/23551 Fixes https://github.com/Microsoft/TypeScript/issues/25362 Mohamed Hegazy 2018-07-02 11:53:17 -07:00
  • 3031f7b3e5 Baseline update Ryan Cavanaugh 2018-07-02 11:38:53 -07:00
  • 4459730e5b Give related error on declaration location for used-before-declared errors. Daniel Rosenwasser 2018-07-02 00:37:34 -07:00
  • f3bc891ae9 fixAddMissingMember: Improve deduplication in code-fix-all Andy Hanson 2018-07-02 11:26:50 -07:00
  • 7dc66e916a moduleSpecifiers: specifier from "rootDirs" should be treated as relative (#25369) Andy 2018-07-02 11:14:49 -07:00
  • 55a66c5b5e .json also doesn't produce outputs Ryan Cavanaugh 2018-07-02 10:56:55 -07:00
  • 69bf73f3a2 Handle multiple output .d.ts files changedness correctly Ryan Cavanaugh 2018-07-02 10:53:38 -07:00
  • 7084e6cf47 Adds related spans and error grouping for duplicate identifier errors (#25328) Wesley Wigham 2018-07-02 10:47:52 -07:00
  • 656f356495 Remove deprecated escapeidentifier and unescapeidentifier functions (#25333) Wesley Wigham 2018-07-02 10:47:24 -07:00
  • 64e6b7669b .d.ts files don't have outputs Ryan Cavanaugh 2018-07-02 10:15:13 -07:00
  • 38d649111b Merge pull request #25361 from typescript-bot/user-update-20180601 Daniel Rosenwasser 2018-07-02 09:48:09 -07:00
  • c39da7b0f4 remove unnecessary qualifier Klaus Meinhardt 2018-07-02 18:02:46 +02:00
  • 3a84c028b5 add tests Klaus Meinhardt 2018-07-02 17:58:38 +02:00
  • b8d7a2f763 add tests Klaus Meinhardt 2018-07-02 17:44:32 +02:00
  • 4c5b29eb1c factory: deprecate signatures using JSDoc Klaus Meinhardt 2018-07-02 16:44:25 +02:00
  • e118a807b4 Update user baselines typescript-bot 2018-07-02 13:31:12 +00:00
  • b5633202a0 Update README.md Daniel Rosenwasser 2018-07-02 01:17:24 -07:00
  • f0a77ddcd3 accept baselines Klaus Meinhardt 2018-07-01 12:42:29 +02:00
  • 1be9ec3ddb expose createExpressionStatement and updateExpressionStatement Klaus Meinhardt 2018-07-01 12:26:43 +02:00
  • 11837f0109 revert unnecessary change Klaus Meinhardt 2018-06-30 22:33:44 +02:00
  • 7077dd91a8 getLeftmostExpression: handle AsExpression and NonNullExpression Klaus Meinhardt 2018-06-30 22:23:48 +02:00
  • bfdb1cc391 createExportAssignment: parenthesize nested class or function expression Klaus Meinhardt 2018-06-30 21:53:34 +02:00
  • 4a368c9466 Accept new baselines Anders Hejlsberg 2018-06-29 17:16:31 -10:00
  • 92f5f1dd9d Add regression test Anders Hejlsberg 2018-06-29 17:16:23 -10:00
  • a1746d4cfe Use helper functions in a few more places (#21308) Andy 2018-06-29 20:07:42 -07:00
  • d80795cc17 Accept new baselines Anders Hejlsberg 2018-06-29 17:00:13 -10:00
  • 4bca0a40b9 Guard against recursion in resolveAnonymousTypeMembers Anders Hejlsberg 2018-06-29 16:59:55 -10:00
  • ded446573a ChangeTracker: Combine deleteDeclaration, deleteNode, and deleteNodeInList (#25276) Andy 2018-06-29 19:53:32 -07:00
  • 856ebe82f6 Update API (#24966) Andy Hanson 2018-06-29 19:42:18 -07:00
  • 2fa27ffdf7 Combine code-fix-all for missing class member and missing enum member Andy Hanson 2018-06-29 19:39:19 -07:00
  • 18e3f487a4 Support LibraryManagedAttributes<TComponent, TAttributes> JSX namespace type (#24422) Wesley Wigham 2018-06-29 18:45:29 -07:00
  • 313a0b8990 Remove deprecated SymbolDisplayBuilder API (#25331) Wesley Wigham 2018-06-29 18:37:50 -07:00
  • 2c14bf1d59 Add test Benjamin Lichtman 2018-06-29 17:10:46 -07:00
  • 6f68652f2a Only include attribute span if one or more Benjamin Lichtman 2018-06-29 17:10:35 -07:00
  • 3ca4c23e4c Add outlining regions for jsxelements and jsxattributes Benjamin Lichtman 2018-06-29 16:41:45 -07:00
  • e7543d6d81 Simplify getRangeOfEnclosingComment (#25168) Andy 2018-06-29 16:58:28 -07:00
  • c5bd0405c4 JsxTagNameExpression can only be Identifier | ThisExpression, not any PrimaryExpression (#21555) Andy 2018-06-29 16:50:44 -07:00
  • 48d31eddc8 Split isConst into isVarConst and isEnumConst (#25312) Andy 2018-06-29 16:47:11 -07:00
  • b5f386eb6e Merge pull request #25311 from Microsoft/betterAlwaysTrueFalseErrors Daniel Rosenwasser 2018-06-29 14:07:04 -07:00
  • bf508cbe11 Merge pull request #25325 from uniqueiniquity/stopFoldingRegionDelimiters Benjamin Lichtman 2018-06-29 12:40:23 -07:00
  • ba8bc55907 Make regexp a constant Benjamin Lichtman 2018-06-29 11:51:56 -07:00
  • f0e5056063 Add test Benjamin Lichtman 2018-06-29 11:33:16 -07:00
  • 699186083b Stop including region delimiter comments in comment fold regions Benjamin Lichtman 2018-06-29 11:16:37 -07:00
  • 30db30055f Fix module specifier case handling for declaration emit (#25110) Wesley Wigham 2018-06-29 11:02:43 -07:00
  • 374fefe7ce Merge pull request #25320 from typescript-bot/user-update-20180505 Mohamed Hegazy 2018-06-29 10:41:26 -07:00
  • c27dace3df Merge pull request #25182 from Kingwl/fix-missing-enum-member Mohamed Hegazy 2018-06-29 10:19:23 -07:00
  • d8d0f815ca Update user baselines typescript-bot 2018-06-29 13:30:03 +00:00
  • 8530fe0219 Merge pull request #25315 from Microsoft/strictifyTest Daniel Rosenwasser 2018-06-28 23:54:53 -07:00
  • 84b21a8f7d Accepted baselines. Daniel Rosenwasser 2018-06-28 22:43:10 -07:00
  • d46b54b639 Actually make the test file use '--strict'. Daniel Rosenwasser 2018-06-28 22:36:59 -07:00
  • f23c180a38 Merge pull request #25287 from Microsoft/skipToNonNullTargets Daniel Rosenwasser 2018-06-28 22:26:36 -07:00
  • 6d01001125 Assignement -> Assignment John Doe 2018-06-28 19:03:58 -07:00
  • 26bb46c336 Asignment -> Assignment John Doe 2018-06-28 19:03:18 -07:00
  • a46844aab6 arugments -> arguments John Doe 2018-06-28 19:02:43 -07:00
  • b7b66a28ee arbitary -> arbitrary John Doe 2018-06-28 19:01:46 -07:00
  • d83ddcfa9c abount -> about John Doe 2018-06-28 18:59:37 -07:00
  • a0c186a781 anohter -> another John Doe 2018-06-28 18:58:29 -07:00
  • 15c38596fa affectected -> affected John Doe 2018-06-28 18:52:56 -07:00
  • ba9b8c29ee additinal -> additional John Doe 2018-06-28 18:51:46 -07:00
  • a40b357646 accross -> across John Doe 2018-06-28 18:50:55 -07:00
  • 2522a264e7 actuallty -> actually John Doe 2018-06-28 18:50:39 -07:00
  • 441388c9dc Accepted baselines. Daniel Rosenwasser 2018-06-28 16:08:02 -07:00
  • 6f06fd0d46 Use a more direct error. Daniel Rosenwasser 2018-06-28 16:06:27 -07:00
  • 584e923f42 Accepted baselines. Daniel Rosenwasser 2018-06-28 16:00:51 -07:00
  • c853d7c048 Don't elaborate on primitives at all. Daniel Rosenwasser 2018-06-28 15:34:27 -07:00
  • 12a201c29e Added test case. Daniel Rosenwasser 2018-06-28 15:30:10 -07:00
  • 2a19580144 Introduce more caching and deferral into jsx checking (#25302) Wesley Wigham 2018-06-28 14:43:20 -07:00
  • 53e163df0b Add codes and categories to related information, officially (#25304) Wesley Wigham 2018-06-28 14:41:21 -07:00
  • c025cb2bbe Merge pull request #25294 from typescript-bot/user-update-20180504 Daniel Rosenwasser 2018-06-28 13:42:22 -07:00
  • 297f12e92c Add bailout case to sourcemap searching code (#25212) Wesley Wigham 2018-06-28 11:40:31 -07:00
  • 3a023ed7d6 Remove dead code testing result of resolveProjectReferencePath (#25284) Andy 2018-06-28 10:50:39 -07:00
  • 5c2eeb20b1 Destructuring declaration prefers type annotation type (#25282) Nathan Shively-Sanders 2018-06-28 10:41:38 -07:00
  • 2af923b9ed Update user baselines typescript-bot 2018-06-28 13:29:49 +00:00
  • 534503a761 Accepted baselines. Daniel Rosenwasser 2018-06-27 23:26:11 -07:00
  • 35e9e165b1 Strip null and undefined from targets when relating from certain atomic types. Daniel Rosenwasser 2018-06-27 23:25:26 -07:00
  • 950593b669 Merge pull request #25251 from Microsoft/betterAlwaysTrueFalseErrors Daniel Rosenwasser 2018-06-27 21:57:25 -07:00
  • d8cdd7552e do not handle enum type member 王文璐 2018-06-28 09:36:26 +08:00
  • 704cd7ba7e Accepted baselines. Daniel Rosenwasser 2018-06-27 17:20:33 -07:00
  • 1f8ad2d318 indicates -> indicate Daniel Rosenwasser 2018-06-27 17:20:24 -07:00
  • 16f045b7f5 Add test for goto-definition with project references (#24867) Andy 2018-06-27 15:56:04 -07:00
  • 4d43a3a3c0 Merge pull request #25281 from RyanCavanaugh/fixMapFilename Ryan Cavanaugh 2018-06-27 14:11:14 -07:00
  • fd8b7f3da5 Remove redundant checks in getNameOfDeclaration (#25244) Andy 2018-06-27 13:56:31 -07:00
  • e207f25ee2 Don't look for a file called 2.map Ryan Cavanaugh 2018-06-27 13:35:29 -07:00
  • 1cb691f52d findPrecedingToken: default includeJsDocComment to true (#25262) Andy 2018-06-27 12:14:41 -07:00
  • c9d44ce395 getTouchingToken: default includeJsDocComment to true (#25258) Andy 2018-06-27 11:15:15 -07:00
  • c35cb86192 When renaming at a tsx opening/closing tag, just rename the current element (#25273) Andy 2018-06-27 11:01:38 -07:00
  • d957b1c8c2 fixUnusedIdentifier: Remove arguments corresponding to unused parameters (#25011) Andy 2018-06-27 09:26:47 -07:00
  • d6f5fc6518 add Initializer if enum value is another enum 王文璐 2018-06-27 21:03:50 +08:00
  • d7713f4305 Point VSTS build badge to results of the latest build (#25248) David Staheli 2018-06-26 22:56:29 -04:00
  • c8c547a706 Only add completion for a symbol if it is accessible (#25096) Andy 2018-06-26 18:03:07 -07:00
  • ab9e913af3 getEditsForFileRename: Test both before and after the rename (#25074) Andy 2018-06-26 16:55:51 -07:00
  • 13bc46d970 getTokenAtPosition: default includeJsDocComment to true (#25015) Andy 2018-06-26 16:20:44 -07:00
  • 9f3e5eaadd Use different cache for the ScriptInfoVersion Sheetal Nandi 2018-06-26 16:14:27 -07:00
  • f4a2ee456d Merge pull request #25250 from Microsoft/gulpTypeScriptReporter Ron Buckton 2018-06-26 16:04:28 -07:00
  • 4ca7aa4c37 Update error code expectations. Daniel Rosenwasser 2018-06-26 15:54:06 -07:00
  • 62e1e9d159 semanitc -> semantic Daniel Rosenwasser 2018-06-26 15:52:52 -07:00
  • cff0f831a6 Report errors in corrrect process for gulp-typescript-oop Ron Buckton 2018-06-26 15:06:59 -07:00
  • 4febcdf1cb Merge pull request #25231 from timocov/fix25225 Mohamed Hegazy 2018-06-26 15:33:58 -07:00
  • 42c0bf67c8 Accepted baselines. Daniel Rosenwasser 2018-06-26 15:12:18 -07:00
  • 63a52cd21e Give a better message up-front for incompatible equality errors. Daniel Rosenwasser 2018-06-26 15:11:41 -07:00