Commit Graph

  • d9571f80f8 LEGO: Merge pull request 24862 csigs 2018-06-11 09:11:17 -07:00
  • 3aacceedab LEGO: check in for master to temporary branch. csigs 2018-06-11 16:10:50 +00:00
  • 986532d36b Fix bug: In findAllReferences, don't crash on static method missing body (#24814) Andy 2018-06-11 08:43:17 -07:00
  • 9ae93713ae Fix lint errors Anders Hejlsberg 2018-06-11 07:21:03 -07:00
  • 7aee647a9d Record parameter names in inferred tuple types Anders Hejlsberg 2018-06-11 07:18:10 -07:00
  • 73e008d146 Accept new baselines Anders Hejlsberg 2018-06-11 06:13:24 -07:00
  • c69e4e7aff Expand rest parameter with tuple types when emitting signatures Anders Hejlsberg 2018-06-11 06:12:39 -07:00
  • 3f8661b2de LEGO: Merge pull request 24854 csigs 2018-06-11 01:58:04 -07:00
  • b36d4e799d LEGO: check in for master to temporary branch. csigs 2018-06-11 08:57:38 +00:00
  • 7a7d04e126 Tests passing and lib loading Ryan Cavanaugh 2018-06-10 20:05:12 -07:00
  • ab10b86205 Almost working? Ryan Cavanaugh 2018-06-10 19:28:38 -07:00
  • 19fe86a8c1 Give up again Ryan Cavanaugh 2018-06-10 15:20:58 -07:00
  • 3b4b7dc125 Fix unittests config Ryan Cavanaugh 2018-06-10 15:10:10 -07:00
  • fc63eb9b7b Fix runtests async Ryan Cavanaugh 2018-06-10 15:09:56 -07:00
  • eb2abf22ff Should not have existed Ryan Cavanaugh 2018-06-10 15:09:48 -07:00
  • f8d2857e25 tsserverlibrary Ryan Cavanaugh 2018-06-10 14:56:48 -07:00
  • b6d5279333 The baselines are back in town Ryan Cavanaugh 2018-06-10 13:26:16 -07:00
  • 5804905ca6 Jakefile rewrite WIP Ryan Cavanaugh 2018-06-10 13:23:16 -07:00
  • 8033f2e1e1 Revert the jakefile Ryan Cavanaugh 2018-06-10 10:59:03 -07:00
  • 8bc92e4a63 Update test to reflect new behavior Markus Johnsson 2018-06-10 19:58:32 +02:00
  • a61a7a2a6e Attempt to rewrite the jakefile and fail Ryan Cavanaugh 2018-06-10 10:58:16 -07:00
  • 8850f74eab Merge branch 'master' of github.com:Microsoft/TypeScript Markus Johnsson 2018-06-10 15:00:52 +02:00
  • cb5b77365c Merge branch 'master' of github.com:Microsoft/TypeScript Markus Johnsson 2018-06-10 14:59:13 +02:00
  • 336c37662d Projzilla phase 1 Ryan Cavanaugh 2018-06-09 16:48:08 -07:00
  • 346276ce7a Accept new baselines Anders Hejlsberg 2018-06-09 12:19:46 -07:00
  • 2e04322a6d Optional elements in tuple types + empty tuple types + other fixes. Anders Hejlsberg 2018-06-09 12:19:11 -07:00
  • f4fcb1912c Merge pull request #24465 from RyanCavanaugh/tsbuild Ryan Cavanaugh 2018-06-10 05:15:53 +12:00
  • 0f626fdcb3 Last round PR comments Ryan Cavanaugh 2018-06-09 09:43:25 -07:00
  • b97bc8e071 Use native map Ryan Cavanaugh 2018-06-09 09:15:17 -07:00
  • 2e81256b20 always visit them all (#24802) (#24807) Wesley Wigham 2018-06-08 18:57:34 -07:00
  • 250913ad09 Normalize paths in GetEditsForFileRename Andrew Casey 2018-06-08 18:02:33 -07:00
  • 1de2f839f2 PR fixups Ryan Cavanaugh 2018-06-08 17:43:16 -07:00
  • 80512b5d05 Updates the graph before checking if file is present in project for error checking When file is moved using getEditsForFileRename, the watch notification could be delayed This could result in project updates in background that could be delayed and result in file not present in the project after its synchronised Fixes #24547 Sheetal Nandi 2018-06-08 16:55:49 -07:00
  • 153f25a475 Updates the graph before checking if file is present in project for error checking When file is moved using getEditsForFileRename, the watch notification could be delayed This could result in project updates in background that could be delayed and result in file not present in the project after its synchronised Fixes #24547 Sheetal Nandi 2018-06-08 16:55:49 -07:00
  • 04187bde8d fixStrictClassInitialization: Support array initializer (#24810) Andy 2018-06-08 15:56:56 -07:00
  • 8c7a9ccc27 Merge pull request #24811 from Microsoft/computedPropertyNameWithDefaultImport Sheetal Nandi 2018-06-08 15:35:38 -07:00
  • dc8242a467 Merge pull request #24812 from Microsoft/computedPropertyNameWithDefaultImport29 Sheetal Nandi 2018-06-08 15:35:28 -07:00
  • e821d613a1 fixUnusedIdentifier: Remove unused writes (#24805) Andy 2018-06-08 15:20:33 -07:00
  • 96cd34ab26 LEGO: Merge pull request 24813 csigs 2018-06-08 15:11:09 -07:00
  • 394da3e46d LEGO: check in for master to temporary branch. csigs 2018-06-08 22:10:46 +00:00
  • 83617091a3 Always resolve the first identifier of computed property name to get the symbol and track it Fixes #24798 Sheetal Nandi 2018-06-08 13:57:25 -07:00
  • 5d70d9223c Always resolve the first identifier of computed property name to get the symbol and track it Fixes #24798 Sheetal Nandi 2018-06-08 13:57:25 -07:00
  • 4240d9dc0f always visit them all (#24802) Wesley Wigham 2018-06-08 13:11:30 -07:00
  • 5de87e4a95 Merge pull request #24803 from Microsoft/ignoreWindowsUsersFolder Sheetal Nandi 2018-06-08 12:54:58 -07:00
  • fb3af6549d Do not watch folders like "c:/users/username", "c:/users/username/folderAtRoot" Fixes Microsoft/vscode#51139 Sheetal Nandi 2018-06-07 13:36:24 -07:00
  • ee310a42f0 move static flag predicate before get container kingwl 2018-06-09 03:08:15 +08:00
  • f17fe8713e Actually forward sourcemaps to gulp-typescript doesnt disable sourcemaps (#24766) Wesley Wigham 2018-06-08 10:54:18 -07:00
  • 855c3a6d4f fixUnusedIdentifier: Delete trailing comma in array binding pattern (#24800) Andy 2018-06-08 10:39:01 -07:00
  • 0d730c008a Merge branch 'master' into add-braces kingwl 2018-06-09 01:32:53 +08:00
  • 7b2e09263c Merge pull request #24712 from styfle/build-size Mohamed Hegazy 2018-06-08 09:37:11 -07:00
  • b4dea5ecce Merge pull request #24760 from krk/codefix-asterisk Mohamed Hegazy 2018-06-08 08:57:49 -07:00
  • d7a0619009 Inlined asterisk token creation. krk 2018-06-08 14:49:11 +03:00
  • 17eaf50b73 LEGO: Merge pull request 24785 csigs 2018-06-07 21:11:02 -07:00
  • 75df424a6d LEGO: check in for master to temporary branch. csigs 2018-06-08 04:10:38 +00:00
  • 8b034e6cd8 Modernize syntax by using arrow funcs Steven 2018-06-07 20:58:29 -04:00
  • 3cd802510c Add getDirSize checks to Jakefile LKG Steven 2018-06-07 20:53:44 -04:00
  • 06f411c4de Change getDirSize to default export Steven 2018-06-07 20:52:22 -04:00
  • 1e0c22453b Rename get-dir-size to getDirSize Steven 2018-06-07 08:42:57 -04:00
  • 38a46b754d Rename get-dir-size.js to getDirSize.js Steven 2018-06-07 08:42:32 -04:00
  • f89273a31f Remove unused promisify Steven 2018-06-07 08:41:21 -04:00
  • bceb08b36f build: add check for lib size Steven 2018-06-05 20:30:07 -04:00
  • 3d425c7d3e Accept symbols baseline Ron Buckton 2018-06-07 15:48:32 -07:00
  • 3822e3e4ed tryGetModuleNameAsNodeModule: Ignore file extension (#24774) Andy 2018-06-07 15:45:03 -07:00
  • 25ef538d6f fix syntax error in unit test Klaus Meinhardt 2018-06-01 19:17:24 +02:00
  • 72d742bbe8 Fix prologue order in async function Ron Buckton 2018-06-07 13:34:16 -07:00
  • f5adadb42a Fails test if evaluator source text has errors Ron Buckton 2018-06-04 17:05:46 -07:00
  • 473ba53f66 Fix async generator return as well Ron Buckton 2018-05-29 17:43:25 -07:00
  • c5a390dad2 Test for asyncIterator existance before defining Ron Buckton 2018-05-29 17:12:50 -07:00
  • 505677b56d Do not await iterated value in for-await-of Ron Buckton 2018-05-29 15:33:43 -07:00
  • 53b599b595 Fix return and throw propagation for yield* Ron Buckton 2018-05-29 12:56:46 -07:00
  • 5138b4744d LEGO: Merge pull request 24775 csigs 2018-06-07 15:11:22 -07:00
  • 18e4ca62ed LEGO: check in for master to temporary branch. csigs 2018-06-07 22:10:59 +00:00
  • b05e916824 Fix bug: In newFileChanges, setParentNodes in new source file (#24765) (#24771) Andy 2018-06-07 15:09:44 -07:00
  • 59134dc2bd Support 'tsconfig.json' when converting TextChanges to CodeEdits (#24667) (#24772) Andy 2018-06-07 15:09:33 -07:00
  • e947154aec Merge pull request #24768 from Microsoft/fix24722 Ron Buckton 2018-06-07 15:05:09 -07:00
  • 48dedacf3b fixStrictClassInitialization: Don't provide a default for string or number (#24767) Andy 2018-06-07 15:03:38 -07:00
  • 33d0893259 Add completions from literal contextual types (#24674) Andy 2018-06-07 15:03:19 -07:00
  • 604bebab86 Merge pull request #24769 from Microsoft/ignoreWindowsUsersFolder Sheetal Nandi 2018-06-07 14:36:10 -07:00
  • 399ae51406 Support 'tsconfig.json' when converting TextChanges to CodeEdits (#24667) Andy 2018-06-07 14:30:19 -07:00
  • fde6f22408 Fix bug: In newFileChanges, setParentNodes in new source file (#24765) Andy 2018-06-07 14:28:06 -07:00
  • eab5b5105c Merge pull request #24756 from Microsoft/updateTPN-2 Mohamed Hegazy 2018-06-07 14:00:27 -07:00
  • 16e01174b7 Do not watch folders like "c:/users/username", "c:/users/username/folderAtRoot" Fixes Microsoft/vscode#51139 Sheetal Nandi 2018-06-07 13:36:24 -07:00
  • 1c6ff9c0b6 Update header Mohamed Hegazy 2018-06-07 13:47:20 -07:00
  • 2b4569c04f Fix prologue order in async function Ron Buckton 2018-06-07 13:34:16 -07:00
  • b2ad86d7ae moveToNewFile: Infer quote preference (#24652) (#24764) Andy 2018-06-07 12:44:33 -07:00
  • 87217018b8 Add 'nameSpan' property to NavigationTree (#24698) Andy 2018-06-07 12:43:57 -07:00
  • 43bfccfd08 Accept new baselines Anders Hejlsberg 2018-06-07 12:24:15 -07:00
  • 8cd8edbe2c Allow generic rest parameters and infer tuples when possible Anders Hejlsberg 2018-06-07 12:23:40 -07:00
  • d2be8dd6c4 Merge pull request #24761 from ajafff/avoid-useless-closures Mohamed Hegazy 2018-06-07 12:18:08 -07:00
  • 0fefaf286d moveToNewFile: Infer quote preference (#24652) Andy 2018-06-07 12:10:48 -07:00
  • 83c58a4fb5 Don't consider x. a new identifier location just because x has a number index signature (#24699) Andy 2018-06-07 12:05:47 -07:00
  • 5b92bdd88f checker: avoid useless closures Klaus Meinhardt 2018-06-07 20:35:47 +02:00
  • a6cd609e88 Merge pull request #24759 from weswigham/port-serialize-fix Mohamed Hegazy 2018-06-07 11:28:37 -07:00
  • acbda14450 addMethodDeclaration codefix creates a generator function when target is child of a YieldExpression, resolves #24728 krk 2018-06-07 20:51:11 +03:00
  • d9e2bc6f38 Handle import types in serializeType (#24701) Wesley Wigham 2018-06-07 10:40:14 -07:00
  • d0ae03c4cc Handle import types in serializeType (#24701) Wesley Wigham 2018-06-07 10:40:14 -07:00
  • 8147347e41 Update Third Party Notice text Mohamed Hegazy 2018-06-07 10:20:11 -07:00
  • e6268f2cb2 LEGO: Merge pull request 24753 csigs 2018-06-07 09:11:03 -07:00
  • 7f2436ca35 LEGO: check in for master to temporary branch. csigs 2018-06-07 16:10:39 +00:00
  • 8b77b13166 LEGO: Merge pull request 24740 csigs 2018-06-06 21:10:56 -07:00