mattlewis92 / webpack-filter-warnings-plugin

Allows you to hide certain warnings from webpack compilations
MIT License
27 stars 10 forks source link

Correct Error Message #6

Open dhurlburtusa opened 5 years ago

dhurlburtusa commented 5 years ago

This is to correct the error for the new TypeScript code that now accepts functions.

codecov-io commented 5 years ago

Codecov Report

Merging #6 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master      #6   +/-   ##
======================================
  Coverage    90.9%   90.9%           
======================================
  Files           1       1           
  Lines          22      22           
  Branches        3       3           
======================================
  Hits           20      20           
  Misses          1       1           
  Partials        1       1
Impacted Files Coverage Δ
src/index.ts 90.9% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8dd3ac7...24dfe56. Read the comment docs.