microsoft / TypeScript Public
Overview
Could not load contribution data
Please try again later
24 Pull requests merged by 11 people
-
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20220402123449549 to main
#48526 merged
Apr 2, 2022 -
Sync fourslash shims and shims-pp
#48507 merged
Apr 1, 2022 -
Respect @BaselineFile in fourslash tests
#48506 merged
Apr 1, 2022 -
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20220401124110313 to main
#48512 merged
Apr 1, 2022 -
Fix API under exactOptionalPropertyTypes
#48505 merged
Apr 1, 2022 -
Reserve a core in runtests-parallel on non-CI machines
#48502 merged
Apr 1, 2022 -
Correct node used for isDefinition calculation
#48499 merged
Mar 31, 2022 -
fix(48405): Crash on 'extract type' for deep recursive mapped type
#48481 merged
Mar 31, 2022 -
CFA for dependent parameters typed by generic constraints
#48411 merged
Mar 30, 2022 -
No contextual typing from return types for boolean literals
#48380 merged
Mar 30, 2022 -
fix(47733): JSDoc comment template incorrectly returned for element that already has JSDoc comment
#47748 merged
Mar 30, 2022 -
Ensure that we copy empty NodeArrays during transform
#48490 merged
Mar 30, 2022 -
Add a new compiler option `moduleSuffixes` to expand the node module resolver's search algorithm
#48189 merged
Mar 30, 2022 -
feat(27615): fixAddMissingMember should work for type literal
#47212 merged
Mar 30, 2022 -
Add label details to completion entry
#48429 merged
Mar 30, 2022 -
Enable method signature completion for object literals
#48168 merged
Mar 30, 2022 -
🤖 Pick PR #48463 (Fix newline inserted in empty block...) into release-4.6
#48477 merged
Mar 29, 2022 -
Fix string literal completions when a partially-typed string fixes inference to a type parameter
#48410 merged
Mar 29, 2022 -
fix(48445): import { type X } not flagged in JavaScript
#48449 merged
Mar 29, 2022 -
Fix newline inserted in empty block at end of formatting range
#48463 merged
Mar 28, 2022 -
Prevent looking up symbol for as const from triggering an error
#48464 merged
Mar 28, 2022 -
Revise accessor resolution logic and error reporting
#48459 merged
Mar 28, 2022 -
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20220327094908759 to main
#48450 merged
Mar 27, 2022
14 Pull requests opened by 9 people
-
fix(48109) - 'Convert to arrow function' refactoring adds extra indent
#48440 opened
Mar 26, 2022 -
Update Intl.DisplayNames types for better spec compliance
#48442 opened
Mar 26, 2022 -
🤖 Sync option descriptions <- website
#48447 opened
Mar 27, 2022 -
Add more options to `DateTimeFormatOptions.timeZoneName`
#48467 opened
Mar 29, 2022 -
fix(47923): Delete unused JSDoc quick fix changes formatting on rest of JSDoc comment
#48482 opened
Mar 30, 2022 -
Arguably improve declaration emit in two ways:
#48491 opened
Mar 30, 2022 -
Allow arrow function parameter parsing to bail out during speculation, redo
#48493 opened
Mar 31, 2022 -
fix(48487): "Unexpected PrivateIdentifier in name expression with literal-like access" being hit
#48496 opened
Mar 31, 2022 -
tsserver support for a virtual filesystem
#48497 opened
Mar 31, 2022 -
Some refactoring for baselining for easy update
#48516 opened
Apr 1, 2022 -
Convert many tests from verify.singleReferenceGroup to verify.baselineFindAllReferences
#48518 opened
Apr 1, 2022 -
Update affected files pending emit when emitting using SemanticDignosticsBuilderProgram
#48519 opened
Apr 1, 2022 -
fix(48520): Add missing properties quick fix on rest parameter incorrectly adds Array methods
#48521 opened
Apr 2, 2022 -
feat(48107) - Support convert string except in top level import to template string
#48528 opened
Apr 2, 2022
48 Issues closed by 27 people
-
`exactOptionalPropertyTypes` breaks typing of React class components with `defaultProps`
#48470 closed
Apr 1, 2022 -
Type 'ArrayOfLength<number, 4>' is not assignable to type '[number, number, number, number]'.(2322)
#48511 closed
Apr 1, 2022 -
TypeScript error when importing TypeScript
#48504 closed
Apr 1, 2022 -
'typeof' doesn't return real type in switch control flow(type guard)
#48471 closed
Apr 1, 2022 -
Allow arithmetic operations on objects that have `valueOf()` method
#48503 closed
Mar 31, 2022 -
Doc comments when hovering sometimes break for optional properties
#48395 closed
Mar 31, 2022 -
Document `@link` failed to resolve in type annotation.
#48406 closed
Mar 31, 2022 -
Enable local type bindings with type definitions
#48394 closed
Mar 31, 2022 -
Broken type inference in generic-connected functions return type
#48466 closed
Mar 31, 2022 -
Nullish coalescing assignment operator doesn't work correctly with logical operators
#48473 closed
Mar 31, 2022 -
Declarations emit internal functions when used in export definitions
#48488 closed
Mar 31, 2022 -
Crash on 'extract type' for deep recursive mapped type
#48405 closed
Mar 31, 2022 -
SVGPathElement is missing methods: isPointInStroke, isPointInFill
#44541 closed
Mar 31, 2022 -
Default argument doesn't constrain generic in higher-order function edge case
#48480 closed
Mar 31, 2022 -
tsc doesnt transform every static readonly from a file
#48453 closed
Mar 31, 2022 -
Union type property wrongly incompatible
#48457 closed
Mar 31, 2022 -
Control Flow Analysis for Dependent Parameters doesn't work when the parameters are generic
#48345 closed
Mar 30, 2022 -
Inconsistent boolean literal types
#48363 closed
Mar 30, 2022 -
Stackoverflow when compiling a specific getter method
#48248 closed
Mar 30, 2022 -
JSDoc comment template incorrectly returned for element that already has JSDoc comment
#47733 closed
Mar 30, 2022 -
Error in 'consumeTokenAndAdvanceScanner' during 'getCodeFixes'
#45744 closed
Mar 30, 2022 -
Assertion failure in method snippet completions for subclasses with multiple type parameter references
#48379 closed
Mar 30, 2022 -
Proposal: Allow typescript to type check modules using react-native's module resolution
#21926 closed
Mar 30, 2022 -
fixAddMissingMember should work for type literal
#27615 closed
Mar 30, 2022 -
Type compatibility in nested interfaces
#48472 closed
Mar 30, 2022 -
Error Target requires N element(s) but source may have fewer
#48485 closed
Mar 30, 2022 -
Accessing static private class parameters via `this.constructor`
#48476 closed
Mar 30, 2022 -
Argument type refinement lost in binary expression
#48483 closed
Mar 30, 2022 -
Missing TypeScript 4.6.3 for Visual Studio (nupkg)
#48456 closed
Mar 30, 2022 -
Numeric index type treated as string
#48478 closed
Mar 30, 2022 -
Tuple types are not indexed by number in mapped types
#48398 closed
Mar 29, 2022 -
JavaScript - IntelliSense list doesn't display full suggestions list.
#43646 closed
Mar 29, 2022 -
import { type X } not flagged in JavaScript
#48445 closed
Mar 29, 2022 -
postMessage types don't align with what is in MDN and the spec
#48469 closed
Mar 29, 2022 -
Wrong @types version used from monorepo using multiple package versions
#46411 closed
Mar 29, 2022 -
ConstructorParamaters for extended interfaces
#48458 closed
Mar 28, 2022 -
feat(tsconfig.json): Allow extends: to be array
#48437 closed
Mar 28, 2022 -
can't find name const in latest typescript
#48462 closed
Mar 28, 2022 -
Poor narrowing of contextual unions that don't share properties
#48460 closed
Mar 28, 2022 -
Type 'T' is not assignable to type when Generic Anonymous Function is inside an interface.
#48461 closed
Mar 28, 2022 -
No error for setter with self-referential, implicit any argument
#48432 closed
Mar 28, 2022 -
New tuple type
#48452 closed
Mar 28, 2022 -
Const primitive value type getting lost?
#48402 closed
Mar 28, 2022 -
Initialization not required for interface and class with same name
#48439 closed
Mar 27, 2022 -
Make `instanceof` operator infer default generic types
#48438 closed
Mar 26, 2022 -
Infering by nested kind
#48383 closed
Mar 26, 2022 -
TypeElement seems to be missing keys (specifically, "parameters")
#48409 closed
Mar 26, 2022
31 Issues opened by 29 people
-
Exclude Option Not Working In @4.6.2
#48527 opened
Apr 2, 2022 -
Non-visible implementations produce invalid declaration file
#48525 opened
Apr 2, 2022 -
Nested array incorrectly infer children type to unknown when given a single element
#48524 opened
Apr 2, 2022 -
Missing type of ES2022 `Intl.Segmenter`
#48523 opened
Apr 2, 2022 -
Narrowing not works on discriminated unions when not using literal type as discriminator property
#48522 opened
Apr 2, 2022 -
Add missing properties quick fix on rest parameter incorrectly adds Array methods
#48520 opened
Apr 1, 2022 -
Decorators broken with private fields, generated code has syntax error
#48515 opened
Apr 1, 2022 -
[RFC] Towards Non-Fungible Types
#48513 opened
Apr 1, 2022 -
Suggest parameter names when writing callback
#48514 opened
Apr 1, 2022 -
Restrained generic types and keyof type operator - mapped type is not concrete
#48510 opened
Apr 1, 2022 -
Parameter decorators use incorrect async/await context, generated code has syntax error
#48509 opened
Apr 1, 2022 -
`export type * from 'somewhere'`
#48508 opened
Apr 1, 2022 -
Inconsistent Type Inference of Object Property In Union Type
#48500 opened
Mar 31, 2022 -
Nested function's JSDoc lost after compilation when returned in an object
#48495 opened
Mar 31, 2022 -
JSON.stringify(undefined) has wrong type
#48492 opened
Mar 30, 2022 -
Contribute to the welcome view
#48489 opened
Mar 30, 2022 -
"Unexpected PrivateIdentifier in name expression with literal-like access" being hit
#48487 opened
Mar 30, 2022 -
Error "Target requires N element(s) but source may have fewer" with arguments of function
#48486 opened
Mar 30, 2022 -
Unexpected error when using generic key record lookup and `Parameters`
#48484 opened
Mar 30, 2022 -
Assignability type annotations
#48475 opened
Mar 29, 2022 -
Property name bind/call/apply breaks generic inference in non-Function edge case
#48474 opened
Mar 29, 2022 -
Generic type no longer narrowed as expected without `extends object`
#48468 opened
Mar 29, 2022 -
New type for tuples which have mutable properties but can't be mutated with array methods
#48465 opened
Mar 28, 2022 -
Mixed Results Assigning One Generic Lookup Function Type Into Another
#48455 opened
Mar 28, 2022 -
values of mapped types contain impossible union members in some circumstances and not others
#48454 opened
Mar 27, 2022 -
`HTMLMetaElement` property descriptions
#48451 opened
Mar 27, 2022 -
Definite assignment assertion on object property not flagged in JavaScript
#48446 opened
Mar 27, 2022 -
Missing HTMLMediaElement.preservesPitch
#48444 opened
Mar 26, 2022 -
TSC --showConfig throws error instead of listing configuration
#48443 opened
Mar 26, 2022 -
Please add default values to all properties in configuration reference
#48441 opened
Mar 26, 2022
133 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.
-
[Feature] - Automatically create sort groups based on newlines
#48330 commented on
Mar 31, 2022 • 18 new comments -
Go To Source Definition
#48264 commented on
Apr 1, 2022 • 14 new comments -
JavaScript intellisence shows Date.parse() description for function JSON.parse() when signature help is automatically invoked during surrounding of argument with both parentheses simultaneously
#48428 commented on
Mar 28, 2022 • 7 new comments -
bugfix: homomorphic mapped types when T is non-generic, solves 27995
#48433 commented on
Mar 27, 2022 • 7 new comments -
Bundling typescript using webpack: the request of a dependency is an expression (+possible fix)
#39436 commented on
Mar 30, 2022 • 6 new comments -
Inferences made when trying to match an overload are carried over to matching consecutive overloads
#46312 commented on
Mar 30, 2022 • 6 new comments -
TypeError: Cannot read property 'flags' of undefined when running TSC
#48322 commented on
Apr 1, 2022 • 6 new comments -
feat(46907): Add `Intl.ListFormat` type declarations
#47254 commented on
Mar 31, 2022 • 6 new comments -
fix(25083): check for `ElementAccessExpression` when returning an expression from a `ComputedPropertyName`
#47461 commented on
Apr 2, 2022 • 6 new comments -
Fix dropped watches
#47482 commented on
Mar 31, 2022 • 6 new comments -
Fix #47753 - Organize imports removes type imports that are only referenced in @link (jsdoc)
#47824 commented on
Mar 31, 2022 • 6 new comments -
Enable chokidar-based watch
#43790 commented on
Mar 30, 2022 • 5 new comments -
`in` operator typeguard can widen types
#46403 commented on
Mar 26, 2022 • 5 new comments -
fix(46149): Add specific top level await error messages
#46488 commented on
Apr 1, 2022 • 5 new comments -
fix(22682): Fail on class declaration in statement position for ES2015 or higher
#47216 commented on
Apr 1, 2022 • 5 new comments -
TS Server: find all references didn't find ref in .d.ts with 'import * as '
#48321 commented on
Mar 29, 2022 • 4 new comments -
Unhelpful "Did you forget to include 'void' in your type argument to 'Promise'" in JS file
#46570 commented on
Apr 1, 2022 • 4 new comments -
Type inference regression in TypeScript v4.5
#47958 commented on
Apr 1, 2022 • 4 new comments -
TS1108 "problem" showing on pure Javascript (node) file - Erroneous Error Flag
#48224 commented on
Apr 1, 2022 • 4 new comments -
Add JSDoc's @inheritDoc Support for Static Class Members for TypeScript
#46719 commented on
Mar 31, 2022 • 4 new comments -
Configurable mock TypeChecker for unit testing
#48408 commented on
Mar 28, 2022 • 3 new comments -
Literal String Union Autocomplete
#29729 commented on
Mar 30, 2022 • 3 new comments -
Support Node Package Subpath Pattern Imports
#44848 commented on
Mar 31, 2022 • 3 new comments -
A strict typed decorators for classes, methods, properties and parameters
#47255 commented on
Mar 31, 2022 • 3 new comments -
Supports `exports` pointing to a TypeScript file, which keeps consistent with `main`
#48369 commented on
Mar 31, 2022 • 3 new comments -
Virtual file system support in TSServer
#47600 commented on
Apr 2, 2022 • 3 new comments -
fix(47858): 'Any' on anonymous function argument response in generic
#47916 commented on
Mar 31, 2022 • 3 new comments -
Regex-validated string types (feedback reset)
#41160 commented on
Mar 27, 2022 • 2 new comments -
Feature Request: `Documented` Utility Type
#41165 commented on
Mar 27, 2022 • 2 new comments -
String case change methods should return intrinsic string manipulation types
#44268 commented on
Mar 28, 2022 • 2 new comments -
Persistent incorrect semantic diagnostic after large rebase or checkout: File is not listed within the file list of project
#47274 commented on
Mar 28, 2022 • 2 new comments -
Source provides no match for required element at position 0 in target despite source extending [any, ...any[]]
#48401 commented on
Mar 29, 2022 • 2 new comments -
Arguments to callback prop of generic React component are not inferred
#44596 commented on
Mar 29, 2022 • 2 new comments -
TypeScript 4.6 Iteration Plan
#46858 commented on
Mar 29, 2022 • 2 new comments -
Support @ts-ignore for specific errors
#19139 commented on
Mar 30, 2022 • 2 new comments -
LSP kind is changed after import
#48347 commented on
Mar 30, 2022 • 2 new comments -
Suggestion: Improve type of `constructor` on the instance type of a class
#32452 commented on
Mar 30, 2022 • 2 new comments -
1.65.0 Consuming a lot of CPU...code navigation is slow
#48517 commented on
Apr 1, 2022 • 2 new comments -
Implement partial type argument inference using the _ sigil
#26349 commented on
Mar 28, 2022 • 2 new comments -
fix(44179): resolve target symbol before substituting
#47098 commented on
Apr 1, 2022 • 2 new comments -
FAR cleanup and isDefinition definition
#48211 commented on
Mar 30, 2022 • 2 new comments -
Fix export default expression comment
#48323 commented on
Apr 1, 2022 • 2 new comments -
Pipe/flow/chain type support
#30370 commented on
Mar 26, 2022 • 1 new comment -
'Convert to arrow function' refactoring adds extra indent
#48109 commented on
Mar 26, 2022 • 1 new comment -
Suggestion: Range as Number type
#15480 commented on
Mar 27, 2022 • 1 new comment -
type guard on `this` inside method produces strange narrowings and seemingly inconsistent error messages
#47903 commented on
Mar 27, 2022 • 1 new comment -
Suggestion: `throws` clause and typed catch clause
#13219 commented on
Mar 28, 2022 • 1 new comment -
function created with .bind() has wrong return type
#48385 commented on
Mar 28, 2022 • 1 new comment -
Decorators not allowed classes expressions
#7342 commented on
Mar 28, 2022 • 1 new comment -
Differing user-defined type guard and 'typeof' type guard behaviour when narrowing 'any'
#6015 commented on
Mar 28, 2022 • 1 new comment -
IntelliSense slow down with large json file
#48364 commented on
Mar 28, 2022 • 1 new comment -
Incremental program fails to emit source file with no-default-lib that augments the global scope
#48423 commented on
Mar 28, 2022 • 1 new comment -
Referencing module name using index when resolving module name can be incorrect
#48229 commented on
Mar 28, 2022 • 1 new comment -
`Error.stack` type definition in lib.es5.d.ts is incorrect / `exactOptionalPropertyTypes` incompatible
#45748 commented on
Mar 29, 2022 • 1 new comment -
Add some way to specify a different output shebang
#45319 commented on
Mar 29, 2022 • 1 new comment -
Conditional types documentation missing information crucial for their usage.
#47627 commented on
Mar 29, 2022 • 1 new comment -
T | (() => T)
#37663 commented on
Mar 29, 2022 • 1 new comment -
Add a --strictNaNChecks option, and a NaN / integer / float type to avoid runtime NaN errors
#28682 commented on
Mar 29, 2022 • 1 new comment -
Support for JSDoc interface definition
#33207 commented on
Mar 29, 2022 • 1 new comment -
In JS, jsdoc should be able to declare functions as overloaded
#25590 commented on
Mar 29, 2022 • 1 new comment -
DOM lib: Add support for Trusted Types API
#30024 commented on
Mar 29, 2022 • 1 new comment -
EventListener on a union of Element types should accept a specific event type as parameter
#46819 commented on
Mar 29, 2022 • 1 new comment -
“Type instantiation is excessively deep and possibly infinite” but only in a large codebase
#34933 commented on
Mar 29, 2022 • 1 new comment -
tsc not respecting types/typeRoots config for imported modules
#43094 commented on
Mar 29, 2022 • 1 new comment -
TypeScript file Watcher consuming over 5k watchers
#46351 commented on
Mar 30, 2022 • 1 new comment -
Conditionally optional/conditionally readonly properties
#44261 commented on
Mar 30, 2022 • 1 new comment -
Type guard should infer the type of parent object when applied on a property
#42384 commented on
Mar 30, 2022 • 1 new comment -
(Bug Report): GoToDefinition won't work if CommonJS module contains import statement on the top of a js file
#47872 commented on
Mar 30, 2022 • 1 new comment -
Support AbortSignal.timeout()
#48003 commented on
Mar 31, 2022 • 1 new comment -
HTMLStyleElement is missing disabled property
#42266 commented on
Mar 31, 2022 • 1 new comment -
Possible regression: Maximum call stack size exceeded when migrating from 3.7.5 to latest version
#39059 commented on
Mar 31, 2022 • 1 new comment -
TS 3.9+ missing `registerProperty` method in `CSS`
#38593 commented on
Mar 31, 2022 • 1 new comment -
Type of reverse mappings of numeric enums is a `string` instead of `keyof typeof Enum`
#38806 commented on
Mar 31, 2022 • 1 new comment -
Type safety with `TemplateStringsArray` and tag functions
#33304 commented on
Mar 31, 2022 • 1 new comment -
Design Meeting Notes, 8/18/2021
#45504 commented on
Mar 31, 2022 • 1 new comment -
Getting type information for a node causes other nodes to return any for their type
#48313 commented on
Mar 31, 2022 • 1 new comment -
Import of Enum from .d.ts only used as type results in unused import in JS
#48124 commented on
Mar 31, 2022 • 1 new comment -
Do not type check .js files in referenced node_modules under `--checkJs` and `--maxNodeModuleJsDepth` > 0
#23219 commented on
Mar 31, 2022 • 1 new comment -
Non-deterministic types inferred
#45364 commented on
Mar 31, 2022 • 1 new comment -
Inferring rest of array in a conditional results in `unknown[]`
#45281 commented on
Mar 31, 2022 • 1 new comment -
Declaration emit adds unnecessary import types
#47849 commented on
Mar 31, 2022 • 1 new comment -
Conditional type prevents assignability
#48033 commented on
Mar 31, 2022 • 1 new comment -
Parser error for generic arrow functions in very specific circumstances
#48154 commented on
Mar 31, 2022 • 1 new comment -
Property 'float' does not exist on type 'CSSStyleDeclaration'
#6270 commented on
Apr 1, 2022 • 1 new comment -
Typescript is unable to infer correctly parameter types of a function with a default generic value, but can infer the return type
#47378 commented on
Apr 1, 2022 • 1 new comment -
Generated code when re-exporting a const enum inside a namespace using "preserveConstEnums": true leads to a runtime error
#35701 commented on
Apr 1, 2022 • 1 new comment -
Solution style tsconfig impact in Angular 10
#39632 commented on
Apr 1, 2022 • 1 new comment -
Allow conditionally setting optional properties in a mapped type
#36126 commented on
Apr 1, 2022 • 1 new comment -
Stale errors in tsbuildinfo file
#42769 commented on
Apr 1, 2022 • 1 new comment -
Delete unused JSDoc quick fix changes formatting on rest of JSDoc comment
#47923 commented on
Apr 1, 2022 • 1 new comment -
Preserve JSDocs in *.d.ts files when stripping comments
#14619 commented on
Apr 1, 2022 • 1 new comment -
TSC watch / Out of memory errors with recursive template literal types
#47419 commented on
Apr 1, 2022 • 1 new comment -
Support for `Object.hasOwn` (`lib.d.ts` and narrowing)
#44253 commented on
Apr 1, 2022 • 1 new comment -
tsc --build / Project References Feedback & Discussion
#25600 commented on
Apr 1, 2022 • 1 new comment -
Strict null checks for Map members
#9619 commented on
Apr 1, 2022 • 1 new comment -
Inlay hints suppression should be case insensitive and look within variable names
#47562 commented on
Apr 2, 2022 • 1 new comment -
Type assignable to index access of constraint of type parameter is incorrectly assignable to the index access itself
#46076 commented on
Apr 2, 2022 • 1 new comment -
Add ElementInternals, attachInternals from HTML standard
#33218 commented on
Apr 2, 2022 • 1 new comment -
allow 'convert to template string' on any string
#48107 commented on
Apr 2, 2022 • 1 new comment -
Proposal: Conditional Compilation
#3538 commented on
Apr 2, 2022 • 1 new comment -
Negated types
#29317 commented on
Mar 29, 2022 • 1 new comment -
Make importCall and importMeta utils public
#37376 commented on
Mar 27, 2022 • 1 new comment -
preserve this when extracting functions
#41992 commented on
Mar 31, 2022 • 1 new comment -
feat(5326): Combining destructuring with parameter properties
#44912 commented on
Apr 1, 2022 • 1 new comment -
feat(compilerOption): add instantiationDepthLimit and instantiationCountLimit
#44997 commented on
Mar 29, 2022 • 1 new comment -
Allow intersections with tuple in arity check
#46265 commented on
Apr 2, 2022 • 1 new comment -
Inline const enum in import equals declaration
#46664 commented on
Apr 1, 2022 • 1 new comment -
fix(47821): Assertion failure on "convert to default export" in module augmentation
#47829 commented on
Apr 1, 2022 • 1 new comment -
Follow `paths` in triple-slash types references
#48386 commented on
Mar 29, 2022 • 1 new comment -
Investigate recent regression on Material UI from contextual discrimination changes
#48298 commented on
Mar 27, 2022 • 0 new comments -
Feature request: disable organize import on specific lines
#41494 commented on
Mar 28, 2022 • 0 new comments -
Tsbuild watching packagejson is dependent on whether program was built in the invocation
#48314 commented on
Mar 28, 2022 • 0 new comments -
Watch Mode: Do we really need full config file read and update on package json change
#48315 commented on
Mar 28, 2022 • 0 new comments -
property restriction: pending property
#48331 commented on
Mar 28, 2022 • 0 new comments -
typescript: no more folding range for block comment when typing below
#48393 commented on
Mar 28, 2022 • 0 new comments -
`Intl.DateTimeFormat` extend `TimeZoneName` option
#48391 commented on
Mar 28, 2022 • 0 new comments -
Nested destructuring does not narrow dependent parameters
#48378 commented on
Mar 28, 2022 • 0 new comments -
A Web Worker's type should be made generic
#48396 commented on
Mar 28, 2022 • 0 new comments -
Passing interpolated string as string when assigning dynamic keys bypasses type guard
#48417 commented on
Mar 28, 2022 • 0 new comments -
pick types from class by specific decorator
#48413 commented on
Mar 28, 2022 • 0 new comments -
Refactoring: "Add missing properties" fails for interfaces containing a function property whose definition includes a generic argument that is an empty tuple
#48418 commented on
Mar 28, 2022 • 0 new comments -
jsdoc @this inside @callback causes debug assert
#48327 commented on
Mar 29, 2022 • 0 new comments -
Omitted property does not narrow discriminated union contextual type
#41759 commented on
Mar 29, 2022 • 0 new comments -
Experiment with storing output timestamps in .tsbuildinfo
#46677 commented on
Mar 29, 2022 • 0 new comments -
A way to specify class properties using JSDoc
#26811 commented on
Mar 30, 2022 • 0 new comments -
Improve inference in the presence of context-sensitive expressions
#47599 commented on
Apr 1, 2022 • 0 new comments -
proper overloading for arrow functions
#47669 commented on
Apr 2, 2022 • 0 new comments -
🤖 User test baselines have changed for refs/heads/master
#43554 commented on
Apr 2, 2022 • 0 new comments -
Add 'extends' clause to 'infer' type
#48112 commented on
Apr 1, 2022 • 0 new comments -
fix: ensure ts source file with no-default-lib that augments the global scope gets emitted with incremental program
#48412 commented on
Mar 28, 2022 • 0 new comments -
fix(48418): Refactoring: "Add missing properties" fails for interfaces containing a function property whose definition includes a generic argument that is an empty tuple
#48420 commented on
Mar 29, 2022 • 0 new comments -
fixed code duplication
#48425 commented on
Mar 27, 2022 • 0 new comments -
Do not reset control flow analysis on index signatures
#48427 commented on
Mar 28, 2022 • 0 new comments