Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

intl: unexpose Intl.v8BreakIterator #15238

Closed
wants to merge 1 commit into from

Commits on Sep 8, 2017

  1. intl: unexpose Intl.v8BreakIterator

    It was never an official Ecma-402 API, it is about to be superseded
    by `Intl.Segmenter` and it's prone to crash under some circumstances.
    
    Searches don't turn up any usage in the wild and the recommendation
    from the V8 team is to remove it.  Now seems like a good a time as
    any to do that.
    
    Fixes: nodejs#8865
    Fixes: nodejs#14909
    Refs: https://github.com/tc39/proposal-intl-segmenter
    Refs: https://chromium-review.googlesource.com/c/v8/v8/+/620755
    bnoordhuis committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    c770936 View commit details
    Browse the repository at this point in the history