We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1350b commit e190761Copy full SHA for e190761
src/services/shims.ts
@@ -247,6 +247,8 @@ module ts {
247
}
248
249
public dispose(): void {
250
+ // if scriptSnapshotShim is a COM object then property check becomes method call with no arguments
251
+ // 'in' does not have this effect
252
if ("dispose" in this.scriptSnapshotShim) {
253
this.scriptSnapshotShim.dispose();
254
0 commit comments