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

feat: move from_traversable.ts#fromTraversable to traversable.ts #138

Merged
merged 1 commit into from
Sep 10, 2022

Conversation

baetheus
Copy link
Owner

To cut down on file count (and just further organize), we move fromTraversable to the traversable.ts file and rename it as toTraversal.

  • from_traversable.ts: removed
  • traversal.ts: inherit fromTraversable as toTraversal
  • references: updated all references to fromTraversable
  • testing: renamed and updated from_traversable.test.ts

Fixes #86

To cut down on file count (and just further organize), we move
fromTraversable to the traversable.ts file and rename it as
toTraversal.

* from_traversable.ts: removed
* traversal.ts: inherit fromTraversable as toTraversal
* references: updated all references to fromTraversable
* testing: renamed and updated from_traversable.test.ts

Fixes #86
@coveralls
Copy link

coveralls commented Sep 10, 2022

Pull Request Test Coverage Report for Build 3026057635

  • 22 of 22 (100.0%) changed or added relevant lines in 6 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.003%) to 92.613%

Totals Coverage Status
Change from base Build 3026017275: 0.003%
Covered Lines: 5051
Relevant Lines: 5460

💛 - Coveralls

@baetheus baetheus merged commit 67f1910 into main Sep 10, 2022
@baetheus baetheus deleted the feat/move-fromTraversable branch September 10, 2022 00:11
@baetheus baetheus restored the feat/move-fromTraversable branch October 11, 2022 23:36
@baetheus baetheus deleted the feat/move-fromTraversable branch October 11, 2022 23:43
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.

Move fromTraversable to traversable.ts and rename as toTraversal
2 participants