-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
ref(integrations): Rewrite pluggable integrations to use functional style #9936
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
Conversation
2b34740
to
b95347b
Compare
size-limit report 📦
|
return { | ||
name: INTEGRATION_NAME, | ||
setup(client) { | ||
if (!client.on) { |
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.
l: let's add todo v8 comment to remove 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.
We have a whole bunch of these checks already anyhow, I think we'll do a general search for this when we do v8 😅
ff9d07b
to
0e1adee
Compare
Slowly getting there...