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(yaml): remove passing this.dump as method param #5413

Merged
merged 4 commits into from
Jul 11, 2024

Conversation

timreichen
Copy link
Contributor

@timreichen timreichen commented Jul 11, 2024

Note: We might want to re-introduce param passing for type security again at a later point, since this shifts the problem to the class property dump, which type is any atm.

Copy link

codecov bot commented Jul 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.35%. Comparing base (9a32225) to head (1b4da53).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5413      +/-   ##
==========================================
- Coverage   96.35%   96.35%   -0.01%     
==========================================
  Files         458      458              
  Lines       37768    37751      -17     
  Branches     5576     5576              
==========================================
- Hits        36391    36374      -17     
  Misses       1335     1335              
  Partials       42       42              

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

Copy link
Contributor

@iuioiua iuioiua left a comment

Choose a reason for hiding this comment

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

Nice cleanup. Thanks!

@iuioiua iuioiua changed the title refactor(yaml): remove passing dump as param refactor(yaml): remove passing this.dump as method param Jul 11, 2024
@iuioiua iuioiua merged commit aa71c96 into denoland:main Jul 11, 2024
17 checks passed
@timreichen timreichen deleted the yaml-remove-passing-dump branch July 11, 2024 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants