generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: plugin improvements (stub generation, clean up) (#3136)
- Moved stub generation to language plugins (ie: the stubs in the shared dir: `.ftl/go/modules/...`) - Renamed some proto fields. `dir` when talking about the specific directory to do work in, `xyz_root` when talking about a root of a larger directory structure, like `project_root` and `stubs_root` - Added some more comments to the proto
- Loading branch information
Showing
24 changed files
with
1,696 additions
and
744 deletions.
There are no files selected for viewing
949 changes: 622 additions & 327 deletions
949
backend/protos/xyz/block/ftl/v1/language/language.pb.go
Large diffs are not rendered by default.
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
82 changes: 82 additions & 0 deletions
82
backend/protos/xyz/block/ftl/v1/language/languagepbconnect/language.connect.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.