Insights: microsoft/TypeScript
Overview
Could not load contribution data
Please try again later
28 Pull requests merged by 6 people
-
Fix smoke test substitution
#51494 merged
Nov 12, 2022 -
Add smoke tests to CI
#51464 merged
Nov 11, 2022 -
Fix incorrect spelling of packageId
#51483 merged
Nov 11, 2022 -
Add alias ResolutionMode for ModuleKind.ESNext | ModuleKind.CommonJs | undefined
#51482 merged
Nov 11, 2022 -
Handle reusing type reference resolution in resolution cache correctly
#51475 merged
Nov 11, 2022 -
Fix __importDefault when used on typescript libraries
#51474 merged
Nov 10, 2022 -
Emit buildinfo if file deleted isnt global
#51472 merged
Nov 10, 2022 -
Remove ts.{Map,Set,ESMap,Iterator} and associated types
#51439 merged
Nov 9, 2022 -
Remove no-unnecessary-qualifier from eslintrc
#51456 merged
Nov 9, 2022 -
Make lkg task depend on local task instead
#51468 merged
Nov 9, 2022 -
Simplistic watch mode for runtests
#51461 merged
Nov 9, 2022 -
Detangle unittests to reference helpers directly
#51450 merged
Nov 9, 2022 -
Fix missing awaits in Herebyfile
#51465 merged
Nov 9, 2022 -
Fix JSDoc eslint rule for properties and methods
#51462 merged
Nov 9, 2022 -
Add --no-typecheck option for runtests/runtests-parallel/min/local
#51460 merged
Nov 8, 2022 -
Fix --bundle=false on Windows
#51459 merged
Nov 8, 2022 -
Replace eslint-plugin-jsdoc by extending local jsdoc-format rule, saving ~20% of our linting time
#51438 merged
Nov 8, 2022 -
Remove leftover todo from mjs/cjs transition
#51453 merged
Nov 8, 2022 -
Bump volta/packageManager in package.json
#51445 merged
Nov 8, 2022 -
Depend on build-src in runtests
#51436 merged
Nov 8, 2022 -
Add known keys of the mapped type constraint to its members
#50081 merged
Nov 8, 2022 -
Reuse type reference directive resolutions
#49750 merged
Nov 7, 2022 -
Convert the codebase to modules
#51387 merged
Nov 7, 2022 -
Fix nightly post-#50528 merge
#51432 merged
Nov 7, 2022 -
Pass in information for the module name resolution when resolutions from file are partially used
#49738 merged
Nov 7, 2022 -
fix(51374): ts(80004): Quick fix... > Annotate with type from JSDoc :: object types
#51378 merged
Nov 7, 2022
20 Pull requests opened by 13 people
-
Fix 46457: Improve autocomplete for union of tuples
#51421 opened
Nov 6, 2022 -
feat(51000) - Flag Deprecation Plan
#51424 opened
Nov 7, 2022 -
convert JSDoc typedef to type, issue 50644
#51430 opened
Nov 7, 2022 -
Add `--allowNonJsExtensions`, a flag for allowing arbitrary extensions on import paths
#51435 opened
Nov 8, 2022 -
Remove some files from the repo root
#51446 opened
Nov 8, 2022 -
Bump LKG to 5.0.0-dev.20221108
#51451 opened
Nov 8, 2022 -
Hoist some of the non-closing closures out of createTypeChecker
#51452 opened
Nov 8, 2022 -
[wip] Convert debug namespace into a module
#51455 opened
Nov 8, 2022 -
More explicit error message for function signature length mismatches
#51457 opened
Nov 8, 2022 -
feat(16656): `as tuple` type assertion
#51463 opened
Nov 9, 2022 -
[Experiment] Convert parser namespace into a module
#51470 opened
Nov 9, 2022 -
Refactor module resolution `Extensions`, fix lookup priorities
#51471 opened
Nov 9, 2022 -
[Experiment] Convert builderState namespace into a module
#51477 opened
Nov 10, 2022 -
Fix auto-import when `paths` points to project reference redirect
#51492 opened
Nov 11, 2022 -
Remove `originalKeywordKind` from `Identifier`s
#51497 opened
Nov 12, 2022 -
Conditionally set `originalKeywordKind` on `Identifier`s
#51498 opened
Nov 12, 2022 -
Removing some unnecessary methods from host and function parameters
#51499 opened
Nov 12, 2022 -
Potentially enhanced typings for `ProxyHandler` traps
#51500 opened
Nov 12, 2022 -
Fixed an issue with `in` not being able to be used on narrowed down expression of a generic nullable type
#51502 opened
Nov 12, 2022 -
[Experiment] Direct imports
#51504 opened
Nov 13, 2022
37 Issues closed by 17 people
-
Incorrect type matching
#51503 closed
Nov 13, 2022 -
Custom module resolution - Language Service Plugin
#51493 closed
Nov 12, 2022 -
To add `cache` support for GitHub Actions using `setup-node`
#44898 closed
Nov 12, 2022 -
Add smoke tests for our entrypoints
#51442 closed
Nov 11, 2022 -
Type of object property isn’t narrowed when captured by closure
#51490 closed
Nov 11, 2022 -
__esModule in ts cause breaking change
#51473 closed
Nov 10, 2022 -
`Number.is*` doesn't return const `false` if arg is not `number`
#51476 closed
Nov 10, 2022 -
Should not place errors on comments
#6653 closed
Nov 9, 2022 -
Salsa formatting gives overlapping edits in this case
#6666 closed
Nov 9, 2022 -
Support AMD modules in Salsa
#6942 closed
Nov 9, 2022 -
support requirejs (amd module) autocompletion suggestion?
#51469 closed
Nov 9, 2022 -
VSCode JSDoc @property and @member are ignored
#51467 closed
Nov 9, 2022 -
Initial build mode build emits twice
#43995 closed
Nov 9, 2022 -
Support string literals as spread argument
#51397 closed
Nov 9, 2022 -
Opportunity w/ Google Partner
#51458 closed
Nov 8, 2022 -
Set more specific function type to general function type
#51448 closed
Nov 8, 2022 -
What is the type of function generic type param
#51447 closed
Nov 8, 2022 -
Reduce typescript package size
#27891 closed
Nov 8, 2022 -
Records indexed with keyof | "some_string" do not allow accessing the "some_string" key
#50054 closed
Nov 8, 2022 -
Can we stop shipping typescriptServices.js?
#50758 closed
Nov 7, 2022 -
Determining Module Migration and Shipping Strategy
#49037 closed
Nov 7, 2022 -
Module conversion tracking issue / notes
#49332 closed
Nov 7, 2022 -
Opportunity: Improve compiler performance by avoiding property accesses
#39247 closed
Nov 7, 2022 -
Migrate the TypeScript Project to Use Modules
#35210 closed
Nov 7, 2022 -
Spreading multiple objects into one doesn't type check correctly
#51433 closed
Nov 7, 2022 -
JSON.stringify should have type string | undefined
#51431 closed
Nov 7, 2022 -
Ineffective union discrimination based on object property
#49643 closed
Nov 7, 2022 -
Referencing module name using index when resolving module name can be incorrect
#48229 closed
Nov 7, 2022 -
ts(80004): `Quick fix... > Annotate with type from JSDoc` :: object types
#51374 closed
Nov 7, 2022 -
Allow --emitDeclarationOnly flag to be passed in --build
#51164 closed
Nov 7, 2022 -
Node16 module resolution treats type: "commonjs" differently than type: "module"
#51416 closed
Nov 7, 2022 -
DeprecationWarning: in testRunner
#44922 closed
Nov 7, 2022 -
./.vscode > tasks.json contains deprecated API tasks.identifier
#32665 closed
Nov 7, 2022 -
Number-like string keys become numbers after compiling to type declarations
#51395 closed
Nov 6, 2022 -
Spread operator ignores object type check
#51400 closed
Nov 6, 2022
26 Issues opened by 19 people
-
in keyword can't be used on a narrowed down expression with a nullable generic constraint
#51501 opened
Nov 12, 2022 -
Experiment with removing `originalKeywordKind` from every `Identifier`
#51496 opened
Nov 12, 2022 -
Using `satisfies` on a self-referencing object causes `any` - TS 4.9.2-RC
#51495 opened
Nov 11, 2022 -
Make it possible to use private fields in type declarations
#51489 opened
Nov 11, 2022 -
Can't assign type though it is on both branches of conditional type
#51488 opened
Nov 11, 2022 -
TypeScript doesn't respect declared function argument type definition
#51487 opened
Nov 11, 2022 -
@internal on constructors incorrectly removes constructor completely from .d.ts
#51486 opened
Nov 11, 2022 -
ES2020 not working in lib option
#51485 opened
Nov 11, 2022 -
Proposal: deprecate `importsNotUsedAsValues` and `preserveValueImports` in favor of single flag
#51479 opened
Nov 10, 2022 -
Union of `Record<string, string>` and interface can't be indexed by string
#51478 opened
Nov 10, 2022 -
Inconsistent behavior between assignment and "as" with object literals after enums unification
#51466 opened
Nov 9, 2022 -
Suggestion: Improved union type narrowing for comparison situations
#51454 opened
Nov 8, 2022 -
Clean up top level dotfiles / build files
#51444 opened
Nov 8, 2022 -
Remove internal uses of "namespace barrel" modules, untangle repo
#51443 opened
Nov 8, 2022 -
Convert ts.Debug, Parser, etc from namespaces into a modules
#51441 opened
Nov 8, 2022 -
Use ESM for our executables (tsc, tsserver, typingsInstaller)
#51440 opened
Nov 8, 2022 -
Duplicate "Duplicate identifier" errors between method and getter
#51437 opened
Nov 8, 2022 -
Random reports of error 7022 (implicitly has type 'any' because self-reference)
#51434 opened
Nov 7, 2022 -
when function types don't match because of differing parameter counts, error message should say that
#51429 opened
Nov 7, 2022 -
support control flow analysis of tagged template calls
#51426 opened
Nov 7, 2022 -
Parameter completion for arrow/anonymous functions
#51427 opened
Nov 7, 2022 -
[ServerErrors][JavaScript] 5.0.0-dev.20221103
#51423 opened
Nov 6, 2022 -
[ServerErrors][TypeScript] 5.0.0-dev.20221103
#51422 opened
Nov 6, 2022 -
[NewErrors] 5.0.0-dev.20221103 vs 4.8.4
#51420 opened
Nov 6, 2022
135 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.
-
Implement the Stage 3 Decorators Proposal
#50820 commented on
Nov 12, 2022 • 21 new comments -
Native support for PnP
#35206 commented on
Nov 13, 2022 • 16 new comments -
Enable strictFunctionTypes
#49929 commented on
Nov 11, 2022 • 13 new comments -
Auto import of monorepo package not using node_modules specifier
#51269 commented on
Nov 12, 2022 • 12 new comments -
Infer instance type arguments as constraint
#49863 commented on
Nov 9, 2022 • 12 new comments -
Exhaustive case completion for switch statements
#50996 commented on
Nov 11, 2022 • 11 new comments -
Infer fixed-size tuples from infer type parameters with extends clauses at variadic positions
#51157 commented on
Nov 8, 2022 • 10 new comments -
[request] allow `export type * from`
#37238 commented on
Nov 8, 2022 • 8 new comments -
Implement the updated JS decorators proposal
#48885 commented on
Nov 12, 2022 • 7 new comments -
Add new `sourceRootDir` setting
#31873 commented on
Nov 11, 2022 • 4 new comments -
T.constructor should be of type T
#3841 commented on
Nov 10, 2022 • 3 new comments -
Add `Array.prototype.findLast` and `Array.prototype.findLastIndex`
#48829 commented on
Nov 11, 2022 • 3 new comments -
FormData methods should take a Generic
#43797 commented on
Nov 11, 2022 • 3 new comments -
Add Array.prototype.findLast() and Array.prototype.findLastIndex()
#49636 commented on
Nov 11, 2022 • 3 new comments -
Cannot dynamically import JSX components in Next app
#51124 commented on
Nov 7, 2022 • 2 new comments -
Understand 'int', 'integer', 'float', 'double', etc. as 'number' in JSDoc
#21934 commented on
Nov 8, 2022 • 2 new comments -
Suggestion: `throws` clause and typed catch clause
#13219 commented on
Nov 9, 2022 • 2 new comments -
A Proposal For Module Resolution
#50152 commented on
Nov 10, 2022 • 2 new comments -
Disable type checking for node_modules entirely
#40426 commented on
Nov 10, 2022 • 2 new comments -
Type annotation for all exports in the module
#38511 commented on
Nov 11, 2022 • 2 new comments -
The inferred type of "X" cannot be named without a reference to "Y". This is likely not portable. A type annotation is necessary.
#42873 commented on
Nov 11, 2022 • 2 new comments -
CSS module support
#46689 commented on
Nov 11, 2022 • 2 new comments -
`instanceof Object` does not work with the `in` operator
#51007 commented on
Nov 11, 2022 • 2 new comments -
Support conditional compilation
#449 commented on
Nov 12, 2022 • 2 new comments -
Allow narrowing `{}` originating in `unknown` using `instanceof`
#51014 commented on
Nov 11, 2022 • 2 new comments -
Fix an issue with types possibly being related to discriminated type despite of incompatible variance
#51208 commented on
Nov 7, 2022 • 2 new comments -
Polymorphic "this" for static members
#5863 commented on
Nov 7, 2022 • 1 new comment -
Incomprehensible incompatibility around Partial, Conditional types and Generics.
#37524 commented on
Nov 7, 2022 • 1 new comment -
`Result value must be used` check
#8240 commented on
Nov 7, 2022 • 1 new comment -
Missing type narrowing based on control flow analysis of logical expressions
#50739 commented on
Nov 7, 2022 • 1 new comment -
.every() .find() .filter() methods fail with "This expression is not callable." error on union of array types
#44373 commented on
Nov 8, 2022 • 1 new comment -
"Debugging Language Service in VS Code" documentation is weird
#19254 commented on
Nov 8, 2022 • 1 new comment -
`noUncheckedIndexedAccess` does not narrow properly with `"prop" in obj`
#43614 commented on
Nov 8, 2022 • 1 new comment -
Allow async functions to return union type T | Promise<T>
#33595 commented on
Nov 9, 2022 • 1 new comment -
Typescript [4.8.2] is adding invalid javascript for *.cjs files
#50647 commented on
Nov 10, 2022 • 1 new comment -
Allow `infer function return type` refactor when return type are not imported
#45040 commented on
Nov 10, 2022 • 1 new comment -
Are namespaces legacy?
#30994 commented on
Nov 10, 2022 • 1 new comment -
Allow Inifinity and -Infinity as number literal types
#32277 commented on
Nov 10, 2022 • 1 new comment -
Annotate immediately-invoked functions for inlining flow control analysis
#11498 commented on
Nov 10, 2022 • 1 new comment -
[FER] Type guard on left-hand-side of operator `in`
#48149 commented on
Nov 10, 2022 • 1 new comment -
Duplicate format edits returned when space is sandwiched between two line comments
#51480 commented on
Nov 10, 2022 • 1 new comment -
Module.exports = {} not recognized by IntelliSense
#31928 commented on
Nov 11, 2022 • 1 new comment -
Unsafe access to uninitialized variables is allowed in any function
#30053 commented on
Nov 11, 2022 • 1 new comment -
Keyword to permit inferring a union for a type parameter
#44312 commented on
Nov 11, 2022 • 1 new comment -
TypeScript 5.0 Iteration Plan
#51362 commented on
Nov 11, 2022 • 1 new comment -
please alias jsdoc doc comments to variable assignments
#49798 commented on
Nov 11, 2022 • 1 new comment -
You actually can get Infinity type if you're clever and other fun floating point oddities
#31752 commented on
Nov 11, 2022 • 1 new comment -
Suggestion: a built-in TypedArray interface
#15402 commented on
Nov 11, 2022 • 1 new comment -
Proposal: new "invalid" type to indicate custom invalid states
#23689 commented on
Nov 11, 2022 • 1 new comment -
Yields are ignored in finally block when async generator delegation is used
#45400 commented on
Nov 12, 2022 • 1 new comment -
JavaScript 'this.property' not recognised when assigned to with '='
#51359 commented on
Nov 13, 2022 • 1 new comment -
Contextual 'this' parameter in JSDoc doesn't show correct completions after property assignment on `this` in function-valued object literal property
#50240 commented on
Nov 13, 2022 • 1 new comment -
Allow ES Module Type-Only Imports from CJS Modules
#49721 commented on
Nov 13, 2022 • 1 new comment -
Make importCall and importMeta utils public
#37376 commented on
Nov 8, 2022 • 1 new comment -
feat(compilerOption): add instantiationDepthLimit and instantiationCountLimit
#44997 commented on
Nov 11, 2022 • 1 new comment -
fix(45501): split insertSpaceAfterOpeningAndBeforeClosingEmptyBraces to insertSpaceInEmptyObjects/insertSpaceInEmptyBlocks
#45779 commented on
Nov 12, 2022 • 1 new comment -
Add RegExp indices
#46073 commented on
Nov 6, 2022 • 1 new comment -
chore: disallows unicode escape sequence
#48609 commented on
Nov 8, 2022 • 1 new comment -
Add check for reference-compared literals to JS files
#49164 commented on
Nov 8, 2022 • 1 new comment -
More specific TemplateStringsArray type for tagged templates
#49552 commented on
Nov 10, 2022 • 1 new comment -
Ensure parameters are in scope when converting parameter/return types to type nodes
#49627 commented on
Nov 9, 2022 • 1 new comment -
lib Types and Documentations Fix
#49855 commented on
Nov 9, 2022 • 1 new comment -
fix(50089): JSDoc/TSDoc @link with custom display text incorrectly shows vertical bar
#50106 commented on
Nov 11, 2022 • 1 new comment -
lib Fix Part 3/6 – Object related methods
#50451 commented on
Nov 9, 2022 • 1 new comment -
add `undefined` to declaration of constructor parameter property with…
#50494 commented on
Nov 7, 2022 • 1 new comment -
Improve checking of `in` operator combined with `noUncheckedIndexedAccess`
#50936 commented on
Nov 12, 2022 • 1 new comment -
Reduce some megamorphism in nodes
#51380 commented on
Nov 7, 2022 • 1 new comment -
Flag Deprecation Plan
#51000 commented on
Nov 7, 2022 • 0 new comments -
Webworker library is missing Date type
#14914 commented on
Nov 7, 2022 • 0 new comments -
Allow namespace declaration merging for all objects
#51417 commented on
Nov 7, 2022 • 0 new comments -
StackOverflow during completion in TryGhost/Ghost
#50928 commented on
Nov 7, 2022 • 0 new comments -
[Feature request] allow use `as const` + `type` or `interface`
#31062 commented on
Nov 9, 2022 • 0 new comments -
Update `TypedArray` constructors to disallow invalid `(typedArray, byteOffset, byteLength)`
#44191 commented on
Nov 9, 2022 • 0 new comments -
Consider splitting `dom` lib events out into separate lib for nodejs use
#43972 commented on
Nov 9, 2022 • 0 new comments -
Allow functions to have `unique symbol` or `new symbol` as the return type
#37469 commented on
Nov 11, 2022 • 0 new comments -
JSDoc support for object literal fields
#290 commented on
Nov 13, 2022 • 0 new comments -
disallow comparing to null and undefined unless they are valid cases in strict null mode
#11920 commented on
Nov 13, 2022 • 0 new comments -
Support Intellisense for string/number literals in a widened union
#33471 commented on
Nov 13, 2022 • 0 new comments -
improper declared type cause narrow type not work when its computed type is not union.
#39114 commented on
Nov 13, 2022 • 0 new comments -
In JSDoc @type is not a type declaration, which it is much more like type conversion.
#39650 commented on
Nov 13, 2022 • 0 new comments -
Class Property Inference from Constructors fails for a simple object declared in place
#39681 commented on
Nov 13, 2022 • 0 new comments -
Hoisted function declarations should be assigned to `exports` before any `require` calls
#39853 commented on
Nov 13, 2022 • 0 new comments -
Unexpected behavior (possible bug)
#39970 commented on
Nov 13, 2022 • 0 new comments -
Support “Arbitrary module namespace identifier names”
#40594 commented on
Nov 13, 2022 • 0 new comments -
Using an optional call with `.flat()` produces incorrect types
#41007 commented on
Nov 13, 2022 • 0 new comments -
Compile error if I named last array destructuring element.
#41548 commented on
Nov 13, 2022 • 0 new comments -
instanceof Promise in ternary does not narrow Promiselike in 4.1
#41606 commented on
Nov 13, 2022 • 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
Nov 13, 2022 • 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
Nov 13, 2022 • 0 new comments -
`\u` in String.raw
#42887 commented on
Nov 13, 2022 • 0 new comments -
Support inferring `never` as the return type in JavaScript when overriding a class method that returns `never`
#46791 commented on
Nov 13, 2022 • 0 new comments -
Bizarre circular type false positive
#48708 commented on
Nov 13, 2022 • 0 new comments -
Intersection causes incorrect type compatability
#48720 commented on
Nov 13, 2022 • 0 new comments -
Regression causes Function top-type to be callable with no arguments
#48840 commented on
Nov 13, 2022 • 0 new comments -
[NewErrors] 4.8.0-dev.20220609 vs 4.7.3
#49460 commented on
Nov 13, 2022 • 0 new comments -
Type tuples no longer inferred properly from rest arguments with mapped generic type tuples.
#49556 commented on
Nov 13, 2022 • 0 new comments -
"overload signature is not compatible" shows up more than once in the LS
#49916 commented on
Nov 13, 2022 • 0 new comments -
Regression in 4.8 where string union type widens to string
#50635 commented on
Nov 13, 2022 • 0 new comments -
Implement await.ops
#39224 commented on
Nov 8, 2022 • 0 new comments -
Server commands from tsserver log file
#43468 commented on
Nov 7, 2022 • 0 new comments -
Branch to diagnose resolution and watch issues
#43971 commented on
Nov 7, 2022 • 0 new comments -
feat(3792): Cannot 'export default' abstract, ambient class or interface
#46120 commented on
Nov 8, 2022 • 0 new comments -
feat(7411): JSX namespaced attribute syntax not supported
#47356 commented on
Nov 8, 2022 • 0 new comments -
Recover closing fragment with contents differently
#47534 commented on
Nov 9, 2022 • 0 new comments -
feat(25758): Computed properties no throws if there is a duplicate
#49848 commented on
Nov 8, 2022 • 0 new comments -
feat(49323): Render JSDoc @throws {type} as a link
#49891 commented on
Nov 8, 2022 • 0 new comments -
fix(49080): --exactOptionalPropertyTypes seems to be ignored for JSDoc types
#49910 commented on
Nov 8, 2022 • 0 new comments -
Better Inference for mapped array and tuple types
#50046 commented on
Nov 8, 2022 • 0 new comments -
Assert if a node has been bound more than once
#50069 commented on
Nov 9, 2022 • 0 new comments -
Tweak signature of and use insertSorted more
#50165 commented on
Nov 9, 2022 • 0 new comments -
fix(50117): Using @extends in JavaScript + JSDoc removes method documentations
#50256 commented on
Nov 8, 2022 • 0 new comments -
Report buildInfo size in extendedDiagnostics
#50293 commented on
Nov 8, 2022 • 0 new comments -
lib Fix Part 2/6 – Array-related methods
#50450 commented on
Nov 9, 2022 • 0 new comments -
lib Fix Part 4/6 – String.replaceAll and related changes
#50452 commented on
Nov 9, 2022 • 0 new comments -
lib Fix Part 5/6 – Function.{apply, bind}
#50453 commented on
Nov 8, 2022 • 0 new comments -
[Experiment] feat(13626): Type annotations for default export
#50536 commented on
Nov 8, 2022 • 0 new comments -
fix(47954): Auto implementation of interface with a constructor prop causes error
#50709 commented on
Nov 8, 2022 • 0 new comments -
Handle ambient namespace aliasing in getContainersOfSymbol
#50775 commented on
Nov 7, 2022 • 0 new comments -
fix(29648): Error message related to JSDoc for non-JSDoc syntax error
#50793 commented on
Nov 8, 2022 • 0 new comments -
feat(48702): Emit for dynamic import (import()) when target >= ES2020 and module == None
#50942 commented on
Nov 8, 2022 • 0 new comments -
feat(33367): support destructuring parameter @param tag in tsdoc
#50951 commented on
Nov 8, 2022 • 0 new comments -
feat(48665): tsconfig "extends" field ignores "exports" field of source package
#50955 commented on
Nov 8, 2022 • 0 new comments -
fix(50888): Organize Imports may delete preceding comments when all members of all import statements are unused
#50983 commented on
Nov 8, 2022 • 0 new comments -
feat(47977): Autocomplete not working for @extends tags
#51028 commented on
Nov 8, 2022 • 0 new comments -
fix(51053): Extract type on JSDoc causes an assertion failure
#51056 commented on
Nov 8, 2022 • 0 new comments -
Support supplying `watchFactory` option that resolves the plugin and uses it for watching file or directory
#51074 commented on
Nov 10, 2022 • 0 new comments -
fix(51077): jsxAttributeCompletionStyle doesn't work as expected
#51093 commented on
Nov 8, 2022 • 0 new comments -
Ensure moduleType is structured during cloneTypeAsModuleType
#51136 commented on
Nov 9, 2022 • 0 new comments -
fix(50952): Can't infer from this type on static class method call in JS Doc
#51149 commented on
Nov 8, 2022 • 0 new comments -
Prepare module resolution for resolving TS extensions
#51171 commented on
Nov 8, 2022 • 0 new comments -
fix(51202): Circular instantiation expression crashing IDEs
#51214 commented on
Nov 8, 2022 • 0 new comments -
fix(51198): The 'this' context of type 'T' is not assignable to method's 'this' of type 'this'
#51216 commented on
Nov 8, 2022 • 0 new comments -
Better compatibility error for indexed access type
#51228 commented on
Nov 11, 2022 • 0 new comments -
fix(51112): Parameter JSDoc for a destructured parameter emits an error when a function uses arguments
#51258 commented on
Nov 8, 2022 • 0 new comments -
fix JSDoc http links with custom display text
#51386 commented on
Nov 10, 2022 • 0 new comments