runtime/nonfb/IntlRedundantStops.js (14 lines of code) (raw):
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* @generated SignedSource<<93869844d9cbb5836146c9c4e0752715>>
*
* @flow strict
* @emails oncall+i18n_fbt_js
* @codegen-command: JSModulesToClientScript
*/
// flowlint ambiguous-object-type:error
module.exports = Object.freeze({
equivalencies: {
'.': ['\u0964', '\u104b', '\u3002'],
'\u2026': ['\u0e2f', '\u0eaf', '\u1801'],
'!': ['\uff01'],
'?': ['\uff1f'],
},
redundancies: {
'?': ['?', '.', '!', '\u2026'],
'!': ['!', '?', '.'],
'.': ['.', '!'],
'\u2026': ['\u2026', '.', '!'],
},
});