eslint-plugin-import icon indicating copy to clipboard operation
eslint-plugin-import copied to clipboard

[Fix] `no-cycle`: add ExportNamedDeclaration statements to dependencies

Open BenoitZugmeyer opened this issue 2 years ago • 1 comments

This PR is a fix proposal for #2461. It adds ExportNamedDeclaration to dependencies in the same way as ImportDelcaration does. I'm not familiar with the logic here, so please review carefully.

BenoitZugmeyer avatar Jul 27 '22 07:07 BenoitZugmeyer

Codecov Report

Merging #2511 (116af31) into main (72824c7) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2511   +/-   ##
=======================================
  Coverage   95.17%   95.17%           
=======================================
  Files          66       66           
  Lines        2799     2799           
  Branches      940      940           
=======================================
  Hits         2664     2664           
  Misses        135      135           
Impacted Files Coverage Δ
src/ExportMap.js 100.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Jul 27 '22 08:07 codecov[bot]