Completions are low-quality for UMD modules without typings #20565
Labels
Domain: JavaScript
The issue relates to JavaScript specifically
Needs Proposal
This issue needs a plan that clarifies the finer details of how it could be implemented.
Suggestion
An idea for TypeScript
For example, reference
oidc-client.js
from the corresponding npm package, instantiate anOidc.UserManager
, and dot into the resulting object.Expected: properties of
Oidc.UserManager
are offeredActual: identifiers appearing in file are offered (i.e. min-bar experience).
The text was updated successfully, but these errors were encountered: