intl-messageformat 9.6.3 → 9.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -470,7 +470,7 @@ var IntlMessageFormat = (function() {
470
470
  });
471
471
  });
472
472
 
473
- // bazel-out/k8-fastbuild/bin/packages/icu-messageformat-parser/error.js
473
+ // bazel-out/darwin-fastbuild/bin/packages/icu-messageformat-parser/error.js
474
474
  var require_error = __commonJS(function(exports) {
475
475
  "use strict";
476
476
  Object.defineProperty(exports, "__esModule", {value: true});
@@ -506,7 +506,7 @@ var IntlMessageFormat = (function() {
506
506
  })(ErrorKind = exports.ErrorKind || (exports.ErrorKind = {}));
507
507
  });
508
508
 
509
- // bazel-out/k8-fastbuild/bin/packages/icu-messageformat-parser/types.js
509
+ // bazel-out/darwin-fastbuild/bin/packages/icu-messageformat-parser/types.js
510
510
  var require_types = __commonJS(function(exports) {
511
511
  "use strict";
512
512
  Object.defineProperty(exports, "__esModule", {value: true});
@@ -589,7 +589,7 @@ var IntlMessageFormat = (function() {
589
589
  exports.createNumberElement = createNumberElement;
590
590
  });
591
591
 
592
- // bazel-out/k8-fastbuild/bin/packages/icu-messageformat-parser/regex.generated.js
592
+ // bazel-out/darwin-fastbuild/bin/packages/icu-messageformat-parser/regex.generated.js
593
593
  var require_regex_generated = __commonJS(function(exports) {
594
594
  "use strict";
595
595
  Object.defineProperty(exports, "__esModule", {value: true});
@@ -599,7 +599,7 @@ var IntlMessageFormat = (function() {
599
599
  exports.WHITE_SPACE_REGEX = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
600
600
  });
601
601
 
602
- // bazel-out/k8-fastbuild/bin/packages/icu-skeleton-parser/date-time.js
602
+ // bazel-out/darwin-fastbuild/bin/packages/icu-skeleton-parser/date-time.js
603
603
  var require_date_time = __commonJS(function(exports) {
604
604
  "use strict";
605
605
  Object.defineProperty(exports, "__esModule", {value: true});
@@ -706,7 +706,7 @@ var IntlMessageFormat = (function() {
706
706
  exports.parseDateTimeSkeleton = parseDateTimeSkeleton;
707
707
  });
708
708
 
709
- // bazel-out/k8-fastbuild/bin/packages/icu-skeleton-parser/regex.generated.js
709
+ // bazel-out/darwin-fastbuild/bin/packages/icu-skeleton-parser/regex.generated.js
710
710
  var require_regex_generated2 = __commonJS(function(exports) {
711
711
  "use strict";
712
712
  Object.defineProperty(exports, "__esModule", {value: true});
@@ -714,7 +714,7 @@ var IntlMessageFormat = (function() {
714
714
  exports.WHITE_SPACE_REGEX = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
715
715
  });
716
716
 
717
- // bazel-out/k8-fastbuild/bin/packages/icu-skeleton-parser/number.js
717
+ // bazel-out/darwin-fastbuild/bin/packages/icu-skeleton-parser/number.js
718
718
  var require_number = __commonJS(function(exports) {
719
719
  "use strict";
720
720
  Object.defineProperty(exports, "__esModule", {value: true});
@@ -981,7 +981,7 @@ var IntlMessageFormat = (function() {
981
981
  exports.parseNumberSkeleton = parseNumberSkeleton;
982
982
  });
983
983
 
984
- // bazel-out/k8-fastbuild/bin/packages/icu-skeleton-parser/index.js
984
+ // bazel-out/darwin-fastbuild/bin/packages/icu-skeleton-parser/index.js
985
985
  var require_icu_skeleton_parser = __commonJS(function(exports) {
986
986
  "use strict";
987
987
  Object.defineProperty(exports, "__esModule", {value: true});
@@ -990,7 +990,7 @@ var IntlMessageFormat = (function() {
990
990
  tslib_1.__exportStar(require_number(), exports);
991
991
  });
992
992
 
993
- // bazel-out/k8-fastbuild/bin/packages/icu-messageformat-parser/parser.js
993
+ // bazel-out/darwin-fastbuild/bin/packages/icu-messageformat-parser/parser.js
994
994
  var require_parser = __commonJS(function(exports) {
995
995
  "use strict";
996
996
  Object.defineProperty(exports, "__esModule", {value: true});
@@ -1015,7 +1015,7 @@ var IntlMessageFormat = (function() {
1015
1015
  };
1016
1016
  var REGEX_SUPPORTS_U_AND_Y = true;
1017
1017
  try {
1018
- RE("", "yu");
1018
+ RE("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
1019
1019
  } catch (_) {
1020
1020
  REGEX_SUPPORTS_U_AND_Y = false;
1021
1021
  }
@@ -1758,7 +1758,7 @@ var IntlMessageFormat = (function() {
1758
1758
  }
1759
1759
  });
1760
1760
 
1761
- // bazel-out/k8-fastbuild/bin/packages/icu-messageformat-parser/index.js
1761
+ // bazel-out/darwin-fastbuild/bin/packages/icu-messageformat-parser/index.js
1762
1762
  var require_icu_messageformat_parser = __commonJS(function(exports) {
1763
1763
  "use strict";
1764
1764
  Object.defineProperty(exports, "__esModule", {value: true});
@@ -1879,7 +1879,7 @@ var IntlMessageFormat = (function() {
1879
1879
  };
1880
1880
  });
1881
1881
 
1882
- // bazel-out/k8-fastbuild/bin/packages/intl-messageformat/lib/index.js
1882
+ // bazel-out/darwin-fastbuild/bin/packages/intl-messageformat/lib/index.js
1883
1883
  var lib_exports = {};
1884
1884
  __export(lib_exports, {
1885
1885
  ErrorCode: function() {
@@ -1914,15 +1914,15 @@ var IntlMessageFormat = (function() {
1914
1914
  }
1915
1915
  });
1916
1916
 
1917
- // bazel-out/k8-fastbuild/bin/packages/intl-messageformat/lib/src/core.js
1917
+ // bazel-out/darwin-fastbuild/bin/packages/intl-messageformat/lib/src/core.js
1918
1918
  var import_tslib2 = __toModule(require_tslib());
1919
1919
  var import_icu_messageformat_parser2 = __toModule(require_icu_messageformat_parser());
1920
1920
  var memoize = __toModule(require_src());
1921
1921
 
1922
- // bazel-out/k8-fastbuild/bin/packages/intl-messageformat/lib/src/formatters.js
1922
+ // bazel-out/darwin-fastbuild/bin/packages/intl-messageformat/lib/src/formatters.js
1923
1923
  var import_icu_messageformat_parser = __toModule(require_icu_messageformat_parser());
1924
1924
 
1925
- // bazel-out/k8-fastbuild/bin/packages/intl-messageformat/lib/src/error.js
1925
+ // bazel-out/darwin-fastbuild/bin/packages/intl-messageformat/lib/src/error.js
1926
1926
  var import_tslib = __toModule(require_tslib());
1927
1927
  var ErrorCode;
1928
1928
  (function(ErrorCode2) {
@@ -1965,7 +1965,7 @@ var IntlMessageFormat = (function() {
1965
1965
  return MissingValueError2;
1966
1966
  }(FormatError);
1967
1967
 
1968
- // bazel-out/k8-fastbuild/bin/packages/intl-messageformat/lib/src/formatters.js
1968
+ // bazel-out/darwin-fastbuild/bin/packages/intl-messageformat/lib/src/formatters.js
1969
1969
  var PART_TYPE;
1970
1970
  (function(PART_TYPE2) {
1971
1971
  PART_TYPE2[PART_TYPE2["literal"] = 0] = "literal";
@@ -2105,7 +2105,7 @@ var IntlMessageFormat = (function() {
2105
2105
  return mergeLiteral(result);
2106
2106
  }
2107
2107
 
2108
- // bazel-out/k8-fastbuild/bin/packages/intl-messageformat/lib/src/core.js
2108
+ // bazel-out/darwin-fastbuild/bin/packages/intl-messageformat/lib/src/core.js
2109
2109
  function mergeConfig(c1, c2) {
2110
2110
  if (!c2) {
2111
2111
  return c1;
@@ -2316,7 +2316,7 @@ var IntlMessageFormat = (function() {
2316
2316
  return IntlMessageFormat2;
2317
2317
  }();
2318
2318
 
2319
- // bazel-out/k8-fastbuild/bin/packages/intl-messageformat/lib/index.js
2319
+ // bazel-out/darwin-fastbuild/bin/packages/intl-messageformat/lib/index.js
2320
2320
  var lib_default = IntlMessageFormat;
2321
2321
  return lib_exports;
2322
2322
  })();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intl-messageformat",
3
- "version": "9.6.3",
3
+ "version": "9.6.4",
4
4
  "description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.",
5
5
  "keywords": [
6
6
  "i18n",
@@ -31,7 +31,7 @@
31
31
  "module": "lib/index.js",
32
32
  "types": "index.d.ts",
33
33
  "dependencies": {
34
- "@formatjs/icu-messageformat-parser": "1.1.1",
34
+ "@formatjs/icu-messageformat-parser": "1.1.2",
35
35
  "fast-memoize": "^2.5.2",
36
36
  "tslib": "^2.1.0"
37
37
  },