webpack-contrib / imports-loader

Imports Loader
MIT License
520 stars 63 forks source link

fix: respect 'use strict' #77

Closed alexander-akait closed 4 years ago

alexander-akait commented 4 years ago

This PR contains a:

Motivation / Use-Case

fixes #13

Breaking Changes

No

Additional Info

In future, we should migrate on parser

codecov[bot] commented 4 years ago

Codecov Report

Merging #77 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #77   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          168       167    -1     
  Branches        68        63    -5     
=========================================
- Hits           168       167    -1     
Impacted Files Coverage Δ
src/index.js 100.00% <100.00%> (ø)
src/utils.js 100.00% <100.00%> (ø)

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 9e2cec4...7f5f390. Read the comment docs.