webpack / schema-utils

Options Validation
MIT License
246 stars 39 forks source link

fix: remove esModuleInterop from tsconfig (#110) #111

Closed ozyman42 closed 4 years ago

ozyman42 commented 4 years ago

This PR contains a:

Motivation / Use-Case

110

Breaking Changes

none

Additional Info

allows direct and transitive consumers of this dependency to no longer be required to add esModuleInterop to their tsconfig.json

codecov[bot] commented 4 years ago

Codecov Report

Merging #111 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #111   +/-   ##
=======================================
  Coverage   97.57%   97.57%           
=======================================
  Files           6        6           
  Lines         700      702    +2     
  Branches      299      299           
=======================================
+ Hits          683      685    +2     
  Misses         15       15           
  Partials        2        2           
Impacted Files Coverage Δ
src/validate.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 6a5d216...7b70353. Read the comment docs.