Closed jskrzypek closed 7 years ago
I see this as well. Makes it very hard to see what files actually contain warnings. Same lib versions as @jskrzypek
https://github.com/wbuchwalter/tslint-loader/pull/72
Before this gets merged you can also use the fix directly by referencing it in package.json
as 'tslint-loader': 'git+https://github.com/wbuchwalter/tslint-loader.git#fix-empty-warning-reports'
, though don't forget to change it back once it gets merged.
Released with 3.5.2
I'm getting a lot of these sorts warnings in my wepback output with tslint-loader@3.5.1 & tslint@5.0.0:
They appear to be empty. I tried reverting the changes in my PR that fixed the
NonErrorEmittedError
s from webpack, but that just wrapped the empty warnings inNonErrorEmittedError
s...I'm guessing this might be an interaction between tslint-loader & tslint^5? Not really sure where to start investigating.