-
Notifications
You must be signed in to change notification settings - Fork 627
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: update code to not need implicit any, add hasProperty util #9394
Conversation
Deploying vega-lite with Cloudflare Pages
|
5b95030
to
da3dc55
Compare
9345646
to
2587eff
Compare
8d49f74
to
0ca90f1
Compare
b205c43
to
b316497
Compare
88445a8
to
9952d67
Compare
b0702f2
to
a625be6
Compare
15bf3ca
to
2d76e0b
Compare
3f53163
to
6250370
Compare
1dd5b52
to
b2c5130
Compare
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.
Strongly in favor of these changes. This gives us a roadmap of where we can improve on types in the future.
# Conflicts: # yarn.lock
); | ||
expect(s).toBeDefined(); | ||
|
||
console.log(JSON.stringify(s)); |
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.
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.
Not sure what the test does here. Removed in #9517.
hasProperty
which checks whether the object has the property and it's not undefined