-
Notifications
You must be signed in to change notification settings - Fork 12.7k
Insights: microsoft/TypeScript
Overview
-
- 0 Merged pull requests
- 2 Open pull requests
- 1 Closed issue
- 6 New issues
There hasn’t been any commit activity on microsoft/TypeScript in the last 24 hours.
Want to help out?
2 Pull requests opened by 1 person
-
Fixed nullish coalesce operator's precedence
#61372 opened
Mar 7, 2025 -
Fixed an issue causing spurious "used before being assigned" errors in for of/in loops
#61376 opened
Mar 7, 2025
1 Issue closed by 1 person
-
TS1166 reported for imported symbol as computed property name in generated d.ts
#61360 closed
Mar 7, 2025
6 Issues opened by 6 people
-
`for`-`let` + inner function incorrectly says variable is used before being assigned
#61375 opened
Mar 7, 2025 -
Add initializer property to JSDocParameterTag node
#61373 opened
Mar 7, 2025 -
Add allowImportingJsExtensions option to prevent incorrect .js imports
#61371 opened
Mar 7, 2025 -
TypeScript not enforcing interface implementation when the interface and class share the same name
#61370 opened
Mar 7, 2025 -
The terms in the Refactor menu are not internationalized.
#61374 opened
Mar 7, 2025 -
Manually constructed nullish coalescing AST is missing parentheses when printed
#61369 opened
Mar 7, 2025
40 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.
-
Fix for Issue 61081
#61221 commented on
Mar 7, 2025 • 4 new comments -
Support inferring `never` as the return type in JavaScript when overriding a class method that returns `never`
#46791 commented on
Mar 7, 2025 • 0 new comments -
Intersection causes incorrect type compatability
#48720 commented on
Mar 7, 2025 • 0 new comments -
Regression in 4.8 where string union type widens to string
#50635 commented on
Mar 7, 2025 • 0 new comments -
Order of ReadonlySet/ReadonlyMap in union causes differing key inference
#52313 commented on
Mar 7, 2025 • 0 new comments -
Expression produces a union type that is too complex to represent
#53234 commented on
Mar 7, 2025 • 0 new comments -
Crash when defining `Array` type via `[]` syntax
#57009 commented on
Mar 7, 2025 • 0 new comments -
mapped type with remapped keys unexpectedly widens type
#57265 commented on
Mar 7, 2025 • 0 new comments -
Inconsistent type inference on overloaded function types
#57351 commented on
Mar 7, 2025 • 0 new comments -
Error not issued when global type is an alias of an object type literal
#57564 commented on
Mar 7, 2025 • 0 new comments -
Inconsistent typechecking with require() in JS and TS
#60032 commented on
Mar 7, 2025 • 0 new comments -
References from dynamic imports not recognized when indirectly exporting variable
#61366 commented on
Mar 7, 2025 • 0 new comments -
Allow specifying exclude as a command line option
#46005 commented on
Mar 7, 2025 • 0 new comments -
Class satisfies type
#61324 commented on
Mar 7, 2025 • 0 new comments -
Auto-import priority rules
#51155 commented on
Mar 7, 2025 • 0 new comments -
Talk about Exceptions Here
#56365 commented on
Mar 7, 2025 • 0 new comments -
List @deprecated strikethroughs in Problems tab
#40604 commented on
Mar 7, 2025 • 0 new comments -
Exact Types
#12936 commented on
Mar 7, 2025 • 0 new comments -
Huge jump in tsc memory usage from 5.5.4 -> 5.6.2
#60166 commented on
Mar 7, 2025 • 0 new comments -
fix(57026): Renaming on declaration whose name is a String Literal
#61353 commented on
Mar 7, 2025 • 0 new comments -
Introduce `strictCustomConditions` option for custom `exports` / `imports` conditions with no fallback to other conditions if the file does not exist
#61363 commented on
Mar 7, 2025 • 0 new comments -
`as enum` assertion for object literals
#60790 commented on
Mar 7, 2025 • 0 new comments -
Javascript: Object.assign to assign property values for classes is not respected
#26792 commented on
Mar 7, 2025 • 0 new comments -
Different 'find all references' results on export default depending on trigger position
#48676 commented on
Mar 7, 2025 • 0 new comments -
get property return type inferred incorrectly from 'this' type, when other methods exist
#61361 commented on
Mar 7, 2025 • 0 new comments -
disallow comparing to null and undefined unless they are valid cases in strict null mode
#11920 commented on
Mar 7, 2025 • 0 new comments -
Support @class in JSDoc
#12681 commented on
Mar 7, 2025 • 0 new comments -
Error inferring types of promise function
#17873 commented on
Mar 7, 2025 • 0 new comments -
this any typed in some JS object literals
#22058 commented on
Mar 7, 2025 • 0 new comments -
Suggestion: Type annotations and interfaces for function declarations
#22063 commented on
Mar 7, 2025 • 0 new comments -
Allow extending types referenced through interfaces
#31843 commented on
Mar 7, 2025 • 0 new comments -
Support Intellisense for string/number literals in a widened union
#33471 commented on
Mar 7, 2025 • 0 new comments -
Implicit Symbol.iterator call in for..of loops / spread destructuring doesn't infer `this` generic type parameter
#38388 commented on
Mar 7, 2025 • 0 new comments -
improper declared type cause narrow type not work when its computed type is not union.
#39114 commented on
Mar 7, 2025 • 0 new comments -
In JSDoc @type is not a type declaration, which it is much more like type conversion.
#39650 commented on
Mar 7, 2025 • 0 new comments -
Compile error if I named last array destructuring element.
#41548 commented on
Mar 7, 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
Mar 7, 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
Mar 7, 2025 • 0 new comments -
Broken emit when `Infinity` or `‑Infinity` ends up in a type position
#42905 commented on
Mar 7, 2025 • 0 new comments -
Typescript 4.2.x - incorrectly infered generic return type of a record union (extra undefined)
#43943 commented on
Mar 7, 2025 • 0 new comments