-
Notifications
You must be signed in to change notification settings - Fork 459
Support KDL constructor #2305
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
base: main
Are you sure you want to change the base?
Support KDL constructor #2305
Conversation
|
Thanks for the PR! This section of the codebase is owned by @saschanaz - if they write a comment saying "LGTM" then it will be merged. |
src/build/patches.ts
Outdated
| } | ||
| case "constructor": { | ||
| if (constructor) { | ||
| throw new Error(`Multiple constructors found in ${type} "${name}"`); |
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.
It's fine when there are multiple signatures
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.
(although there seems to be no multiple constructor use in patch file...)
|
Hello @saschanaz |
|
I have updated it |
|
Can you check this @saschanaz |
|
Didn't we agree that the request review should be sufficient and you shouldn't ping me every day |
|
Sorry |
related #2053