Skip to content

Commit 0f3f2bc

Browse files
committed
add comment
1 parent 68fd9f8 commit 0f3f2bc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/services/shims.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,8 @@ module ts {
672672
"getEmitOutput('" + fileName + "')",
673673
() => {
674674
var output = this.languageService.getEmitOutput(fileName);
675+
// Shim the API changes for 1.5 release. This should be removed once
676+
// TypeScript 1.5 has shipped.
675677
(<any>output).emitOutputStatus = output.emitSkipped ? 1 : 0;
676678
return output;
677679
});

0 commit comments

Comments
 (0)