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

Do not export nextFuzzyUpdate from package root entry point #1728

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

acelaya
Copy link
Contributor

@acelaya acelaya commented Oct 2, 2024

The nextFuzzyUpdate function is only used internally by date-and-time functions, but none of the downstream projects use it directly, so this PR removes it from the root entry point re-exports.

It's still exported by the internal module, and tested individually.

Copy link

codecov bot commented Oct 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@a09451d). Learn more about missing BASE report.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##             main     #1728   +/-   ##
========================================
  Coverage        ?   100.00%           
========================================
  Files           ?        67           
  Lines           ?      1195           
  Branches        ?       449           
========================================
  Hits            ?      1195           
  Misses          ?         0           
  Partials        ?         0           

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

@acelaya acelaya merged commit b1516c7 into main Oct 2, 2024
4 checks passed
@acelaya acelaya deleted the date-time-exports-fix branch October 2, 2024 10:31
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.

1 participant