17785 Commits

Author SHA1 Message Date
TypeScript Bot
84d58cf525 Merge remote-tracking branch 'origin/main' into release-5.7 2024-11-04 05:59:32 +00:00
Mateusz Burzyński
32513a7745
Fixed an accidental undefined leak into getAccessibleSymbolChain's cache key (#58669) 2024-10-31 15:18:27 -07:00
Mateusz Burzyński
48f2ada110
Add string literal completions for package.json imports field (#57718) 2024-10-31 13:33:40 -07:00
Mateusz Burzyński
a271797c1a
Use canHaveFlowNode in checkIfExpressionRefinesParameter (#58816) 2024-10-31 13:14:27 -07:00
Mateusz Burzyński
f478257f06
Remove unused SymbolLinks["bindingElement"] (#60385) 2024-10-31 13:14:17 -07:00
Mateusz Burzyński
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 Branch
2ac4cb78d6
Fix prioritization of paths specifiers over node_modules package specifiers (#60238) 2024-10-23 13:22:23 -07:00
Oleksandr T.
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 Buckton
1679f4481d
More rigorous ASI prevention when emitting return/yield (#60304) 2024-10-22 19:20:51 -04:00
Ron Buckton
e25abe34ae
Error on too many parameters for iterator method (#60321) 2024-10-22 16:00:58 -04:00
Ron Buckton
e6ef279403
Fix template string escaping (#60303) 2024-10-21 13:18:54 -07:00
Mateusz Burzyński
c07da583af
Disallow type and interface declarations in statements with blockless bodies (#60183) 2024-10-18 09:24:33 -07:00
Ron Buckton
2e4f2c72db
Include non-enumerable keys in __importStar helper (#60262) 2024-10-18 10:26:00 -04:00
Andrew Branch
b8e4ed8aeb
Fix --showConfig to show transitively implied options that vary from the default config (#60240) 2024-10-16 11:14:44 -07:00
Ron Buckton
bd1641f769
Fix ASI after get/set keyword (#60225) 2024-10-15 20:53:35 -04:00
Mateusz Burzyński
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 Branch
3b0dfaa73c
Handle auto-import when paths pattern is absolute (#60236) 2024-10-15 14:01:12 -07:00
Andrew Branch
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 Buckton
40caf34319
Fix decorator emit crash (#60224) 2024-10-14 17:45:23 -04:00
Mateusz Burzyński
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ński
f53d6dda5d
Avoid confusing TS9025 error in isolatedDeclarations (#60129) 2024-10-11 15:42:28 -07:00
Joost Koehoorn
44331b9fa3
Fix grammar issue in TS9025 diagnostic message (#60136) 2024-10-07 11:12:47 -07:00
Isabel Duan
b845fd2434
fix fragment resolving behavior with jsx: preserve and jsxFragmentFactory: null (#60122) 2024-10-04 11:47:59 -07:00
Anders Hejlsberg
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-Dragomir
476e9ee201
Extract node type printer (#59282) 2024-09-30 09:19:42 -07:00
Isabel Duan
f6d2e73c5a
add jsx fragments to callLikeExpression (#59933) 2024-09-27 15:16:29 -07:00
Andrew Branch
bd3d70058c
Rewrite relative import extensions with flag (#59767) 2024-09-27 12:27:16 -07:00
Kenta Moriuchi
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 Bailey
da1fb07db0
Make noCheck non-internal on CompilerOptions (#60078) 2024-09-26 15:28:42 -07:00
Jake Bailey
20746579b7
Simplify statSync (#59276) 2024-09-26 15:28:28 -07:00
Ron Buckton
25ab551a12
Report implict any error when widening null/undefined in presence of … (#59661) 2024-09-26 17:06:57 -04:00
Wesley Wigham
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
Andrew Branch
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ński
55886a1e24
Fixed incorrect SignatureFlags.HasRestParameter propagation when combining signatures (#58440) 2024-09-25 13:21:41 -07:00
Mateusz Burzyński
e962037df3
Fixed crash when resolving a symbol on invalid private identifier in type reference (#60013) 2024-09-24 16:18:01 -07:00
Sheetal Nandi
aa9df4d687
Fix incorrect mode calculation in typereference resolution (#60049) 2024-09-24 13:23:41 -07:00
Andrew Branch
9ad213fa8f
Validate JSON imports into ESM in --module nodenext (#60019) 2024-09-24 13:02:42 -07:00
Daniel Rosenwasser
278f260d0d
Specialize the message on JSX tags looking for the JSX factory namespace (#58870) 2024-09-24 11:52:44 -07:00
Wesley Wigham
fa0080f480
Support interpreting non-literal computed properties in classes as implicit index signatures (#59860) 2024-09-23 11:09:06 -07:00
Wesley Wigham
e24cc01b08
Cache instantiation expression types early enough to prevent reentrancy during printback (#59931) 2024-09-23 10:46:57 -07:00
Mateusz Burzyński
88809467e8
Fixed a crash when trying to find references on NoSubstitutionTemplateLiteral with LiteralType parent (#59889) 2024-09-19 15:59:36 -07:00
Sheetal Nandi
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
Sheetal Nandi
02b07a1788
Dont open composite projects to determine if script info is part of project (#59688) 2024-09-18 10:35:22 -07:00
Ben Lickly
8230bc66a7
Drop unnecessary type arguments in the isolated declarations quick fix (#59665)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
2024-09-16 10:35:50 -07:00
Isabel Duan
52eaa7b02f
Enable --isolatedDeclarations on TS codebase (#59635)
Co-authored-by: Sheetal Nandi <shkamat@microsoft.com>
Co-authored-by: Andrew Branch <andrew@wheream.io>
2024-09-15 18:10:52 -07:00
Sheetal Nandi
31afb988d1
Updates to --build parsing on command line (#59874) 2024-09-06 12:52:55 -07:00
Sheetal Nandi
ea699093ce
We may not always get file notifications for file creation, so always check for failed lookups starting with the path as well as exact path (#59882) 2024-09-06 12:20:13 -07:00
Ron Buckton
f39fe7dbe6
Support importHelpers with module:preserve (#59852) 2024-09-05 17:48:39 -04:00
Sheetal Nandi
d514dab3f6
Fix the incorrect copy over for watchOptions and fix order of watches for referenced projects (#59871) 2024-09-05 13:30:08 -07:00