-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Insights: microsoft/TypeScript
Overview
Could not load contribution data
Please try again later
57 Pull requests merged by 21 people
-
Restore repo dispatch for twoslash-repros workflow
#60682 merged
Jul 1, 2025 -
fix: diagnostic message for class name 'Object' when targeting different ECMAScript versions
#61850 merged
Jun 30, 2025 -
Fix Copilot instructions to emphasize mandatory lint, test, and format steps
#61950 merged
Jun 30, 2025 -
perf: improve regexp performance by using non-capturing groups
#58551 merged
Jun 30, 2025 -
Bump the github-actions group across 1 directory with 3 updates
#61804 merged
Jun 30, 2025 -
Properly disallow
yield
in bodyless arrows#61976 merged
Jun 30, 2025 -
Revert change to type print in an error message
#61977 merged
Jun 30, 2025 -
Fixed nullish coalesce operator's precedence
#61372 merged
Jun 30, 2025 -
Don't return
tags
when returning quick info for JSDoc nodes#59816 merged
Jun 30, 2025 -
Keep accessors as accessors in emitted anonymous class declarations
#60853 merged
Jun 30, 2025 -
Handle
silentNeverType
in iteration-related functions#61317 merged
Jun 30, 2025 -
Fixed crash when getting a definition for a class member with a computed name and an
override
modifier#60631 merged
Jun 30, 2025 -
Fixed crash in
hasVisibleDeclarations
related to binding elements#61352 merged
Jun 30, 2025 -
Fixed a printer crash caused by empty parameter modifiers
#60537 merged
Jun 30, 2025 -
Fixed JSDoc display on
JsxNamespacedName
attributes#61825 merged
Jun 30, 2025 -
Fix typo in nightly yaml
#61906 merged
Jun 30, 2025 -
Fixed crash on
ComputedPropertyName
when computing interactive inlay hints#61857 merged
Jun 30, 2025 -
Improve release publisher pipeline
#61551 merged
Jun 30, 2025 -
Fixed crash on
ConstructSignature
when computing interactive inlay hints#61973 merged
Jun 30, 2025 -
Fix capitalisation for
checkJs
#61795 merged
Jun 29, 2025 -
Revert #54442 and add a testcase
#61955 merged
Jun 27, 2025 -
Use jsx language variant for jsx file scanning in getChildren
#61928 merged
Jun 25, 2025 -
Update copilot-setup-steps.yml
#61948 merged
Jun 25, 2025 -
Fix BigInt literal error in ambient contexts when targeting < ES2020
#61935 merged
Jun 25, 2025 -
Allow
accessor
properties in ambient contexts when targeting ES5#61927 merged
Jun 25, 2025 -
Add line endings and printf debugging section
#61947 merged
Jun 25, 2025 -
Use strict subtype relation in
getCommonSupertype
#61903 merged
Jun 24, 2025 -
Fix bad JSON syntax in tests, use JSON.parse first for perf
#61901 merged
Jun 24, 2025 -
Remove corsa-specific steps from copilot-setup-steps.yml
#61938 merged
Jun 24, 2025 -
Update Copilot instructions and setup script
#61937 merged
Jun 24, 2025 -
Add Copilot setup steps
#61933 merged
Jun 24, 2025 -
Allow trailing commas after import attributes in
ImportType
#61920 merged
Jun 24, 2025 -
Don't ignore completions at source file locations
#61909 merged
Jun 23, 2025 -
Create fourslash syntax, compiler testcase, and build instructions summary
#61900 merged
Jun 18, 2025 -
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250618192323088 to main
#61898 merged
Jun 18, 2025 -
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250617192341571 to main
#61887 merged
Jun 17, 2025 -
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250611192551558 to main
#61846 merged
Jun 11, 2025 -
fix link to "Help Wanted" issues
#61843 merged
Jun 11, 2025 -
Port "Improve type discrimination algorithm" from tsgo
#61828 merged
Jun 9, 2025 -
Restore
import defer =
parsing#61837 merged
Jun 9, 2025 -
Fix type variable leaks and cache inconsistencies
#61668 merged
Jun 9, 2025 -
Add
--module node20
#61805 merged
Jun 9, 2025 -
optimization, reduce memory usage
#61822 merged
Jun 9, 2025 -
Avoid resolving source prop type when the target is
unknown
/any
#61660 merged
Jun 6, 2025 -
Fix helpers emit for .cjs files in ESM module mode
#61814 merged
Jun 6, 2025 -
explicitly disallow
using
in ambient contexts#61781 merged
Jun 6, 2025 -
Add lib.esnext.sharedmemory
#61646 merged
Jun 6, 2025 -
Cache mapper instantiations
#61505 merged
Jun 6, 2025 -
feat: add Error.isError() to ESNext lib
#60788 merged
Jun 6, 2025 -
Add support for
import defer
proposal#60757 merged
Jun 6, 2025 -
tsc --init update
#61813 merged
Jun 6, 2025 -
fix(checker): report error when using bigint as enum key
#61777 merged
Jun 5, 2025 -
fix(61747): for (using of = is incorrectly parsed
#61764 merged
Jun 5, 2025 -
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250604192236101 to main
#61815 merged
Jun 4, 2025 -
Update pr_owners.txt
#61798 merged
Jun 3, 2025
15 Pull requests opened by 11 people
-
lib: narrow `Atomics.wait*` target to SharedArrayBuffer views
#61817 opened
Jun 4, 2025 -
Overloads for String.prototype.split method
#61827 opened
Jun 7, 2025 -
Type width in error messages
#61829 opened
Jun 7, 2025 -
Fixed types of parenthesized expressions at locations with `@satisfies` and `@type` mix
#61852 opened
Jun 12, 2025 -
Watch failed lookups, affecting locations only if resolution was failed
#61861 opened
Jun 13, 2025 -
🤖 Pick PR #61861 (Watch failed lookups, affecting loc...) into release-5.8
#61864 opened
Jun 13, 2025 -
fix(61867): fix find-all-refs for constructors involving string literals
#61869 opened
Jun 14, 2025 -
Do not set `valueDeclaration` for intersection properties when one symbol does not have a `valueDeclaration`
#61872 opened
Jun 15, 2025 -
Improve contextual types inferred from return types
#61913 opened
Jun 22, 2025 -
Fix using transform variable shadowing in for-of loops
#61934 opened
Jun 24, 2025 -
Unify the way anonymous class symbols are printed in error messages
#61943 opened
Jun 25, 2025 -
Fix Symbol completion priority and cursor positioning
#61945 opened
Jun 25, 2025 -
Fix incorrect type declarations for constants inside namespaces merged with enums
#61946 opened
Jun 25, 2025 -
Restructure CI to prepare for required checks and merge queues
#61978 opened
Jun 30, 2025 -
Fixed `anyFunctionType` leak
#61980 opened
Jun 30, 2025
108 Issues closed by 31 people
-
Diagnostic code `6807` should not be `category: Error`
#61981 closed
Jul 1, 2025 -
tsc --init-basic
#46150 closed
Jun 30, 2025 -
Error "Class name cannot be 'Object' when targeting ES5 with module CommonJS." when not targeting es5
#61270 closed
Jun 30, 2025 -
Fix Copilot instructions to run mandatory steps
#61949 closed
Jun 30, 2025 -
Manually constructed nullish coalescing AST is missing parentheses when printed
#61369 closed
Jun 30, 2025 -
Hovering @param comments duplicates the comment in the hover
#59402 closed
Jun 30, 2025 -
Unable to override a getter when inheriting from a mixin class
#44938 closed
Jun 30, 2025 -
Getters in mixins get serialized to property accessors
#58790 closed
Jun 30, 2025 -
[bug] Auto `accessor` fields are declared as regular properties in mixin abstract classes
#60672 closed
Jun 30, 2025 -
Spurious missing `Symbol.iterator` on `never` when `yield*`ing generic call within a generic call
#61318 closed
Jun 30, 2025 -
TS 5.8 TypeError: Cannot read properties of undefined (reading 'kind')
#61351 closed
Jun 30, 2025 -
JSX `JsxNamespacedName` breaks JSDoc + QuickInfo in VSCode
#61820 closed
Jun 30, 2025 -
No inlay hints. provideInlayHints results in Debug Failure. Unexpected node.
#61845 closed
Jun 30, 2025 -
Inlay hints are not displayed for certain code
#61965 closed
Jun 30, 2025 -
`HTMLIFrameElement.sandbox`'s type should be readonly
#61974 closed
Jun 30, 2025 -
Merging Classes With Getters Converts Into a Property
#61967 closed
Jun 30, 2025 -
Inconsistent type when using `noUncheckedIndexedAccess`
#61957 closed
Jun 30, 2025 -
Multiple `export as namespace` not merging in the same namespace
#61942 closed
Jun 30, 2025 -
Generic with nested object incorrectly constraint suggestions in code completion
#61952 closed
Jun 30, 2025 -
ts plugin provide symbols
#61929 closed
Jun 27, 2025 -
ternary operator causes nonsense with typescript "expression is not callable"
#61953 closed
Jun 26, 2025 -
`import.meta.main` support
#61951 closed
Jun 26, 2025 -
Distributive generic with extends constraint not assignable to original non-distributed type
#61866 closed
Jun 26, 2025 -
Incorrect generic binding of intersection of array types
#61907 closed
Jun 26, 2025 -
Add a Serialisable type for the structured clone algorithm
#61908 closed
Jun 26, 2025 -
Declaration size optimisation [d.ts]
#61919 closed
Jun 26, 2025 -
"Bigint literals are not available when targeting..." error should not occur in .d.ts files
#60438 closed
Jun 25, 2025 -
Allow `accessor` properties in `.d.ts` even when targeting ES5
#61181 closed
Jun 25, 2025 -
Lost Symbol Reference in LSP for Inferred Generic
#61930 closed
Jun 25, 2025 -
Add `.isApplicableIndexType()` to the `TypeChecker`
#61886 closed
Jun 25, 2025 -
Trailing comma in import type attribute should be allowed
#61916 closed
Jun 24, 2025 -
@azure/msal-angular Shows Red Import Error in VS Code but Builds Fine
#61904 closed
Jun 23, 2025 -
[ServerErrors][TypeScript] 5.9.0-dev.20250622 vs 5.8.3
#61915 closed
Jun 23, 2025 -
[ServerErrors][JavaScript] 5.9.0-dev.20250622 vs 5.8.3
#61914 closed
Jun 23, 2025 -
[NewErrors] 5.9.0-dev.20250622 vs 5.8.3
#61912 closed
Jun 23, 2025 -
`T` satisfies a constraint that `E extends T` does not (specifically with `Omit`)
#61870 closed
Jun 21, 2025 -
Error in ts.findAncestor caused by ASI
#61905 closed
Jun 20, 2025 -
The output structures of `rootDir` and `rootDirs` are inconsistent
#61883 closed
Jun 20, 2025 -
Intellisense should offer "constructor" property (Javascript)
#61863 closed
Jun 19, 2025 -
Detect no overlap for "in" keyword
#61874 closed
Jun 19, 2025 -
Create fourslash syntax, compiler testcase, and build instructions summary
#61899 closed
Jun 18, 2025 -
noUnusedLocals incorrectly reports `using` resources as unused unless explicitly used
#61890 closed
Jun 18, 2025 -
[NewErrors] 5.9.0-dev.20250615 vs 5.8.3
#61875 closed
Jun 17, 2025 -
[ServerErrors][JavaScript] 5.9.0-dev.20250615 vs 5.8.3
#61876 closed
Jun 17, 2025 -
[ServerErrors][TypeScript] 5.9.0-dev.20250615 vs 5.8.3
#61878 closed
Jun 17, 2025 -
Build instructions of TypeScript
#61865 closed
Jun 16, 2025 -
Broken generic default
#61873 closed
Jun 16, 2025 -
Please always add default values to `tsconfig.json` documentation
#61790 closed
Jun 16, 2025 -
doc: The mdn links of requestAnimationFrame and cancelAnimationFrame are incorrect
#61879 closed
Jun 16, 2025 -
Skip assignment narrowing when declaring & initializing a variable in the same statement
#61789 closed
Jun 16, 2025 -
Add type something = {}
#61847 closed
Jun 15, 2025 -
await (await fn()).method() gets wrong type in intellisense
#61849 closed
Jun 13, 2025 -
`ArrayLiteral` instead of `ArrayBindingPattern` as loop variable
#61853 closed
Jun 13, 2025 -
Add getBoundingClientRect to EventTarget type
#61836 closed
Jun 13, 2025 -
Invalid quick fix for function returning `Promise<unknown>` with `isolatedDeclarations`
#61642 closed
Jun 12, 2025 -
finally
#61851 closed
Jun 12, 2025 -
require(esm) 'module.exports' interop export name support
#61645 closed
Jun 12, 2025 -
lib.dom.d.ts: AudioContextState enum is missing "interrupted" state
#61823 closed
Jun 12, 2025 -
enum member key should reject computed string
#61834 closed
Jun 12, 2025 -
CONTRIBUTING.md broken link to "Help Wanted" issues
#61844 closed
Jun 11, 2025 -
Leading Rest element in tuples are kinda broken !?
#61842 closed
Jun 10, 2025 -
Typescript compiler hangs indefinitely
#61422 closed
Jun 10, 2025 -
Merging objects by spreading 2 objects infers wrong type
#61840 closed
Jun 10, 2025 -
isNaN should accept string by ts
#61841 closed
Jun 10, 2025 -
VSCode's Intellisense breaks when using tsconfig's references
#61830 closed
Jun 10, 2025 -
Type variable leak and odd error
#61667 closed
Jun 9, 2025 -
React's ComponentProps type issues in TypeScript 5.6.2
#59937 closed
Jun 9, 2025 -
Functions unnecessarily wrapped into lambda functions
#61821 closed
Jun 9, 2025 -
[ServerErrors][TypeScript] 5.9.0-dev.20250608 vs 5.8.3
#61833 closed
Jun 9, 2025 -
[ServerErrors][JavaScript] 5.9.0-dev.20250608 vs 5.8.3
#61832 closed
Jun 9, 2025 -
[NewErrors] 5.9.0-dev.20250608 vs 5.8.3
#61831 closed
Jun 9, 2025 -
node.js `fetch` is wrongly typed
#61826 closed
Jun 9, 2025 -
Potentially misleading documentation for the `types` TSConfig option
#61256 closed
Jun 8, 2025 -
renamedDependencies not working with ESM
#61811 closed
Jun 8, 2025 -
Intersection of `object` and array breaks homomorphism
#61745 closed
Jun 8, 2025 -
Spreading constrained generic parameters allows for invalid/unsafe return types
#61754 closed
Jun 8, 2025 -
Overloads for String.prototype.split method
#61816 closed
Jun 8, 2025 -
not tracking potential state change in object literal with literal type property
#61761 closed
Jun 7, 2025 -
"'const' declarations can only be declared inside a block" should be issued more aggressively
#61734 closed
Jun 6, 2025 -
`declare namespace { using ... }` generates incorrect dts
#61752 closed
Jun 6, 2025 -
Add Error.isError() to ESNext lib
#60787 closed
Jun 6, 2025 -
`import defer` Stage 3 proposal support
#59391 closed
Jun 6, 2025 -
tsc --init update 2024
#58420 closed
Jun 6, 2025 -
Make the `sourceFile.commentDirectives` property public
#61809 closed
Jun 6, 2025 -
ts plugin provide color
#61773 closed
Jun 6, 2025 -
noUnusedLocals doesn't error when using a ...rest declaration
#61748 closed
Jun 6, 2025 -
Declaration Order Affects Type Checking
#61806 closed
Jun 6, 2025 -
enum member key should reject bigint
#61772 closed
Jun 5, 2025 -
`for (using of =` is incorrectly parsed.
#61747 closed
Jun 5, 2025 -
Critical null pointer bug in incremental builder: affectedFilesIndex undefined access
#61808 closed
Jun 3, 2025 -
[NewErrors] 5.9.0-dev.20250601 vs 5.8.3
#61800 closed
Jun 3, 2025 -
[ServerErrors][TypeScript] 5.9.0-dev.20250601 vs 5.8.3
#61803 closed
Jun 3, 2025 -
[ServerErrors][JavaScript] 5.9.0-dev.20250601 vs 5.8.3
#61802 closed
Jun 3, 2025 -
[ServerErrors][TypeScript] 5.9.0-dev.20250525 vs 5.8.3
#61765 closed
Jun 3, 2025 -
[ServerErrors][JavaScript] 5.9.0-dev.20250525 vs 5.8.3
#61763 closed
Jun 3, 2025 -
[NewErrors] 5.9.0-dev.20250525 vs 5.8.3
#61762 closed
Jun 3, 2025
33 Issues opened by 27 people
-
Missing constraint error in instantiation expression for a nested class
#61982 opened
Jul 1, 2025 -
Missing errors in generic functions in context-sensitive arguments
#61979 opened
Jun 30, 2025 -
The parsing problem of the compiler under specific syntax combinations
#61975 opened
Jun 30, 2025 -
Feature request: Allow to combine default type import with named imports
#61972 opened
Jun 30, 2025 -
Diagnostic code `69010` may be typo of `6910`?
#61971 opened
Jun 30, 2025 -
[ServerErrors][TypeScript] 5.9.0-dev.20250629 vs 5.8.3
#61970 opened
Jun 29, 2025 -
[ServerErrors][JavaScript] 5.9.0-dev.20250629 vs 5.8.3
#61969 opened
Jun 29, 2025 -
[NewErrors] 5.9.0-dev.20250629 vs 5.8.3
#61968 opened
Jun 29, 2025 -
NumberFormatPartTypeRegistry doesn't have approximatelySign in it
#61960 opened
Jun 27, 2025 -
Inconsistent lookup/resolution for `typeof` in JSDoc in references search
#61959 opened
Jun 27, 2025 -
Inconsistent quick info on optional properties when supporting hover verbosity
#61954 opened
Jun 26, 2025 -
Incorrect type declarations for a constant inside a namespace merged with an enum
#61944 opened
Jun 25, 2025 -
Ability for checker to resolve modules by node similar to program when providing custom host
#61941 opened
Jun 24, 2025 -
Automatic completion, renaming, go to define based on decorator parameters
#61931 opened
Jun 24, 2025 -
Unable to use the rename symbol option - exception thrown
#61984 opened
Jun 23, 2025 -
Property is not assignable to the same property in generic base type
#61918 opened
Jun 23, 2025 -
Symbol properties on objects are imported by type and not by value when auto-completed
#61894 opened
Jun 18, 2025 -
Preserve computed property in `--isolatedDeclarations` emit
#61892 opened
Jun 18, 2025 -
Namespaces: use before declaration is not reported
#61891 opened
Jun 18, 2025 -
Comparing arrays doesn't give any error
#61889 opened
Jun 18, 2025 -
(not) Deprecating `--rootDirs`
#61885 opened
Jun 17, 2025 -
__esDecorate transpiled code uses "Symbol" even of this is shadowed by a local variable
#61884 opened
Jun 17, 2025 -
Type Guard Documentation Is Incorrectly Labeled as Deprecated
#61881 opened
Jun 16, 2025 -
Homomorphic mapped types with arrays doesn't work well with recursive arrays
#61868 opened
Jun 14, 2025 -
TypeError: Cannot read properties of undefined (reading 'length')
#61867 opened
Jun 14, 2025 -
Class decorators run before class static side is fully defined when downleveling
#61862 opened
Jun 13, 2025 -
Comment like jsx text emitted twice when preserve enabled
#61860 opened
Jun 13, 2025 -
Way to detect whether a callable has type parameters
#61838 opened
Jun 10, 2025 -
The second parameter type of `apply` should be `ArrayLike<T>` instead of `T[]`
#61835 opened
Jun 9, 2025 -
Pipe Operator instead of conditions and deep extends
#61819 opened
Jun 5, 2025 -
Misleading error for a generic parameter with a default involving `this`
#61812 opened
Jun 4, 2025 -
Incorrect capitalisation for `checkJs`
#61801 opened
Jun 1, 2025
144 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Add type definitions for `Uint8Array` to/from base64 methods
#61696 commented on
Jun 30, 2025 • 3 new comments -
Reuse single errored signature candidate as resolved signature
#61787 commented on
Jun 6, 2025 • 2 new comments -
Defer checking of class static blocks
#59607 commented on
Jul 1, 2025 • 2 new comments -
Fix switch-true case-true narrowing to behave equivalently to default case
#59459 commented on
Jun 30, 2025 • 1 new comment -
Fix IsolatedDeclarations annotations can duplicate comments
#61497 commented on
Jun 30, 2025 • 1 new comment -
Support trailing commas in `typeof import()`
#61495 commented on
Jun 30, 2025 • 1 new comment -
Fixed an issue with `ReduceLabel` flows spoiling node reachability cache
#61265 commented on
Jun 6, 2025 • 1 new comment -
Relate control flow to conditional types in return types
#33912 commented on
Jun 25, 2025 • 0 new comments -
disallow comparing to null and undefined unless they are valid cases in strict null mode
#11920 commented on
Jul 1, 2025 • 0 new comments -
Support @class in JSDoc
#12681 commented on
Jul 1, 2025 • 0 new comments -
Error inferring types of promise function
#17873 commented on
Jul 1, 2025 • 0 new comments -
this any typed in some JS object literals
#22058 commented on
Jul 1, 2025 • 0 new comments -
Suggestion: Type annotations and interfaces for function declarations
#22063 commented on
Jul 1, 2025 • 0 new comments -
Allow extending types referenced through interfaces
#31843 commented on
Jul 1, 2025 • 0 new comments -
Support Intellisense for string/number literals in a widened union
#33471 commented on
Jul 1, 2025 • 0 new comments -
Implicit Symbol.iterator call in for..of loops / spread destructuring doesn't infer `this` generic type parameter
#38388 commented on
Jul 1, 2025 • 0 new comments -
improper declared type cause narrow type not work when its computed type is not union.
#39114 commented on
Jul 1, 2025 • 0 new comments -
In JSDoc @type is not a type declaration, which it is much more like type conversion.
#39650 commented on
Jul 1, 2025 • 0 new comments -
Compile error if I named last array destructuring element.
#41548 commented on
Jul 1, 2025 • 0 new comments -
Error when trying to assign a subclass of a base class with generics to `typeof` of that base class
#41770 commented on
Jul 1, 2025 • 0 new comments -
Correctly handle generic functions (e.g.: `Object.freeze`) passed as callbacks to generic functions (e.g.: `Array.prototype.map`)
#42862 commented on
Jul 1, 2025 • 0 new comments -
Broken emit when `Infinity` or `‑Infinity` ends up in a type position
#42905 commented on
Jul 1, 2025 • 0 new comments -
Typescript 4.2.x - incorrectly infered generic return type of a record union (extra undefined)
#43943 commented on
Jul 1, 2025 • 0 new comments -
Support inferring `never` as the return type in JavaScript when overriding a class method that returns `never`
#46791 commented on
Jul 1, 2025 • 0 new comments -
Emitted declarations for JS file do not import a class if it's re-exported
#61718 commented on
Jun 25, 2025 • 0 new comments -
Allow specifying exclude as a command line option
#46005 commented on
Jun 25, 2025 • 0 new comments -
Annoyingly useless Symbol completions
#28364 commented on
Jun 25, 2025 • 0 new comments -
Add ES2025 target and library
#61735 commented on
Jun 26, 2025 • 0 new comments -
move to new file not working
#61632 commented on
Jun 26, 2025 • 0 new comments -
Imported const enum is not inlined in generated code
#16671 commented on
Jun 27, 2025 • 0 new comments -
Feature Request: "extends oneof" generic constraint; allows for narrowing type parameters
#27808 commented on
Jun 27, 2025 • 0 new comments -
Use the width of a type to add newlines in type assignment error messages
#45896 commented on
Jun 27, 2025 • 0 new comments -
Support `satisfies` operator on functions
#51556 commented on
Jun 27, 2025 • 0 new comments -
Disable type checking for node_modules entirely
#40426 commented on
Jun 28, 2025 • 0 new comments -
Allow Inifinity and -Infinity as number literal types
#32277 commented on
Jun 29, 2025 • 0 new comments -
TypeScript code suggestions include inaccessible private fields from base classes
#61462 commented on
Jun 29, 2025 • 0 new comments -
VSCode auto-import ignores typescript.preferences.importModuleSpecifierEnding when using a path from the package.json imports
#60423 commented on
Jun 29, 2025 • 0 new comments -
6.0 Deprecation Candidates
#54500 commented on
Jun 30, 2025 • 0 new comments -
Check inferred `this` parameter against interface requirement `this: void`
#44513 commented on
Jun 30, 2025 • 0 new comments -
Assigning window.location after 5.8.2 upgrade fails
#61335 commented on
Jun 30, 2025 • 0 new comments -
Fixed a ghost error popping up after completions request caching a wrong contextual function type
#58378 commented on
Jun 23, 2025 • 0 new comments -
Filter return type inferences by constraint applicability
#58910 commented on
Jun 22, 2025 • 0 new comments -
Fix private properties not being allowed in optional chains
#60263 commented on
Jun 30, 2025 • 0 new comments -
Return iterable of RegExpExecArray from RegExp#[Symbol.matchAll]
#60516 commented on
Jul 1, 2025 • 0 new comments -
Remove getNonNullableType application in checkIdentifier
#60523 commented on
Jul 1, 2025 • 0 new comments -
Add the type of Intl.DurationFormat to the lib.
#60646 commented on
Jun 22, 2025 • 0 new comments -
Let properties having primitive types discriminate object unions
#60718 commented on
Jul 1, 2025 • 0 new comments -
Improve how intersections are classified as weak types
#60889 commented on
Jul 1, 2025 • 0 new comments -
Infer from context sensitive return expressions
#60909 commented on
Jun 27, 2025 • 0 new comments -
Fix for Issue 61081
#61221 commented on
Jun 30, 2025 • 0 new comments -
Update deps, TS 5.8, others
#61340 commented on
Jul 1, 2025 • 0 new comments -
Improve union origin preservation in filtering-unionizing binary expressions
#61362 commented on
Jul 1, 2025 • 0 new comments -
Don't set parent on non-transient symbols in mergeSymbolTable
#61560 commented on
Jun 30, 2025 • 0 new comments -
Don't compare "missing" to `undefined` in `compareProperties` under `exactOptionalPropertyTypes`
#61683 commented on
Jun 10, 2025 • 0 new comments -
Suggest completions for type arguments of expressions
#61758 commented on
Jun 2, 2025 • 0 new comments -
Fixed control flow Analysis of aliased discriminants with parenthesized initializers
#61788 commented on
Jul 1, 2025 • 0 new comments -
Intersection causes incorrect type compatability
#48720 commented on
Jul 1, 2025 • 0 new comments -
Regression in 4.8 where string union type widens to string
#50635 commented on
Jul 1, 2025 • 0 new comments -
Order of ReadonlySet/ReadonlyMap in union causes differing key inference
#52313 commented on
Jul 1, 2025 • 0 new comments -
Expression produces a union type that is too complex to represent
#53234 commented on
Jul 1, 2025 • 0 new comments -
Crash when defining `Array` type via `[]` syntax
#57009 commented on
Jul 1, 2025 • 0 new comments -
mapped type with remapped keys unexpectedly widens type
#57265 commented on
Jul 1, 2025 • 0 new comments -
Inconsistent type inference on overloaded function types
#57351 commented on
Jul 1, 2025 • 0 new comments -
Error not issued when global type is an alias of an object type literal
#57564 commented on
Jul 1, 2025 • 0 new comments -
Inconsistent typechecking with require() in JS and TS
#60032 commented on
Jul 1, 2025 • 0 new comments -
Disable formatting a region of code using directives
#18261 commented on
Jul 1, 2025 • 0 new comments -
Enforce property rules on kebab-cased JSX attributes
#55182 commented on
Jul 1, 2025 • 0 new comments -
Implement partial type argument inference using the _ sigil
#26349 commented on
Jun 15, 2025 • 0 new comments -
ignore me, testing build stuff
#55267 commented on
Jun 25, 2025 • 0 new comments -
Implement a `@nonnull` JSDoc tag
#57042 commented on
Jun 12, 2025 • 0 new comments -
Infer type arguments on instance check
#58028 commented on
Jun 9, 2025 • 0 new comments -
New `--enforceReadonly` compiler option to enforce read-only semantics in type relations
#58296 commented on
Jun 20, 2025 • 0 new comments -
Prevent union of enums with same values (non-narrowable unions)
#46085 commented on
Jun 5, 2025 • 0 new comments -
Format on paste deletes jsx comment content
#61749 commented on
Jun 5, 2025 • 0 new comments -
Tuples: maintaining type-param in the type of it's items
#61750 commented on
Jun 5, 2025 • 0 new comments -
Switch-like statement to avoid repetitive 'extends' ternary
#51375 commented on
Jun 5, 2025 • 0 new comments -
Generic TypedArray constructors have only one overload
#61680 commented on
Jun 5, 2025 • 0 new comments -
Completions for type arguments of expressions
#61751 commented on
Jun 5, 2025 • 0 new comments -
Parenthesis break narrowing.
#61784 commented on
Jun 5, 2025 • 0 new comments -
ReturnType is lost after a simple wrapper function
#61780 commented on
Jun 5, 2025 • 0 new comments -
Improve string split return type of first array index
#53362 commented on
Jun 6, 2025 • 0 new comments -
Array method definition revamp: Use case collection
#36554 commented on
Jun 6, 2025 • 0 new comments -
Unable to access ServiceWorkerGlobalScope via `self.`
#14877 commented on
Jun 8, 2025 • 0 new comments -
Incorrect emit for parameter properties when using standard class fields
#55132 commented on
Jun 9, 2025 • 0 new comments -
Don't require to implement optional abstract properties
#40635 commented on
Jun 10, 2025 • 0 new comments -
[Proposal] Type assertion statement (type cast) at block-scope level
#10421 commented on
Jun 10, 2025 • 0 new comments -
Destructuring into an empty object vs an object with existing properties yields different results
#60386 commented on
Jun 10, 2025 • 0 new comments -
VSCode errors when refactoring JavaScript to new file
#60180 commented on
Jun 10, 2025 • 0 new comments -
tsc not respecting types/typeRoots config for imported modules
#43094 commented on
Jun 11, 2025 • 0 new comments -
refactor: New file generates import from wrong module specifier
#58897 commented on
Jun 11, 2025 • 0 new comments -
Variant accessors for index signatures and mapped types
#43826 commented on
Jun 1, 2025 • 0 new comments -
Function implementation name must be ... (2389) when abstract method is declared again later
#61783 commented on
Jun 2, 2025 • 0 new comments -
Make default JSX mode "react"
#8529 commented on
Jun 2, 2025 • 0 new comments -
TypeScript support for .mdx file extensions
#36440 commented on
Jun 3, 2025 • 0 new comments -
`tsBuildInfoFile` is not extendable. Add an alternative `tsBuildInfoDir` option
#61794 commented on
Jun 3, 2025 • 0 new comments -
[DTS] Object literal method with bigint is omitted in generated `.d.ts`, but class method works correctly
#61769 commented on
Jun 3, 2025 • 0 new comments -
Disallow bitwise operators with different const enum types
#61760 commented on
Jun 3, 2025 • 0 new comments -
'in' does not remove undefined from indexed value (with noUncheckedIndexedAccess)
#61389 commented on
Jun 3, 2025 • 0 new comments -
MSBuild integration with ASP.NET Core
#60538 commented on
Jun 4, 2025 • 0 new comments -
support control flow analysis of tagged template calls
#51426 commented on
Jun 4, 2025 • 0 new comments -
Parameters in functions with type parameters are not contextually-typed
#61791 commented on
Jun 4, 2025 • 0 new comments -
Missing references in TypeScript
#61741 commented on
Jun 4, 2025 • 0 new comments -
`IntegerTypedArray` type required for use with `crypto.getRandomValues`
#61768 commented on
Jun 4, 2025 • 0 new comments -
Intersection with a mapped type breaks bypassing private assignability.
#61743 commented on
Jun 4, 2025 • 0 new comments -
[Feature Request] fieldof similar to keyof but include private and protected field
#46802 commented on
Jun 4, 2025 • 0 new comments -
"Used before initialization" error false positives and negatives with optional properties
#61785 commented on
Jun 4, 2025 • 0 new comments -
Error: Debug Failure. False expression.
#52952 commented on
Jun 4, 2025 • 0 new comments -
Cannot assign Uint8Array type to Uint8Array variable created with constructor
#61793 commented on
Jun 5, 2025 • 0 new comments -
disable certain global types for specific files, or specify type roots for specific files.
#37053 commented on
Jun 19, 2025 • 0 new comments -
[Feature request]type level equal operator
#48100 commented on
Jun 20, 2025 • 0 new comments -
TypeScript 5.9 Iteration Plan
#61648 commented on
Jun 20, 2025 • 0 new comments -
Permit type alias declarations inside a class
#7061 commented on
Jun 20, 2025 • 0 new comments -
Suggestion: Allow getters to have predicate return types
#43368 commented on
Jun 20, 2025 • 0 new comments -
type destructuring
#35396 commented on
Jun 21, 2025 • 0 new comments -
Type inference/narrowing lost after assignment
#27706 commented on
Jun 21, 2025 • 0 new comments -
[Feature] make generated codes from enum could be minified when not used
#27604 commented on
Jun 21, 2025 • 0 new comments -
Nested Tagged Unions
#18758 commented on
Jun 22, 2025 • 0 new comments -
⚡ Performance: Project service doesn't cache all fs.realpath
#59342 commented on
Jun 23, 2025 • 0 new comments -
Reference missing with declare module
#61766 commented on
Jun 23, 2025 • 0 new comments -
Local function variables are suggested within its default arguments
#61461 commented on
Jun 23, 2025 • 0 new comments -
Allow importing both type entity and value entity for "const enum" through "import type"
#40344 commented on
Jun 24, 2025 • 0 new comments -
API: expose isReadonlySymbol
#31296 commented on
Jun 24, 2025 • 0 new comments -
`using` transform throws when a for body binding shadows the for head binding
#61714 commented on
Jun 24, 2025 • 0 new comments -
Intellisense: deprioritise native function methods
#61426 commented on
Jun 24, 2025 • 0 new comments -
Import type over generic argument
#31090 commented on
Jun 24, 2025 • 0 new comments -
Class member completion crash in a monorepo utilizing `baseUrl`
#60533 commented on
Jun 24, 2025 • 0 new comments -
`@experimental` JSDoc tag, with strikethrough style (or similar) like `@deprecated` JSDoc tag
#56808 commented on
Jun 11, 2025 • 0 new comments -
Allow ignoring certain TS suggestion-level diagnostic codes
#28825 commented on
Jun 11, 2025 • 0 new comments -
Mapped type with enum keys emits string keys in d.ts type, but uses enum keys in .ts type
#60247 commented on
Jun 12, 2025 • 0 new comments -
Invalid quick fix for class that's exported as a variable with `isolatedDeclarations`
#61644 commented on
Jun 12, 2025 • 0 new comments -
Support overload resolution with type union arguments
#14107 commented on
Jun 13, 2025 • 0 new comments -
[BUG] This JSX tag requires the module path 'react/jsx-runtime' to exist, but none could be found. Make sure you have types for the appropriate package installed.
#61756 commented on
Jun 13, 2025 • 0 new comments -
Spurious "referenced directly or indirectly in its own initializer" when combined with narrowing, asserts function, and loop
#53955 commented on
Jun 14, 2025 • 0 new comments -
"The inferred type of X cannot be named without a reference to Y" (TS2742) still happens, when working with npm link to link packages manually
#58914 commented on
Jun 14, 2025 • 0 new comments -
Proposal: Partial Type Argument Inference
#26242 commented on
Jun 15, 2025 • 0 new comments -
Please add default values to all properties in configuration reference
#48441 commented on
Jun 16, 2025 • 0 new comments -
TypeScript 5.8 Iteration Plan
#61023 commented on
Jun 17, 2025 • 0 new comments -
Improve typings of Array.map when called on tuples
#29841 commented on
Jun 17, 2025 • 0 new comments -
TypeScript class method decorator not rendering properly in version >= 1.63.2
#47679 commented on
Jun 17, 2025 • 0 new comments -
JSDoc `@import` no longer works correctly with default exports
#60317 commented on
Jun 18, 2025 • 0 new comments -
TypeScript skips type-checking despite deleted file in referenced project
#60335 commented on
Jun 18, 2025 • 0 new comments -
Compiler Option typeTruncationLength
#59035 commented on
Jun 18, 2025 • 0 new comments -
Consider allowing packages to define multiple canonical names for their modules
#42764 commented on
Jun 19, 2025 • 0 new comments -
Infinite type instantiation around recursive conditional types
#60237 commented on
Jun 19, 2025 • 0 new comments