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
Expected output is ["begin", "middle", "end"] (with args[0] = "first" and args[1] = "middle")
But current output is ["", ""] (with args[0] = "beginfirstmiddlesecondend")
This is because code is obfuscating into this (with simplest settings):
Code example
Expected output is
["begin", "middle", "end"]
(with args[0] = "first" and args[1] = "middle")But current output is
["", ""]
(with args[0] = "beginfirstmiddlesecondend")This is because code is obfuscating into this (with simplest settings):
I'm using tag functions and need to distinguish parts of template strings, but with such behavior it doesn't work
Sorry for bad English
The text was updated successfully, but these errors were encountered: