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

wip: add a getDefinition function to a fernworkspace #3784

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

armandobelardo
Copy link
Contributor

this allows deferring the generation of the workspace until the generation language is known

},
packageMarkers: {},
importedDefinitions: {}
getDefinition: async (language?: generatorsYml.GenerationLanguage) => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any thoughts on how to solve logging (i.e. we are going to call loadDependency multiple times now)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just what we talked about already which is creating a silent logger to pass through

@dsinghvi dsinghvi marked this pull request as ready for review June 20, 2024 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants