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
Inject call to createTemplateTagFirstArg() at the nearest SCRIPT scoped node
Currently we inject the calls to createTemplateTagFirstArg at beginning of the SCRIPT which contains a tagged template literal. This creates a runtime error for tagged template literals used in the first SCRIPT.
PiperOrigin-RevId: 309995860
0 commit comments