Skip to content

Remove Node in favor of Deno#50

Merged
mitchspano merged 2 commits intomainfrom
remove_node
Apr 27, 2025
Merged

Remove Node in favor of Deno#50
mitchspano merged 2 commits intomainfrom
remove_node

Conversation

@mitchspano
Copy link
Collaborator

  • Replace Node.js Buffer with Deno's Uint8Array for file content handling in FlowFileChangeDetector.
  • Refactor FlowToUmlTransformer to utilize Deno's path module for file path handling.
  • Simplify git command execution by introducing a new executeGitCommand method.
  • Update error message functions to use TypeScript's string return type.
  • Enhance test cases to align with Deno's file reading methods, ensuring compatibility and consistency across tests.

- Replace Node.js Buffer with Deno's Uint8Array for file content handling in FlowFileChangeDetector.
- Refactor FlowToUmlTransformer to utilize Deno's path module for file path handling.
- Simplify git command execution by introducing a new executeGitCommand method.
- Update error message functions to use TypeScript's string return type.
- Enhance test cases to align with Deno's file reading methods, ensuring compatibility and consistency across tests.
@mitchspano mitchspano merged commit 88608c6 into main Apr 27, 2025
1 check passed
@mitchspano mitchspano deleted the remove_node branch April 27, 2025 02:49
@mitchspano mitchspano changed the title Remove Node imports in favor of standard Deno capabilities Remove Node in favor of Deno Apr 27, 2025
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