-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Binding SG] Split bindings source generated code into multiple files #23116
[Binding SG] Split bindings source generated code into multiple files #23116
Conversation
FYI the changes here were part of: But we lost them by accident during a rebase. |
bb77840
bb77840
to
8ae059f
Compare
caad347
caad347
to
5c535d0
Compare
There was a problem with the I am not sure if this is due to a presence of Alternatively, we can change the SG to only generate the common code if the project actually references |
…ent code generation while editing
Description of Change
This is a follow-up to #21725, contributes to #22384
This change generates each
SetBinding
in a separate file allowing for more granular caching.FIXES
#23551