-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Insights: microsoft/TypeScript
Overview
-
- 2 Merged pull requests
- 0 Open pull requests
- 1 Closed issue
- 5 New issues
Could not load contribution data
Please try again later
2 Pull requests merged by 2 people
-
Bump github/codeql-action from 3.28.12 to 3.28.13 in the github-actions group
#61509 merged
Apr 1, 2025 -
Fixed a symbol display crash on expando members write locations
#55478 merged
Apr 1, 2025
1 Issue closed by 1 person
5 Issues opened by 5 people
-
Incorrect type checking (maybe?) for recursive types
#61520 opened
Apr 1, 2025 -
Add `.getObjectType()` to the `TypeChecker`
#61517 opened
Apr 1, 2025 -
comados iphone free fire para pega todos rojo
#61515 opened
Apr 1, 2025
49 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.
-
Type Conversion Error with Empty and Non-Empty Generic Types in Record Mapping
#61436 commented on
Apr 1, 2025 • 0 new comments -
Local function variables are suggested within its default arguments
#61461 commented on
Apr 1, 2025 • 0 new comments -
disallow comparing to null and undefined unless they are valid cases in strict null mode
#11920 commented on
Apr 1, 2025 • 0 new comments -
Support @class in JSDoc
#12681 commented on
Apr 1, 2025 • 0 new comments -
Error inferring types of promise function
#17873 commented on
Apr 1, 2025 • 0 new comments -
this any typed in some JS object literals
#22058 commented on
Apr 1, 2025 • 0 new comments -
Suggestion: Type annotations and interfaces for function declarations
#22063 commented on
Apr 1, 2025 • 0 new comments -
Allow extending types referenced through interfaces
#31843 commented on
Apr 1, 2025 • 0 new comments -
Support Intellisense for string/number literals in a widened union
#33471 commented on
Apr 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
Apr 1, 2025 • 0 new comments -
improper declared type cause narrow type not work when its computed type is not union.
#39114 commented on
Apr 1, 2025 • 0 new comments -
In JSDoc @type is not a type declaration, which it is much more like type conversion.
#39650 commented on
Apr 1, 2025 • 0 new comments -
Compile error if I named last array destructuring element.
#41548 commented on
Apr 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
Apr 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
Apr 1, 2025 • 0 new comments -
Broken emit when `Infinity` or `‑Infinity` ends up in a type position
#42905 commented on
Apr 1, 2025 • 0 new comments -
Typescript 4.2.x - incorrectly infered generic return type of a record union (extra undefined)
#43943 commented on
Apr 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
Apr 1, 2025 • 0 new comments -
Intersection causes incorrect type compatability
#48720 commented on
Apr 1, 2025 • 0 new comments -
Regression in 4.8 where string union type widens to string
#50635 commented on
Apr 1, 2025 • 0 new comments -
Order of ReadonlySet/ReadonlyMap in union causes differing key inference
#52313 commented on
Apr 1, 2025 • 0 new comments -
Expression produces a union type that is too complex to represent
#53234 commented on
Apr 1, 2025 • 0 new comments -
Crash when defining `Array` type via `[]` syntax
#57009 commented on
Apr 1, 2025 • 0 new comments -
mapped type with remapped keys unexpectedly widens type
#57265 commented on
Apr 1, 2025 • 0 new comments -
Inconsistent type inference on overloaded function types
#57351 commented on
Apr 1, 2025 • 0 new comments -
Error not issued when global type is an alias of an object type literal
#57564 commented on
Apr 1, 2025 • 0 new comments -
Inconsistent typechecking with require() in JS and TS
#60032 commented on
Apr 1, 2025 • 0 new comments -
Optional properties in inferred mapped type causes auto-completion to break.
#49547 commented on
Apr 1, 2025 • 0 new comments -
Nested Promise not automatically unwrapped
#59111 commented on
Apr 1, 2025 • 0 new comments -
6.0 Deprecation Candidates
#54500 commented on
Apr 1, 2025 • 0 new comments -
Confusing error on computed name class member
#61510 commented on
Apr 1, 2025 • 0 new comments -
Broken Autocomplete and Type Display For Parameters Dependent on Transitively Contextually Typed Return Type
#61500 commented on
Apr 1, 2025 • 0 new comments -
TypeScript code suggestions include inaccessible private fields from base classes
#61462 commented on
Apr 1, 2025 • 0 new comments -
Module resolution: NodeNext breaks typechecking
#60561 commented on
Apr 1, 2025 • 0 new comments -
allow unused private well-known symbol members
#42104 commented on
Apr 1, 2025 • 0 new comments -
When calculating inferred infer type constraints, replace conditionals…
#48648 commented on
Apr 1, 2025 • 0 new comments -
Instantiate conditional types within contextual type instantiation when inference candidates are available
#48838 commented on
Apr 1, 2025 • 0 new comments -
fix completion text of exported types
#52244 commented on
Apr 1, 2025 • 0 new comments -
Use iterators to avoid calculating all properties of UnionOrIntersectionType
#53346 commented on
Apr 1, 2025 • 0 new comments -
Add union and intersection types to unions by type list id
#54554 commented on
Apr 1, 2025 • 0 new comments -
Experiment: Produce wide index signatures from the spread of an index signature
#56441 commented on
Apr 1, 2025 • 0 new comments -
Fast path for unions of string literals only
#56487 commented on
Apr 1, 2025 • 0 new comments -
Experiment using caches to answer readFile, fileExists
#56679 commented on
Apr 1, 2025 • 0 new comments -
Expose getUnknownType
#56826 commented on
Apr 1, 2025 • 0 new comments -
consistently check expressions with >, >=, <, <= for unconstrained types in strictNullChecks
#59352 commented on
Apr 1, 2025 • 0 new comments -
Document indexOf return value when not found
#60569 commented on
Apr 1, 2025 • 0 new comments -
Support trailing commas in `typeof import()`
#61495 commented on
Apr 1, 2025 • 0 new comments -
Fix IsolatedDeclarations annotations can duplicate comments
#61497 commented on
Apr 1, 2025 • 0 new comments -
[experiment] Cache mapper instantiations
#61505 commented on
Apr 1, 2025 • 0 new comments