-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issueVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue
Milestone
Description
TypeScript Version: 2.3.4
const obj = {
prop: 2,
method() {
this.prop|
}
}
#14141 added typing for this
in object literals in certain cases. Should this also be applied in regular JavaScript for intellisense, perhaps in a less strict form? We currently do not return any suggestions for this.|
in obj
mxschmitt and tenbits
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issueVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue