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: Only export used types, don't export unused types #21

Open
hybridherbst opened this issue Aug 30, 2024 · 0 comments
Open

Feature: Only export used types, don't export unused types #21

hybridherbst opened this issue Aug 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@hybridherbst
Copy link
Contributor

Currently, each JSON export always exports all types.

This might lead to some viewers implementing the extension to incorrectly assume that all types always need to be present and have a specified order, which I believe is not the case.

I think it would be great if only the required types for a graph are exported (so if all nodes operate on "float", then only the float type would be exported).

@hybridherbst hybridherbst changed the title Feature: Minimal type export Feature: Only export used types, don't export unused types Aug 30, 2024
@mattmacf98 mattmacf98 added the enhancement New feature or request label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants