We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14fa007 commit bc8c194Copy full SHA for bc8c194
1 file changed
tools/build/dartanalyzer.js
@@ -177,6 +177,10 @@ _AnalyzerOutputLine.prototype = {
177
if (this.sourcePath.match(/_analyzer\.dart/)) {
178
return true;
179
}
180
+ // TODO remove it once ts2dart propertly generates abstract getters
181
+ if (this.errorMsg.match(/unimplemented/)) {
182
+ return true;
183
+ }
184
185
186
if (this.errorCode.match(/DEPRECATED_MEMBER_USE/i)) {
0 commit comments