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
fix: harden regex and replacement patterns in sync script
Use replacer functions in String.replace() to prevent $-character
interpretation, and use non-greedy regex for array matching to handle
potential ] characters in comments.
0 commit comments