deno_std icon indicating copy to clipboard operation
deno_std copied to clipboard

chore(collections): sort exports in `mod.ts`

Open mbhrznr opened this issue 1 year ago • 1 comments
trafficstars

during the implementation of https://github.com/denoland/deno_std/pull/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 avatar May 10 '24 22:05 mbhrznr

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar May 10 '24 22:05 codecov[bot]