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

Feature/improve synthesize to file #509

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

j-ixcayau
Copy link

Summary

This PR introduces an isFullPath parameter to the synthesizeToFile function, enabling more flexible handling of file paths based on business logic requirements.

Details

  • New Feature: Added an optional isFullPath parameter to synthesizeToFile.
  • Default Behavior: The isFullPath parameter defaults to false, ensuring backward compatibility with existing projects.
  • Use Case: This enhancement allows projects to handle file paths more effectively when specific business logic necessitates it.

Compatibility

The addition of isFullPath is non-disruptive. Existing implementations of synthesizeToFile will continue to function as expected without any modifications, due to the optional nature of the new parameter.

Testing

Verified that the synthesizeToFile function behaves correctly with and without the isFullPath parameter in various scenarios.

@dlutton dlutton self-assigned this Jul 8, 2024
@yunchiri
Copy link

yunchiri commented Jul 8, 2024

wow

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.

None yet

3 participants