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

refactor(collections): sort exports in mod.ts #4712

Merged
merged 2 commits into from
May 12, 2024

Conversation

mbhrznr
Copy link
Contributor

@mbhrznr mbhrznr commented May 10, 2024

during the implementation of #4710 i noticed that the exports were unsorted.
this pr aligns mod.ts' exports statements with the order of the exports property in the corresponding deno.json file.

@mbhrznr mbhrznr requested a review from kt3k as a code owner May 10, 2024 22:34
@mbhrznr mbhrznr changed the title chore(collections): sort exports in mod.ts chore(collections): sort exports in mod.ts May 10, 2024
Copy link

codecov bot commented May 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.48%. Comparing base (6deab72) to head (d5c5bcf).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4712   +/-   ##
=======================================
  Coverage   91.48%   91.48%           
=======================================
  Files         477      477           
  Lines       37268    37268           
  Branches     5316     5316           
=======================================
  Hits        34093    34093           
  Misses       3119     3119           
  Partials       56       56           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@kt3k kt3k left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks!

@kt3k kt3k changed the title chore(collections): sort exports in mod.ts refactor(collections): sort exports in mod.ts May 12, 2024
@kt3k kt3k merged commit 750e477 into denoland:main May 12, 2024
13 checks passed
@mbhrznr mbhrznr deleted the chore/sort-collections branch May 13, 2024 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants