Skip to content

fix: remove require of util package#592

Merged
dselman merged 1 commit intomainfrom
ds-remove-util
Apr 9, 2024
Merged

fix: remove require of util package#592
dselman merged 1 commit intomainfrom
ds-remove-util

Conversation

@dselman
Copy link
Copy Markdown
Contributor

@dselman dselman commented Apr 9, 2024

Closes #591

Removes the require and usage of the util.inspect method.

Changes

Flags

Screenshots or Video

Related Issues

  • Issue #
  • Pull Request #

Author Checklist

  • Ensure you provide a DCO sign-off for your commits using the --signoff option of git commit.
  • Vital features and changes captured in unit and/or integration tests
  • Commits messages follow AP format
  • Extend the documentation, if necessary
  • Merging to main from fork:branchname

Signed-off-by: Dan Selman <danscode@selman.org>
@coveralls
Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 8622730794

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 21 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.01%) to 69.991%

Files with Coverage Reduction New Missed Lines %
packages/markdown-template/lib/ModelVisitor.js 21 0.0%
Totals Coverage Status
Change from base Build 8223503756: 0.01%
Covered Lines: 2785
Relevant Lines: 3810

💛 - Coveralls

@dselman dselman merged commit 19b747a into main Apr 9, 2024
@dselman dselman deleted the ds-remove-util branch April 9, 2024 21:56
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.

Remove dependency on 'util' node package

2 participants