We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68fd9f8 commit 0f3f2bcCopy full SHA for 0f3f2bc
1 file changed
src/services/shims.ts
@@ -672,6 +672,8 @@ module ts {
672
"getEmitOutput('" + fileName + "')",
673
() => {
674
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.
677
(<any>output).emitOutputStatus = output.emitSkipped ? 1 : 0;
678
return output;
679
});
0 commit comments