temporary ignore warnings about unused unimplemented

This commit is contained in:
vsavkin 2015-10-08 11:12:43 -07:00
parent 14fa00791e
commit bc8c194665
1 changed files with 4 additions and 0 deletions

View File

@ -177,6 +177,10 @@ _AnalyzerOutputLine.prototype = {
if (this.sourcePath.match(/_analyzer\.dart/)) {
return true;
}
// TODO remove it once ts2dart propertly generates abstract getters
if (this.errorMsg.match(/unimplemented/)) {
return true;
}
}
if (this.errorCode.match(/DEPRECATED_MEMBER_USE/i)) {