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

feat(validator): optimize so that only the JS needed for a validator is shipped #105

Open
ayoayco opened this issue Oct 17, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@ayoayco
Copy link
Member

ayoayco commented Oct 17, 2022

(i.e., Validator.required will only ship logic for checking required)

use dynamic import: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import

@ayoayco ayoayco added the enhancement New feature or request label Nov 5, 2022
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

1 participant