зеркало из https://github.com/mozilla/gecko-dev.git
16abe6be85
The default value for `GetOption` in `InitializeCollator` is changed from `false` to `undefined` to avoid having to `intl_isIgnorePunctuation` in the constructor function. The corresponding spec PR is <https://github.com/tc39/ecma402/pull/833>, but our behaviour is already not strictly spec-compliant as described in <https://github.com/tc39/ecma402/issues/832>, so it seems reasonable to simply implement the spec PR ahead of time. (We don't want to "fix" our implementation to strictly follow the spec without the PR, because that could be web-incompatible resp. at least disruptive for Thai users, which currently already get the expected behaviour where punctuation characters are ignored in Thai.) Differential Revision: https://phabricator.services.mozilla.com/D189545 |
||
---|---|---|
.. | ||
gtest | ||
src | ||
moz.build |