-
Notifications
You must be signed in to change notification settings - Fork 820
Skip undefined properties #353
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
Skip undefined properties #353
Conversation
I don't understand why tests are failing on Node.js stable but not on LTS. Any ideas? |
This is something we really need also! Have you pinged any maintainers so we get this in? |
@NoNameProvided @19majkel94 Have you had a chance to look at this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Also if you remove this line https://github.com/typestack/class-validator/blob/master/.travis.yml#L3 then the test will pass becase stable is getting node 12 which is not actually stable :P If you google the error on travis logs you will get lot of cases like this https://www.google.com/search?q=ReferenceError%3A+primordials+is+not+defined&oq=ReferenceError%3A+primordials+is+not+defined&aqs=chrome..69i57j69i58j69i60.220j0j7&sourceid=chrome&ie=UTF-8 |
Thanks @henrikra, let's say tests are okay then. |
This looks golden to me ⭐️ |
Hello, do you have any idea when this flag will be available ? NEED 😄 And thanks to @thomas-ama for this PR ! |
Lets merge this!! |
@thomas-ama could you please rebase and add also |
Close in favore of #414. @thomas-ama thank you for your effort. |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
PR for issue #308