JSCover icon indicating copy to clipboard operation
JSCover copied to clipboard

Fix "use strict" errors

Open chtheis opened this issue 4 years ago • 1 comments

Some fixes where undeclared variables are used which is not allowed under "use strict"

chtheis avatar Aug 08 '20 07:08 chtheis

Codecov Report

Merging #294 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #294   +/-   ##
=========================================
  Coverage     96.16%   96.16%           
  Complexity      920      920           
=========================================
  Files            56       56           
  Lines          2320     2320           
  Branches        369      369           
=========================================
  Hits           2231     2231           
  Misses           48       48           
  Partials         41       41           

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 1eb716c...11ffbcb. Read the comment docs.

codecov-commenter avatar Aug 18 '20 09:08 codecov-commenter

Hi @chtheis , sorry for not following up on this sooner. I believe this has been fixed in #311 , commit 0eca598. Can you confirm?

tntim96 avatar Oct 27 '22 07:10 tntim96

This is a fix for #293

tntim96 avatar Nov 02 '22 00:11 tntim96

Fixed in https://github.com/tntim96/JSCover/issues/311 , commit 0eca598

tntim96 avatar Nov 02 '22 00:11 tntim96