We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Export:Pipeline extensions should be able to provide an object with a main function to handle the export of the given pipeline.
Export:Pipeline
main
This should allow users to write extensions in a more natural way.
However, if users return a function, it should be treated like the main method.
The text was updated successfully, but these errors were encountered:
WIP #963 Added support for extension objects (not just fns)
0063159
WIP #963 Updated the cli exporter to extension object format
da2b4f6
dc2df29
No branches or pull requests
Export:Pipeline
extensions should be able to provide an object with amain
function to handle the export of the given pipeline.This should allow users to write extensions in a more natural way.
However, if users return a function, it should be treated like the
main
method.The text was updated successfully, but these errors were encountered: