Skip to content

intl: unexpose Intl.v8BreakIterator

Rodrigo Muino Tomonari requested to merge github/fork/bnoordhuis/fix14909 into master

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 so now seems like a good a time as any to do just that.

Fixes: https://github.com/nodejs/node/issues/8865 Fixes: https://github.com/nodejs/node/issues/14909 Refs: https://chromium-review.googlesource.com/c/v8/v8/+/620755

Merge request reports

Loading