Commit Graph

  • 5d8342b0ad Move await keyword to inside of function and test dreamran43@gmail.com 2018-12-04 02:40:43 +08:00
  • fed689a010 Move await keyword to inside of function (Recovery & try test) dreamran43@gmail.com 2018-12-04 01:50:02 +08:00
  • 3a76e9fbc8 Move await keyword to inside of function and test dreamran43@gmail.com 2018-12-04 01:19:51 +08:00
  • d71d6835dc Move await keyword to inside function dreamran43@gmail.com 2018-12-04 00:32:33 +08:00
  • c85460bc44 Merge pull request #28818 from Cow258/master Sheetal Nandi 2018-12-04 12:36:13 -08:00
  • 24b39f90c9 Skip implicit any suggestions with no codefix (#28822) Nathan Shively-Sanders 2018-12-04 09:17:37 -08:00
  • 7c397f7a65 Infer from arrows from usage. (#28832) Nathan Shively-Sanders 2018-12-04 09:03:08 -08:00
  • 594430f113 Infer from arrows from usage. (#28832) Nathan Shively-Sanders 2018-12-04 09:03:08 -08:00
  • a2851d2ddc Move await keyword to inside of function and test dreamran43@gmail.com 2018-12-04 03:01:56 +08:00
  • f2d297fd1f Move await keyword to inside of function and test dreamran43@gmail.com 2018-12-04 02:40:43 +08:00
  • 8eefaf48f5 Move await keyword to inside of function (Recovery & try test) dreamran43@gmail.com 2018-12-04 01:50:02 +08:00
  • 2103ed69e6 Merge pull request #28782 from weswigham/global-merge-no-crash Wesley Wigham 2018-12-03 09:43:04 -08:00
  • 47302147ab Move await keyword to inside of function and test dreamran43@gmail.com 2018-12-04 01:19:51 +08:00
  • 03a98a2840 Merge pull request #28783 from weswigham/fix-typeparam-parent Wesley Wigham 2018-12-03 09:15:38 -08:00
  • 0a6380c6df Move await keyword to inside function dreamran43@gmail.com 2018-12-04 00:32:33 +08:00
  • 28f8fdaccd Merge pull request #28784 from Microsoft/controlFlowDestructuringLoop Anders Hejlsberg 2018-12-01 07:01:43 -08:00
  • 4263285a7e Merge pull request #28780 from Microsoft/singlyOverlappyTypes Daniel Rosenwasser 2018-11-30 17:58:34 -08:00
  • cd6fdb11d6 Add constructor case Wesley Wigham 2018-11-30 17:44:25 -08:00
  • 8e98943cbd Accepted baselines. Daniel Rosenwasser 2018-11-30 16:42:30 -08:00
  • 6d2c0037fc Only count singleton unit types. Daniel Rosenwasser 2018-11-30 16:42:14 -08:00
  • e96824377b Accept new baselines Anders Hejlsberg 2018-11-30 16:28:29 -08:00
  • 290eff9722 Add regression test Anders Hejlsberg 2018-11-30 16:28:21 -08:00
  • d25baf1c97 Handle destructuring in control flow reference matching Anders Hejlsberg 2018-11-30 16:28:10 -08:00
  • fa8df0d32c Add missing case to declaration diagnostic handler Wesley Wigham 2018-11-30 16:25:07 -08:00
  • d92771d61a Fix crash on umd and module merge, allow umds to be accessed when merged with a non-UMD symbol Wesley Wigham 2018-11-30 15:55:20 -08:00
  • d35cfc13cf Merge remote-tracking branch 'origin/master' into singlyOverlappyTypes Daniel Rosenwasser 2018-11-30 15:46:56 -08:00
  • 01f77f7454 Merge pull request #28695 from weswigham/overlappy-count-unit-only Daniel Rosenwasser 2018-11-30 15:43:32 -08:00
  • ac11aa345e Accepted baselines. Daniel Rosenwasser 2018-11-30 15:16:26 -08:00
  • ba5ba41876 Types are only overlappy if their index types are single 'keyof's or literal types. Daniel Rosenwasser 2018-11-30 15:09:02 -08:00
  • 448baaeb2f Accepted baselines. Daniel Rosenwasser 2018-11-30 15:07:50 -08:00
  • b44ee8ef4b Added tests for types with overlap across a single property name. Daniel Rosenwasser 2018-11-30 14:59:43 -08:00
  • 0f5121df9f Add terminating newline to generated tsconfig.json r7kamura 2018-11-30 22:26:21 +09:00
  • 3d8668c3d4 Merge pull request #28742 from Microsoft/fixIncrementalParsingBailout Anders Hejlsberg 2018-11-29 17:11:30 -08:00
  • bf4df50987 Merge pull request #28746 from Microsoft/noCheckJsAutoImport Sheetal Nandi 2018-11-29 13:54:11 -08:00
  • 27ad35f58e Use compilerOptionsIndicateEs6Modules over program contains es6 modules for determining auto import offering. Also dont depend on uncheck js file for this. Fixes #28696 Sheetal Nandi 2018-11-29 11:58:32 -08:00
  • 1dbe063215 Merge pull request #28745 from Microsoft/nonCheckJSAutoImport Sheetal Nandi 2018-11-29 13:16:34 -08:00
  • 23abcc02a3 Use compilerOptionsIndicateEs6Modules over program contains es6 modules for determining auto import offering. Also dont depend on uncheck js file for this. Fixes #28696 Sheetal Nandi 2018-11-29 11:58:32 -08:00
  • 92a8cc9f5f Fix logic that bails out of incremental parsing in certain contexts Anders Hejlsberg 2018-11-29 10:19:42 -08:00
  • 9aae7a668e Update AUTHORS.md v3.2.1 Daniel Rosenwasser 2018-11-29 09:10:50 -08:00
  • 36dc04b982 Merge pull request #28718 from Microsoft/fixDefinitelyAssignableRelation Anders Hejlsberg 2018-11-28 17:38:51 -08:00
  • 37cbfe254c Update LKG. Daniel Rosenwasser 2018-11-28 15:34:38 -08:00
  • e8938a8a7f Do not lookup name of default property symbols from the symbols value declaration (#28711) (#28716) Wesley Wigham 2018-11-28 15:03:58 -08:00
  • da78fabdb8 --showConfig files list condition was inverted from what it needed to be (#28693) (#28717) Wesley Wigham 2018-11-28 15:03:41 -08:00
  • ff456ab171 Accept new baselines Anders Hejlsberg 2018-11-28 14:58:21 -08:00
  • d832fbf46a Add regression test Anders Hejlsberg 2018-11-28 14:58:11 -08:00
  • 01ee1b9c25 Exclude T[K] assignability check from definitelyAssignableRelation Anders Hejlsberg 2018-11-28 14:56:49 -08:00
  • 9319ea4941 --showConfig files list condition was inverted from what it needed to be (#28693) Wesley Wigham 2018-11-28 14:01:02 -08:00
  • 67a2b896f6 Do not lookup name of default property symbols from the symbols value declaration (#28711) Wesley Wigham 2018-11-28 13:58:43 -08:00
  • 54bbf74f62 Do not lookup name of default property symbols from the symbols value declaration (#28711) Wesley Wigham 2018-11-28 13:58:43 -08:00
  • 52a46c6793 Merge pull request #28704 from typescript-bot/user-update-20181003 Nathan Shively-Sanders 2018-11-28 08:49:01 -08:00
  • b31c3e4e36 Update user baselines typescript-bot 2018-11-28 14:26:59 +00:00
  • e594407103 Count only unit types when counting overlapping keys Wesley Wigham 2018-11-27 16:17:57 -08:00
  • 0576d8d2d8 Update LKG. Daniel Rosenwasser 2018-11-26 15:11:16 -08:00
  • aa3734c148 Merge pull request #28645 from Microsoft/pathPerf Ron Buckton 2018-11-26 15:06:39 -08:00
  • df19285e30 Bump to version '3.2.1' Daniel Rosenwasser 2018-11-26 15:06:02 -08:00
  • 973ba8d85f Merge pull request #28675 from Microsoft/revert-28528 Nathan Shively-Sanders 2018-11-26 15:04:33 -08:00
  • 1f34a4e25f Revert "Don't consider 'typeof a' as using 'a' (#28528)" Nathan Shively-Sanders 2018-11-26 14:45:19 -08:00
  • f915420c80 Revert "Don't consider 'typeof a' as using 'a' (#28528)" Nathan Shively-Sanders 2018-11-26 14:45:19 -08:00
  • 21965c16ca Merge pull request #28672 from Microsoft/overlappy-3.2 Daniel Rosenwasser 2018-11-26 16:30:47 -05:00
  • 94e1a59fa0 Accepted baselines. Daniel Rosenwasser 2018-11-16 15:59:14 -08:00
  • 06fe1ed537 Use intersection of member names to find largest overlap. Daniel Rosenwasser 2018-11-16 15:59:00 -08:00
  • 646e234f88 Accepted baselines. Daniel Rosenwasser 2018-11-26 13:02:07 -08:00
  • 2e860f4d01 Added tests. Daniel Rosenwasser 2018-09-13 17:53:53 -07:00
  • 7e07eef8bb Try to find object/intersection types with the most overlap when failing assignability against unions. Daniel Rosenwasser 2018-09-13 17:49:09 -07:00
  • 6627d33540 Merge pull request #27087 from Microsoft/overlappyTypes Daniel Rosenwasser 2018-11-26 14:58:15 -05:00
  • 5198bf3c67 Add perf optimizations for path comparisons Ron Buckton 2018-11-21 21:46:55 -08:00
  • c8ae5b5acf Merge pull request #28644 from Microsoft/cacheHostResults Sheetal Nandi 2018-11-21 13:59:51 -08:00
  • eb817dedc0 Merge branch 'release-3.2' into cacheHostResults Sheetal Nandi 2018-11-21 13:36:39 -08:00
  • 6197b7b483 Merge pull request #28643 from Microsoft/noExplicitDeclarationDiagnostics Sheetal Nandi 2018-11-21 13:34:29 -08:00
  • 26bee2bce4 Factor out caching logic so tsc (without watch can use it and --watch has its own cache logic). Sheetal Nandi 2018-11-21 09:18:03 -08:00
  • 9ccb3c80e3 PR feedback. Sheetal Nandi 2018-11-21 09:03:26 -08:00
  • e0b0bdedae Cache results for readFile, fileExists, directory exists, sourceFiles for .d.ts files across the build (only first time) Sheetal Nandi 2018-11-20 13:26:14 -08:00
  • ccadbf2735 Dont explicitly get declaration diagnostics Sheetal Nandi 2018-11-21 10:45:08 -08:00
  • 3e4c5c95ab Merge pull request #28629 from Microsoft/cacheHostResults Sheetal Nandi 2018-11-21 12:48:22 -08:00
  • 1f2d403f6d Merge branch 'master' into cacheHostResults Sheetal Nandi 2018-11-21 12:20:19 -08:00
  • c8d0bfea09 Merge pull request #28639 from Microsoft/noExplicitDeclarationDiagnostics Sheetal Nandi 2018-11-21 12:13:58 -08:00
  • 2128cc49a0 Dont explicitly get declaration diagnostics Sheetal Nandi 2018-11-21 10:45:08 -08:00
  • c4df3da5a3 Update user baselines (#28633) TypeScript Bot 2018-11-21 09:59:37 -08:00
  • 8d5d900567 Factor out caching logic so tsc (without watch can use it and --watch has its own cache logic). Sheetal Nandi 2018-11-21 09:18:03 -08:00
  • c7f8959034 PR feedback. Sheetal Nandi 2018-11-21 09:03:26 -08:00
  • d8ac9c1fd1 address comment vvakame 2018-11-21 12:36:04 +09:00
  • 6a37fd46fe Cache results for readFile, fileExists, directory exists, sourceFiles for .d.ts files across the build (only first time) Sheetal Nandi 2018-11-20 13:26:14 -08:00
  • 635780db07 ArrowFunction has no own 'arguments' Klaus Meinhardt 2018-11-20 23:07:01 +01:00
  • 6ff89f8868 Update bug template to version 3.3 Jordi Oliveras Rovira 2018-11-20 22:55:21 +01:00
  • 94d7e30393 MethodSignature doesn't have 'arguments' (#28625) Klaus Meinhardt 2018-11-20 22:01:34 +01:00
  • fb5127f62d Accept version change 3.2 => 3.3 in baselines Andrey Roenko 2018-11-20 20:58:14 +03:00
  • 5172d8f55b Merge pull request #28623 from ajafff/update-baselines Sheetal Nandi 2018-11-20 09:46:04 -08:00
  • bea7ed1aa7 Merge branch 'master' into fix-generic-types-intersections Andrey Roenko 2018-11-20 20:31:02 +03:00
  • 8ddb2b61d2 Update LKG. Daniel Rosenwasser 2018-11-20 12:28:45 -05:00
  • fdf37360d7 update API baselines with new version number Klaus Meinhardt 2018-11-20 18:28:13 +01:00
  • ece46113a5 Bump to 3.3. Daniel Rosenwasser 2018-11-20 01:52:42 -05:00
  • 4986091b32 address comment vvakame 2018-11-20 12:19:09 +09:00
  • 96937fd592 Allow union signatures to merge when they have differing argument counts (#28604) Wesley Wigham 2018-11-19 17:05:28 -08:00
  • ddded2df7c Merge pull request #28610 from Microsoft/resolvedReferencedDirectMap Sheetal Nandi 2018-11-19 16:58:48 -08:00
  • 979dac3ced Create map from fileNames in referenced projects to resolvedProjectReference for quick determination of fileName to projectReferenceRedirect Sheetal Nandi 2018-11-19 12:58:49 -08:00
  • 07769483e7 Merge pull request #28607 from Microsoft/extendedDiagnostics Sheetal Nandi 2018-11-19 14:25:50 -08:00
  • 12ef619dc6 resolve TypeReference in class decorator at parent of class Klaus Meinhardt 2018-11-19 22:39:01 +01:00
  • 0774bb81ce Fix crash on property assignment of unresolved module (#28606) Nathan Shively-Sanders 2018-11-19 13:29:46 -08:00
  • 99d357db57 Enable statistics reporting per program through temporary build api Sheetal Nandi 2018-11-19 11:15:48 -08:00
  • 79b9fa51b6 Avoid infinite loop checking yield expression (#21728) Andy 2018-11-19 11:18:32 -08:00