Commit Graph

  • 8af8f3c4d1 Update package-lock.json TypeScript Bot 2023-10-21 06:19:14 +00:00
  • aef4e468d9 Add user preference for preferring type-only auto imports (#56090) Andrew Branch 2023-10-20 14:52:18 -07:00
  • 6424e181d4 Update package-lock.json TypeScript Bot 2023-10-20 06:22:30 +00:00
  • 7d3f387318 Properly handle AsyncGeneratorUnwrapYieldResumption (#56150) Ron Buckton 2023-10-19 17:16:34 -04:00
  • ac75a5ec9a Fix discriminant property check in CFA (#56156) Anders Hejlsberg 2023-10-19 14:04:41 -07:00
  • 3c221fc086 Update package-lock.json TypeScript Bot 2023-10-19 06:21:38 +00:00
  • b1f5ef69e8 Improve error message for index signature on generic type when writing (#55906) Gabriela Araujo Britto 2023-10-18 17:43:43 -07:00
  • a1047daf8b Accept baseline changes fix48070 Anders Hejlsberg 2023-10-18 07:07:26 -07:00
  • bdfd342aaa Manually re-implement changes in checker.ts Anders Hejlsberg 2023-10-18 07:04:18 -07:00
  • f33f09207a Merge branch 'main' into fix48070 Anders Hejlsberg 2023-10-18 06:26:20 -07:00
  • 413179867f Update package-lock.json TypeScript Bot 2023-10-18 06:20:39 +00:00
  • 8e76d1644e naive perf change Pranav Senthilnathan (from Dev Box) 2023-10-17 13:28:45 -07:00
  • 1f759b86ed Update package-lock.json TypeScript Bot 2023-10-17 06:26:12 +00:00
  • 508e52d13a During fourslash server test baseline tsserver log file so that project updates and watches can be baselined and reasoned about (#56132) Sheetal Nandi 2023-10-16 16:08:13 -07:00
  • d6171b9d0b Provide contextual this to functions assigned using compound assignments (#56116) Mateusz Burzyński 2023-10-16 20:59:25 +02:00
  • 0e07ff50ae Defer checking expressions in void expressions (#56122) Mateusz Burzyński 2023-10-16 19:16:19 +02:00
  • 2e660bc174 Fix typos (#56115) vuittont60 2023-10-17 00:37:15 +08:00
  • e38944d8b8 Update package-lock.json TypeScript Bot 2023-10-15 06:23:33 +00:00
  • 8d30552c65 Update package-lock.json TypeScript Bot 2023-10-14 06:23:43 +00:00
  • 9e701cb512 Remove dead pipelines badge from README (#56104) Jake Bailey 2023-10-13 15:37:58 -07:00
  • b4787652d2 Update package-lock.json TypeScript Bot 2023-10-13 06:19:03 +00:00
  • cf8763b6c3 Fix bug template line breaks, which do not follow normal markdown behavior (#56086) Jake Bailey 2023-10-12 12:18:54 -07:00
  • db715140cc Rewrite bug report template to mention every-ts bisecting (#56084) Jake Bailey 2023-10-12 11:46:05 -07:00
  • feeb30dec9 Some of the test refactoring and readable baselining (#56075) Sheetal Nandi 2023-10-12 10:39:40 -07:00
  • a8546cec3d Update package-lock.json TypeScript Bot 2023-10-12 06:21:36 +00:00
  • d3c7d96d2c Remove old references to deprecated assertion node types (#56073) Jake Bailey 2023-10-11 12:54:27 -07:00
  • 5a97ce8281 Add perf_hooks to the package.json browser list (#56062) Jake Bailey 2023-10-10 15:14:02 -07:00
  • 9473195b6c noDts project resolutions verification and updates for incremental behaviour (#56016) Sheetal Nandi 2023-10-10 10:24:08 -07:00
  • 521f8a8caf Ignore awaited self tail calls when collecting the return type of an async function (#56020) Mateusz Burzyński 2023-10-10 18:03:18 +02:00
  • 08d6df0813 Update package-lock.json TypeScript Bot 2023-10-10 06:19:41 +00:00
  • 3516ca96e5 pass program update level to getExternalFiles in tsserver plugins so plugins can make decision about their cache based on that (#56047) Sheetal Nandi 2023-10-09 16:05:11 -07:00
  • 81cd7f167e ThreadPool improvements and additional cleanup Ron Buckton 2023-10-09 18:26:06 -04:00
  • d0d406747d Add type reference directive for all visited references to ambient modules (#56015) Andrew Branch 2023-10-09 11:38:15 -07:00
  • 9144836360 Fixed type narrowing in switch statements with parenthesized expressions (#56035) Mateusz Burzyński 2023-10-09 20:36:16 +02:00
  • 61a96b1641 Update package-lock.json TypeScript Bot 2023-10-08 06:19:04 +00:00
  • d1a2e7e730 Update package-lock.json TypeScript Bot 2023-10-07 06:18:08 +00:00
  • 53a3d24b95 Fix fallthrough and default in new switch-true narrowing (#55991) Jake Bailey 2023-10-06 16:23:54 -07:00
  • f563ff252e cleanup unused coordination primitives Ron Buckton 2023-10-06 17:42:51 -04:00
  • 2e58032f06 Update package-lock.json TypeScript Bot 2023-10-06 06:19:16 +00:00
  • 7377f5cb9d Fixed declaration emit of object literals withs divergent accessors (#55442) Mateusz Burzyński 2023-10-06 01:40:45 +02:00
  • 5001433b10 Allow valid contextual keyword completions even when an auto-import by the same name exists (#56001) Andrew Branch 2023-10-05 16:01:59 -07:00
  • 0f3a76cad5 Initial add of Support.md (#55962) Paul Chapman 2023-10-05 10:36:20 -07:00
  • 21109b71aa Recognize export * as default as a syntactic default export for synthetic default detection (#55985) Andrew Branch 2023-10-05 10:33:24 -07:00
  • e9f68cb296 Update package-lock.json TypeScript Bot 2023-10-05 06:20:13 +00:00
  • 579e494f01 Preserve partially typed tuple names in more places (#55789) Jake Bailey 2023-10-04 13:45:25 -07:00
  • 758884c093 Add a test for a property of reverse mapped type having a primitive type (#55807) Mateusz Burzyński 2023-10-04 22:27:42 +02:00
  • 274821eb88 Don't create children prop out of non-semantic JSX children (#55981) Mateusz Burzyński 2023-10-04 20:15:43 +02:00
  • 6ec5547823 fix(55945): Inlay hints don't work for bigint literals (#55947) Oleksandr T 2023-10-04 20:52:01 +03:00
  • 3752164694 Update package-lock.json TypeScript Bot 2023-10-04 06:22:39 +00:00
  • 248488aa06 Prefer local module specifier over relative node_modules ones in auto-import, even when it reaches into a monorepo package (#55969) Andrew Branch 2023-10-03 14:10:06 -07:00
  • 3116b89afe Update package-lock.json TypeScript Bot 2023-10-03 06:24:51 +00:00
  • f2805dc88b fix(55946): Errant case causes crash in switch/case snippet completions (#55949) Oleksandr T 2023-10-03 07:46:48 +03:00
  • c640c5de0a fix(55937): 'Infer function return type' offered in preceding trivia (#55938) Oleksandr T 2023-10-03 02:34:46 +03:00
  • d9cd2d0bd0 Fixed a crash in getPropertyNameForPropertyNameNode on NoSubstitutionTemplateLiteral (#55930) Mateusz Burzyński 2023-10-02 22:31:38 +02:00
  • 13a2150e8e Speed up GHA workflows, use consistent bot token, etc (#55923) Jake Bailey 2023-10-02 13:15:05 -07:00
  • f093a5c0d6 Remove ensure-related-repos-run-crons (#55944) Jake Bailey 2023-10-02 12:45:11 -07:00
  • 5c3045bc4f Update package-lock.json TypeScript Bot 2023-10-01 06:19:20 +00:00
  • 695226ea5a Update package-lock.json TypeScript Bot 2023-09-30 06:20:09 +00:00
  • c5de6b57b7 Update LKG v5.3-beta Daniel Rosenwasser 2023-09-30 00:14:41 +00:00
  • f6aa47a5e3 Merge branch 'main' into release-5.3 Daniel Rosenwasser 2023-09-30 00:13:52 +00:00
  • efc343a438 Remove CheckMode.IsForStringLiteralArgumentCompletions (#55867) Mateusz Burzyński 2023-09-30 01:49:30 +02:00
  • df5093e7bd Rename isClassFieldAndNotAutoAccessor to isClassInstanceProperty (#55921) Mateusz Burzyński 2023-09-30 00:35:06 +02:00
  • a48cebf65d Update dprint-typescript to 0.88.1, reformat (#55913) Jake Bailey 2023-09-29 14:12:50 -07:00
  • 952526c5c9 Show interactive inlay hints in parameter types (#55918) Maria José Solano 2023-09-29 13:45:57 -07:00
  • 38d09d4ae1 Fixed na issue with evaluator using binding element initializers as const values (#55910) Mateusz Burzyński 2023-09-29 22:23:46 +02:00
  • 485a2ea0c9 Error on class fields accesses through super in JS files (#55892) Mateusz Burzyński 2023-09-29 21:29:39 +02:00
  • 9cf44dc51a Support custom 'Symbol.hasInstance' methods when narrowing 'instanceof' (#55052) Ron Buckton 2023-09-29 13:37:44 -04:00
  • b0db525798 Update package-lock.json TypeScript Bot 2023-09-29 06:19:49 +00:00
  • 9208239759 Remove shims.ts and related infra (#55868) Jake Bailey 2023-09-28 13:54:47 -07:00
  • 284cd45245 Update package-lock.json TypeScript Bot 2023-09-28 06:20:08 +00:00
  • 43ae448ec9 Merge branch 'main' into o-no-inode o-no-inode Jake Bailey 2023-09-27 12:49:13 -07:00
  • db4c27f38f Fix new-release-branch workflow (#55893) Jake Bailey 2023-09-27 11:12:08 -07:00
  • 836576d401 Update package-lock.json TypeScript Bot 2023-09-27 06:18:44 +00:00
  • f5bf4e63d7 fix(55775) - TS parameter inlay hints disconsiders used parameters when set to literals (#55780) Oleksandr T 2023-09-27 03:32:24 +03:00
  • cbcf511efb Bump version to 5.3.0-beta and LKG. Daniel Rosenwasser 2023-09-26 23:24:31 +00:00
  • c052bc7c72 Error on excessive relation complexity (#55851) Anders Hejlsberg 2023-09-26 15:57:57 -07:00
  • fbe426e7d3 change transpile to compile (#55881) Oleksandr T 2023-09-27 01:32:49 +03:00
  • 1b70ac32b2 Support resolution-mode overrides in type-only constructs in all moduleResolution modes (#55725) Andrew Branch 2023-09-26 14:20:05 -07:00
  • 2e9e9a292c feat(53656): Add support for the updated import attributes proposal (#54242) Oleksandr T 2023-09-26 23:20:15 +03:00
  • b12af0fa2b Update package-lock.json TypeScript Bot 2023-09-26 06:22:51 +00:00
  • 4ec809da37 Fix issue with trailing directory separator not present if symlink wasnt detected by program (#55865) Sheetal Nandi 2023-09-25 16:52:27 -07:00
  • d7b4cee7df Include source node inferences in string literal completions (#54121) Ron Buckton 2023-09-25 18:29:29 -04:00
  • e71e459faf Experiment with module resolution cache be the only one to store resolutions sourceFileModuleCache Sheetal Nandi 2023-09-22 10:55:41 -07:00
  • 55d8bed85c Update package-lock.json TypeScript Bot 2023-09-25 06:20:58 +00:00
  • 97147915ab Update package-lock.json TypeScript Bot 2023-09-24 06:24:19 +00:00
  • e44ecbc289 Make unchangedTextChangeRange const (#55836) Jake Bailey 2023-09-23 16:17:44 -07:00
  • 956a363028 Emit source positions for open/close braces (#47924) Ron Buckton 2023-09-23 02:41:44 -04:00
  • c067dee5c7 Update package-lock.json TypeScript Bot 2023-09-23 06:19:35 +00:00
  • 5f818a9031 fix: class field is not accessible via super (#54056) Jack Works 2023-09-23 08:20:12 +09:00
  • e743d070ea fix(55404): Remove braces from arrow function" generates invalid code in JavaScript (#55429) Oleksandr T 2023-09-23 02:14:06 +03:00
  • 982f8be6f2 More did-you-mean errors on classes in plain JS (#49827) Nathan Shively-Sanders 2023-09-22 16:12:21 -07:00
  • da8b54d831 Expose Signature.thisParameter (#53628) Gerrit Birkeland 2023-09-22 16:51:41 -06:00
  • 934216f968 Support using client watch in tsserver using events (#54662) Sheetal Nandi 2023-09-22 14:25:40 -07:00
  • 4c965433b6 Partially revert PR 55723 to fix OOM in testing (#55822) Jake Bailey 2023-09-22 11:57:01 -07:00
  • ec2acc9f8a fix(55823) - Remove Braces From Arrow function fails when using satisfies (#55831) Oleksandr T 2023-09-22 21:32:56 +03:00
  • c5cd2758fd Use forEachResolvedModule in incremental utils (#55833) Sheetal Nandi 2023-09-22 11:29:31 -07:00
  • f209dfcedd Add port of ConcurrentMap from .NET Ron Buckton 2023-09-22 13:56:37 -04:00
  • dcb0fa7f44 Incremental testing for program structure and resolutions and fixes (#55814) Sheetal Nandi 2023-09-22 10:53:19 -07:00
  • 83f02a4b7e Picking resolutions of module for sourceFile as method (#55818) Sheetal Nandi 2023-09-22 10:24:37 -07:00
  • b47022b997 Update package-lock.json TypeScript Bot 2023-09-22 06:26:02 +00:00