@angular/localize 14.0.0-rc.1 → 14.0.0-rc.2

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/fesm2015/init.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v14.0.0-rc.1
2
+ * @license Angular v14.0.0-rc.2
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v14.0.0-rc.1
2
+ * @license Angular v14.0.0-rc.2
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/fesm2020/init.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v14.0.0-rc.1
2
+ * @license Angular v14.0.0-rc.2
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v14.0.0-rc.1
2
+ * @license Angular v14.0.0-rc.2
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v14.0.0-rc.1
2
+ * @license Angular v14.0.0-rc.2
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/localize",
3
- "version": "14.0.0-rc.1",
3
+ "version": "14.0.0-rc.2",
4
4
  "description": "Angular - library for localizing messages",
5
5
  "bin": {
6
6
  "localize-translate": "./tools/bundles/src/translate/cli.js",
@@ -71,13 +71,13 @@
71
71
  "./fesm2020/init.mjs"
72
72
  ],
73
73
  "dependencies": {
74
- "@babel/core": "7.17.9",
75
- "glob": "8.0.1",
74
+ "@babel/core": "7.17.12",
75
+ "glob": "8.0.3",
76
76
  "yargs": "^17.2.1"
77
77
  },
78
78
  "peerDependencies": {
79
- "@angular/compiler": "14.0.0-rc.1",
80
- "@angular/compiler-cli": "14.0.0-rc.1"
79
+ "@angular/compiler": "14.0.0-rc.2",
80
+ "@angular/compiler-cli": "14.0.0-rc.2"
81
81
  },
82
82
  "fesm2020": "./fesm2020/localize.mjs",
83
83
  "fesm2015": "./fesm2015/localize.mjs",
@@ -100,7 +100,7 @@
100
100
  (0, dependencies_1.addPackageJsonDependency)(host, {
101
101
  name: '@angular/localize',
102
102
  type: dependencies_1.NodeDependencyType.Default,
103
- version: `~14.0.0-rc.1`
103
+ version: `~14.0.0-rc.2`
104
104
  });
105
105
  // Add a task to run the package manager. This is necessary because we updated
106
106
  // "package.json" and we want lock files to reflect this.
@@ -15,12 +15,12 @@ import {
15
15
  unwrapMessagePartsFromLocalizeCall,
16
16
  unwrapMessagePartsFromTemplateLiteral,
17
17
  unwrapSubstitutionsFromLocalizeCall
18
- } from "./chunk-SJTMYW2P.js";
18
+ } from "./chunk-ZD3ZFOL2.js";
19
19
  import {
20
20
  __spreadValues
21
21
  } from "./chunk-LVTJYDSU.js";
22
22
 
23
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/duplicates.mjs
23
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/duplicates.mjs
24
24
  function checkDuplicateMessages(fs, messages, duplicateMessageHandling, basePath) {
25
25
  const diagnostics = new Diagnostics();
26
26
  if (duplicateMessageHandling === "ignore")
@@ -54,10 +54,10 @@ function serializeMessage(fs, basePath, message) {
54
54
  }
55
55
  }
56
56
 
57
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/extraction.mjs
57
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/extraction.mjs
58
58
  import { SourceFileLoader } from "@angular/compiler-cli/private/localize";
59
59
 
60
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/source_files/es2015_extract_plugin.mjs
60
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/source_files/es2015_extract_plugin.mjs
61
61
  import { \u0275parseMessage } from "@angular/localize";
