New methods added: - at(i) — negative-index aware - codePointAt(i) — returns char code at index - lastIndexOf — walks right-to-left via js-string-last-index-of helper - localeCompare — simple lexicographic (ignores locale) - replaceAll — works with strings and regex-source - normalize — no-op stub - toLocaleLowerCase / toLocaleUpperCase — delegate to non-locale variants - isWellFormed / toWellFormed — assume always well-formed 10 new unit tests, 489/491 total. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
87 KiB
87 KiB