Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: exports resolution, fixup self resolution check #208

Merged
merged 2 commits into from
May 13, 2021

Conversation

guybedford
Copy link
Contributor

It turns out there was a bug in the self resolution check which was then stopping exports resolution from working out correctly in turn.

Resolves #207.

src/resolve-dependency.ts Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented May 13, 2021

Codecov Report

Merging #208 (e538339) into main (24e3c7d) will decrease coverage by 0.42%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #208      +/-   ##
==========================================
- Coverage   80.59%   80.17%   -0.43%     
==========================================
  Files          13       13              
  Lines        1402     1402              
  Branches      537      537              
==========================================
- Hits         1130     1124       -6     
- Misses        107      109       +2     
- Partials      165      169       +4     
Impacted Files Coverage Δ
src/resolve-dependency.ts 69.81% <100.00%> (-3.78%) ⬇️

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 24e3c7d...e538339. Read the comment docs.

Copy link
Member

@styfle styfle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@styfle styfle merged commit 0c1a70c into main May 13, 2021
@styfle styfle deleted the exports-conditions-fix branch May 13, 2021 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing CJS for dual-mode package @rdf-esm/term-map
2 participants