Skip to content

Commit bc8c194

Browse files
committed
temporary ignore warnings about unused unimplemented
1 parent 14fa007 commit bc8c194

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tools/build/dartanalyzer.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ _AnalyzerOutputLine.prototype = {
177177
if (this.sourcePath.match(/_analyzer\.dart/)) {
178178
return true;
179179
}
180+
// TODO remove it once ts2dart propertly generates abstract getters
181+
if (this.errorMsg.match(/unimplemented/)) {
182+
return true;
183+
}
180184
}
181185

182186
if (this.errorCode.match(/DEPRECATED_MEMBER_USE/i)) {

0 commit comments

Comments
 (0)