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
S_scan_const: Use utf8_to_uv_or_die not utf8n_to_uvchr
These should never fail, as the values were already checked in
get_and_check_backslash_N_name(), and the to_uvchr() forms are all being
replaced by the preferred to_uv() forms.
0 commit comments