62
62
  function makeEs2015ExtractPlugin(fs, messages, localizeName = "$localize") {
63
63
  return {
@@ -77,7 +77,7 @@ function makeEs2015ExtractPlugin(fs, messages, localizeName = "$localize") {
77
77
  };
78
78
  }
79
79
 
80
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/source_files/es5_extract_plugin.mjs
80
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/source_files/es5_extract_plugin.mjs
81
81
  import { \u0275parseMessage as \u0275parseMessage2 } from "@angular/localize";
82
82
  function makeEs5ExtractPlugin(fs, messages, localizeName = "$localize") {
83
83
  return {
@@ -105,7 +105,7 @@ function makeEs5ExtractPlugin(fs, messages, localizeName = "$localize") {
105
105
  };
106
106
  }
107
107
 
108
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/extraction.mjs
108
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/extraction.mjs
109
109
  var MessageExtractor = class {
110
110
  constructor(fs, logger, { basePath, useSourceMaps = true, localizeName = "$localize" }) {
111
111
  this.fs = fs;
@@ -172,7 +172,7 @@ var MessageExtractor = class {
172
172
  }
173
173
  };
174
174
 
175
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/utils.mjs
175
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/utils.mjs
176
176
  function consolidateMessages(messages, getMessageId2) {
177
177
  const messageGroups = /* @__PURE__ */ new Map();
178
178
  for (const message of messages) {
@@ -213,7 +213,7 @@ function compareLocations({ location: location1 }, { location: location2 }) {
213
213
  return 0;
214
214
  }
215
215
 
216
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/arb_translation_serializer.mjs
216
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/arb_translation_serializer.mjs
217
217
  var ArbTranslationSerializer = class {
218
218
  constructor(sourceLocale, basePath, fs) {
219
219
  this.sourceLocale = sourceLocale;
@@ -274,7 +274,7 @@ function getMessageId(message) {
274
274
  return message.customId || message.id;
275
275
  }
276
276
 
277
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/json_translation_serializer.mjs
277
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/json_translation_serializer.mjs
278
278
  var SimpleJsonTranslationSerializer = class {
279
279
  constructor(sourceLocale) {
280
280
  this.sourceLocale = sourceLocale;
@@ -288,7 +288,7 @@ var SimpleJsonTranslationSerializer = class {
288
288
  }
289
289
  };
290
290
 
291
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/legacy_message_id_migration_serializer.mjs
291
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/legacy_message_id_migration_serializer.mjs
292
292
  var LegacyMessageIdMigrationSerializer = class {
293
293
  constructor(_diagnostics) {
294
294
  this._diagnostics = _diagnostics;
@@ -317,7 +317,7 @@ function shouldMigrate(message) {
317
317
  return !message.customId && !!message.legacyIds && message.legacyIds.length > 0;
318
318
  }
319
319
 
320
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/format_options.mjs
320
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/format_options.mjs
321
321
  function validateOptions(name, validOptions, options) {
322
322
  const validOptionsMap = new Map(validOptions);
323
323
  for (const option in options) {
@@ -337,10 +337,10 @@ function parseFormatOptions(optionString = "{}") {
337
337
  return JSON.parse(optionString);
338
338
  }
339
339
 
340
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xliff1_translation_serializer.mjs
340
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xliff1_translation_serializer.mjs
341
341
  import { getFileSystem } from "@angular/compiler-cli/private/localize";
342
342
 
343
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/icu_parsing.mjs
343
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/icu_parsing.mjs
344
344
  function extractIcuPlaceholders(text) {
345
345
  const state = new StateStack();
346
346
  const pieces = new IcuPieces();
@@ -437,7 +437,7 @@ function assert(test, message) {
437
437
  }
438
438
  }
439
439
 
440
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xml_file.mjs
440
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xml_file.mjs
441
441
  var XmlFile = class {
442
442
  constructor() {
443
443
  this.output = '<?xml version="1.0" encoding="UTF-8" ?>\n';
@@ -519,7 +519,7 @@ function escapeXml(text) {
519
519
  return _ESCAPED_CHARS.reduce((text2, entry) => text2.replace(entry[0], entry[1]), text);
520
520
  }
521
521
 
522
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xliff1_translation_serializer.mjs
522
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xliff1_translation_serializer.mjs
523
523
  var LEGACY_XLIFF_MESSAGE_LENGTH = 40;
524
524
  var Xliff1TranslationSerializer = class {
525
525
  constructor(sourceLocale, basePath, useLegacyIds, formatOptions = {}, fs = getFileSystem()) {
@@ -666,7 +666,7 @@ var TAG_MAP = {
666
666
  "UNORDERED_LIST": "ul"
667
667
  };
668
668
 
669
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xliff2_translation_serializer.mjs
669
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xliff2_translation_serializer.mjs
670
670
  import { getFileSystem as getFileSystem2 } from "@angular/compiler-cli/private/localize";
671
671
  var MAX_LEGACY_XLIFF_2_MESSAGE_LENGTH = 20;
672
672
  var Xliff2TranslationSerializer = class {
@@ -808,7 +808,7 @@ function getTypeForPlaceholder(placeholder) {
808
808
  }
809
809
  }
810
810
 
811
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xmb_translation_serializer.mjs
811
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xmb_translation_serializer.mjs
812
812
  import { getFileSystem as getFileSystem3 } from "@angular/compiler-cli/private/localize";
813
813
  var XmbTranslationSerializer = class {
814
814
  constructor(basePath, useLegacyIds, fs = getFileSystem3()) {
@@ -901,4 +901,4 @@ export {
901
901
  * Use of this source code is governed by an MIT-style license that can be
902
902
  * found in the LICENSE file at https://angular.io/license
903
903
  */
904
- //# sourceMappingURL=chunk-TONYPNL2.js.map
904
+ //# sourceMappingURL=chunk-J3LMZVGT.js.map
@@ -2,7 +2,7 @@
2
2
  import {createRequire as __cjsCompatRequire} from 'module';
3
3
  const require = __cjsCompatRequire(import.meta.url);
4
4
 
5
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/diagnostics.mjs
5
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/diagnostics.mjs
6
6
  var Diagnostics = class {
7
7
  constructor() {
8
8
  this.messages = [];
@@ -37,11 +37,11 @@ var Diagnostics = class {
37
37
  }
38
38
  };
39
39
 
40
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/source_file_utils.mjs
40
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/source_file_utils.mjs
41
41
  import { getFileSystem } from "@angular/compiler-cli/private/localize";
42
42
  import { \u0275isMissingTranslationError, \u0275makeTemplateObject, \u0275translate } from "@angular/localize";
43
43
 
44
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/babel_core.mjs
44
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/babel_core.mjs
45
45
  import * as _babelNamespace from "@babel/core";
46
46
  import _babelDefault from "@babel/core";
47
47
  var _a;
@@ -56,7 +56,7 @@ var transformSync = babel.transformSync;
56
56
  var parseSync = babel.parseSync;
57
57
  var transformFromAstSync = babel.transformFromAstSync;
58
58
 
59
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/source_file_utils.mjs
59
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/source_file_utils.mjs
60
60
  function isLocalize(expression, localizeName) {
61
61
  return isNamedIdentifier(expression, localizeName) && isGlobalIdentifier(expression);
62
62
  }
@@ -307,7 +307,7 @@ function getLineAndColumn(loc) {
307
307
  return { line: loc.line - 1, column: loc.column };
308
308
  }
309
309
  function getText(path) {
310
- if (path.node.start === null || path.node.end === null) {
310
+ if (path.node.start == null || path.node.end == null) {
311
311
  return void 0;
312
312
  }
313
313
  return path.hub.file.code.substring(path.node.start, path.node.end);
@@ -340,4 +340,4 @@ export {
340
340
  * Use of this source code is governed by an MIT-style license that can be
341
341
  * found in the LICENSE file at https://angular.io/license
342
342
  */
343
- //# sourceMappingURL=chunk-SJTMYW2P.js.map
343
+ //# sourceMappingURL=chunk-ZD3ZFOL2.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../../packages/localize/tools/src/diagnostics.ts", "../../../../../../../packages/localize/tools/src/source_file_utils.ts", "../../../../../../../packages/localize/tools/src/babel_core.ts"],
4
- "mappings": "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",
4
+ "mappings": "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",
5
5
  "names": []
6
6
  }
@@ -13,9 +13,9 @@ import {
13
13
  unwrapMessagePartsFromLocalizeCall,
14
14
  unwrapMessagePartsFromTemplateLiteral,
15
15
  unwrapSubstitutionsFromLocalizeCall
16
- } from "./chunk-SJTMYW2P.js";
16
+ } from "./chunk-ZD3ZFOL2.js";
17
17
 
18
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/source_files/es2015_translate_plugin.mjs
18
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/source_files/es2015_translate_plugin.mjs
19
19
  import { getFileSystem } from "@angular/compiler-cli/private/localize";
20
20
  function makeEs2015TranslatePlugin(diagnostics, translations, { missingTranslation = "error", localizeName = "$localize" } = {}, fs = getFileSystem()) {
21
21
  return {
@@ -40,7 +40,7 @@ function makeEs2015TranslatePlugin(diagnostics, translations, { missingTranslati
40
40
  };
41
41
  }
42
42
 
43
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/source_files/es5_translate_plugin.mjs
43
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/source_files/es5_translate_plugin.mjs
44
44
  import { getFileSystem as getFileSystem2 } from "@angular/compiler-cli/private/localize";
45
45
  function makeEs5TranslatePlugin(diagnostics, translations, { missingTranslation = "error", localizeName = "$localize" } = {}, fs = getFileSystem2()) {
46
46
  return {
@@ -66,7 +66,7 @@ function makeEs5TranslatePlugin(diagnostics, translations, { missingTranslation
66
66
  };
67
67
  }
68
68
 
69
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/source_files/locale_plugin.mjs
69
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/source_files/locale_plugin.mjs
70
70
  function makeLocalePlugin(locale, { localizeName = "$localize" } = {}) {
71
71
  return {
72
72
  visitor: {
@@ -105,7 +105,7 @@ function isLocalizeGuard(expression, localizeName) {
105
105
  return left.isUnaryExpression({ operator: "typeof" }) && isLocalize(left.get("argument"), localizeName) && right.isStringLiteral({ value: "undefined" }) || right.isUnaryExpression({ operator: "typeof" }) && isLocalize(right.get("argument"), localizeName) && left.isStringLiteral({ value: "undefined" });
106
106
  }
107
107
 
108
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/arb_translation_parser.mjs
108
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/arb_translation_parser.mjs
109
109
  import { \u0275parseTranslation } from "@angular/localize";
110
110
  var ArbTranslationParser = class {
111
111
  canParse(filePath, contents) {
@@ -148,7 +148,7 @@ var ArbTranslationParser = class {
148
148
  }
149
149
  };
150
150
 
151
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/simple_json_translation_parser.mjs
151
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/simple_json_translation_parser.mjs
152
152
  import { \u0275parseTranslation as \u0275parseTranslation2 } from "@angular/localize";
153
153
  import { extname } from "path";
154
154
  var SimpleJsonTranslationParser = class {
@@ -197,10 +197,10 @@ var SimpleJsonTranslationParser = class {
197
197
  }
198
198
  };
199
199
 
200
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xliff1_translation_parser.mjs
200
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xliff1_translation_parser.mjs
201
201
  import { ParseErrorLevel as ParseErrorLevel3, visitAll as visitAll2 } from "@angular/compiler";
202
202
 
203
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/base_visitor.mjs
203
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/base_visitor.mjs
204
204
  var BaseVisitor = class {
205
205
  visitElement(_element, _context) {
206
206
  }
@@ -216,10 +216,10 @@ var BaseVisitor = class {
216
216
  }
217
217
  };
218
218
 
219
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/message_serialization/message_serializer.mjs
219
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/message_serialization/message_serializer.mjs
220
220
  import { Element as Element2, visitAll } from "@angular/compiler";
221
221
 
222
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/translation_parse_error.mjs
222
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/translation_parse_error.mjs
223
223
  import { ParseErrorLevel } from "@angular/compiler";
224
224
  var TranslationParseError = class extends Error {
225
225
  constructor(span, msg, level = ParseErrorLevel.ERROR) {
@@ -241,7 +241,7 @@ At ${span.start}${span.details ? `, ${span.details}` : ""}:
241
241
  return msg;
242
242
  }
243
243
 
244
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/translation_utils.mjs
244
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/translation_utils.mjs
245
245
  import { Element, ParseError, ParseErrorLevel as ParseErrorLevel2, XmlParser } from "@angular/compiler";
246
246
  function getAttrOrThrow(element, attrName) {
247
247
  const attrValue = getAttribute(element, attrName);
@@ -317,7 +317,7 @@ function addErrorsToBundle(bundle, errors) {
317
317
  }
318
318
  }
319
319
 
320
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/message_serialization/message_serializer.mjs
320
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/message_serialization/message_serializer.mjs
321
321
  var MessageSerializer = class extends BaseVisitor {
322
322
  constructor(renderer, config) {
323
323
  super();
@@ -379,7 +379,7 @@ var MessageSerializer = class extends BaseVisitor {
379
379
  }
380
380
  };
381
381
 
382
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/message_serialization/target_message_renderer.mjs
382
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/message_serialization/target_message_renderer.mjs
383
383
  import { \u0275makeParsedTranslation } from "@angular/localize";
384
384
  var TargetMessageRenderer = class {
385
385
  constructor() {
@@ -437,7 +437,7 @@ var TargetMessageRenderer = class {
437
437
  }
438
438
  };
439
439
 
440
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/serialize_translation_message.mjs
440
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/serialize_translation_message.mjs
441
441
  function serializeTranslationMessage(element, config) {
442
442
  const { rootNodes, errors: parseErrors } = parseInnerRange(element);
443
443
  try {
@@ -449,7 +449,7 @@ function serializeTranslationMessage(element, config) {
449
449
  }
450
450
  }
451
451
 
452
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xliff1_translation_parser.mjs
452
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xliff1_translation_parser.mjs
453
453
  var Xliff1TranslationParser = class {
454
454
  canParse(filePath, contents) {
455
455
  const result = this.analyze(filePath, contents);
@@ -546,7 +546,7 @@ var XliffTranslationVisitor = class extends BaseVisitor {
546
546
  }
547
547
  };
548
548
 
549
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xliff2_translation_parser.mjs
549
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xliff2_translation_parser.mjs
550
550
  import { Element as Element3, ParseErrorLevel as ParseErrorLevel4, visitAll as visitAll3 } from "@angular/compiler";
551
551
  var Xliff2TranslationParser = class {
552
552
  canParse(filePath, contents) {
@@ -645,7 +645,7 @@ function isFileElement(node) {
645
645
  return node instanceof Element3 && node.name === "file";
646
646
  }
647
647
 
648
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xtb_translation_parser.mjs
648
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xtb_translation_parser.mjs
649
649
  import { ParseErrorLevel as ParseErrorLevel5, visitAll as visitAll4 } from "@angular/compiler";
650
650
  import { extname as extname2 } from "path";
651
651
  var XtbTranslationParser = class {
@@ -743,4 +743,4 @@ export {
743
743
  * Use of this source code is governed by an MIT-style license that can be
744
744
  * found in the LICENSE file at https://angular.io/license
745
745
  */
746
- //# sourceMappingURL=chunk-EKPIKXBU.js.map
746
+ //# sourceMappingURL=chunk-ZKAQNLEF.js.map
@@ -11,7 +11,7 @@ import {
11
11
  Xliff2TranslationSerializer,
12
12
  XmbTranslationSerializer,
13
13
  checkDuplicateMessages
14
- } from "./chunk-TONYPNL2.js";
14
+ } from "./chunk-J3LMZVGT.js";
15
15
  import {
16
16
  ArbTranslationParser,
17
17
  SimpleJsonTranslationParser,
@@ -21,7 +21,7 @@ import {
21
21
  makeEs2015TranslatePlugin,
22
22
  makeEs5TranslatePlugin,
23
23
  makeLocalePlugin
24
- } from "./chunk-EKPIKXBU.js";
24
+ } from "./chunk-ZKAQNLEF.js";
25
25
  import {
26
26
  Diagnostics,
27
27
  buildLocalizeReplacement,
@@ -31,10 +31,10 @@ import {
31
31
  unwrapMessagePartsFromLocalizeCall,
32
32
  unwrapMessagePartsFromTemplateLiteral,
33
33
  unwrapSubstitutionsFromLocalizeCall
34
- } from "./chunk-SJTMYW2P.js";
34
+ } from "./chunk-ZD3ZFOL2.js";
35
35
  import "./chunk-LVTJYDSU.js";
36
36
 
37
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/index.mjs
37
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/index.mjs
38
38
  import { NodeJSFileSystem, setFileSystem } from "@angular/compiler-cli/private/localize";
39
39
  setFileSystem(new NodeJSFileSystem());
40
40
  export {
@@ -13,16 +13,16 @@ import {
13
13
  XmbTranslationSerializer,
14
14
  checkDuplicateMessages,
15
15
  parseFormatOptions
16
- } from "../../chunk-TONYPNL2.js";
17
- import "../../chunk-SJTMYW2P.js";
16
+ } from "../../chunk-J3LMZVGT.js";
17
+ import "../../chunk-ZD3ZFOL2.js";
18
18
  import "../../chunk-LVTJYDSU.js";
19
19
 
20
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/cli.mjs
20
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/cli.mjs
21
21
  import { ConsoleLogger, LogLevel, NodeJSFileSystem, setFileSystem } from "@angular/compiler-cli/private/localize";
22
22
  import glob from "glob";
23
23
  import yargs from "yargs";
24
24
 
25
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/index.mjs
25
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/index.mjs
26
26
  function extractTranslations({ rootPath: rootPath2, sourceFilePaths: sourceFilePaths2, sourceLocale, format: format2, outputPath: output, logger: logger2, useSourceMaps, useLegacyIds, duplicateMessageHandling: duplicateMessageHandling2, formatOptions: formatOptions2 = {}, fileSystem: fs }) {
27
27
  const basePath = fs.resolve(rootPath2);
28
28
  const extractor = new MessageExtractor(fs, logger2, { basePath, useSourceMaps });
@@ -65,7 +65,7 @@ function getSerializer(format2, sourceLocale, rootPath2, useLegacyIds, formatOpt
65
65
  throw new Error(`No translation serializer can handle the provided format: ${format2}`);
66
66
  }
67
67
 
68
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/cli.mjs
68
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/cli.mjs
69
69
  process.title = "Angular Localization Message Extractor (localize-extract)";
70
70
  var args = process.argv.slice(2);
71
71
  var options = yargs(args).option("l", {
@@ -5,15 +5,15 @@
5
5
 
6
6
  import "../../chunk-LVTJYDSU.js";
7
7
 
8
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/migrate/cli.mjs
8
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/migrate/cli.mjs
9
9
  import { ConsoleLogger, LogLevel, NodeJSFileSystem, setFileSystem } from "@angular/compiler-cli/private/localize";
10
10
  import glob from "glob";
11
11
  import yargs from "yargs";
12
12
 
13
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/migrate/index.mjs
13
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/migrate/index.mjs
14
14
  import { getFileSystem } from "@angular/compiler-cli/private/localize";
15
15
 
16
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/migrate/migrate.mjs
16
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/migrate/migrate.mjs
17
17
  function migrateFile(sourceCode, mapping) {
18
18
  const legacyIds = Object.keys(mapping);
19
19
  for (const legacyId of legacyIds) {
@@ -27,7 +27,7 @@ function escapeRegExp(str) {
27
27
  return str.replace(/([.*+?^=!:${}()|[\]\/\\])/g, "\\$1");
28
28
  }
29
29
 
30
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/migrate/index.mjs
30
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/migrate/index.mjs
31
31
  function migrateFiles({ rootPath: rootPath2, translationFilePaths: translationFilePaths2, mappingFilePath, logger: logger2 }) {
32
32
  const fs2 = getFileSystem();
33
33
  const absoluteMappingPath = fs2.resolve(rootPath2, mappingFilePath);
@@ -43,7 +43,7 @@ function migrateFiles({ rootPath: rootPath2, translationFilePaths: translationFi
43
43
  }
44
44
  }
45
45
 
46
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/migrate/cli.mjs
46
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/migrate/cli.mjs
47
47
  var args = process.argv.slice(2);
48
48
  var options = yargs(args).option("r", {
49
49
  alias: "root",
@@ -12,32 +12,32 @@ import {
12
12
  makeEs2015TranslatePlugin,
13
13
  makeEs5TranslatePlugin,
14
14
  makeLocalePlugin
15
- } from "../../chunk-EKPIKXBU.js";
15
+ } from "../../chunk-ZKAQNLEF.js";
16
16
  import {
17
17
  Diagnostics,
18
18
  parseSync,
19
19
  transformFromAstSync
20
- } from "../../chunk-SJTMYW2P.js";
20
+ } from "../../chunk-ZD3ZFOL2.js";
21
21
  import {
22
22
  __spreadProps,
23
23
  __spreadValues
24
24
  } from "../../chunk-LVTJYDSU.js";
25
25
 
26
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/cli.mjs
26
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/cli.mjs
27
27
  import { NodeJSFileSystem, setFileSystem } from "@angular/compiler-cli/private/localize";
28
28
  import glob from "glob";
29
29
  import yargs from "yargs";
30
30
 
31
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/output_path.mjs
31
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/output_path.mjs
32
32
  function getOutputPathFn(fs2, outputFolder) {
33
33
  const [pre, post] = outputFolder.split("{{LOCALE}}");
34
34
  return post === void 0 ? (_locale, relativePath) => fs2.join(pre, relativePath) : (locale, relativePath) => fs2.join(pre + locale + post, relativePath);
35
35
  }
36
36
 
37
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/index.mjs
37
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/index.mjs
38
38
  import { getFileSystem, relativeFrom } from "@angular/compiler-cli/private/localize";
39
39
 
40
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/asset_files/asset_translation_handler.mjs
40
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/asset_files/asset_translation_handler.mjs
41
41
  import { absoluteFrom } from "@angular/compiler-cli/private/localize";
42
42
  var AssetTranslationHandler = class {
43
43
  constructor(fs2) {
@@ -65,7 +65,7 @@ var AssetTranslationHandler = class {
65
65
  }
66
66
  };
67
67
 
68
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/source_files/source_file_translation_handler.mjs
68
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/source_files/source_file_translation_handler.mjs
69
69
  import { absoluteFrom as absoluteFrom2 } from "@angular/compiler-cli/private/localize";
70
70
  var SourceFileTranslationHandler = class {
71
71
  constructor(fs2, translationOptions = {}) {
@@ -132,7 +132,7 @@ var SourceFileTranslationHandler = class {
132
132
  }
133
133
  };
134
134
 
135
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_loader.mjs
135
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_loader.mjs
136
136
  var TranslationLoader = class {
137
137
  constructor(fs2, translationParsers, duplicateTranslation2, diagnostics2) {
138
138
  this.fs = fs2;
@@ -202,7 +202,7 @@ ${parser.constructor.name} cannot parse translation file.`));
202
202
  }
203
203
  };
204
204
 
205
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translator.mjs
205
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translator.mjs
206
206
  var Translator = class {
207
207
  constructor(fs2, resourceHandlers, diagnostics2) {
208
208
  this.fs = fs2;
@@ -224,7 +224,7 @@ var Translator = class {
224
224
  }
225
225
  };
226
226
 
227
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/index.mjs
227
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/index.mjs
228
228
  function translateFiles({ sourceRootPath: sourceRootPath2, sourceFilePaths: sourceFilePaths2, translationFilePaths: translationFilePaths2, translationFileLocales: translationFileLocales2, outputPathFn: outputPathFn2, diagnostics: diagnostics2, missingTranslation: missingTranslation2, duplicateTranslation: duplicateTranslation2, sourceLocale: sourceLocale2 }) {
229
229
  const fs2 = getFileSystem();
230
230
  const translationLoader = new TranslationLoader(fs2, [
@@ -244,7 +244,7 @@ function translateFiles({ sourceRootPath: sourceRootPath2, sourceFilePaths: sour
244
244
  resourceProcessor.translateFiles(sourceFilePaths2.map(relativeFrom), fs2.resolve(sourceRootPath2), outputPathFn2, translations, sourceLocale2);
245
245
  }
246
246
 
247
- // bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/cli.mjs
247
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/cli.mjs
248
248
  process.title = "Angular Localization Message Translator (localize-translate)";
249
249
  var args = process.argv.slice(2);
250
250
  var options = yargs(args).option("r", {
@@ -1 +1 @@
1
- {"inputs":{"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/diagnostics.mjs":{"bytes":5389,"imports":[]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/babel_core.mjs":{"bytes":7508,"imports":[]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/source_file_utils.mjs":{"bytes":54935,"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/babel_core.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/duplicates.mjs":{"bytes":7026,"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/diagnostics.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/source_file_utils.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/source_files/es2015_extract_plugin.mjs":{"bytes":4652,"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/source_file_utils.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/source_files/es5_extract_plugin.mjs":{"bytes":6418,"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/source_file_utils.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/extraction.mjs":{"bytes":16615,"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/babel_core.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/source_files/es2015_extract_plugin.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/source_files/es5_extract_plugin.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/utils.mjs":{"bytes":8404,"imports":[]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/arb_translation_serializer.mjs":{"bytes":10933,"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/utils.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/json_translation_serializer.mjs":{"bytes":3374,"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/utils.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/legacy_message_id_migration_serializer.mjs":{"bytes":5351,"imports":[]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/format_options.mjs":{"bytes":5222,"imports":[]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/icu_parsing.mjs":{"bytes":20328,"imports":[]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xml_file.mjs":{"bytes":9339,"imports":[]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xliff1_translation_serializer.mjs":{"bytes":28295,"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/format_options.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/icu_parsing.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/utils.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xml_file.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xliff2_translation_serializer.mjs":{"bytes":28477,"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/format_options.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/icu_parsing.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/utils.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xml_file.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xmb_translation_serializer.mjs":{"bytes":15548,"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/icu_parsing.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/utils.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xml_file.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/source_files/es2015_translate_plugin.mjs":{"bytes":6575,"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/source_file_utils.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/source_files/es5_translate_plugin.mjs":{"bytes":6134,"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/source_file_utils.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/source_files/locale_plugin.mjs":{"bytes":12061,"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/babel_core.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/source_file_utils.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/arb_translation_parser.mjs":{"bytes":9055,"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/diagnostics.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/simple_json_translation_parser.mjs":{"bytes":10194,"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/diagnostics.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/base_visitor.mjs":{"bytes":2396,"imports":[]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/translation_parse_error.mjs":{"bytes":3507,"imports":[]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/translation_utils.mjs":{"bytes":18490,"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/diagnostics.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/translation_parse_error.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/message_serialization/message_serializer.mjs":{"bytes":12319,"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/base_visitor.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/translation_parse_error.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/translation_utils.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/message_serialization/target_message_renderer.mjs":{"bytes":6780,"imports":[]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/serialize_translation_message.mjs":{"bytes":3680,"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/message_serialization/message_serializer.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/message_serialization/target_message_renderer.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/translation_utils.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xliff1_translation_parser.mjs":{"bytes":20945,"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/diagnostics.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/base_visitor.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/serialize_translation_message.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/translation_utils.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xliff2_translation_parser.mjs":{"bytes":20464,"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/diagnostics.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/base_visitor.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/serialize_translation_message.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/translation_utils.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xtb_translation_parser.mjs":{"bytes":16229,"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/diagnostics.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/base_visitor.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/serialize_translation_message.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/translation_utils.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/index.mjs":{"bytes":7332,"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/diagnostics.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/duplicates.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/extraction.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/arb_translation_serializer.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/json_translation_serializer.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/legacy_message_id_migration_serializer.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xliff1_translation_serializer.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xliff2_translation_serializer.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xmb_translation_serializer.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/source_file_utils.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/source_files/es2015_translate_plugin.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/source_files/es5_translate_plugin.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/source_files/locale_plugin.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/arb_translation_parser.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/simple_json_translation_parser.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xliff1_translation_parser.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xliff2_translation_parser.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xtb_translation_parser.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/index.mjs":{"bytes":12788,"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/duplicates.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/extraction.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/arb_translation_serializer.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/json_translation_serializer.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/legacy_message_id_migration_serializer.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xliff1_translation_serializer.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xliff2_translation_serializer.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xmb_translation_serializer.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/cli.mjs":{"bytes":13116,"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/format_options.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/index.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/migrate/migrate.mjs":{"bytes":2970,"imports":[]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/migrate/index.mjs":{"bytes":4899,"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/migrate/migrate.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/migrate/cli.mjs":{"bytes":5580,"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/migrate/index.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/output_path.mjs":{"bytes":2977,"imports":[]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/asset_files/asset_translation_handler.mjs":{"bytes":5487,"imports":[]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/source_files/source_file_translation_handler.mjs":{"bytes":15256,"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/babel_core.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/source_files/es2015_translate_plugin.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/source_files/es5_translate_plugin.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/source_files/locale_plugin.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_loader.mjs":{"bytes":17983,"imports":[]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translator.mjs":{"bytes":7657,"imports":[]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/index.mjs":{"bytes":11639,"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/asset_files/asset_translation_handler.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/source_files/source_file_translation_handler.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_loader.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/arb_translation_parser.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/simple_json_translation_parser.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xliff1_translation_parser.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xliff2_translation_parser.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xtb_translation_parser.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translator.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/cli.mjs":{"bytes":15353,"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/diagnostics.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/output_path.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/index.mjs","kind":"import-statement"}]}},"outputs":{"bazel-out/k8-fastbuild/bin/packages/localize/tools/bundles/index.js.map":{"imports":[],"exports":[],"inputs":{},"bytes":198},"bazel-out/k8-fastbuild/bin/packages/localize/tools/bundles/index.js":{"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/bundles/chunk-TONYPNL2.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/bundles/chunk-EKPIKXBU.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/bundles/chunk-SJTMYW2P.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/bundles/chunk-LVTJYDSU.js","kind":"import-statement"}],"exports":["ArbTranslationParser","ArbTranslationSerializer","Diagnostics","LegacyMessageIdMigrationSerializer","MessageExtractor","SimpleJsonTranslationParser","SimpleJsonTranslationSerializer","Xliff1TranslationParser","Xliff1TranslationSerializer","Xliff2TranslationParser","Xliff2TranslationSerializer","XmbTranslationSerializer","XtbTranslationParser","buildLocalizeReplacement","checkDuplicateMessages","isGlobalIdentifier","makeEs2015TranslatePlugin","makeEs5TranslatePlugin","makeLocalePlugin","translate","unwrapExpressionsFromTemplateLiteral","unwrapMessagePartsFromLocalizeCall","unwrapMessagePartsFromTemplateLiteral","unwrapSubstitutionsFromLocalizeCall"],"entryPoint":"bazel-out/k8-fastbuild/bin/packages/localize/tools/index.mjs","inputs":{"bazel-out/k8-fastbuild/bin/packages/localize/tools/index.mjs":{"bytesInOutput":129}},"bytes":2078},"bazel-out/k8-fastbuild/bin/packages/localize/tools/bundles/src/extract/cli.js.map":{"imports":[],"exports":[],"inputs":{},"bytes":2522},"bazel-out/k8-fastbuild/bin/packages/localize/tools/bundles/src/extract/cli.js":{"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/bundles/chunk-TONYPNL2.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/bundles/chunk-SJTMYW2P.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/bundles/chunk-LVTJYDSU.js","kind":"import-statement"}],"exports":[],"entryPoint":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/cli.mjs","inputs":{"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/cli.mjs":{"bytesInOutput":3053},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/index.mjs":{"bytesInOutput":2103}},"bytes":6137},"bazel-out/k8-fastbuild/bin/packages/localize/tools/bundles/chunk-TONYPNL2.js.map":{"imports":[],"exports":[],"inputs":{},"bytes":18655},"bazel-out/k8-fastbuild/bin/packages/localize/tools/bundles/chunk-TONYPNL2.js":{"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/bundles/chunk-SJTMYW2P.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/bundles/chunk-LVTJYDSU.js","kind":"import-statement"}],"exports":["ArbTranslationSerializer","LegacyMessageIdMigrationSerializer","MessageExtractor","SimpleJsonTranslationSerializer","Xliff1TranslationSerializer","Xliff2TranslationSerializer","XmbTranslationSerializer","checkDuplicateMessages","parseFormatOptions"],"inputs":{"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/duplicates.mjs":{"bytesInOutput":1244},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/extraction.mjs":{"bytesInOutput":3071},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/source_files/es2015_extract_plugin.mjs":{"bytesInOutput":836},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/source_files/es5_extract_plugin.mjs":{"bytesInOutput":1123},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/utils.mjs":{"bytesInOutput":1180},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/arb_translation_serializer.mjs":{"bytesInOutput":1945},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/json_translation_serializer.mjs":{"bytesInOutput":412},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/legacy_message_id_migration_serializer.mjs":{"bytesInOutput":925},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/format_options.mjs":{"bytesInOutput":760},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xliff1_translation_serializer.mjs":{"bytesInOutput":5344},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/icu_parsing.mjs":{"bytesInOutput":2268},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xml_file.mjs":{"bytesInOutput":1984},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xliff2_translation_serializer.mjs":{"bytesInOutput":5565},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xmb_translation_serializer.mjs":{"bytesInOutput":2772}},"bytes":32178},"bazel-out/k8-fastbuild/bin/packages/localize/tools/bundles/src/migrate/cli.js.map":{"imports":[],"exports":[],"inputs":{},"bytes":1484},"bazel-out/k8-fastbuild/bin/packages/localize/tools/bundles/src/migrate/cli.js":{"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/bundles/chunk-LVTJYDSU.js","kind":"import-statement"}],"exports":[],"entryPoint":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/migrate/cli.mjs","inputs":{"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/migrate/cli.mjs":{"bytesInOutput":1154},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/migrate/index.mjs":{"bytesInOutput":829},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/migrate/migrate.mjs":{"bytesInOutput":407}},"bytes":3192},"bazel-out/k8-fastbuild/bin/packages/localize/tools/bundles/src/translate/cli.js.map":{"imports":[],"exports":[],"inputs":{},"bytes":7144},"bazel-out/k8-fastbuild/bin/packages/localize/tools/bundles/src/translate/cli.js":{"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/bundles/chunk-EKPIKXBU.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/bundles/chunk-SJTMYW2P.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/bundles/chunk-LVTJYDSU.js","kind":"import-statement"}],"exports":[],"entryPoint":"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/cli.mjs","inputs":{"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/cli.mjs":{"bytesInOutput":3502},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/output_path.mjs":{"bytesInOutput":259},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/index.mjs":{"bytesInOutput":1423},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/asset_files/asset_translation_handler.mjs":{"bytesInOutput":978},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/source_files/source_file_translation_handler.mjs":{"bytesInOutput":3051},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_loader.mjs":{"bytesInOutput":3415},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translator.mjs":{"bytesInOutput":884}},"bytes":15138},"bazel-out/k8-fastbuild/bin/packages/localize/tools/bundles/chunk-EKPIKXBU.js.map":{"imports":[],"exports":[],"inputs":{},"bytes":16693},"bazel-out/k8-fastbuild/bin/packages/localize/tools/bundles/chunk-EKPIKXBU.js":{"imports":[{"path":"bazel-out/k8-fastbuild/bin/packages/localize/tools/bundles/chunk-SJTMYW2P.js","kind":"import-statement"}],"exports":["ArbTranslationParser","SimpleJsonTranslationParser","Xliff1TranslationParser","Xliff2TranslationParser","XtbTranslationParser","makeEs2015TranslatePlugin","makeEs5TranslatePlugin","makeLocalePlugin"],"inputs":{"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/source_files/es2015_translate_plugin.mjs":{"bytesInOutput":926},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/source_files/es5_translate_plugin.mjs":{"bytesInOutput":1021},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/source_files/locale_plugin.mjs":{"bytesInOutput":1679},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/arb_translation_parser.mjs":{"bytesInOutput":1276},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/simple_json_translation_parser.mjs":{"bytesInOutput":1952},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xliff1_translation_parser.mjs":{"bytesInOutput":4196},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/base_visitor.mjs":{"bytesInOutput":289},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/message_serialization/message_serializer.mjs":{"bytesInOutput":2396},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/translation_parse_error.mjs":{"bytesInOutput":558},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/translation_utils.mjs":{"bytesInOutput":3101},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/message_serialization/target_message_renderer.mjs":{"bytesInOutput":1284},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/serialize_translation_message.mjs":{"bytesInOutput":428},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xliff2_translation_parser.mjs":{"bytesInOutput":4243},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xtb_translation_parser.mjs":{"bytesInOutput":3169}},"bytes":29441},"bazel-out/k8-fastbuild/bin/packages/localize/tools/bundles/chunk-SJTMYW2P.js.map":{"imports":[],"exports":[],"inputs":{},"bytes":7175},"bazel-out/k8-fastbuild/bin/packages/localize/tools/bundles/chunk-SJTMYW2P.js":{"imports":[],"exports":["Diagnostics","buildCodeFrameError","buildLocalizeReplacement","getLocation","isBabelParseError","isGlobalIdentifier","isLocalize","isNamedIdentifier","parseSync","serializeLocationPosition","transformFromAstSync","transformSync","translate","types","unwrapExpressionsFromTemplateLiteral","unwrapMessagePartsFromLocalizeCall","unwrapMessagePartsFromTemplateLiteral","unwrapSubstitutionsFromLocalizeCall"],"inputs":{"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/diagnostics.mjs":{"bytesInOutput":906},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/source_file_utils.mjs":{"bytesInOutput":10402},"bazel-out/k8-fastbuild/bin/packages/localize/tools/src/babel_core.mjs":{"bytesInOutput":472}},"bytes":12910},"bazel-out/k8-fastbuild/bin/packages/localize/tools/bundles/chunk-LVTJYDSU.js.map":{"imports":[],"exports":[],"inputs":{},"bytes":69},"bazel-out/k8-fastbuild/bin/packages/localize/tools/bundles/chunk-LVTJYDSU.js":{"imports":[],"exports":["__spreadProps","__spreadValues"],"inputs":{},"bytes":1074}}}
1
+ {"inputs":{"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/diagnostics.mjs":{"bytes":5389,"imports":[]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/babel_core.mjs":{"bytes":7508,"imports":[]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/source_file_utils.mjs":{"bytes":54929,"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/babel_core.mjs","kind":"import-statement"}]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/duplicates.mjs":{"bytes":7026,"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/diagnostics.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/source_file_utils.mjs","kind":"import-statement"}]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/source_files/es2015_extract_plugin.mjs":{"bytes":4652,"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/source_file_utils.mjs","kind":"import-statement"}]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/source_files/es5_extract_plugin.mjs":{"bytes":6418,"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/source_file_utils.mjs","kind":"import-statement"}]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/extraction.mjs":{"bytes":16615,"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/babel_core.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/source_files/es2015_extract_plugin.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/source_files/es5_extract_plugin.mjs","kind":"import-statement"}]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/utils.mjs":{"bytes":8404,"imports":[]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/arb_translation_serializer.mjs":{"bytes":10933,"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/utils.mjs","kind":"import-statement"}]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/json_translation_serializer.mjs":{"bytes":3374,"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/utils.mjs","kind":"import-statement"}]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/legacy_message_id_migration_serializer.mjs":{"bytes":5351,"imports":[]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/format_options.mjs":{"bytes":5222,"imports":[]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/icu_parsing.mjs":{"bytes":20328,"imports":[]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xml_file.mjs":{"bytes":9339,"imports":[]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xliff1_translation_serializer.mjs":{"bytes":28295,"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/format_options.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/icu_parsing.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/utils.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xml_file.mjs","kind":"import-statement"}]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xliff2_translation_serializer.mjs":{"bytes":28477,"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/format_options.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/icu_parsing.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/utils.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xml_file.mjs","kind":"import-statement"}]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xmb_translation_serializer.mjs":{"bytes":15548,"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/icu_parsing.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/utils.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xml_file.mjs","kind":"import-statement"}]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/source_files/es2015_translate_plugin.mjs":{"bytes":6575,"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/source_file_utils.mjs","kind":"import-statement"}]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/source_files/es5_translate_plugin.mjs":{"bytes":6134,"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/source_file_utils.mjs","kind":"import-statement"}]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/source_files/locale_plugin.mjs":{"bytes":12061,"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/babel_core.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/source_file_utils.mjs","kind":"import-statement"}]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/arb_translation_parser.mjs":{"bytes":9055,"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/diagnostics.mjs","kind":"import-statement"}]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/simple_json_translation_parser.mjs":{"bytes":10194,"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/diagnostics.mjs","kind":"import-statement"}]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/base_visitor.mjs":{"bytes":2396,"imports":[]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/translation_parse_error.mjs":{"bytes":3507,"imports":[]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/translation_utils.mjs":{"bytes":18490,"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/diagnostics.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/translation_parse_error.mjs","kind":"import-statement"}]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/message_serialization/message_serializer.mjs":{"bytes":12319,"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/base_visitor.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/translation_parse_error.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/translation_utils.mjs","kind":"import-statement"}]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/message_serialization/target_message_renderer.mjs":{"bytes":6780,"imports":[]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/serialize_translation_message.mjs":{"bytes":3680,"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/message_serialization/message_serializer.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/message_serialization/target_message_renderer.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/translation_utils.mjs","kind":"import-statement"}]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xliff1_translation_parser.mjs":{"bytes":20945,"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/diagnostics.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/base_visitor.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/serialize_translation_message.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/translation_utils.mjs","kind":"import-statement"}]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xliff2_translation_parser.mjs":{"bytes":20464,"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/diagnostics.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/base_visitor.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/serialize_translation_message.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/translation_utils.mjs","kind":"import-statement"}]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xtb_translation_parser.mjs":{"bytes":16229,"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/diagnostics.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/base_visitor.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/serialize_translation_message.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/translation_utils.mjs","kind":"import-statement"}]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/index.mjs":{"bytes":7332,"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/diagnostics.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/duplicates.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/extraction.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/arb_translation_serializer.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/json_translation_serializer.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/legacy_message_id_migration_serializer.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xliff1_translation_serializer.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xliff2_translation_serializer.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xmb_translation_serializer.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/source_file_utils.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/source_files/es2015_translate_plugin.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/source_files/es5_translate_plugin.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/source_files/locale_plugin.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/arb_translation_parser.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/simple_json_translation_parser.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xliff1_translation_parser.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xliff2_translation_parser.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xtb_translation_parser.mjs","kind":"import-statement"}]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/index.mjs":{"bytes":12788,"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/duplicates.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/extraction.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/arb_translation_serializer.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/json_translation_serializer.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/legacy_message_id_migration_serializer.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xliff1_translation_serializer.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xliff2_translation_serializer.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xmb_translation_serializer.mjs","kind":"import-statement"}]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/cli.mjs":{"bytes":13116,"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/format_options.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/index.mjs","kind":"import-statement"}]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/migrate/migrate.mjs":{"bytes":2970,"imports":[]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/migrate/index.mjs":{"bytes":4899,"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/migrate/migrate.mjs","kind":"import-statement"}]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/migrate/cli.mjs":{"bytes":5580,"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/migrate/index.mjs","kind":"import-statement"}]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/output_path.mjs":{"bytes":2977,"imports":[]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/asset_files/asset_translation_handler.mjs":{"bytes":5487,"imports":[]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/source_files/source_file_translation_handler.mjs":{"bytes":15256,"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/babel_core.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/source_files/es2015_translate_plugin.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/source_files/es5_translate_plugin.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/source_files/locale_plugin.mjs","kind":"import-statement"}]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_loader.mjs":{"bytes":17983,"imports":[]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translator.mjs":{"bytes":7657,"imports":[]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/index.mjs":{"bytes":11639,"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/asset_files/asset_translation_handler.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/source_files/source_file_translation_handler.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_loader.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/arb_translation_parser.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/simple_json_translation_parser.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xliff1_translation_parser.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xliff2_translation_parser.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xtb_translation_parser.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translator.mjs","kind":"import-statement"}]},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/cli.mjs":{"bytes":15353,"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/diagnostics.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/output_path.mjs","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/index.mjs","kind":"import-statement"}]}},"outputs":{"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/bundles/index.js.map":{"imports":[],"exports":[],"inputs":{},"bytes":198},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/bundles/index.js":{"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/bundles/chunk-J3LMZVGT.js","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/bundles/chunk-ZKAQNLEF.js","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/bundles/chunk-ZD3ZFOL2.js","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/bundles/chunk-LVTJYDSU.js","kind":"import-statement"}],"exports":["ArbTranslationParser","ArbTranslationSerializer","Diagnostics","LegacyMessageIdMigrationSerializer","MessageExtractor","SimpleJsonTranslationParser","SimpleJsonTranslationSerializer","Xliff1TranslationParser","Xliff1TranslationSerializer","Xliff2TranslationParser","Xliff2TranslationSerializer","XmbTranslationSerializer","XtbTranslationParser","buildLocalizeReplacement","checkDuplicateMessages","isGlobalIdentifier","makeEs2015TranslatePlugin","makeEs5TranslatePlugin","makeLocalePlugin","translate","unwrapExpressionsFromTemplateLiteral","unwrapMessagePartsFromLocalizeCall","unwrapMessagePartsFromTemplateLiteral","unwrapSubstitutionsFromLocalizeCall"],"entryPoint":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/index.mjs","inputs":{"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/index.mjs":{"bytesInOutput":129}},"bytes":2088},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/bundles/src/extract/cli.js.map":{"imports":[],"exports":[],"inputs":{},"bytes":2522},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/bundles/src/extract/cli.js":{"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/bundles/chunk-J3LMZVGT.js","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/bundles/chunk-ZD3ZFOL2.js","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/bundles/chunk-LVTJYDSU.js","kind":"import-statement"}],"exports":[],"entryPoint":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/cli.mjs","inputs":{"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/cli.mjs":{"bytesInOutput":3053},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/index.mjs":{"bytesInOutput":2103}},"bytes":6167},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/bundles/chunk-J3LMZVGT.js.map":{"imports":[],"exports":[],"inputs":{},"bytes":18655},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/bundles/chunk-J3LMZVGT.js":{"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/bundles/chunk-ZD3ZFOL2.js","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/bundles/chunk-LVTJYDSU.js","kind":"import-statement"}],"exports":["ArbTranslationSerializer","LegacyMessageIdMigrationSerializer","MessageExtractor","SimpleJsonTranslationSerializer","Xliff1TranslationSerializer","Xliff2TranslationSerializer","XmbTranslationSerializer","checkDuplicateMessages","parseFormatOptions"],"inputs":{"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/duplicates.mjs":{"bytesInOutput":1244},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/extraction.mjs":{"bytesInOutput":3071},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/source_files/es2015_extract_plugin.mjs":{"bytesInOutput":836},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/source_files/es5_extract_plugin.mjs":{"bytesInOutput":1123},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/utils.mjs":{"bytesInOutput":1180},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/arb_translation_serializer.mjs":{"bytesInOutput":1945},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/json_translation_serializer.mjs":{"bytesInOutput":412},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/legacy_message_id_migration_serializer.mjs":{"bytesInOutput":925},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/format_options.mjs":{"bytesInOutput":760},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xliff1_translation_serializer.mjs":{"bytesInOutput":5344},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/icu_parsing.mjs":{"bytesInOutput":2268},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xml_file.mjs":{"bytesInOutput":1984},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xliff2_translation_serializer.mjs":{"bytesInOutput":5565},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/translation_files/xmb_translation_serializer.mjs":{"bytesInOutput":2772}},"bytes":32338},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/bundles/src/migrate/cli.js.map":{"imports":[],"exports":[],"inputs":{},"bytes":1484},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/bundles/src/migrate/cli.js":{"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/bundles/chunk-LVTJYDSU.js","kind":"import-statement"}],"exports":[],"entryPoint":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/migrate/cli.mjs","inputs":{"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/migrate/cli.mjs":{"bytesInOutput":1154},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/migrate/index.mjs":{"bytesInOutput":829},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/migrate/migrate.mjs":{"bytesInOutput":407}},"bytes":3242},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/bundles/src/translate/cli.js.map":{"imports":[],"exports":[],"inputs":{},"bytes":7144},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/bundles/src/translate/cli.js":{"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/bundles/chunk-ZKAQNLEF.js","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/bundles/chunk-ZD3ZFOL2.js","kind":"import-statement"},{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/bundles/chunk-LVTJYDSU.js","kind":"import-statement"}],"exports":[],"entryPoint":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/cli.mjs","inputs":{"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/cli.mjs":{"bytesInOutput":3502},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/output_path.mjs":{"bytesInOutput":259},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/index.mjs":{"bytesInOutput":1423},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/asset_files/asset_translation_handler.mjs":{"bytesInOutput":978},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/source_files/source_file_translation_handler.mjs":{"bytesInOutput":3051},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_loader.mjs":{"bytesInOutput":3415},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translator.mjs":{"bytesInOutput":884}},"bytes":15228},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/bundles/chunk-ZKAQNLEF.js.map":{"imports":[],"exports":[],"inputs":{},"bytes":16693},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/bundles/chunk-ZKAQNLEF.js":{"imports":[{"path":"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/bundles/chunk-ZD3ZFOL2.js","kind":"import-statement"}],"exports":["ArbTranslationParser","SimpleJsonTranslationParser","Xliff1TranslationParser","Xliff2TranslationParser","XtbTranslationParser","makeEs2015TranslatePlugin","makeEs5TranslatePlugin","makeLocalePlugin"],"inputs":{"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/source_files/es2015_translate_plugin.mjs":{"bytesInOutput":926},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/source_files/es5_translate_plugin.mjs":{"bytesInOutput":1021},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/source_files/locale_plugin.mjs":{"bytesInOutput":1679},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/arb_translation_parser.mjs":{"bytesInOutput":1276},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/simple_json_translation_parser.mjs":{"bytesInOutput":1952},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xliff1_translation_parser.mjs":{"bytesInOutput":4196},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/base_visitor.mjs":{"bytesInOutput":289},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/message_serialization/message_serializer.mjs":{"bytesInOutput":2396},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/translation_parse_error.mjs":{"bytesInOutput":558},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/translation_utils.mjs":{"bytesInOutput":3101},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/message_serialization/target_message_renderer.mjs":{"bytesInOutput":1284},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/serialize_translation_message.mjs":{"bytesInOutput":428},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xliff2_translation_parser.mjs":{"bytesInOutput":4243},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_parsers/xtb_translation_parser.mjs":{"bytesInOutput":3169}},"bytes":29601},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/bundles/chunk-ZD3ZFOL2.js.map":{"imports":[],"exports":[],"inputs":{},"bytes":7175},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/bundles/chunk-ZD3ZFOL2.js":{"imports":[],"exports":["Diagnostics","buildCodeFrameError","buildLocalizeReplacement","getLocation","isBabelParseError","isGlobalIdentifier","isLocalize","isNamedIdentifier","parseSync","serializeLocationPosition","transformFromAstSync","transformSync","translate","types","unwrapExpressionsFromTemplateLiteral","unwrapMessagePartsFromLocalizeCall","unwrapMessagePartsFromTemplateLiteral","unwrapSubstitutionsFromLocalizeCall"],"inputs":{"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/diagnostics.mjs":{"bytesInOutput":906},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/source_file_utils.mjs":{"bytesInOutput":10400},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/babel_core.mjs":{"bytesInOutput":472}},"bytes":12948},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/bundles/chunk-LVTJYDSU.js.map":{"imports":[],"exports":[],"inputs":{},"bytes":69},"bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/bundles/chunk-LVTJYDSU.js":{"imports":[],"exports":["__spreadProps","__spreadValues"],"inputs":{},"bytes":1074}}}