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

Strict mode for constants #24

Open
gcotelli opened this issue May 28, 2018 · 0 comments
Open

Strict mode for constants #24

gcotelli opened this issue May 28, 2018 · 0 comments

Comments

@gcotelli
Copy link
Member

Allow the library user to configure the strictness of the constants lookup. So when the library is in strict mode it will fail if you try to use a constant not defined in the namespaces. The "liberal" mode will work as it's now, allowing to use anything for the cases you want some new property value unsupported in the library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant