You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create independent build target for string.format()
`string.format()` pulls in extra dependencies like ICU4C for locale support. Not all users need formatting. If everything is bundled in the strings extensions, all users need to pay for the extra dependency. By putting it in its own build target, users can opt in.
PiperOrigin-RevId: 719338589
0 commit comments