Provide a better display experience for unresolved values and types #39032
Labels
In Discussion
Not yet reached consensus
Rescheduled
This issue was previously scheduled to an earlier milestone
Suggestion
An idea for TypeScript
Milestone
Today, an unresolved type, or the type of an unresolved variable will look something like
any
. Internally, these resolve to a well-known error type that semantically acts asany
.However, in #37713, we may not have a full picture of the world because we're limited to a single file.
I think we should consider doing two things
any
-like type calledloading
.According to @CyrusNajmabadi, Roslyn already does something really similar to this.
The text was updated successfully, but these errors were encountered: