Commit Graph

  • 1edd500ae3 Merge pull request #21312 from Microsoft/easierPrerelease Daniel Rosenwasser 2018-01-19 16:34:27 -08:00
  • 46fa477c15 Move assertion to realpath evaluation uniqueiniquity 2018-01-19 16:22:09 -08:00
  • 1fc6675a29 Allow for undefined return from TypeCheckerHost.getSourceFile to correspond with implementation uniqueiniquity 2017-12-06 14:40:59 -08:00
  • 30da23fa77 Handle failure to properly resolve type reference directives uniqueiniquity 2017-11-30 10:22:41 -08:00
  • cc6d18e4db Merge pull request #20234 from Microsoft/builderApi Sheetal Nandi 2018-01-19 16:14:50 -08:00
  • d4c36120cf Make nonnull assertions and binding patterns apparent declared type locations (#20995) Wesley Wigham 2018-01-19 16:06:42 -08:00
  • 6224d51f84 For { type: "a" } | { type: "b" }, find references for the union property (#21298) Andy 2018-01-19 16:04:30 -08:00
  • 6b9ea7cab8 configureNightly -> configurePrerelease Daniel Rosenwasser 2018-01-19 16:03:02 -08:00
  • 9db45dff6d Create a 'configure-insiders' and 'publish-insiders' task. Daniel Rosenwasser 2018-01-19 15:58:35 -08:00
  • 8a51cdaf42 Merge branch 'master' into builderApi Sheetal Nandi 2018-01-19 15:56:40 -08:00
  • 2be231d339 Add createProgram on WatchCompilerHost Sheetal Nandi 2018-01-19 14:59:35 -08:00
  • 0e73240ea4 Disallow conditional type following 'extends' Anders Hejlsberg 2018-01-19 14:44:48 -08:00
  • 7397fb11c4 Fix lint and test errors and add tests uniqueiniquity 2018-01-19 14:10:06 -08:00
  • 184835b5cd Lint:document parameter name Nathan Shively-Sanders 2018-01-19 13:36:01 -08:00
  • eed85737b8 Merge pull request #21271 from Microsoft/infer-keyof-to-any-not-empty Nathan Shively-Sanders 2018-01-19 13:35:22 -08:00
  • d34b86573c Respond to CR uniqueiniquity 2018-01-19 13:13:51 -08:00
  • 4632ed6dda Merge pull request #21242 from Microsoft/fix-indexed-access-relation Nathan Shively-Sanders 2018-01-19 13:13:14 -08:00
  • cadd7679a2 DT runner:Fix $ExpectError handling Nathan Shively-Sanders 2018-01-19 13:08:22 -08:00
  • 8c0454027b Merge pull request #21281 from Microsoft/isEmittedFileCheckInInvalidateResolution Sheetal Nandi 2018-01-19 13:04:28 -08:00
  • dcfd634559 in goToDefinition, use array helpers and clean up code (#21304) Andy 2018-01-19 13:03:53 -08:00
  • c360c24b9b Fix parsing Anders Hejlsberg 2018-01-19 13:01:27 -08:00
  • 0a90c67c07 Support testing definition range of a reference gruop (#21302) Andy 2018-01-19 12:15:41 -08:00
  • d46653a2ac Handle undefined input to firstDefined (#21300) Andy 2018-01-19 10:10:43 -08:00
  • 1c9cd96966 Avoid spreading array (#21291) Andy 2018-01-19 07:44:18 -08:00
  • a79d0b1f91 Merge pull request #21292 from Microsoft/fixReverseMappedContravariantInference Anders Hejlsberg 2018-01-19 06:29:37 -08:00
  • ac7b87cabe LEGO: Merge pull request 21294 csigs 2018-01-18 21:10:32 -08:00
  • 57e0b22cf3 LEGO: check in for master to temporary branch. csigs 2018-01-19 05:10:13 +00:00
  • 31d24c48f7 WIP rbuckton/WIP-vifs Ron Buckton 2017-12-21 11:20:44 -08:00
  • 069eac09ec Accept new baselines Anders Hejlsberg 2018-01-18 17:28:49 -08:00
  • f6c79a631c Add regression test Anders Hejlsberg 2018-01-18 17:28:37 -08:00
  • 5bb8d2a590 Properly handle contravariant inferences in inferReverseMappedType Anders Hejlsberg 2018-01-18 17:15:48 -08:00
  • a6c42a63a1 Remove unused properties from interface Refactor (#21286) Andy 2018-01-18 16:39:33 -08:00
  • 98dfb7c2b0 Merge pull request #21282 from Microsoft/detailDebugFail Sheetal Nandi 2018-01-18 16:31:31 -08:00
  • ebbb3a4dc4 Merge pull request #21158 from amcasey/NewlineConsistency Andrew Casey 2018-01-18 16:02:27 -08:00
  • b0916ed82c LEGO: Merge pull request 21284 csigs 2018-01-18 15:12:06 -08:00
  • ffdba2d01f LEGO: check in for master to temporary branch. csigs 2018-01-18 23:11:43 +00:00
  • 6ccf9bce8f Test:Nested excess property checking w/discriminated unions Nathan Shively-Sanders 2018-01-18 15:11:29 -08:00
  • 4a50671092 Nested excess property checks:discriminated unions Nathan Shively-Sanders 2018-01-18 15:05:20 -08:00
  • fd0dd6ed4c Separate code path for conditional type instantiation Anders Hejlsberg 2018-01-18 15:00:07 -08:00
  • 39fee67d8e Merge pull request #21110 from jack-williams/strict-null-empty-destructuring Nathan Shively-Sanders 2018-01-18 14:24:50 -08:00
  • d97dec8574 Fold newline logic into getNewLineOrDefaultFromHost Andrew Casey 2018-01-18 13:56:12 -08:00
  • 5fcde240e3 External test runner updates (#21276) Wesley Wigham 2018-01-18 13:48:23 -08:00
  • 225e2f4d78 Report more detailed info during script debug failure Sheetal Nandi 2018-01-18 12:53:11 -08:00
  • 96ac5aa241 Check if the file added is emitted file after validating extensions May fix #21274 Sheetal Nandi 2018-01-18 12:26:45 -08:00
  • 6d051f82fd Handle CodeFixAction in mapCodeAction (#21247) Andy 2018-01-18 12:14:47 -08:00
  • b5ae9de7ba Add grammar error for const { ...a: b } = {}; (#21267) Andy 2018-01-18 10:57:35 -08:00
  • 9436b1cc0b Fix formatter crash for const { ...a: b } = {};: forEachChild and emitBindingElement should handle ... before the propertyName (#21268) Andy 2018-01-18 10:36:41 -08:00
  • c11a3f4ff6 fix #21252, add package-lock.json to npmignore (#21260) Herrington Darkholme 2018-01-19 02:23:25 +08:00
  • 466557cafb Support parsing @template {T} in addition to @template T (#21270) Andy 2018-01-18 09:45:29 -08:00
  • dffa8b1329 Add a TriviaKind type to allow more specific types (#21237) Andy 2018-01-18 09:44:30 -08:00
  • 801bded31d computeIndentation: Simplify control flow (#21239) Andy 2018-01-18 09:44:00 -08:00
  • bd43e45075 Move getCurrentDirectory to builder program Sheetal Nandi 2018-01-18 09:12:01 -08:00
  • ca65b6a789 Merge pull request #21269 from Microsoft/fix-node_modules-deletion-in-external-compile-runner Nathan Shively-Sanders 2018-01-18 09:12:10 -08:00
  • d316d01c6d LEGO: Merge pull request 21272 csigs 2018-01-18 09:10:25 -08:00
  • 958e9b1c65 LEGO: check in for master to temporary branch. csigs 2018-01-18 17:10:06 +00:00
  • f0b4018017 Infer:string literal->keyof creates any props not {} Nathan Shively-Sanders 2018-01-18 08:44:57 -08:00
  • 24c2fcc504 Fix deletion of node_modules in DT test Nathan Shively-Sanders 2018-01-18 08:30:31 -08:00
  • 3fc8f9d367 Merge pull request #21238 from Microsoft/issue-template-update Ryan Cavanaugh 2018-01-17 21:50:46 -08:00
  • 8b89715d75 LEGO: Merge pull request 21255 csigs 2018-01-17 21:10:32 -08:00
  • 6ea8e4b811 LEGO: check in for master to temporary branch. csigs 2018-01-18 05:10:12 +00:00
  • f29c0e34fb Expose createWatchCompilerHost as overload Sheetal Nandi 2018-01-17 16:44:47 -08:00
  • 29dee9fb0c Do not expose createWatchOfConfigFile and createWatchOfFilesAndCompilerOptions Sheetal Nandi 2018-01-17 16:21:19 -08:00
  • 50fd476233 Make SymbolContext a subtype of TextChangesContext Andrew Casey 2018-01-17 16:16:22 -08:00
  • ed23ca582a Merge branch 'master' into builderApi Sheetal Nandi 2018-01-17 16:11:44 -08:00
  • 73922301bc In formatter, get lineAction directly from applyRuleEdits (#21245) Andy 2018-01-17 16:02:42 -08:00
  • 095aa771f5 Merge pull request #21144 from amcasey/GH18274 Andrew Casey 2018-01-17 15:45:17 -08:00
  • 3a38c8ea58 Replace TextChangesContext with RefactorOrCodeFixContext Andrew Casey 2018-01-17 15:43:36 -08:00
  • 8e35c3103d Merge pull request #21244 from Microsoft/allowNonExistentInputInGetDirectories Sheetal Nandi 2018-01-17 15:39:49 -08:00
  • 13bf7f9c7c Ensure getNewLineFromContext never returns undefined Andrew Casey 2018-01-17 15:37:05 -08:00
  • 3ca1cc406a Clean up TODOs for #18445 Andrew Casey 2018-01-17 15:29:41 -08:00
  • 265a8b0011 Update issue_template.md Ryan Cavanaugh 2018-01-17 15:21:15 -08:00
  • 99d6b0d308 Actually get the apparent type of intersection members when calculating intersection apparent types (#21133) Wesley Wigham 2018-01-17 15:20:09 -08:00
  • db3f7c538e Update test baselines Andrew Casey 2018-01-11 17:43:27 -08:00
  • f92e6a26c9 Update issue_template.md Ryan Cavanaugh 2018-01-17 15:14:27 -08:00
  • b4a382bdd2 Stop explicitly storing newline in refactoring/code fix contexts Andrew Casey 2018-01-11 14:53:31 -08:00
  • 9a83077d78 Add explanatory comment Andrew Casey 2018-01-17 15:12:39 -08:00
  • 9ad9dc106c Merge pull request #21171 from Microsoft/renameSymLinks Sheetal Nandi 2018-01-17 15:08:27 -08:00
  • 41c02e6482 Merge pull request #20515 from Microsoft/fileAddedAfterProjectOpen Sheetal Nandi 2018-01-17 15:07:46 -08:00
  • 5de6ac1a2f Simplify test cases Andrew Casey 2018-01-12 11:11:01 -08:00
  • 3b5689fa1f Add more test coverage for unusedParameterInLambda Andrew Casey 2018-01-11 10:51:55 -08:00
  • e354754b2a Special case arrow functions with only parameter unused Andrew Casey 2018-01-10 18:28:47 -08:00
  • 8281c7a137 Fix the invalid file/directory location when getting file system entry for caching read directory results Fixes #20607 Sheetal Nandi 2018-01-17 14:51:31 -08:00
  • 1dcc83e6d2 Minor cleanup in getDynamicIndentation (#21240) Andy 2018-01-17 14:29:19 -08:00
  • ec37651308 Use packageId for suggestion to install @types/packageName (#21241) Andy 2018-01-17 14:22:58 -08:00
  • b0d7d5a7ef Fix #21089: Do not infer from numeric index signature in Object.values and Object.entries (#21129) Mohamed Hegazy 2018-01-17 14:16:11 -08:00
  • 485ec34e8e Test assignability of indexed access types Nathan Shively-Sanders 2018-01-17 13:22:31 -08:00
  • 5c889299f4 Indexed access relation check object+index types Nathan Shively-Sanders 2018-01-17 13:21:10 -08:00
  • 7e1e038cf3 Update issue_template.md Ryan Cavanaugh 2018-01-17 13:17:56 -08:00
  • 4ec6fdd96f Merge branch 'master' into conditionalTypes Anders Hejlsberg 2018-01-17 13:12:36 -08:00
  • 3c988e8f5a Merge pull request #21215 from Microsoft/fix20461 Ron Buckton 2018-01-17 13:08:18 -08:00
  • 56d754cf0f Add watchDirectory to be using dynamic polling Sheetal Nandi 2018-01-17 12:56:33 -08:00
  • f4954d0529 Test case for watching using fs.watch recursively Sheetal Nandi 2017-11-30 11:34:04 -08:00
  • ab17600e86 Improve test to verify the count of callbacks for the watched directories through watchFile Sheetal Nandi 2017-11-30 10:35:28 -08:00
  • c3db9fadb0 Add tests for #19989, #20023 Sheetal Nandi 2018-01-16 17:06:51 -08:00
  • 0c04fb1803 Add support to test when watching directories through watchFile Sheetal Nandi 2017-11-21 10:57:57 -08:00
  • 787c995985 Allow recursive directory watching on non supported file system Sheetal Nandi 2018-01-16 16:35:34 -08:00
  • bcfa02f501 Add option to watch using fs.watch instead of watching through polling Sheetal Nandi 2018-01-16 13:59:02 -08:00
  • fa8d4cba78 Move the polling settings to sys instead of watch utilities Sheetal Nandi 2018-01-16 13:15:39 -08:00
  • 09caaa3775 Fix the api test failures Sheetal Nandi 2018-01-16 11:38:42 -08:00
  • c3b9904190 Add test to verify timeout queues Sheetal Nandi 2017-12-22 17:01:33 -08:00