Commit Graph

  • 0c36266706 Obey the excludeArgument parameter when checking JSX signature validity (#28002) Wesley Wigham 2018-10-22 16:36:11 -07:00
  • f701daf4e0 Infer over each mapped type constraint member if it is a union (#28006) Wesley Wigham 2018-10-22 16:33:43 -07:00
  • 68ce68da79 Merge pull request #27964 from Igorbek/issue27854 Daniel Rosenwasser 2018-10-22 15:49:54 -07:00
  • 34256145b8 Fix lint Wesley Wigham 2018-10-22 14:37:27 -07:00
  • 076f0bbd0f Merge branch 'master' into tsconfig_canonicalpath Andy Hanson 2018-10-22 14:35:42 -07:00
  • 5b3fe6e68b update other interfaces and implementations Klaus Meinhardt 2018-10-22 21:23:04 +02:00
  • 3b058a4de4 fix compile errors, accept baselines Klaus Meinhardt 2018-10-22 21:12:12 +02:00
  • 96480b5ba9 fix return type of LangageServiceHost.resolve* Klaus Meinhardt 2018-10-22 20:59:42 +02:00
  • 1930f8a790 fourslash: Add 'goToMarkerOrRange' helper (#28057) Andy 2018-10-22 11:44:39 -07:00
  • d3d4f83f89 Remove hack to get target of GetAccessor symbol (#27868) Andy 2018-10-22 11:44:06 -07:00
  • 02c74987b7 added await keyword to completions and added test (#27912) Sam Drugan 2018-10-22 19:32:49 +01:00
  • afa94c527c Un-consolidate overloads for Map and WeakMap (#28052) Andy 2018-10-22 11:18:56 -07:00
  • 8e0142d709 Support import completions for a re-export with a different name from the original (#28055) Andy 2018-10-22 11:16:39 -07:00
  • 778f438a7f Update user baselines (#28047) TypeScript Bot 2018-10-22 10:15:46 -07:00
  • 39e533a97e Typo fix Siddharth Singh 2018-10-22 03:33:11 +05:30
  • dc04b97f2f Merge pull request #28027 from Microsoft/simplifyAddTypeToUnion Anders Hejlsberg 2018-10-21 12:32:01 -07:00
  • 63a8cb6933 use Map instead of Array Klaus Meinhardt 2018-10-21 19:57:23 +02:00
  • 1666a561bc Error messages and tests Prateek Goel 2018-10-21 23:19:34 +05:30
  • ea0c7eb3ce Fix performance regression when reusing old state Klaus Meinhardt 2018-10-21 18:15:01 +02:00
  • 033ea4c232 Simplify addTypeToUnion function Anders Hejlsberg 2018-10-21 09:12:52 -07:00
  • 8ff539245c Error messages for extending a specific type Prateek Goel 2018-10-20 23:58:59 +05:30
  • 72244c5b03 Support 'isSourceFileFromExternalLibrary' for source files from '/// <reference types="" />'' (#28004) Andy 2018-10-19 18:00:45 -07:00
  • 424fcdde37 Merge pull request #28005 from Microsoft/noReductionUnion Sheetal Nandi 2018-10-19 17:33:16 -07:00
  • ad5599434e Merge pull request #27974 from Microsoft/errorUpdateWithChangeInTransitiveDeclarationFile Sheetal Nandi 2018-10-19 17:32:32 -07:00
  • bf393ae1cd Check EOF token to get errors for JSDoc (#28000) Nathan Shively-Sanders 2018-10-19 16:23:34 -07:00
  • 71d8961ba0 Do not do any reduction (even if it contains any) to the union type when getting contextual type Fixes #27975 Sheetal Nandi 2018-10-19 15:59:50 -07:00
  • 69b1cb5bac Add new special assignment kinds for recognizing Object.defineProperty calls (#27208) Wesley Wigham 2018-10-19 14:31:55 -07:00
  • e379aeb151 Fix alias of module.exports->exports->IIFE (#27992) Nathan Shively-Sanders 2018-10-19 13:50:38 -07:00
  • 41908052d7 Corrected the order of passing arguments to word2mdJs Manish Bansal 2018-10-19 23:12:23 +05:30
  • b64d08a21b Merge pull request #27522 from jack-williams/trailing-void-args-are-optional Ryan Cavanaugh 2018-10-19 10:16:56 -07:00
  • 8779d4ca88 Fix JS merge crashes from lovefield (#27989) Nathan Shively-Sanders 2018-10-19 09:23:05 -07:00
  • a3c22683ab findAllRefs: Fix bug when symbol.declarations is undefined (#27977) Andy 2018-10-18 14:27:21 -07:00
  • 91bb32ade4 Merge pull request #27560 from Microsoft/transitiveReferences Sheetal Nandi 2018-10-18 13:03:10 -07:00
  • d352b8c2c7 Use reference map from declaration file as exported map to handle deep import semantic diagnostics invalidation Fixes #27973 Sheetal Nandi 2018-10-18 12:04:14 -07:00
  • 8500f7ce20 Merge branch 'master' into trailing-void-args-are-optional Jack Williams 2018-10-18 19:22:18 +01:00
  • fe6dad7725 Merge branch 'master' of https://github.com/Microsoft/TypeScript into bug/24542-bad-error-message-for-import-ing-an-export Alexander T 2018-10-18 11:49:58 +03:00
  • b930d5730f Change cast to the proper type Igor Oleinikov 2018-10-18 01:36:05 -07:00
  • b2cbbbd1d3 Fix bug in reduceEachChild (fixes #27854) - add reducing of type arguments in tagged template expression Igor Oleinikov 2018-10-18 01:34:04 -07:00
  • b1fbff8b98 Add broken test for issue #27854 Igor Oleinikov 2018-10-18 00:31:09 -07:00
  • e58371e03a Remove now unnessesary casts (#27954) Wesley Wigham 2018-10-17 15:17:21 -07:00
  • 7b9ae4d9d0 Merge pull request #27952 from Microsoft/contextualSignature Sheetal Nandi 2018-10-17 14:59:42 -07:00
  • 9554f09d09 Add ability to infer to the simplified form of a type variable (#27953) Wesley Wigham 2018-10-17 14:44:39 -07:00
  • 31f4053d3e When contextual type doesnt find property, use the index signature from unit type(fix the incorrectly used union type to get the signature) Fixes #27949 Sheetal Nandi 2018-10-17 14:15:56 -07:00
  • 7b5ef64e76 Unify JSX And Normal Call Checking Codepaths (#27627) Wesley Wigham 2018-10-16 20:16:00 -04:00
  • bc72577ce3 Merge branch 'master' into transitiveReferences Sheetal Nandi 2018-10-16 14:56:07 -07:00
  • eb2297df02 Fix compile errors in tsbuildWatchMode.ts (#27870) Andy 2018-10-16 12:28:14 -07:00
  • d396830386 add error showing where prop was also declared if is a dup Collins Abitekaniza 2018-10-16 21:48:47 +03:00
  • b69622a114 Merge branch 'master' into transitiveReferences Sheetal Nandi 2018-10-16 10:41:17 -07:00
  • 0f4a615bcb Fix isSourceFileFromExternalLibrary for file with redirect (#27917) Andy 2018-10-16 09:01:25 -07:00
  • 1dadee88be Update user baselines (#27922) TypeScript Bot 2018-10-16 08:38:54 -07:00
  • f70f8eb70d refactor baseline Collins Abitekaniza 2018-10-16 07:57:02 +03:00
  • cb954cbb0a Merge pull request #27871 from Microsoft/formatting Sheetal Nandi 2018-10-15 21:10:09 -07:00
  • 66b299dc6e refactor diagnostics Collins Abitekaniza 2018-10-16 05:17:14 +03:00
  • 2e993230e6 use decl key value if any Collins Abitekaniza 2018-10-16 05:09:46 +03:00
  • 3aa33aa4ed Simplify the test Sheetal Nandi 2018-10-15 15:55:45 -07:00
  • 04fd365ec3 Merge pull request #27911 from Microsoft/fixCircularMappedType Anders Hejlsberg 2018-10-15 15:51:31 -07:00
  • b852f3a428 Merge pull request #27898 from nd-02110114/patch-1 Daniel Rosenwasser 2018-10-15 14:02:08 -07:00
  • 9767522ca0 Merge pull request #27695 from Microsoft/mixedDiscriminantTypes Anders Hejlsberg 2018-10-15 13:10:27 -07:00
  • c184184713 Add getEffectiveConstructSignatures (#27561) Nathan Shively-Sanders 2018-10-15 12:47:57 -07:00
  • 3930525678 Accept new baselines Anders Hejlsberg 2018-10-15 10:24:10 -07:00
  • 0c3221c220 Add regression test Anders Hejlsberg 2018-10-15 10:24:00 -07:00
  • 709f5f2fc4 Handle circular mapped type instantiations for arrays and tuples Anders Hejlsberg 2018-10-15 10:18:54 -07:00
  • bb275b999c Update user baselines (#27905) TypeScript Bot 2018-10-15 08:08:33 -07:00
  • b94dfd9cea delete link Daiki Nishikawa 2018-10-15 10:03:01 +09:00
  • e3bfec5217 Handle when advancing past , of call expression moves past endPos of formatting Fixes #26513 Sheetal Nandi 2018-10-12 15:58:31 -07:00
  • 54a5be1860 At '.' in object literal, don't close the object (#27850) Andy 2018-10-12 08:49:04 -07:00
  • 15b4af63dd #27716: fix protected methods for intersection fo generic classes Andrey Roenko 2018-10-12 17:16:54 +03:00
  • 12cd3ea6ac Merge pull request #27849 from Microsoft/unionWithIndexedLiteral Sheetal Nandi 2018-10-11 17:50:16 -07:00
  • 45387b875a Update LKG. v3.1.3 Daniel Rosenwasser 2018-10-11 16:17:08 -07:00
  • ec0e8cbe2b noImplicitAny as suggestion (#27693) Nathan Shively-Sanders 2018-10-11 16:15:38 -07:00
  • 86d53d2483 Update version to 3.1.3. Daniel Rosenwasser 2018-10-11 16:06:57 -07:00
  • 99b271853a Merge pull request #27844 from Microsoft/includeJson Sheetal Nandi 2018-10-11 15:48:44 -07:00
  • 9cda8d61fa Merge pull request #27714 from Microsoft/okToSkipJsonOverrite Sheetal Nandi 2018-10-11 15:48:28 -07:00
  • d19fb98ec6 When instantiating a mapped type, clone the type parameter. (#27597) Matt McCutchen 2018-10-11 18:45:51 -04:00
  • c0729a22fd Use string/number signature to get contextual type Fixes #26587 Sheetal Nandi 2018-10-10 14:51:17 -07:00
  • 92f3f1cde0 Allow files to be included by *.json pattern in include of tsconfig Fixes #25636 Sheetal Nandi 2018-10-11 14:19:32 -07:00
  • 8f3561f7ec Merge pull request #27671 from uniqueiniquity/portAsyncFixes Benjamin Lichtman 2018-10-11 13:10:21 -07:00
  • 4d504f9b30 assertNever special-cases nodes with SyntaxKind (#27712) Nathan Shively-Sanders 2018-10-11 12:33:29 -07:00
  • 578f8db7d9 Add test cases for transitive reference with different module resolution Sheetal Nandi 2018-10-11 12:00:45 -07:00
  • 5a126e2b27 Merge pull request #27587 from Microsoft/fixUnionOfTupleIndexing Anders Hejlsberg 2018-10-11 12:01:24 -07:00
  • cd1803fdf8 Make RenameInfo a union (#27382) (#27392) Andy 2018-10-11 11:57:01 -07:00
  • ae1bd8bc33 Merge branch 'master' into transitiveReferences Sheetal Nandi 2018-10-11 11:33:23 -07:00
  • 2787a2793a Skip writing json file if it is going to overwrite same location Fixes #24715 Sheetal Nandi 2018-10-11 09:31:04 -07:00
  • 6365eb05f4 Merge pull request #27715 from Microsoft/handleEmitDeclarationOnly Sheetal Nandi 2018-10-11 11:08:40 -07:00
  • 0d91838593 Do not generate jsFile path if its emitOnlyDeclarations is set Fixes #27009 Sheetal Nandi 2018-10-11 10:09:47 -07:00
  • b040ea66d1 One more CR fix Anders Hejlsberg 2018-10-11 10:13:36 -07:00
  • d493c47aac Update user baselines (#27710) TypeScript Bot 2018-10-11 09:58:25 -07:00
  • 1a78981d15 Use safe some function to handle undefined declarations (fixes #27338) (#27698) Andy 2018-10-11 09:24:58 -07:00
  • dd6365615d Address CR feedback Anders Hejlsberg 2018-10-11 08:45:47 -07:00
  • 22260d327d importFixes: Skip alias when testing isTypeOnlySymbol (#27674) (#27696) Andy 2018-10-10 16:48:09 -07:00
  • b2bae85cce Merge pull request #27609 from Microsoft/betterStaticError Sheetal Nandi 2018-10-10 15:42:46 -07:00
  • 3e91652640 Merge pull request #27688 from Microsoft/fixTsBuildIncrementalNoErrorScenario Sheetal Nandi 2018-10-10 15:42:31 -07:00
  • 6cdba6d351 Accept new baselines Anders Hejlsberg 2018-10-10 15:40:19 -07:00
  • 22907bfb07 Add tests Anders Hejlsberg 2018-10-10 15:40:12 -07:00
  • 7737cd5f1f Accept new baselines Anders Hejlsberg 2018-10-10 15:11:57 -07:00
  • c110f57deb Discriminant must include at least one unit type and no instantiable types Anders Hejlsberg 2018-10-10 15:11:35 -07:00
  • dd764b318f importFixes: Skip alias when testing isTypeOnlySymbol (#27674) Andy 2018-10-10 13:45:52 -07:00
  • 1998d6877e Revert lodash.d.ts baseline (#27675) Andy 2018-10-10 13:18:59 -07:00
  • ba0f5581f6 Remove any existing errors in case of successful build in tsbuild watch mode Fixes #27685 Sheetal Nandi 2018-10-10 12:51:58 -07:00
  • fc788393ab Merge pull request #26810 from Kingwl/fix_lookup_regression_again_and_again Ryan Cavanaugh 2018-10-10 09:44:37 -07:00