Daniel Rosenwasser
|
bb2ca84549
|
Drive-by replacement of substr with slice.
|
2024-10-29 21:25:23 +00:00 |
|
Daniel Rosenwasser
|
73043ce8d0
|
Try adding a non-allocating path to getPathFromPathComponents.
|
2024-10-29 21:24:58 +00:00 |
|
Isabel Duan
|
21618934bf
|
fix paste edits range: include all completely selected identifiers (#60339)
|
2024-10-29 14:05:32 -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 |
|
Mateusz Burzyński
|
6a90111d05
|
Fixed "add missing properties" codefix for positions with nullable contextual types (#60328)
|
2024-10-23 11:31:37 -07:00 |
|
Mateusz Burzyński
|
437d7f7d9c
|
Fixed crash in auto import suggestions for default of exported UMD objects (#60313)
|
2024-10-23 09:22:09 -07:00 |
|
Ron Buckton
|
1679f4481d
|
More rigorous ASI prevention when emitting return/yield (#60304)
|
2024-10-22 19:20:51 -04:00 |
|
Oleksandr T.
|
a62ac67b50
|
fix(59779): The semicolons: "remove" formatting option doesn't remove extraneous semicolons (#59797)
|
2024-10-22 15:42:28 -07: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 |
|
Oleksandr T.
|
df9d16503f
|
fix(59463): Feature that displays method argument names inline does not correctly handle method overloading (#59504)
|
2024-10-18 14:44:43 -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 |
|
CSIGS@microsoft.com
|
54732f6e58
|
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20241017172255112 to main (#60257)
|
2024-10-17 11:13:17 -07: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ńskiandRon Buckton
|
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 |
|
Mateusz Burzyński
|
d61938d8a3
|
Fixed default-like export info lookup with export= that have default export (#60035)
|
2024-10-15 09:00:54 -07:00 |
|
Ron Buckton
|
40caf34319
|
Fix decorator emit crash (#60224)
|
2024-10-14 17:45:23 -04:00 |
|
Oleksandr T.
|
e99e6e2e87
|
fix(60186): Quick fix "add missing properties" fails with enums from other module (#60191)
|
2024-10-14 11:30:34 -07:00 |
|
Isabel Duan
|
aeb74cc721
|
moveToNewFile: fix quotes for module specifiers (#60203)
|
2024-10-14 10:24:49 -07:00 |
|
 Mateusz BurzyńskiandJake Bailey
|
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 |
|
CSIGS@microsoft.com
|
2149a0f31a
|
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20241005101925367 to main (#60147)
|
2024-10-08 10:50:07 -07:00 |
|
Daniel Rosenwasser
|
cd6c0a0b6b
|
Fix the type of growable on SharedArrayBuffer. (#60163)
|
2024-10-07 13:41:43 -07:00 |
|
Oleksandr T.
|
009b3ffdda
|
fix(59825): getNavigationTree crash on invalid class merge and function merge with expando members (#60152)
|
2024-10-07 12:58:15 -07:00 |
|
Austin Henrie
|
20f67d791c
|
fix automatic type acquisition (#60157)
|
2024-10-07 12:55:37 -07:00 |
|
Isabel Duan
|
a719df49d4
|
add filenames to error messages in verify file content functions in fourslash (#60143)
|
2024-10-07 12:25:31 -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 HejlsbergandJake Bailey
|
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 |
|
Titian Cernicova-Dragomir
|
476e9ee201
|
Extract node type printer (#59282)
|
2024-09-30 09:19:42 -07:00 |
|
Nathan Shively-Sanders
|
2c23beae02
|
DOM update 2024-09-25 (#60061)
|
2024-09-27 15:32:19 -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 |
|
 
|
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 |
|
Nathan Shively-Sanders
|
52c59dbcbe
|
Add CopilotRelated command (#59963)
|
2024-09-26 16:10:41 -07: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 |
|
Jake Bailey
|
825826fd66
|
Unexport NodeTypingsInstaller in typingsInstaller.js (#60075)
|
2024-09-26 12:08:29 -07:00 |
|
navya9singh
|
8499803ae0
|
Adding preparePasteEdits method to check if smart copy/paste should be applied (#60053)
|
2024-09-26 11:50:23 -07: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 BranchandNathan Shively-Sanders
|
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ńskiandGabriela Araujo Britto
|
413f0fa831
|
Fixed crash when looking for contextual inherited JSDocs for setters and getters (#60027)
Co-authored-by: Gabriela Araujo Britto <garaujobritto@gmail.com>
|
2024-09-25 11:04:01 -07:00 |
|