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

Added disallowedEnums, they use DisallowedConstant internally #243

Merged
merged 1 commit into from Jan 22, 2024

Conversation

spaze
Copy link
Owner

@spaze spaze commented Jan 22, 2024

disallowedEnums are configured with enum & case fields which are just aliases for constant & class fields, and these new fields would also work for constants but luckily parametersSchema config in extension.neon would prevent it.

Besides the aliases, this adds tests & docs, mostly.

`disallowedEnums` are configured with `enum` & `case` fields which are just aliases for `constant` & `class` fields, and these new fields would also work for constants but luckily `parametersSchema` config in `extension.neon` would prevent it.

Besides the aliases, this adds tests & docs, mostly.
@spaze spaze merged commit eaeb406 into main Jan 22, 2024
74 checks passed
@spaze spaze deleted the spaze/enums branch January 22, 2024 03:36
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.

None yet

1 participant