Closed
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