temporary ignore warnings about unused unimplemented
This commit is contained in:
parent
14fa00791e
commit
bc8c194665
@ -177,6 +177,10 @@ _AnalyzerOutputLine.prototype = {
|
|||||||
if (this.sourcePath.match(/_analyzer\.dart/)) {
|
if (this.sourcePath.match(/_analyzer\.dart/)) {
|
||||||
return true;
|
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)) {
|
if (this.errorCode.match(/DEPRECATED_MEMBER_USE/i)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user