Commit Graph

  • ca7f78b8df Fix typo (#28526) Andy 2018-11-19 10:54:54 -08:00
  • b3b927291f Update user baselines (#28601) TypeScript Bot 2018-11-19 10:54:13 -08:00
  • b8a8ceae86 Handle merging unknownSymbol (#28453) Andy 2018-11-19 10:51:58 -08:00
  • dc03115d14 Merge pull request #28585 from Microsoft/isTypeOnlyCompletion Sheetal Nandi 2018-11-19 08:50:41 -08:00
  • eeaa8bb527 Merge pull request #28533 from Microsoft/generateGetAndSet_noFindAllRefs Sheetal Nandi 2018-11-19 08:47:12 -08:00
  • d7e08669f5 Merge pull request #28588 from dsherret/removeNonInternalStuffJsDocComment Sheetal Nandi 2018-11-19 08:44:29 -08:00
  • d6d9c9ec20 Show diagnostic when error found with --showConfig option vvakame 2018-11-19 19:06:43 +09:00
  • 1acfce680e Remove jsdoc on ts namespace. David Sherret 2018-11-17 11:50:06 -05:00
  • 608a8307ac Dont emit module resolution errors when looking up specifiers for container symbols (#28558) Wesley Wigham 2018-11-16 17:15:40 -08:00
  • 59c014ba32 Properly set symbolMeanings when calling getSymbolsInScope Andy Hanson 2018-11-16 17:03:34 -08:00
  • da33c580eb Minor cleanups in checkUnusedIdentifiers (#28513) Andy 2018-11-16 16:58:36 -08:00
  • cd08a22ef5 Clamp calculated sourcemap positions rather than throwing (#28583) Wesley Wigham 2018-11-16 16:05:07 -08:00
  • 12f3d0d54c Enable --strictPropertyInitialization (#27558) Andy 2018-11-16 16:02:23 -08:00
  • 5a4378ef1e Accepted baselines. Daniel Rosenwasser 2018-11-16 15:59:14 -08:00
  • b7da98b1c3 Use intersection of member names to find largest overlap. Daniel Rosenwasser 2018-11-16 15:59:00 -08:00
  • 6bb1ff2214 Merge pull request #27376 from Microsoft/codeFixCannotFindModule_suggestion_falsePositive Sheetal Nandi 2018-11-16 15:48:37 -08:00
  • 6ae288fbb3 Merge remote-tracking branch 'origin/master' into overlappyTypes Daniel Rosenwasser 2018-11-16 15:02:13 -08:00
  • 642803c182 Merge pull request #28559 from amcasey/FileSize Andrew Casey 2018-11-16 13:52:12 -08:00
  • e0dca0bd95 Error when destructuring private property in a parameter (#28562) Andy 2018-11-16 12:47:05 -08:00
  • 5c1c34a16e Add telemetry test Andrew Casey 2018-11-16 11:00:41 -08:00
  • a8c634d70d Restore useText Andrew Casey 2018-11-16 10:43:15 -08:00
  • ea8ccc2ce4 In JS, constructor functions infer from call+construct (#28353) Nathan Shively-Sanders 2018-11-16 09:51:07 -08:00
  • 1089424035 Ensure getApplicableRefactors doesn't crash when given a position (#28361) Andy 2018-11-16 09:30:37 -08:00
  • a6ef176dbb Consistently return 'void' from ChangeTracker methods (#28563) Andy 2018-11-16 08:58:00 -08:00
  • f7584ad868 Merge pull request #28572 from calebsander/fix/unused-baselines Sheetal Nandi 2018-11-16 08:53:32 -08:00
  • 0c4ceeec24 Don't consider 'typeof a' as using 'a' (#28528) Andy 2018-11-16 08:35:36 -08:00
  • 10fa76c06a Remove unused baselines Caleb Sander 2018-11-15 23:31:13 -08:00
  • d29a072a4a Merge branch 'master' into tsconfig_canonicalpath Andy Hanson 2018-11-15 17:20:13 -08:00
  • 8bfdb4145d Fix tests and lint Andrew Casey 2018-11-15 16:00:35 -08:00
  • d5b95b5904 Update API baseline Andrew Casey 2018-11-15 15:54:21 -08:00
  • b059135c51 When adding relative completions with rootDirs, still add completions for regular relative imports (#28561) Andy 2018-11-15 15:11:27 -08:00
  • 1fd2371a37 Fixed codeFixAll behavior and adjusted changed fourslash tests Florian Regensburger 2018-11-03 00:00:12 +01:00
  • 94118b64c5 Properly check if a codefix is needed Florian Regensburger 2018-11-02 01:47:50 +01:00
  • 70fee3fb36 Review changes and adjustment of fourslash tests Florian Regensburger 2018-11-02 01:32:12 +01:00
  • 2dae10f6ba Revert whitespace change Florian Regensburger 2018-11-01 20:05:57 +01:00
  • 1e6a5f3d0b Add codefix for 'Cannot find name' diagnostic Florian Regensburger 2018-11-01 19:58:10 +01:00
  • 2c7d67fded Expose aggregate file sizes in FileStats Andrew Casey 2018-11-15 10:54:48 -08:00
  • 02d5cb045c Expose file size from TextStorage Andrew Casey 2018-11-02 11:27:52 -07:00
  • b90d2910fb Strongly typecheck unions of intrinsic tag names (#28557) Wesley Wigham 2018-11-15 13:46:32 -08:00
  • 1ad7b0fe69 forEachToken: correctly handle JSDocTag (#28369) Klaus Meinhardt 2018-11-15 22:22:25 +01:00
  • 6cee7c3080 Better nameless parameter implicit any error (#28554) Nathan Shively-Sanders 2018-11-15 12:45:39 -08:00
  • 079f0436f3 Remove unused function (#28531) Andy 2018-11-15 09:34:07 -08:00
  • 53bb4e84a2 Better checking of assignment declarations (#28387) Nathan Shively-Sanders 2018-11-15 08:46:11 -08:00
  • 7a7328a17f string|number inferences are low priority (#28381) Nathan Shively-Sanders 2018-11-15 08:32:28 -08:00
  • 2600250a24 Add 'bigint' to type keywords (#28537) Andy 2018-11-14 22:18:05 -08:00
  • fe263708be Merge pull request #27019 from iliashkolyar/codefix_add_missing_new_operator Daniel Rosenwasser 2018-11-14 16:53:25 -08:00
  • 643678bb54 generateGetAccessorAndSetAccessor: Don't use FindAllReferences Andy Hanson 2018-11-14 14:53:26 -08:00
  • 24759b81e6 Fix comments after sread expression, spread assignment (#28482) Aziz Khambati 2018-11-15 03:50:07 +05:30
  • da37457c72 When renaming an imported symbol, rename only in current file (#28406) Andy 2018-11-14 09:09:00 -08:00
  • f4fb28daa9 Merge pull request #28015 from prateekgoel/error-messages Daniel Rosenwasser 2018-11-13 17:04:40 -08:00
  • 89fbaf211c Update user baselines (#28504) TypeScript Bot 2018-11-13 15:56:49 -08:00
  • 7a71887c23 Build better import paths for declaration emit/typeToString from reexports if possible (#27340) Wesley Wigham 2018-11-13 14:07:54 -08:00
  • 12e371beaa Merge pull request #28313 from a-tarasyuk/feature/28297-make-error-message-at--a-constant-or-a-read-only-property--more-specific Daniel Rosenwasser 2018-11-13 11:42:13 -08:00
  • dd3ed02868 Removed stray whitespace AnyhowStep 2018-11-13 12:24:03 -05:00
  • bc5668ee4b Merge pull request #28496 from calebsander/fix/remove-unused-baselines Sheetal Nandi 2018-11-13 05:12:55 -08:00
  • d3d211486c update baseline after merge the latest changes from master Alexander T 2018-11-13 10:14:43 +02:00
  • 5c7f8ef89d Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/28297-make-error-message-at--a-constant-or-a-read-only-property--more-specific Alexander T 2018-11-13 09:58:30 +02:00
  • 004dc89600 Use elipses for reverse mapped types in nested positions (#28494) Wesley Wigham 2018-11-12 18:50:08 -08:00
  • e7a03bc242 Remove no longer used baselines Caleb Sander 2018-11-12 18:07:37 -08:00
  • 1df61cb180 Update LKG. v3.2-rc Daniel Rosenwasser 2018-11-12 17:54:45 -08:00
  • 4ae023e421 Set 'rc' for pre-release version. Daniel Rosenwasser 2018-11-12 16:31:12 -08:00
  • d99de73e85 Handle type argument lists as jsx completion starts (#28493) Wesley Wigham 2018-11-12 16:30:04 -08:00
  • 40bd7c89ab Update LKG. Daniel Rosenwasser 2018-11-12 16:27:38 -08:00
  • 25462beeb7 Merge pull request #28456 from Microsoft/nonExperimentalBigInt Daniel Rosenwasser 2018-11-12 15:59:15 -08:00
  • 2b345cc8f8 Track type recusion and symbol instantiation depth seperately in createAnonymousTypeNode (#28490) Wesley Wigham 2018-11-12 15:45:36 -08:00
  • 624fdcb0bd git rm file; not sure how we missed that. Daniel Rosenwasser 2018-11-12 15:30:06 -08:00
  • cd5928a980 Accepted baselines. Daniel Rosenwasser 2018-11-12 14:52:13 -08:00
  • 9e92597ae7 More general test case name. Daniel Rosenwasser 2018-11-12 14:06:09 -08:00
  • e4bb1973ed Fixed up flags on test cases and stray newline. Daniel Rosenwasser 2018-11-12 14:05:01 -08:00
  • 830be0651c Merge pull request #27669 from Microsoft/betterErrorForAccidentalCall Daniel Rosenwasser 2018-11-12 14:50:23 -08:00
  • 7ff12a2f77 Merge pull request #28255 from leonaves/patch-1 Daniel Rosenwasser 2018-11-12 14:45:23 -08:00
  • 13234b62f5 Force inner indexed access simplification during inference, if possible (#28420) Wesley Wigham 2018-11-12 14:39:43 -08:00
  • 995f746c92 Add implicit-any error on JSDocFunctionType with no return type (#28487) Andy 2018-11-12 14:39:02 -08:00
  • 11eee2b6ee Slightly improve missing property errors (#28298) Wesley Wigham 2018-11-12 14:31:15 -08:00
  • eb21eb8e11 Ensure all default type params are mapped to some default even in circular scenarios (#28423) Wesley Wigham 2018-11-12 13:52:47 -08:00
  • 5acf8e380b fix lint Klaus Meinhardt 2018-11-12 21:47:50 +01:00
  • b55b6e2f6b fix comment parsing at start of file Klaus Meinhardt 2018-11-12 21:45:36 +01:00
  • fe1ba9bee3 Improvements to generateTypes (#28458) Andy 2018-11-12 11:50:48 -08:00
  • b8968fa0e4 Merge pull request #28485 from Microsoft/conditionalTypeDecorator Sheetal Nandi 2018-11-12 09:47:51 -08:00
  • 0077016c63 Reduce duplicate code in getListByRange (#28455) Andy 2018-11-12 09:43:40 -08:00
  • d569743640 Merge pull request #28194 from iliashkolyar/add_missing_apostrophe_in_codefix Sheetal Nandi 2018-11-12 09:31:24 -08:00
  • cce26c8ff1 When serializing conditional types, use true and false type to determine emit Fixes #27999 Sheetal Nandi 2018-11-09 17:17:47 -08:00
  • 63939d16e0 Merge pull request #28473 from ajafff/test-jsdoc-importtype-resolution Sheetal Nandi 2018-11-12 08:36:36 -08:00
  • c09e042243 Merge pull request #28478 from mita4829/master Sheetal Nandi 2018-11-12 08:34:05 -08:00
  • 4e0bb7a80a Fix typo comment Michael Tang 2018-11-11 19:03:46 -08:00
  • 7017d1a9ef Merge branch 'master' into async-es2018 Kagami Sascha Rosylight 2018-11-12 11:04:21 +09:00
  • 3dfd9c1b9b Add test for #28468 Klaus Meinhardt 2018-11-11 18:47:02 +01:00
  • 293eba6203 Change isolatedModules to allow const enum declaration and disallow access Alan Pierce 2018-11-10 14:45:26 -08:00
  • a2205ad53d Merge pull request #28429 from Microsoft/fixEmptyObjectIntersection Anders Hejlsberg 2018-11-10 00:44:57 -08:00
  • 15d28d6c8e Update user baselines (#28457) TypeScript Bot 2018-11-09 17:54:23 -08:00
  • b0d85c0270 Merge pull request #28450 from Microsoft/libErrors Sheetal Nandi 2018-11-09 17:42:08 -08:00
  • 7d4e0e6297 Fix duplicated amd module comments in declaration bundle (#28451) Wesley Wigham 2018-11-09 17:18:34 -08:00
  • 1b8bfc832a Check modifiers on variable like declarations only Sheetal Nandi 2018-11-09 17:13:39 -08:00
  • 146afddae1 Accepted baselines. Daniel Rosenwasser 2018-11-09 17:09:16 -08:00
  • d6df82a77c Merge pull request #28454 from Microsoft/codeFixAfterPrologue Sheetal Nandi 2018-11-09 16:56:43 -08:00
  • 941d97c45a Handle global augmentation in the module Sheetal Nandi 2018-11-09 16:41:18 -08:00
  • 43c447867b PR feedback Sheetal Nandi 2018-11-09 16:18:47 -08:00
  • 17b77dfdce Accepted baselines. Daniel Rosenwasser 2018-11-09 16:21:16 -08:00
  • 15f2f047f8 Updated test case. Daniel Rosenwasser 2018-11-09 16:21:06 -08:00
  • f7ad54b432 Only complain about BigInt literals in pre-ESNext targets. Daniel Rosenwasser 2018-11-09 16:20:54 -08:00