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
docs: strip flags exclude characters from tokenization, not the input
'Removes ... from the input' contradicted the spans-into-original
invariant: parse('John 😀 Smith').original keeps the emoji; the
tokenizer just never includes those characters in any token, so they
appear in no field or rendered view. Say that.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments