-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: turn Python generator into a service (#692)
### Summary of Changes Turn the Python generator into a service. The CLI now calls this service instead of containing the entire implementation. This has several advantages: * It facilitates testing, since no files have to be created on disk anymore. * It also makes it easier to integrate the Python generator into VS Code, since it no longer has to go through the CLI. * It reduces dependencies between CLI, language, and VS Code, which might help when restructuring the repo using NPM workspaces. Co-authored-by: WinPlay02 <[email protected]>
- Loading branch information
1 parent
60112bf
commit c5cf134
Showing
8 changed files
with
664 additions
and
648 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.