@formatjs/ts-transformer 3.13.22 → 3.13.23

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.
package/index.js CHANGED
@@ -4,4 +4,3 @@ const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("./src/transform"), exports);
5
5
  tslib_1.__exportStar(require("./src/types"), exports);
6
6
  tslib_1.__exportStar(require("./src/interpolate-name"), exports);
7
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formatjs/ts-transformer",
3
- "version": "3.13.22",
3
+ "version": "3.13.23",
4
4
  "description": "TS Compiler transformer for formatjs",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -23,7 +23,7 @@
23
23
  "json-stable-stringify": "1",
24
24
  "tslib": "2",
25
25
  "typescript": "5",
26
- "@formatjs/icu-messageformat-parser": "2.9.3"
26
+ "@formatjs/icu-messageformat-parser": "2.9.4"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "ts-jest": ">=27"
@@ -28,4 +28,3 @@ function error(message, ...args) {
28
28
  console.error((0, util_1.format)(label('error', message), ...args));
29
29
  console.error('\n');
30
30
  }
31
- //# sourceMappingURL=console_utils.js.map
@@ -87,4 +87,3 @@ function interpolateName(loaderContext, name, options) {
87
87
  }
88
88
  return url;
89
89
  }
90
- //# sourceMappingURL=interpolate-name.js.map
package/src/transform.js CHANGED
@@ -477,4 +477,3 @@ function transformWithTs(ts, opts) {
477
477
  function transform(opts) {
478
478
  return transformWithTs(typescript, opts);
479
479
  }
480
- //# sourceMappingURL=transform.js.map
package/src/types.js CHANGED
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=types.js.map
@@ -8,4 +8,3 @@ exports.version = '2.10.1';
8
8
  function factory(compilerInstance, opts) {
9
9
  return (0, _1.transformWithTs)(compilerInstance.configSet.compilerModule, opts);
10
10
  }
11
- //# sourceMappingURL=ts-jest-integration.js.map