@formatjs/icu-messageformat-parser 2.9.3 → 2.9.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.
@@ -84,4 +84,3 @@ function getDefaultHourSymbolFromLocale(locale) {
84
84
  time_data_generated_1.timeData['001'];
85
85
  return hourCycles[0];
86
86
  }
87
- //# sourceMappingURL=date-time-pattern-generator.js.map
package/error.js CHANGED
@@ -64,4 +64,3 @@ var ErrorKind;
64
64
  /** The opening tag has unmatched closing tag. (e.g. `<bold>foo`) */
65
65
  ErrorKind[ErrorKind["UNCLOSED_TAG"] = 27] = "UNCLOSED_TAG";
66
66
  })(ErrorKind || (exports.ErrorKind = ErrorKind = {}));
67
- //# sourceMappingURL=error.js.map
package/index.js CHANGED
@@ -47,4 +47,3 @@ function parse(message, opts) {
47
47
  tslib_1.__exportStar(require("./types"), exports);
48
48
  // only for testing
49
49
  exports._Parser = parser_1.Parser;
50
- //# sourceMappingURL=index.js.map
@@ -81,4 +81,3 @@ function getDefaultHourSymbolFromLocale(locale) {
81
81
  timeData['001'];
82
82
  return hourCycles[0];
83
83
  }
84
- //# sourceMappingURL=date-time-pattern-generator.js.map
package/lib/error.js CHANGED
@@ -61,4 +61,3 @@ export var ErrorKind;
61
61
  /** The opening tag has unmatched closing tag. (e.g. `<bold>foo`) */
62
62
  ErrorKind[ErrorKind["UNCLOSED_TAG"] = 27] = "UNCLOSED_TAG";
63
63
  })(ErrorKind || (ErrorKind = {}));
64
- //# sourceMappingURL=error.js.map
package/lib/index.js CHANGED
@@ -43,4 +43,3 @@ export function parse(message, opts) {
43
43
  export * from './types';
44
44
  // only for testing
45
45
  export var _Parser = Parser;
46
- //# sourceMappingURL=index.js.map
@@ -65,4 +65,3 @@ export function hoistSelectors(ast) {
65
65
  }
66
66
  return ast;
67
67
  }
68
- //# sourceMappingURL=manipulator.js.map
package/lib/no-parser.js CHANGED
@@ -3,4 +3,3 @@ export function parse() {
3
3
  }
4
4
  export * from './types';
5
5
  export var _Parser = undefined;
6
- //# sourceMappingURL=no-parser.js.map
package/lib/parser.js CHANGED
@@ -1274,4 +1274,3 @@ function _isPatternSyntax(c) {
1274
1274
  c === 0xfd3f ||
1275
1275
  (c >= 0xfe45 && c <= 0xfe46));
1276
1276
  }
1277
- //# sourceMappingURL=parser.js.map
package/lib/printer.js CHANGED
@@ -99,4 +99,3 @@ function printPluralElement(el) {
99
99
  ].join(',');
100
100
  return "{".concat(msg, "}");
101
101
  }
102
- //# sourceMappingURL=printer.js.map
@@ -1,4 +1,3 @@
1
1
  // @generated from regex-gen.ts
2
2
  export var SPACE_SEPARATOR_REGEX = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/;
3
3
  export var WHITE_SPACE_REGEX = /[\t-\r \x85\u200E\u200F\u2028\u2029]/;
4
- //# sourceMappingURL=regex.generated.js.map
@@ -1415,4 +1415,3 @@ export var timeData = {
1415
1415
  "h"
1416
1416
  ]
1417
1417
  };
1418
- //# sourceMappingURL=time-data.generated.js.map
package/lib/types.js CHANGED
@@ -92,4 +92,3 @@ export function createNumberElement(value, style) {
92
92
  style: style,
93
93
  };
94
94
  }
95
- //# sourceMappingURL=types.js.map
package/manipulator.js CHANGED
@@ -68,4 +68,3 @@ function hoistSelectors(ast) {
68
68
  }
69
69
  return ast;
70
70
  }
71
- //# sourceMappingURL=manipulator.js.map
package/no-parser.js CHANGED
@@ -8,4 +8,3 @@ function parse() {
8
8
  }
9
9
  tslib_1.__exportStar(require("./types"), exports);
10
10
  exports._Parser = undefined;
11
- //# sourceMappingURL=no-parser.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formatjs/icu-messageformat-parser",
3
- "version": "2.9.3",
3
+ "version": "2.9.4",
4
4
  "main": "index.js",
5
5
  "module": "lib/index.js",
6
6
  "types": "index.d.ts",
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "dependencies": {
14
14
  "tslib": "2",
15
- "@formatjs/ecma402-abstract": "2.2.3",
16
- "@formatjs/icu-skeleton-parser": "1.8.7"
15
+ "@formatjs/ecma402-abstract": "2.2.4",
16
+ "@formatjs/icu-skeleton-parser": "1.8.8"
17
17
  }
18
18
  }
package/parser.js CHANGED
@@ -1277,4 +1277,3 @@ function _isPatternSyntax(c) {
1277
1277
  c === 0xfd3f ||
1278
1278
  (c >= 0xfe45 && c <= 0xfe46));
1279
1279
  }
1280
- //# sourceMappingURL=parser.js.map
package/printer.js CHANGED
@@ -104,4 +104,3 @@ function printPluralElement(el) {
104
104
  ].join(',');
105
105
  return "{".concat(msg, "}");
106
106
  }
107
- //# sourceMappingURL=printer.js.map
@@ -4,4 +4,3 @@ exports.WHITE_SPACE_REGEX = exports.SPACE_SEPARATOR_REGEX = void 0;
4
4
  // @generated from regex-gen.ts
5
5
  exports.SPACE_SEPARATOR_REGEX = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/;
6
6
  exports.WHITE_SPACE_REGEX = /[\t-\r \x85\u200E\u200F\u2028\u2029]/;
7
- //# sourceMappingURL=regex.generated.js.map
@@ -1418,4 +1418,3 @@ exports.timeData = {
1418
1418
  "h"
1419
1419
  ]
1420
1420
  };
1421
- //# sourceMappingURL=time-data.generated.js.map
package/types.js CHANGED
@@ -108,4 +108,3 @@ function createNumberElement(value, style) {
108
108
  style: style,
109
109
  };
110
110
  }
111
- //# sourceMappingURL=types.js.map