Skip to content

unicode-segmenter@0.11.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Nov 17:09
28c3475

Patch Changes

  • 94ed937: Improved perf and bundle size a bit

    It seems using TypedArray isn't helpful,
    and deref many prototypes may cause deopt.

    Array is good enough while it ensures it's packed.

  • de71269: Update Intl type definition