From microsoft/vscode#27693
TypeScript Version: 2.3.4
constobj={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
From microsoft/vscode#27693
TypeScript Version: 2.3.4
#14141 added typing for
thisin 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 forthis.|inobj