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} parse type annotations on @Input() #15

Merged
merged 1 commit into from
Aug 26, 2023
Merged

Conversation

bgotink
Copy link
Owner

@bgotink bgotink commented Aug 26, 2023

If an input is marked explicitly as a string union type, then we can extract the information from that instead of requiring the enumeration be duplicated into an @input object

Fixes #7

If an input is marked explicitly as a string union
type, then we can extract the information from that
instead of requiring the enumeration be duplicated
into an @input object

Fixes #7
@bgotink bgotink merged commit 2b8a07f into main Aug 26, 2023
5 checks passed
@bgotink bgotink deleted the feat/parse-input-type branch August 26, 2023 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

parse string type union on input as enumeration
1 participant