Commit Graph
17792 Commits
Author SHA1 Message Date
c765dcef9a 🤖 Pick PR #60622 (Fix library inclusions for ES2024 t...) into release-5.7 (#60681)
Co-authored-by: Billy Janitsch <billyjanitsch@gmail.com>
2024-12-06 15:47:21 -08:00
68b84f0bad 🤖 Pick PR #60683 (Cache started nonexistent property ...) into release-5.7 (#60686)
Co-authored-by: Wesley Wigham <wewigham@microsoft.com>
2024-12-04 16:21:10 -08:00
97fa2165f3 🤖 Pick PR #60673 (Do not require import attributes fo...) into release-5.7 (#60674)
Co-authored-by: Andrew Branch <andrewbranch@users.noreply.github.com>
2024-12-04 11:59:35 -08:00
5d77da6ee4 🤖 Pick PR #60615 (fix missing react error with fragme...) into release-5.7 (#60618)
Co-authored-by: Isabel Duan <isabelduan@microsoft.com>
2024-11-26 14:40:02 -08:00
TypeScript Bot d701d908d5 Bump version to 5.7.2 and LKG 2024-11-21 01:19:43 +00:00
3ee2b95689 🤖 Pick PR #60415 (Fix false positive rewriteRelativeI...) into release-5.7 (#60424)
Co-authored-by: Andrew Branch <andrewbranch@users.noreply.github.com>
2024-11-05 12:51:46 -08:00
TypeScript Bot 44bd3f21fe Bump version to 5.7.1-rc and LKG 2024-11-04 06:14:08 +00:00
TypeScript Bot 84d58cf525 Merge remote-tracking branch 'origin/main' into release-5.7 2024-11-04 05:59:32 +00:00
Mateusz BurzyńskiandGitHub 32513a7745 Fixed an accidental undefined leak into getAccessibleSymbolChain's cache key (#58669) 2024-10-31 15:18:27 -07:00
Mateusz BurzyńskiandGitHub 48f2ada110 Add string literal completions for package.json imports field (#57718) 2024-10-31 13:33:40 -07:00
Mateusz BurzyńskiandGitHub a271797c1a Use canHaveFlowNode in checkIfExpressionRefinesParameter (#58816) 2024-10-31 13:14:27 -07:00
Mateusz BurzyńskiandGitHub f478257f06 Remove unused SymbolLinks["bindingElement"] (#60385) 2024-10-31 13:14:17 -07:00
Mateusz BurzyńskiandGitHub cb44488fce Fixed a JSDoc-related crash when obtaining type of a type literal type argument (#60358) 2024-10-28 11:50:14 -07:00
Andrew BranchandGitHub 2ac4cb78d6 Fix prioritization of paths specifiers over node_modules package specifiers (#60238) 2024-10-23 13:22:23 -07:00
Oleksandr T.andGitHub db8eacd7e2 fix(59397): JsDoc is missing/duplicated in declarations for overloads declared in classes declared in functions (#59675) 2024-10-23 11:34:23 -07:00
Ron BucktonandGitHub 1679f4481d More rigorous ASI prevention when emitting return/yield (#60304) 2024-10-22 19:20:51 -04:00
Ron BucktonandGitHub e25abe34ae Error on too many parameters for iterator method (#60321) 2024-10-22 16:00:58 -04:00
Ron BucktonandGitHub e6ef279403 Fix template string escaping (#60303) 2024-10-21 13:18:54 -07:00
Mateusz BurzyńskiandGitHub c07da583af Disallow type and interface declarations in statements with blockless bodies (#60183) 2024-10-18 09:24:33 -07:00
Ron BucktonandGitHub 2e4f2c72db Include non-enumerable keys in __importStar helper (#60262) 2024-10-18 10:26:00 -04:00
Andrew BranchandGitHub b8e4ed8aeb Fix --showConfig to show transitively implied options that vary from the default config (#60240) 2024-10-16 11:14:44 -07:00
Ron BucktonandGitHub bd1641f769 Fix ASI after get/set keyword (#60225) 2024-10-15 20:53:35 -04:00
03c5a37cfb Allow auto accessor types to be inferred from their flow types in constructors and static blocks (#59732)
Co-authored-by: Ron Buckton <ron.buckton@microsoft.com>
2024-10-15 20:52:12 -04:00
Andrew BranchandGitHub 3b0dfaa73c Handle auto-import when paths pattern is absolute (#60236) 2024-10-15 14:01:12 -07:00
Andrew BranchandGitHub 31de163db7 Do not mark #imports and self-name imports as external library imports in module resolution (#60228) 2024-10-15 10:53:32 -07:00
Ron BucktonandGitHub 40caf34319 Fix decorator emit crash (#60224) 2024-10-14 17:45:23 -04:00
c003609d59 Assume that type node annotations resolving to error types can be reused (#60195)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2024-10-11 16:13:39 -07:00
Mateusz BurzyńskiandGitHub f53d6dda5d Avoid confusing TS9025 error in isolatedDeclarations (#60129) 2024-10-11 15:42:28 -07:00
Joost KoehoornandGitHub 44331b9fa3 Fix grammar issue in TS9025 diagnostic message (#60136) 2024-10-07 11:12:47 -07:00
Isabel DuanandGitHub b845fd2434 fix fragment resolving behavior with jsx: preserve and jsxFragmentFactory: null (#60122) 2024-10-04 11:47:59 -07:00
ca18009b8b Don't issue implicit any when obtaining the implied type for a binding pattern (#60083)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2024-09-30 21:38:53 -07:00
TypeScript Bot 69fb689edb Bump version to 5.7.0-beta and LKG 2024-10-01 01:05:06 +00:00
Titian Cernicova-DragomirandGitHub 476e9ee201 Extract node type printer (#59282) 2024-09-30 09:19:42 -07:00
Isabel DuanandGitHub f6d2e73c5a add jsx fragments to callLikeExpression (#59933) 2024-09-27 15:16:29 -07:00
Andrew BranchandGitHub bd3d70058c Rewrite relative import extensions with flag (#59767) 2024-09-27 12:27:16 -07:00
9d98874739 Introduce ES2024 target and fix some types (#58573)
Co-authored-by: indrajitbnikam <indrajitbnikam@gmail.com>
Co-authored-by: Ron Buckton <ron.buckton@microsoft.com>
2024-09-27 14:58:17 -04:00
Jake BaileyandGitHub da1fb07db0 Make noCheck non-internal on CompilerOptions (#60078) 2024-09-26 15:28:42 -07:00
Jake BaileyandGitHub 20746579b7 Simplify statSync (#59276) 2024-09-26 15:28:28 -07:00
Ron BucktonandGitHub 25ab551a12 Report implict any error when widening null/undefined in presence of … (#59661) 2024-09-26 17:06:57 -04:00
Wesley WighamandGitHub 3ad0f75248 Fix occasional silent error emit for JSDoc declaration emit and overzealous node serialization of jsdoc optional parameters. (#60034) 2024-09-25 15:40:10 -07:00
8496039426 Fix JSDoc @import resolution in --moduleResolution bundler (#60011)
Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
2024-09-25 14:11:07 -07:00
Mateusz BurzyńskiandGitHub 55886a1e24 Fixed incorrect SignatureFlags.HasRestParameter propagation when combining signatures (#58440) 2024-09-25 13:21:41 -07:00
Mateusz BurzyńskiandGitHub e962037df3 Fixed crash when resolving a symbol on invalid private identifier in type reference (#60013) 2024-09-24 16:18:01 -07:00
Sheetal NandiandGitHub aa9df4d687 Fix incorrect mode calculation in typereference resolution (#60049) 2024-09-24 13:23:41 -07:00
Andrew BranchandGitHub 9ad213fa8f Validate JSON imports into ESM in --module nodenext (#60019) 2024-09-24 13:02:42 -07:00
Daniel RosenwasserandGitHub 278f260d0d Specialize the message on JSX tags looking for the JSX factory namespace (#58870) 2024-09-24 11:52:44 -07:00
Wesley WighamandGitHub fa0080f480 Support interpreting non-literal computed properties in classes as implicit index signatures (#59860) 2024-09-23 11:09:06 -07:00
Wesley WighamandGitHub e24cc01b08 Cache instantiation expression types early enough to prevent reentrancy during printback (#59931) 2024-09-23 10:46:57 -07:00
Mateusz BurzyńskiandGitHub 88809467e8 Fixed a crash when trying to find references on NoSubstitutionTemplateLiteral with LiteralType parent (#59889) 2024-09-19 15:59:36 -07:00
Sheetal NandiandGitHub 49ad1a3917 Remove tsbuildInfo specification error now that we need it for non incremental scenarios as well and there is no way to disable it (#59960) 2024-09-18 10:41:58 -07:00