Insights: microsoft/TypeScript
Overview
Could not load contribution data
Please try again later
1 Release published by 1 person
-
v5.1-rc TypeScript 5.1 RC
published
May 23, 2023
27 Pull requests merged by 13 people
-
add baseline for linked editing
#54315 merged
May 26, 2023 -
Fix fs.watch callback type for new @types/node
#54417 merged
May 26, 2023 -
fix(54383): Declare method quick fix not returned for #private method
#54400 merged
May 26, 2023 -
Localize refactor descriptions
#54379 merged
May 26, 2023 -
Elaborate errors on const asserted expressions
#54396 merged
May 26, 2023 -
🤖 Pick PR #54317 (Resolve re-exports when looking for...) into release-5.1
#54327 merged
May 26, 2023 -
🤖 Pick PR #54112 (Fix `isGenericReducibleType` to all...) into release-5.1
#54349 merged
May 26, 2023 -
🤖 Pick PR #54401 (Handle already released source file...) into release-5.1
#54403 merged
May 26, 2023 -
Suppress error caused by intermediate types in `getTypeOfExpression`
#54380 merged
May 26, 2023 -
Handle already released source files that dont match scriptKind
#54401 merged
May 25, 2023 -
Formatter: fix indentation of comments at end of range
#54250 merged
May 25, 2023 -
Revert GHA fail-fast for OpenSSF workflow
#54382 merged
May 25, 2023 -
fix CI build
#54386 merged
May 25, 2023 -
fix(52517): JSDoc Comment Template not provided when unrelated JSDoc with tag exists
#54132 merged
May 24, 2023 -
fix(54155): "Move to file" does not carry all function overload and implementation signatures
#54164 merged
May 24, 2023 -
fix flow type of this inside arrow function
#54236 merged
May 24, 2023 -
feat(54190): Convert to template string quick fix not available in assignment expressions
#54210 merged
May 24, 2023 -
fix(54085): Cannot navigate down object hierarchy if an interface is not directly implemented
#54108 merged
May 24, 2023 -
Don't use text change's `createNewFile` for existing empty file
#54358 merged
May 24, 2023 -
fix(54152): Cannot use const enum to define an interface key in isolatedModules mode
#54165 merged
May 24, 2023 -
Don't linearly search for fresh param in getConditionalType
#53662 merged
May 24, 2023 -
Avoid infinite recursion when instantiating circular inline mapped generic tuple type
#53522 merged
May 24, 2023 -
Add extra tests for recursive conditional types
#54030 merged
May 24, 2023 -
Fixed declaration emit for undefined properties inferred from functions in other array elements
#53938 merged
May 24, 2023 -
Allow to define valid static fields with names conflicting with builtin properties
#54198 merged
May 22, 2023 -
Add extra Date.UTC signature to reflect ES2017 changes
#54125 merged
May 22, 2023 -
Fix a logic-changing typo in getRecursionIdentity
#54321 merged
May 22, 2023
11 Pull requests opened by 7 people
-
Fixed an issue with function default export not being callable when merged with namespace
#54344 opened
May 22, 2023 -
Treat `this` as a constant reference for purpose of narrowing using aliased expressions
#54347 opened
May 22, 2023 -
Return early on intrinsics in couldContainTypeVariables
#54377 opened
May 24, 2023 -
🤖 Pick PR #54169 (Fix creation of composite union typ...) into release-5.1
#54412 opened
May 26, 2023 -
🤖 Pick PR #54208 (Properly handle `typeof this.xxx` i...) into release-5.1
#54413 opened
May 26, 2023 -
Minor algorithm change to address perf regression
#54415 opened
May 26, 2023 -
🤖 Pick PR #54315 (add baseline for linked editing) into release-5.1
#54419 opened
May 26, 2023 -
Additional fix to issue #50509
#54423 opened
May 27, 2023 -
fix(54411): Compiled code contain jsx code
#54425 opened
May 27, 2023 -
Make bodiless declarations an error in JS
#54439 opened
May 29, 2023
54 Issues closed by 21 people
-
Constructor Overloading
#54397 closed
May 29, 2023 -
Discriminated union case with a union of discriminators not correctly excluded
#54369 closed
May 28, 2023 -
Discriminated union not narrowing when discriminator is itself a union
#54370 closed
May 28, 2023 -
Type inference elimination bug shows Arthur Conan Doyle was right.
#54388 closed
May 28, 2023 -
Type narrow with switch(obj.constructor)
#54404 closed
May 28, 2023 -
Allow overriding the return type of an overridden method
#54427 closed
May 28, 2023 -
Adds the "length" attribute for the literal of the object type
#54430 closed
May 28, 2023 -
`typeof` explicitly-typed value isn't equal to its type
#54431 closed
May 28, 2023 -
A `Constructor` type
#54428 closed
May 28, 2023 -
keyof inside a generic is treated as purely contravariant, but should ignore values and Partial<>
#54364 closed
May 27, 2023 -
JSDoc parsing provides inconsistent results
#54416 closed
May 26, 2023 -
Declare method quick fix not returned for `#private` method
#54383 closed
May 26, 2023 -
Property type errors in an `as const` literal should be located at the property
#54374 closed
May 26, 2023 -
In overload resolution, `any` always matches the first of `true` or `false`, never `boolean`
#46376 closed
May 26, 2023 -
Performance depends on declaration order
#43437 closed
May 26, 2023 -
Type of variable isn't widened inside a conditional inside a loop
#46475 closed
May 26, 2023 -
feat: inference of object properties based on a "type" infer out
#53883 closed
May 26, 2023 -
NodeListOf, TS2488 -- `for of` method that returns an iterator
#54351 closed
May 26, 2023 -
Formatter: comment at end of selection (or document) doesn't get indented
#54243 closed
May 25, 2023 -
Cannot overload interface method with different return types
#54354 closed
May 25, 2023 -
Tuple union types not auto completing properly
#54304 closed
May 25, 2023 -
Type guard doesn't work on nested fields when wrapped in a function
#54318 closed
May 25, 2023 -
Allow implicitly typing class methods and constructor
#54334 closed
May 25, 2023 -
I encountered a 'not assignable type' error when I turned on the 'noUncheckedIndexedAccess' option.
#54353 closed
May 25, 2023 -
Interface doesn't extends Record<string, unknown>
#54391 closed
May 25, 2023 -
Minimized files ignored in JS projects using jsconfig.json "path"
#54232 closed
May 25, 2023 -
JSDoc Comment Template not provided when unrelated JSDoc with tag exists
#52517 closed
May 24, 2023 -
"Move to file" does not carry all function overload and implementation signatures
#54155 closed
May 24, 2023 -
Arrow function forgets result of scope typecheck when using "this"
#54203 closed
May 24, 2023 -
`Convert to template string` quick fix not available in assignment expressions
#54190 closed
May 24, 2023 -
Cannot navigate down object hierarchy if an interface is not directly implemented
#54085 closed
May 24, 2023 -
Move to file fails when selecting existing with: Expected isNewFile for (only) new files
#54285 closed
May 24, 2023 -
Cannot use `const enum` to define an interface key in `isolatedModules` mode
#54152 closed
May 24, 2023 -
Stack overflow error when using inline mapped tuples
#53458 closed
May 24, 2023 -
`typeof` doesn't work with `#private` fields - identifier expected
#54337 closed
May 24, 2023 -
Function this type is not checked when assigning function types
#54346 closed
May 24, 2023 -
Breaking change: Depth limit now hit for some types in 4.3
#43877 closed
May 24, 2023 -
Missing property when inferring from object literals in array literals
#53914 closed
May 24, 2023 -
JSX intrinsic namespace attribute regression in 5.1 beta
#54333 closed
May 24, 2023 -
Require that sub-classes include default params when overriding concrete functions
#54365 closed
May 24, 2023 -
The package.json exports field is not resolved correctly when using workspaces/symlinks
#54359 closed
May 23, 2023 -
Optimize scanner by checking characters in order of frecuency
#48024 closed
May 23, 2023 -
Allow using the `satisfies` operator in JSDoc comments
#54355 closed
May 23, 2023 -
Why TDZ checks are not implemented
#54343 closed
May 23, 2023 -
Impossible to define static property `name` in classes
#54193 closed
May 22, 2023 -
Incorrect definition for Date.UTC
#54084 closed
May 22, 2023 -
Inconsistent quick-fix suggestion messages for importing
#16662 closed
May 22, 2023 -
getRecursionIdentity currently runs a boolean AND instead of a bitwise AND on the objectFlags of its input
#54320 closed
May 22, 2023 -
[ServerErrors][TypeScript] 5.2.0-dev.20230521
#54341 closed
May 22, 2023 -
[NewErrors] 5.2.0-dev.20230521 vs 5.0.4
#54339 closed
May 22, 2023 -
[ServerErrors][JavaScript] 5.2.0-dev.20230521
#54340 closed
May 22, 2023
46 Issues opened by 39 people
-
Generics get broken when inferred from a function with an implicitly typed parameter
#54438 opened
May 29, 2023 -
[ServerErrors][TypeScript] 5.2.0-dev.20230528
#54437 opened
May 28, 2023 -
[ServerErrors][JavaScript] 5.2.0-dev.20230528
#54436 opened
May 28, 2023 -
[NewErrors] 5.2.0-dev.20230528 vs 5.0.4
#54435 opened
May 28, 2023 -
"this" not correctly assigned with spread operator
#54434 opened
May 28, 2023 -
Template literal type check to `symbol` is loose
#54433 opened
May 28, 2023 -
Unexpected "used before its declaration" error when implementing a exported type of a merged namespace
#54429 opened
May 28, 2023 -
Allow overriding parameters of an overridden method
#54426 opened
May 28, 2023 -
Calling indexOf and includes in a readonly array results in a "not assignable" error message
#54422 opened
May 27, 2023 -
Discriminated unions on interfaces with inheritance cross-contaminate when one discriminate is optional
#54421 opened
May 26, 2023 -
discriminated types that include one optional case break when combined with unions or interface inheritence
#54418 opened
May 26, 2023 -
Report evolving arrays / evolving variables differently in QuickInfo
#54414 opened
May 26, 2023 -
Compiled code contain jsx code.
#54411 opened
May 26, 2023 -
Add option to include files in type checking, but not compiling
#54410 opened
May 26, 2023 -
types of `A[] || B[]` and `A[] ?? B[]` are incorrect if `A` is a subtype of `B`
#54409 opened
May 26, 2023 -
Generating declaration file (.d.ts) for a single module
#54408 opened
May 26, 2023 -
[Function Overloading] implementation is obviously different to the signatures, but no ts error
#54406 opened
May 26, 2023 -
Narrowed generic type is ignored in return type of callback passed to generic function
#54405 opened
May 26, 2023 -
Spread operator mixed with destructuring assignment resulting in unsoundness
#54402 opened
May 25, 2023 -
TS function declaration syntax does not cause errors in JS files
#54399 opened
May 25, 2023 -
Inheritance with generics disappears when using typings and "this" type
#54398 opened
May 25, 2023 -
Latest RC version tsc faild to load tsconfig.json>compilerOptions>types
#54390 opened
May 25, 2023 -
tsc --build tsx - emits d.ts, but doesn't --clean it, for included subfolders
#54389 opened
May 25, 2023 -
Notes about `String.replace`
#54387 opened
May 25, 2023 -
bug(regression): Cannot narrow types with `Readonly` and `type predicates`
#54385 opened
May 25, 2023 -
Inconsistent choice of quotes when using move to file
#54376 opened
May 24, 2023 -
Move to file adds too many new lines
#54375 opened
May 24, 2023 -
Cannot pass result of `typeof ... == 'function'` of `instanceof Function` as function parameter
#54373 opened
May 24, 2023 -
`autocapitalize` type is incorrect according to MDN
#54372 opened
May 24, 2023 -
Omitting a property from tuple breaks destruction
#54371 opened
May 24, 2023 -
VSCode does not find module imports for TypeScript monorepos
#54378 opened
May 24, 2023 -
definitionAndBoundSpan empty on destructured parameter
#54368 opened
May 24, 2023 -
Suggesion: Allow recursive/self-references in `satisfies` constraint
#54367 opened
May 24, 2023 -
Slow Intellisense with node_modules after v1.74
#54360 opened
May 23, 2023 -
VSCode does not load root-level tsconfig on-load when there are 2 tsconfigs
#54361 opened
May 23, 2023 -
Better error reporting
#54357 opened
May 23, 2023 -
Crash `Unhandled type Any` on ESM-mode namespace import of `module.exports = null`
#54352 opened
May 22, 2023 -
Auto import suggests ES imports in JS file that uses CommonJS
#54350 opened
May 22, 2023 -
TS 5.1.1-rc: RangeError: Maximum call stack size exceeded
#54348 opened
May 22, 2023 -
TypeScript LSP: Renaming `toString(data)` method renames also `toString()` method on an unrelated class
#54356 opened
May 22, 2023 -
Inference fails for intersection of types with a `toString` property on a branch
#54345 opened
May 22, 2023 -
Default imported function merged with namespace cannot be called (has no call signatures)
#54342 opened
May 22, 2023
106 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 pushTypeResolution to getTypeOfAlias
#52642 commented on
May 25, 2023 • 21 new comments -
Avoid subtype reduction when creating a union result in `discriminateTypeByDiscriminableItems`
#54052 commented on
May 27, 2023 • 14 new comments -
Add inline variable refactor
#54281 commented on
May 26, 2023 • 11 new comments -
Add nested call and new expressions as potential intra expression inference sites
#54183 commented on
May 24, 2023 • 10 new comments -
Implement partial type argument inference using the _ sigil
#26349 commented on
May 25, 2023 • 8 new comments -
Infer into recursive mapped type targets
#53647 commented on
May 24, 2023 • 8 new comments -
Improve inference for context sensitive functions within reverse mapped types
#54029 commented on
May 25, 2023 • 6 new comments -
fix(54310): "Move to file" does not eliminate re-export
#54329 commented on
May 27, 2023 • 6 new comments -
importing own package from test fails with error TS5055: Cannot write file
#54299 commented on
May 26, 2023 • 5 new comments -
What’s confusing about modules?
#51876 commented on
May 25, 2023 • 4 new comments -
[Microsoft.TypeScript.MSBuild] Incremental build is broken for .NET (Core)
#50599 commented on
May 26, 2023 • 4 new comments -
Type Guards are no longer working correctly all the time
#54178 commented on
May 27, 2023 • 4 new comments -
RFC: @internal by default
#49077 commented on
May 26, 2023 • 3 new comments -
Illegal types disrespecting generic constraints can be created
#54209 commented on
May 26, 2023 • 3 new comments -
fix issue 53775, do not always narrow to property signature
#54110 commented on
May 24, 2023 • 3 new comments -
Shorten method signatures (aka "type madness")
#14662 commented on
May 23, 2023 • 2 new comments -
TS auto import should support configuring whether a star or a qualified import is used.
#19630 commented on
May 24, 2023 • 2 new comments -
“Type instantiation is excessively deep and possibly infinite” but only in a large codebase
#34933 commented on
May 25, 2023 • 2 new comments -
Add a --strictNaNChecks option, and a NaN / integer / float type to avoid runtime NaN errors
#28682 commented on
May 25, 2023 • 2 new comments -
JSDoc doesn't show param info for parameter properties using @param
#36356 commented on
May 26, 2023 • 2 new comments -
Exact Types
#12936 commented on
May 27, 2023 • 2 new comments -
Types intersected with string literal or 'unique symbol' error on computed property name declaration but only if it's abstract.
#54335 commented on
May 27, 2023 • 2 new comments -
Various Intl-related constructors and methods reject Intl.Locale objects in locales parameter
#52946 commented on
May 28, 2023 • 2 new comments -
Named/keyed type parameters
#54254 commented on
May 28, 2023 • 2 new comments -
Fixed an issue with contextual type for intersection properties (take 2)
#52095 commented on
May 22, 2023 • 2 new comments -
JS declaration emit includes identical overrides
#54064 commented on
May 24, 2023 • 2 new comments -
fix(54068): Organize Imports removes first deprecated JSDoc comment
#54071 commented on
May 25, 2023 • 2 new comments -
Write a function to define types.
#41577 commented on
May 22, 2023 • 1 new comment -
TypeScript 5.1 Iteration Plan
#53031 commented on
May 22, 2023 • 1 new comment -
Trade-offs in Control Flow Analysis
#9998 commented on
May 23, 2023 • 1 new comment -
vscode enters into "Initializing JS/TS Language Services" loop in our repo
#53574 commented on
May 23, 2023 • 1 new comment -
Flag 'instanceof' expressions that are provably always true or false
#32801 commented on
May 23, 2023 • 1 new comment -
Symbols in const assertions should be considered unique
#35562 commented on
May 23, 2023 • 1 new comment -
import ConstJson from './config.json' as const;
#32063 commented on
May 23, 2023 • 1 new comment -
IntelliSense hangs after Find All References in VS 2022. Solution with many projects.
#54277 commented on
May 23, 2023 • 1 new comment -
Missing path completions for exports field patterns when relying on sibling `.d.ts` file lookup
#54330 commented on
May 23, 2023 • 1 new comment -
Module documentation tracking issue
#52593 commented on
May 23, 2023 • 1 new comment -
TypeScript 5.2 Iteration Plan
#54298 commented on
May 23, 2023 • 1 new comment -
TypeScript doesn't allow event : CustomEvent in addEventListener
#28357 commented on
May 24, 2023 • 1 new comment -
Array spreads should be contextually typed
#42037 commented on
May 24, 2023 • 1 new comment -
Handle union type of void and Promise<void> in return types
#43921 commented on
May 24, 2023 • 1 new comment -
VS Code TypeScript started failing with "To enable project-wide ... language features, exclude large folders..."
#53492 commented on
May 24, 2023 • 1 new comment -
function that returns union with `void` can be incorrectly narrowed
#46837 commented on
May 24, 2023 • 1 new comment -
Error 2339 with nullish coalescing to empty object
#51665 commented on
May 24, 2023 • 1 new comment -
Move to file should be returned when on part of a const or function
#54284 commented on
May 24, 2023 • 1 new comment -
Suggestion for Dependent-Type-Like Functions: Conservative Narrowing of Generic Indexed Access Result Type
#33014 commented on
May 24, 2023 • 1 new comment -
Unexpected: implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer
#54211 commented on
May 24, 2023 • 1 new comment -
Add 'browser' module resolution, type checking native JS module imports
#37971 commented on
May 25, 2023 • 1 new comment -
Enable type parameter lower-bound syntax
#14520 commented on
May 25, 2023 • 1 new comment -
Variable isn't narrowed within a capturing closure
#35124 commented on
May 25, 2023 • 1 new comment -
Include documentation from a variable's type when you hover the variable
#37876 commented on
May 25, 2023 • 1 new comment -
Support 'go to def' and interacting with inlay hint components
#47693 commented on
May 26, 2023 • 1 new comment -
Intelisense not detecting barrel exports
#54363 commented on
May 26, 2023 • 1 new comment -
Allow "T extends enum" generic constraint
#30611 commented on
May 27, 2023 • 1 new comment -
"The inferred type of X cannot be named without a reference to Y" (TS2742) occurs when multiple modules with the same package ID are resolved
#47663 commented on
May 27, 2023 • 1 new comment -
Support @ts-ignore for specific errors
#19139 commented on
May 27, 2023 • 1 new comment -
`Intl.Locale.language` should be required / should not include `undefined`?
#47169 commented on
May 27, 2023 • 1 new comment -
@ts-ignore for the block scope and imports
#19573 commented on
May 28, 2023 • 1 new comment -
Allow specifying exclude as a command line option
#46005 commented on
May 28, 2023 • 1 new comment -
useDefineWithClassFields should use-before-init error when class property initializer refers to parameter property
#50971 commented on
May 28, 2023 • 1 new comment -
Definite assignment assertion on object property not flagged
#48446 commented on
May 29, 2023 • 1 new comment -
Infer type parameters from indexes on those parameters
#53017 commented on
May 22, 2023 • 1 new comment -
Transform namespaces declared with module keyword to namespace keyword in d.ts files
#54134 commented on
May 23, 2023 • 1 new comment -
Allow intersections to be used as valid types for template literal placeholders
#54188 commented on
May 24, 2023 • 1 new comment -
Inconsistent property type deduction with type guard.
#53453 commented on
May 22, 2023 • 0 new comments -
Generic typing used for "input" event listeners
#54336 commented on
May 22, 2023 • 0 new comments -
Typescript type annotations as comments
#9694 commented on
May 23, 2023 • 0 new comments -
PropertyDescriptor can't be assigned to TypedPropertyDescriptor<T> with exactOptionalPropertyTypes
#54326 commented on
May 23, 2023 • 0 new comments -
Type inference behaves unexpectedly when dealing with functions that have type parameters
#54251 commented on
May 23, 2023 • 0 new comments -
Autocompletion is not working for TypeScript paths alias in import statements when omitting "baseUrl"
#54295 commented on
May 23, 2023 • 0 new comments -
`customConditions` isn't used in exports field path completions
#54331 commented on
May 23, 2023 • 0 new comments -
Accessors should be allowed to be optional
#54240 commented on
May 23, 2023 • 0 new comments -
Incorrect ts(18048) (possibly 'undefined' error) after optional chaining with const
#53872 commented on
May 24, 2023 • 0 new comments -
Fix ternary formatting for all cases.
#54362 commented on
May 24, 2023 • 0 new comments -
Type inference for `Function.call` return type on generic functions
#54319 commented on
May 25, 2023 • 0 new comments -
[i18n] Intl getCanonicalLocales / RelativeTimeFormat / ListFormat > 2339 error
#29129 commented on
May 27, 2023 • 0 new comments -
Comment referencing an unimplemented `ClassDecoratorFunction` type
#54338 commented on
May 28, 2023 • 0 new comments -
JSDoc support for object literal fields
#290 commented on
May 28, 2023 • 0 new comments -
disallow comparing to null and undefined unless they are valid cases in strict null mode
#11920 commented on
May 28, 2023 • 0 new comments -
Support Intellisense for string/number literals in a widened union
#33471 commented on
May 28, 2023 • 0 new comments -
improper declared type cause narrow type not work when its computed type is not union.
#39114 commented on
May 28, 2023 • 0 new comments -
In JSDoc @type is not a type declaration, which it is much more like type conversion.
#39650 commented on
May 28, 2023 • 0 new comments -
Class Property Inference from Constructors fails for a simple object declared in place
#39681 commented on
May 28, 2023 • 0 new comments -
Hoisted function declarations should be assigned to `exports` before any `require` calls
#39853 commented on
May 28, 2023 • 0 new comments -
Unexpected behavior (possible bug)
#39970 commented on
May 28, 2023 • 0 new comments -
Support “Arbitrary module namespace identifier names”
#40594 commented on
May 28, 2023 • 0 new comments -
Using an optional call with `.flat()` produces incorrect types
#41007 commented on
May 28, 2023 • 0 new comments -
Compile error if I named last array destructuring element.
#41548 commented on
May 28, 2023 • 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
May 28, 2023 • 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
May 28, 2023 • 0 new comments -
Support inferring `never` as the return type in JavaScript when overriding a class method that returns `never`
#46791 commented on
May 28, 2023 • 0 new comments -
Intersection causes incorrect type compatability
#48720 commented on
May 28, 2023 • 0 new comments -
[NewErrors] 4.8.0-dev.20220609 vs 4.7.3
#49460 commented on
May 28, 2023 • 0 new comments -
Regression in 4.8 where string union type widens to string
#50635 commented on
May 28, 2023 • 0 new comments -
Expression produces a union type that is too complex to represent
#53234 commented on
May 28, 2023 • 0 new comments -
Server commands from tsserver log file
#43468 commented on
May 25, 2023 • 0 new comments -
Filter possible contextual return types from unions for async functions and generators
#51196 commented on
May 25, 2023 • 0 new comments -
Creating new file from existing nodes should preserve newlines
#53203 commented on
May 25, 2023 • 0 new comments -
Isolated declarations
#53463 commented on
May 23, 2023 • 0 new comments -
Avoid deprioritization of inferences made from mapped types with primitive type parameter constraints
#54006 commented on
May 24, 2023 • 0 new comments -
fix(54013): bug: Incorrect Typescript completion with computed property name
#54067 commented on
May 24, 2023 • 0 new comments -
Add a failing test case with `types: null` condition
#54096 commented on
May 22, 2023 • 0 new comments -
Only collect outermost intra expression inference sites
#54186 commented on
May 24, 2023 • 0 new comments -
Fixed an issue with constraint of an infer type parameter not being fully instantiatable
#54205 commented on
May 22, 2023 • 0 new comments -
fix(54266): Navtree doesn't return computed class members
#54271 commented on
May 25, 2023 • 0 new comments -
Experiment
#54282 commented on
May 26, 2023 • 0 new comments