From cf24c4fdc064d1ba88eb939d601ffd824926ed52 Mon Sep 17 00:00:00 2001 From: Andrew Casey Date: Thu, 20 Feb 2020 17:30:50 -0800 Subject: [PATCH 1/4] Fix copy-paste error in navigateToItemIsEqualTo (#36912) * Fix copy-paste error in navigateToItemIsEqualTo It was preventing de-duping of items found in multiple projects. * Add de-duping test --- src/server/session.ts | 2 +- src/testRunner/unittests/tsserver/navTo.ts | 41 ++++++++++++++++++++++ 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/src/server/session.ts b/src/server/session.ts index b5487bb7bdf4e..9df1bb1b41a48 100644 --- a/src/server/session.ts +++ b/src/server/session.ts @@ -1892,7 +1892,7 @@ namespace ts.server { a.fileName === b.fileName && a.isCaseSensitive === b.isCaseSensitive && a.kind === b.kind && - a.kindModifiers === b.containerName && + a.kindModifiers === b.kindModifiers && a.matchKind === b.matchKind && a.name === b.name && a.textSpan.start === b.textSpan.start && diff --git a/src/testRunner/unittests/tsserver/navTo.ts b/src/testRunner/unittests/tsserver/navTo.ts index b3aebef104368..0ce98a076de3f 100644 --- a/src/testRunner/unittests/tsserver/navTo.ts +++ b/src/testRunner/unittests/tsserver/navTo.ts @@ -26,5 +26,46 @@ namespace ts.projectSystem { const items2 = session.executeCommand(localFunctionNavToRequst).response as protocol.NavtoItem[]; assert.isTrue(containsNavToItem(items2, "foo", "function"), `Cannot find function symbol "foo".`); }); + + it("should de-duplicate symbols", () => { + const configFile1: File = { + path: "/a/tsconfig.json", + content: `{ + "compilerOptions": { + "composite": true + } +}` + }; + const file1: File = { + path: "/a/index.ts", + content: "export const abcdef = 1;" + }; + const configFile2: File = { + path: "/b/tsconfig.json", + content: `{ + "compilerOptions": { + "composite": true + }, + "references": [ + { "path": "../a" } + ] +}` + }; + const file2: File = { + path: "/b/index.ts", + content: `import a = require("../a"); +export const ghijkl = a.abcdef;` + }; + const host = createServerHost([configFile1, file1, configFile2, file2]); + const session = createSession(host); + openFilesForSession([file1, file2], session); + + const request = makeSessionRequest(CommandNames.Navto, { searchValue: "abcdef", file: file1.path }); + const items = session.executeCommand(request).response as protocol.NavtoItem[]; + assert.strictEqual(items.length, 1); + const item = items[0]; + assert.strictEqual(item.name, "abcdef"); + assert.strictEqual(item.file, file1.path); + }); }); } From 219f6d7d280f0bc8aa2a764118450f19a8d14df0 Mon Sep 17 00:00:00 2001 From: csigs Date: Fri, 21 Feb 2020 10:10:25 +0000 Subject: [PATCH 2/4] LEGO: check in for master to temporary branch. --- .../diagnosticMessages.generated.json.lcl | 2441 ++++++++++++++--- .../diagnosticMessages.generated.json.lcl | 2441 ++++++++++++++--- .../diagnosticMessages.generated.json.lcl | 2441 ++++++++++++++--- 3 files changed, 5970 insertions(+), 1353 deletions(-) diff --git a/src/loc/lcl/csy/diagnosticMessages/diagnosticMessages.generated.json.lcl b/src/loc/lcl/csy/diagnosticMessages/diagnosticMessages.generated.json.lcl index ce9c719d7961c..2819dce2950b9 100644 --- a/src/loc/lcl/csy/diagnosticMessages/diagnosticMessages.generated.json.lcl +++ b/src/loc/lcl/csy/diagnosticMessages/diagnosticMessages.generated.json.lcl @@ -57,6 +57,18 @@ + + + + + + + + + + + + @@ -93,6 +105,12 @@ + + + + + + @@ -114,15 +132,6 @@ - - - - - - - - - @@ -213,6 +222,12 @@ + + + + + + @@ -222,12 +237,9 @@ - + - - - - + @@ -279,15 +291,6 @@ - - - - - - - - - @@ -423,6 +426,12 @@ + + + + + + @@ -432,6 +441,12 @@ + + + + + + @@ -483,15 +498,6 @@ - - - - - - - - - @@ -510,6 +516,18 @@ + + + + + + + + + + + + @@ -582,6 +600,12 @@ + + + + + + @@ -630,6 +654,18 @@ + + + + + + + + + + + + @@ -749,10 +785,13 @@ - - + + + + + @@ -783,15 +822,6 @@ - - - - - - - - - @@ -810,6 +840,12 @@ + + + + + + @@ -948,6 +984,12 @@ + + + + + + @@ -975,6 +1017,24 @@ + + + + + + + + + + + + + + + + + + @@ -984,6 +1044,24 @@ + + + + + + + + + + + + + + + + + + @@ -1002,6 +1080,12 @@ + + + + + + @@ -1032,6 +1116,24 @@ + + + + + + + + + + + + + + + + + + @@ -1053,6 +1155,12 @@ + + + + + + @@ -1062,6 +1170,12 @@ + + + + + + @@ -1107,6 +1221,18 @@ + + + + + + + + + + + + @@ -1170,6 +1296,12 @@ + + + + + + @@ -1179,6 +1311,12 @@ + + + + + + @@ -1188,6 +1326,12 @@ + + + + + + @@ -1206,12 +1350,9 @@ - + - - - - + @@ -1251,12 +1392,15 @@ - + - - - - + + + + + + + @@ -1278,12 +1422,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -1332,6 +1491,12 @@ + + + + + + @@ -1341,6 +1506,12 @@ + + + + + + @@ -1395,6 +1566,12 @@ + + + + + + @@ -1404,6 +1581,12 @@ + + + + + + @@ -1413,6 +1596,18 @@ + + + + + + + + + + + + @@ -1530,12 +1725,9 @@ - + - - - - + @@ -1548,12 +1740,9 @@ - + - - - - + @@ -1611,6 +1800,18 @@ + + + + + + + + + + + + @@ -1656,6 +1857,18 @@ + + + + + + + + + + + + @@ -1695,6 +1908,18 @@ + + + + + + + + + + + + @@ -1740,12 +1965,9 @@ - + - - - - + @@ -1776,6 +1998,12 @@ + + + + + + @@ -1821,6 +2049,12 @@ + + + + + + @@ -1842,6 +2076,12 @@ + + + + + + @@ -1851,6 +2091,12 @@ + + + + + + @@ -1869,6 +2115,12 @@ + + + + + + @@ -1887,12 +2139,15 @@ - + - - - - + + + + + + + @@ -1932,21 +2187,18 @@ - + - + - + - + - - - - + @@ -1977,6 +2229,12 @@ + + + + + + @@ -2034,6 +2292,12 @@ + + + + + + @@ -2070,6 +2334,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2124,15 +2436,6 @@ - - - - - - - - - @@ -2160,20 +2463,29 @@ - + - - - - + + + + + + + + + + + + + - + - + - + @@ -2220,6 +2532,12 @@ + + + + + + @@ -2256,12 +2574,9 @@ - + - - - - + @@ -2391,6 +2706,12 @@ + + + + + + @@ -2409,15 +2730,6 @@ - - - - - - - - - @@ -2520,6 +2832,12 @@ + + + + + + @@ -2556,6 +2874,12 @@ + + + + + + @@ -2565,6 +2889,12 @@ + + + + + + @@ -2601,6 +2931,18 @@ + + + + + + + + + + + + @@ -2610,6 +2952,12 @@ + + + + + + @@ -2655,6 +3003,12 @@ + + + + + + @@ -2673,6 +3027,18 @@ + + + + + + + + + + + + @@ -2682,6 +3048,18 @@ + + + + + + + + + + + + @@ -2691,6 +3069,18 @@ + + + + + + + + + + + + @@ -2709,6 +3099,18 @@ + + + + + + + + + + + + @@ -2727,6 +3129,12 @@ + + + + + + @@ -2745,6 +3153,18 @@ + + + + + + + + + + + + @@ -2754,6 +3174,24 @@ + + + + + + + + + + + + + + + + + + @@ -2793,6 +3231,18 @@ + + + + + + + + + + + + @@ -2820,6 +3270,12 @@ + + + + + + @@ -2895,6 +3351,18 @@ + + + + + + + + + + + + @@ -2940,6 +3408,48 @@ + + + + + + + + + + + + + + + {1}'?]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2979,6 +3489,12 @@ + + + + + + @@ -2988,6 +3504,12 @@ + + + + + + @@ -3114,15 +3636,6 @@ - - - - - - - - - @@ -3225,6 +3738,12 @@ + + + + + + @@ -3243,15 +3762,6 @@ - - - - - - - - - @@ -3270,6 +3780,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -3288,10 +3822,16 @@ - + - - + + + + + + + + @@ -3306,6 +3846,12 @@ + + + + + + @@ -3324,6 +3870,15 @@ + + + + + + + + + @@ -3333,6 +3888,12 @@ + + + + + + @@ -3360,6 +3921,18 @@ + + + + + + + + + + + + @@ -3471,6 +4044,12 @@ + + + + + + @@ -3579,12 +4158,9 @@ - + - - - - + @@ -3599,10 +4175,13 @@ - - + + + + + @@ -3735,6 +4314,12 @@ + + + + + + @@ -3816,6 +4401,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -3870,6 +4479,12 @@ + + + + + + @@ -3879,12 +4494,9 @@ - + - - - - + @@ -3897,12 +4509,9 @@ - + - - - - + @@ -3993,6 +4602,21 @@ + + + + + + + + + + + + + + + @@ -4002,29 +4626,29 @@ - + - + - + - + - + - + - + - + - + @@ -4119,6 +4743,12 @@ + + + + + + @@ -4128,6 +4758,12 @@ + + + + + + @@ -4155,12 +4791,9 @@ - + - - - - + @@ -4200,15 +4833,6 @@ - - - - - - - - - @@ -4263,6 +4887,12 @@ + + + + + + @@ -4302,6 +4932,12 @@ + + + + + + @@ -4320,6 +4956,12 @@ + + + + + + @@ -4383,6 +5025,12 @@ + + + + + + @@ -4434,6 +5082,12 @@ + + + + + + @@ -4500,15 +5154,6 @@ - - - - - - - - - @@ -4575,6 +5220,12 @@ + + + + + + @@ -4848,6 +5499,12 @@ + + + + + + @@ -4971,6 +5628,12 @@ + + + + + + @@ -5037,6 +5700,12 @@ + + + + + + @@ -5211,6 +5880,12 @@ + + + + + + @@ -5274,12 +5949,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -5310,6 +6000,12 @@ + + + + + + @@ -5328,6 +6024,12 @@ + + + + + + @@ -5340,15 +6042,6 @@ - - - - - - - - - @@ -5385,6 +6078,12 @@ + + + + + + @@ -5421,6 +6120,12 @@ + + + + + + @@ -5505,6 +6210,24 @@ + + + + + + + + + + + + + + + + + + @@ -5514,6 +6237,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -5532,6 +6279,18 @@ + + + + + + + + + + + + @@ -5541,6 +6300,18 @@ + + + + + + + + + + + + @@ -5550,6 +6321,12 @@ + + + + + + @@ -5667,6 +6444,12 @@ + + + + + + @@ -5742,6 +6525,12 @@ + + + + + + @@ -5769,6 +6558,12 @@ + + + + + + @@ -5814,6 +6609,12 @@ + + + + + + @@ -5841,6 +6642,12 @@ + + + + + + @@ -5895,12 +6702,9 @@ - + - - - - + @@ -5967,6 +6771,12 @@ + + + + + + @@ -5976,6 +6786,24 @@ + + + + + + + + + + + + + + + + + + @@ -6174,6 +7002,18 @@ + + + + + + + + + + + + @@ -6246,6 +7086,12 @@ + + + + + + @@ -6255,6 +7101,12 @@ + + + + + + @@ -6264,6 +7116,12 @@ + + + + + + @@ -6282,6 +7140,12 @@ + + + + + + @@ -6291,6 +7155,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -6300,6 +7194,12 @@ + + + + + + @@ -6327,6 +7227,18 @@ + + + + + + + + + + + + @@ -6399,15 +7311,6 @@ - - - - - - - - - @@ -6453,6 +7356,18 @@ + + + + + + + + + + + + @@ -6474,6 +7389,18 @@ + + + + + + + + + + + + @@ -6492,6 +7419,12 @@ + + + + + + @@ -6501,6 +7434,18 @@ + + + + + + + + + + + + @@ -6573,6 +7518,12 @@ + + + + + + @@ -6627,6 +7578,18 @@ + + + + + + + + + + + + @@ -6780,6 +7743,12 @@ + + + + + + @@ -6798,6 +7767,12 @@ + + + + + + @@ -6816,6 +7791,12 @@ + + + + + + @@ -6843,18 +7824,6 @@ - - - - - - - - - - - - @@ -6873,6 +7842,24 @@ + + + + + + + + + + + + + + + + + + @@ -6882,6 +7869,12 @@ + + + + + + @@ -6900,6 +7893,12 @@ + + + + + + @@ -6909,6 +7908,12 @@ + + + + + + @@ -7086,6 +8091,18 @@ + + + + + + + + + + + + @@ -7095,6 +8112,12 @@ + + + + + + @@ -7380,6 +8403,18 @@ + + + + + + + + + + + + @@ -7452,12 +8487,9 @@ - + - - - - + @@ -7488,12 +8520,9 @@ - + - - - - + @@ -7506,6 +8535,18 @@ + + + + + + + + + + + + @@ -7515,15 +8556,9 @@ - + - - - - - - - + @@ -7536,6 +8571,24 @@ + + + + + + + + + + + + + + + + + + @@ -7581,6 +8634,18 @@ + + + + + + + + + + + + @@ -7710,15 +8775,9 @@ - + - - - - - - - + @@ -7785,6 +8844,12 @@ + + + + + + @@ -7794,6 +8859,18 @@ + + + + + + + + + + + + @@ -7812,6 +8889,18 @@ + + + + + + + + + + + + @@ -7857,6 +8946,12 @@ + + + + + + @@ -7875,21 +8970,51 @@ - + - - - - + - + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -7914,12 +9039,21 @@ - + - - - - + + + + + + + + + + + + + @@ -7932,6 +9066,18 @@ + + + + + + + + + + + + @@ -7950,6 +9096,12 @@ + + + + + + @@ -7977,6 +9129,12 @@ + + + + + + @@ -7986,12 +9144,15 @@ - + - - - - + + + + + + + @@ -8043,21 +9204,39 @@ + + + + + + - - + + + + + - - + + + + + + + + + + + @@ -8070,6 +9249,18 @@ + + + + + + + + + + + + @@ -8124,12 +9315,9 @@ - + - - - - + @@ -8154,6 +9342,12 @@ + + + + + + @@ -8175,6 +9369,12 @@ + + + + + + @@ -8202,6 +9402,12 @@ + + + + + + @@ -8211,21 +9417,33 @@ - + - - - - + - + - - - - + + + + + + + + + + + + + + + + + + + @@ -8256,6 +9474,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -8265,6 +9507,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -8274,12 +9564,21 @@ - + - - - - + + + + + + + + + + + + + @@ -8301,12 +9600,9 @@ - + - - - - + @@ -8331,21 +9627,15 @@ - + - - - - + - + - - - - + @@ -8376,6 +9666,18 @@ + + + + + + + + + + + + @@ -8394,21 +9696,15 @@ - + - - - - + - + - - - - + @@ -8439,15 +9735,6 @@ - - - - - - - - - @@ -8580,6 +9867,12 @@ + + + + + + @@ -8589,6 +9882,12 @@ + + + + + + @@ -8616,6 +9915,12 @@ + + + + + + @@ -8625,6 +9930,18 @@ + + + + + + + + + + + + @@ -8643,6 +9960,12 @@ + + + + + + @@ -8661,6 +9984,12 @@ + + + + + + @@ -8679,6 +10008,12 @@ + + + + + + @@ -8742,6 +10077,12 @@ + + + + + + @@ -8787,6 +10128,18 @@ + + + + + + + + + + + + @@ -8844,6 +10197,12 @@ + + + + + + @@ -8952,6 +10311,18 @@ + + + '}` or `>`?]]> + + + + + + + + + @@ -8961,6 +10332,18 @@ + + + + + + + + + + + + @@ -8970,6 +10353,12 @@ + + + + + + @@ -8988,6 +10377,24 @@ + + + + + + + + + + + + + + + + + + @@ -9069,6 +10476,12 @@ + + + + + + @@ -9078,6 +10491,12 @@ + + + + + + @@ -9096,6 +10515,12 @@ + + + + + + @@ -9132,6 +10557,18 @@ + + + + + + + + + + + + @@ -9186,6 +10623,12 @@ + + + + + + @@ -9195,6 +10638,18 @@ + + + + + + + + + + + + @@ -9222,6 +10677,12 @@ + + + + + + @@ -9231,12 +10692,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -9249,6 +10725,12 @@ + + + + + + @@ -9276,6 +10758,12 @@ + + + + + + @@ -9294,6 +10782,24 @@ + + + + + + + + + + + + + + + + + + @@ -9321,6 +10827,12 @@ + + + + + + @@ -9438,6 +10950,12 @@ + + + + + + @@ -9447,6 +10965,12 @@ + + + + + + @@ -9465,6 +10989,12 @@ + + + + + + @@ -9474,6 +11004,12 @@ + + + + + + @@ -9492,6 +11028,24 @@ + + + + + + + + + + + + + + + + + + @@ -9501,6 +11055,12 @@ + + + + + + @@ -9510,12 +11070,21 @@ - + - - - - + + + + + + + + + + + + + @@ -9528,6 +11097,12 @@ + + + + + + @@ -9540,6 +11115,12 @@ + + + + + + @@ -9606,6 +11187,12 @@ + + + + + + @@ -9618,6 +11205,12 @@ + + + + + + @@ -9636,21 +11229,9 @@ - - - - - - - - - - + - - - - + @@ -9735,21 +11316,15 @@ - + - - - - + - + - - - - + @@ -9762,15 +11337,6 @@ - - - - - - - - - @@ -9789,24 +11355,6 @@ - - - - - - - - - - - - ()' instead.]]> - - ().]]> - - - - @@ -9816,15 +11364,6 @@ - - - - - - - - - @@ -9852,6 +11391,18 @@ + + + + + + + + + + + + @@ -9861,12 +11412,21 @@ - + - - - - + + + + + + + + + + + + + @@ -9888,6 +11448,12 @@ + + + + + + @@ -9954,6 +11520,12 @@ + + + + + + @@ -10044,51 +11616,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -10116,6 +11643,18 @@ + + + + + + + + + + + + diff --git a/src/loc/lcl/deu/diagnosticMessages/diagnosticMessages.generated.json.lcl b/src/loc/lcl/deu/diagnosticMessages/diagnosticMessages.generated.json.lcl index 62dc9fc878a28..0ba8b6e937485 100644 --- a/src/loc/lcl/deu/diagnosticMessages/diagnosticMessages.generated.json.lcl +++ b/src/loc/lcl/deu/diagnosticMessages/diagnosticMessages.generated.json.lcl @@ -48,6 +48,18 @@ + + + + + + + + + + + + @@ -84,6 +96,12 @@ + + + + + + @@ -105,15 +123,6 @@ - - - - - - - - - @@ -204,6 +213,12 @@ + + + + + + @@ -213,12 +228,9 @@ - + - - - - + @@ -270,15 +282,6 @@ - - - - - - - - - @@ -414,6 +417,12 @@ + + + + + + @@ -423,6 +432,12 @@ + + + + + + @@ -474,15 +489,6 @@ - - - - - - - - - @@ -501,6 +507,18 @@ + + + + + + + + + + + + @@ -573,6 +591,12 @@ + + + + + + @@ -618,6 +642,18 @@ + + + + + + + + + + + + @@ -737,10 +773,13 @@ - - + + + + + @@ -771,15 +810,6 @@ - - - - - - - - - @@ -798,6 +828,12 @@ + + + + + + @@ -936,6 +972,12 @@ + + + + + + @@ -963,6 +1005,24 @@ + + + + + + + + + + + + + + + + + + @@ -972,6 +1032,24 @@ + + + + + + + + + + + + + + + + + + @@ -990,6 +1068,12 @@ + + + + + + @@ -1020,6 +1104,24 @@ + + + + + + + + + + + + + + + + + + @@ -1041,6 +1143,12 @@ + + + + + + @@ -1050,6 +1158,12 @@ + + + + + + @@ -1095,6 +1209,18 @@ + + + + + + + + + + + + @@ -1158,6 +1284,12 @@ + + + + + + @@ -1167,6 +1299,12 @@ + + + + + + @@ -1176,6 +1314,12 @@ + + + + + + @@ -1194,12 +1338,9 @@ - + - - - - + @@ -1239,12 +1380,15 @@ - + - - - - + + + + + + + @@ -1266,12 +1410,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -1320,6 +1479,12 @@ + + + + + + @@ -1329,6 +1494,12 @@ + + + + + + @@ -1383,6 +1554,12 @@ + + + + + + @@ -1392,6 +1569,12 @@ + + + + + + @@ -1401,6 +1584,18 @@ + + + + + + + + + + + + @@ -1518,12 +1713,9 @@ - + - - - - + @@ -1536,12 +1728,9 @@ - + - - - - + @@ -1599,6 +1788,18 @@ + + + + + + + + + + + + @@ -1644,6 +1845,18 @@ + + + + + + + + + + + + @@ -1683,6 +1896,18 @@ + + + + + + + + + + + + @@ -1728,12 +1953,9 @@ - + - - - - + @@ -1764,6 +1986,12 @@ + + + + + + @@ -1809,6 +2037,12 @@ + + + + + + @@ -1830,6 +2064,12 @@ + + + + + + @@ -1839,6 +2079,12 @@ + + + + + + @@ -1857,6 +2103,12 @@ + + + + + + @@ -1875,12 +2127,15 @@ - + - - - - + + + + + + + @@ -1920,21 +2175,18 @@ - + - + - + - + - - - - + @@ -1965,6 +2217,12 @@ + + + + + + @@ -2022,6 +2280,12 @@ + + + + + + @@ -2058,6 +2322,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2112,15 +2424,6 @@ - - - - - - - - - @@ -2148,20 +2451,29 @@ - + - - - - + + + + + + + + + + + + + - + - + - + @@ -2208,6 +2520,12 @@ + + + + + + @@ -2244,12 +2562,9 @@ - + - - - - + @@ -2379,6 +2694,12 @@ + + + + + + @@ -2397,15 +2718,6 @@ - - - - - - - - - @@ -2508,6 +2820,12 @@ + + + + + + @@ -2544,6 +2862,12 @@ + + + + + + @@ -2553,6 +2877,12 @@ + + + + + + @@ -2589,6 +2919,18 @@ + + + + + + + + + + + + @@ -2598,6 +2940,12 @@ + + + + + + @@ -2643,6 +2991,12 @@ + + + + + + @@ -2661,6 +3015,18 @@ + + + + + + + + + + + + @@ -2670,6 +3036,18 @@ + + + + + + + + + + + + @@ -2679,6 +3057,18 @@ + + + + + + + + + + + + @@ -2697,6 +3087,18 @@ + + + + + + + + + + + + @@ -2715,6 +3117,12 @@ + + + + + + @@ -2733,6 +3141,18 @@ + + + + + + + + + + + + @@ -2742,6 +3162,24 @@ + + + + + + + + + + + + + + + + + + @@ -2781,6 +3219,18 @@ + + + + + + + + + + + + @@ -2808,6 +3258,12 @@ + + + + + + @@ -2883,6 +3339,18 @@ + + + + + + + + + + + + @@ -2928,6 +3396,48 @@ + + + + + + + + + + + + + + + {1}'?]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2967,6 +3477,12 @@ + + + + + + @@ -2976,6 +3492,12 @@ + + + + + + @@ -3102,15 +3624,6 @@ - - - - - - - - - @@ -3213,6 +3726,12 @@ + + + + + + @@ -3231,15 +3750,6 @@ - - - - - - - - - @@ -3258,6 +3768,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -3276,10 +3810,16 @@ - + - - + + + + + + + + @@ -3294,6 +3834,12 @@ + + + + + + @@ -3312,6 +3858,15 @@ + + + + + + + + + @@ -3321,6 +3876,12 @@ + + + + + + @@ -3348,6 +3909,18 @@ + + + + + + + + + + + + @@ -3459,6 +4032,12 @@ + + + + + + @@ -3567,12 +4146,9 @@ - + - - - - + @@ -3587,10 +4163,13 @@ - - + + + + + @@ -3723,6 +4302,12 @@ + + + + + + @@ -3804,6 +4389,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -3858,6 +4467,12 @@ + + + + + + @@ -3867,12 +4482,9 @@ - + - - - - + @@ -3885,12 +4497,9 @@ - + - - - - + @@ -3981,6 +4590,21 @@ + + + + + + + + + + + + + + + @@ -3990,29 +4614,29 @@ - + - + - + - + - + - + - + - + - + @@ -4107,6 +4731,12 @@ + + + + + + @@ -4116,6 +4746,12 @@ + + + + + + @@ -4143,12 +4779,9 @@ - + - - - - + @@ -4188,15 +4821,6 @@ - - - - - - - - - @@ -4251,6 +4875,12 @@ + + + + + + @@ -4290,6 +4920,12 @@ + + + + + + @@ -4308,6 +4944,12 @@ + + + + + + @@ -4371,6 +5013,12 @@ + + + + + + @@ -4422,6 +5070,12 @@ + + + + + + @@ -4488,15 +5142,6 @@ - - - - - - - - - @@ -4563,6 +5208,12 @@ + + + + + + @@ -4836,6 +5487,12 @@ + + + + + + @@ -4959,6 +5616,12 @@ + + + + + + @@ -5025,6 +5688,12 @@ + + + + + + @@ -5199,6 +5868,12 @@ + + + + + + @@ -5262,12 +5937,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -5298,6 +5988,12 @@ + + + + + + @@ -5316,6 +6012,12 @@ + + + + + + @@ -5328,15 +6030,6 @@ - - - - - - - - - @@ -5373,6 +6066,12 @@ + + + + + + @@ -5409,6 +6108,12 @@ + + + + + + @@ -5493,6 +6198,24 @@ + + + + + + + + + + + + + + + + + + @@ -5502,6 +6225,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -5520,6 +6267,18 @@ + + + + + + + + + + + + @@ -5529,6 +6288,18 @@ + + + + + + + + + + + + @@ -5538,6 +6309,12 @@ + + + + + + @@ -5655,6 +6432,12 @@ + + + + + + @@ -5730,6 +6513,12 @@ + + + + + + @@ -5757,6 +6546,12 @@ + + + + + + @@ -5802,6 +6597,12 @@ + + + + + + @@ -5829,6 +6630,12 @@ + + + + + + @@ -5883,12 +6690,9 @@ - + - - - - + @@ -5955,6 +6759,12 @@ + + + + + + @@ -5964,6 +6774,24 @@ + + + + + + + + + + + + + + + + + + @@ -6162,6 +6990,18 @@ + + + + + + + + + + + + @@ -6231,6 +7071,12 @@ + + + + + + @@ -6240,6 +7086,12 @@ + + + + + + @@ -6249,6 +7101,12 @@ + + + + + + @@ -6267,6 +7125,12 @@ + + + + + + @@ -6276,6 +7140,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -6285,6 +7179,12 @@ + + + + + + @@ -6312,6 +7212,18 @@ + + + + + + + + + + + + @@ -6384,15 +7296,6 @@ - - - - - - - - - @@ -6438,6 +7341,18 @@ + + + + + + + + + + + + @@ -6459,6 +7374,18 @@ + + + + + + + + + + + + @@ -6477,6 +7404,12 @@ + + + + + + @@ -6486,6 +7419,18 @@ + + + + + + + + + + + + @@ -6558,6 +7503,12 @@ + + + + + + @@ -6612,6 +7563,18 @@ + + + + + + + + + + + + @@ -6765,6 +7728,12 @@ + + + + + + @@ -6783,6 +7752,12 @@ + + + + + + @@ -6801,6 +7776,12 @@ + + + + + + @@ -6828,18 +7809,6 @@ - - - - - - - - - - - - @@ -6858,6 +7827,24 @@ + + + + + + + + + + + + + + + + + + @@ -6867,6 +7854,12 @@ + + + + + + @@ -6885,6 +7878,12 @@ + + + + + + @@ -6894,6 +7893,12 @@ + + + + + + @@ -7071,6 +8076,18 @@ + + + + + + + + + + + + @@ -7080,6 +8097,12 @@ + + + + + + @@ -7365,6 +8388,18 @@ + + + + + + + + + + + + @@ -7437,12 +8472,9 @@ - + - - - - + @@ -7473,12 +8505,9 @@ - + - - - - + @@ -7491,6 +8520,18 @@ + + + + + + + + + + + + @@ -7500,15 +8541,9 @@ - + - - - - - - - + @@ -7521,6 +8556,24 @@ + + + + + + + + + + + + + + + + + + @@ -7566,6 +8619,18 @@ + + + + + + + + + + + + @@ -7695,15 +8760,9 @@ - + - - - - - - - + @@ -7770,6 +8829,12 @@ + + + + + + @@ -7779,6 +8844,18 @@ + + + + + + + + + + + + @@ -7797,6 +8874,18 @@ + + + + + + + + + + + + @@ -7842,6 +8931,12 @@ + + + + + + @@ -7860,21 +8955,51 @@ - + - - - - + - + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -7899,12 +9024,21 @@ - + - - - - + + + + + + + + + + + + + @@ -7917,6 +9051,18 @@ + + + + + + + + + + + + @@ -7935,6 +9081,12 @@ + + + + + + @@ -7962,6 +9114,12 @@ + + + + + + @@ -7971,12 +9129,15 @@ - + - - - - + + + + + + + @@ -8028,21 +9189,39 @@ + + + + + + - - + + + + + - - + + + + + + + + + + + @@ -8055,6 +9234,18 @@ + + + + + + + + + + + + @@ -8109,12 +9300,9 @@ - + - - - - + @@ -8139,6 +9327,12 @@ + + + + + + @@ -8160,6 +9354,12 @@ + + + + + + @@ -8187,6 +9387,12 @@ + + + + + + @@ -8196,21 +9402,33 @@ - + - - - - + - + - - - - + + + + + + + + + + + + + + + + + + + @@ -8241,6 +9459,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -8250,6 +9492,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -8259,12 +9549,21 @@ - + - - - - + + + + + + + + + + + + + @@ -8286,12 +9585,9 @@ - + - - - - + @@ -8316,21 +9612,15 @@ - + - - - - + - + - - - - + @@ -8361,6 +9651,18 @@ + + + + + + + + + + + + @@ -8379,21 +9681,15 @@ - + - - - - + - + - - - - + @@ -8424,15 +9720,6 @@ - - - - - - - - - @@ -8565,6 +9852,12 @@ + + + + + + @@ -8574,6 +9867,12 @@ + + + + + + @@ -8601,6 +9900,12 @@ + + + + + + @@ -8610,6 +9915,18 @@ + + + + + + + + + + + + @@ -8628,6 +9945,12 @@ + + + + + + @@ -8646,6 +9969,12 @@ + + + + + + @@ -8664,6 +9993,12 @@ + + + + + + @@ -8727,6 +10062,12 @@ + + + + + + @@ -8772,6 +10113,18 @@ + + + + + + + + + + + + @@ -8829,6 +10182,12 @@ + + + + + + @@ -8937,6 +10296,18 @@ + + + '}` or `>`?]]> + + + + + + + + + @@ -8946,6 +10317,18 @@ + + + + + + + + + + + + @@ -8955,6 +10338,12 @@ + + + + + + @@ -8973,6 +10362,24 @@ + + + + + + + + + + + + + + + + + + @@ -9054,6 +10461,12 @@ + + + + + + @@ -9063,6 +10476,12 @@ + + + + + + @@ -9081,6 +10500,12 @@ + + + + + + @@ -9117,6 +10542,18 @@ + + + + + + + + + + + + @@ -9171,6 +10608,12 @@ + + + + + + @@ -9180,6 +10623,18 @@ + + + + + + + + + + + + @@ -9207,6 +10662,12 @@ + + + + + + @@ -9216,12 +10677,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -9234,6 +10710,12 @@ + + + + + + @@ -9261,6 +10743,12 @@ + + + + + + @@ -9279,6 +10767,24 @@ + + + + + + + + + + + + + + + + + + @@ -9306,6 +10812,12 @@ + + + + + + @@ -9423,6 +10935,12 @@ + + + + + + @@ -9432,6 +10950,12 @@ + + + + + + @@ -9450,6 +10974,12 @@ + + + + + + @@ -9459,6 +10989,12 @@ + + + + + + @@ -9477,6 +11013,24 @@ + + + + + + + + + + + + + + + + + + @@ -9486,6 +11040,12 @@ + + + + + + @@ -9495,12 +11055,21 @@ - + - - - - + + + + + + + + + + + + + @@ -9513,6 +11082,12 @@ + + + + + + @@ -9525,6 +11100,12 @@ + + + + + + @@ -9591,6 +11172,12 @@ + + + + + + @@ -9603,6 +11190,12 @@ + + + + + + @@ -9621,21 +11214,9 @@ - - - - - - - - - - + - - - - + @@ -9720,21 +11301,15 @@ - + - - - - + - + - - - - + @@ -9747,15 +11322,6 @@ - - - - - - - - - @@ -9774,24 +11340,6 @@ - - - - - - - - - - - - ()' instead.]]> - - ()".]]> - - - - @@ -9801,15 +11349,6 @@ - - - - - - - - - @@ -9837,6 +11376,18 @@ + + + + + + + + + + + + @@ -9846,12 +11397,21 @@ - + - - - - + + + + + + + + + + + + + @@ -9873,6 +11433,12 @@ + + + + + + @@ -9939,6 +11505,12 @@ + + + + + + @@ -10029,51 +11601,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -10101,6 +11628,18 @@ + + + + + + + + + + + + diff --git a/src/loc/lcl/esn/diagnosticMessages/diagnosticMessages.generated.json.lcl b/src/loc/lcl/esn/diagnosticMessages/diagnosticMessages.generated.json.lcl index 1b1a735c1dc31..95ea52c8066b2 100644 --- a/src/loc/lcl/esn/diagnosticMessages/diagnosticMessages.generated.json.lcl +++ b/src/loc/lcl/esn/diagnosticMessages/diagnosticMessages.generated.json.lcl @@ -57,6 +57,18 @@ + + + + + + + + + + + + @@ -93,6 +105,12 @@ + + + + + + @@ -114,15 +132,6 @@ - - - - - - - - - @@ -213,6 +222,12 @@ + + + + + + @@ -222,12 +237,9 @@ - + - - - - + @@ -279,15 +291,6 @@ - - - - - - - - - @@ -423,6 +426,12 @@ + + + + + + @@ -432,6 +441,12 @@ + + + + + + @@ -483,15 +498,6 @@ - - - - - - - - - @@ -510,6 +516,18 @@ + + + + + + + + + + + + @@ -582,6 +600,12 @@ + + + + + + @@ -630,6 +654,18 @@ + + + + + + + + + + + + @@ -749,10 +785,13 @@ - - + + + + + @@ -783,15 +822,6 @@ - - - - - - - - - @@ -810,6 +840,12 @@ + + + + + + @@ -948,6 +984,12 @@ + + + + + + @@ -975,6 +1017,24 @@ + + + + + + + + + + + + + + + + + + @@ -984,6 +1044,24 @@ + + + + + + + + + + + + + + + + + + @@ -1002,6 +1080,12 @@ + + + + + + @@ -1032,6 +1116,24 @@ + + + + + + + + + + + + + + + + + + @@ -1056,6 +1158,12 @@ + + + + + + @@ -1065,6 +1173,12 @@ + + + + + + @@ -1110,6 +1224,18 @@ + + + + + + + + + + + + @@ -1173,6 +1299,12 @@ + + + + + + @@ -1182,6 +1314,12 @@ + + + + + + @@ -1191,6 +1329,12 @@ + + + + + + @@ -1209,12 +1353,9 @@ - + - - - - + @@ -1254,12 +1395,15 @@ - + - - - - + + + + + + + @@ -1281,12 +1425,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -1335,6 +1494,12 @@ + + + + + + @@ -1344,6 +1509,12 @@ + + + + + + @@ -1398,6 +1569,12 @@ + + + + + + @@ -1407,6 +1584,12 @@ + + + + + + @@ -1416,6 +1599,18 @@ + + + + + + + + + + + + @@ -1533,12 +1728,9 @@ - + - - - - + @@ -1551,12 +1743,9 @@ - + - - - - + @@ -1614,6 +1803,18 @@ + + + + + + + + + + + + @@ -1659,6 +1860,18 @@ + + + + + + + + + + + + @@ -1698,6 +1911,18 @@ + + + + + + + + + + + + @@ -1743,12 +1968,9 @@ - + - - - - + @@ -1779,6 +2001,12 @@ + + + + + + @@ -1824,6 +2052,12 @@ + + + + + + @@ -1845,6 +2079,12 @@ + + + + + + @@ -1854,6 +2094,12 @@ + + + + + + @@ -1872,6 +2118,12 @@ + + + + + + @@ -1890,12 +2142,15 @@ - + - - - - + + + + + + + @@ -1935,21 +2190,18 @@ - + - + - + - + - - - - + @@ -1980,6 +2232,12 @@ + + + + + + @@ -2037,6 +2295,12 @@ + + + + + + @@ -2073,6 +2337,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2127,15 +2439,6 @@ - - - - - - - - - @@ -2163,20 +2466,29 @@ - + - - - - + + + + + + + + + + + + + - + - + - + @@ -2223,6 +2535,12 @@ + + + + + + @@ -2259,12 +2577,9 @@ - + - - - - + @@ -2394,6 +2709,12 @@ + + + + + + @@ -2412,15 +2733,6 @@ - - - - - - - - - @@ -2523,6 +2835,12 @@ + + + + + + @@ -2559,6 +2877,12 @@ + + + + + + @@ -2568,6 +2892,12 @@ + + + + + + @@ -2604,6 +2934,18 @@ + + + + + + + + + + + + @@ -2613,6 +2955,12 @@ + + + + + + @@ -2658,6 +3006,12 @@ + + + + + + @@ -2676,6 +3030,18 @@ + + + + + + + + + + + + @@ -2685,6 +3051,18 @@ + + + + + + + + + + + + @@ -2694,6 +3072,18 @@ + + + + + + + + + + + + @@ -2712,6 +3102,18 @@ + + + + + + + + + + + + @@ -2730,6 +3132,12 @@ + + + + + + @@ -2748,6 +3156,18 @@ + + + + + + + + + + + + @@ -2757,6 +3177,24 @@ + + + + + + + + + + + + + + + + + + @@ -2796,6 +3234,18 @@ + + + + + + + + + + + + @@ -2823,6 +3273,12 @@ + + + + + + @@ -2898,6 +3354,18 @@ + + + + + + + + + + + + @@ -2943,6 +3411,48 @@ + + + + + + + + + + + + + + + {1}'?]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2982,6 +3492,12 @@ + + + + + + @@ -2991,6 +3507,12 @@ + + + + + + @@ -3117,15 +3639,6 @@ - - - - - - - - - @@ -3228,6 +3741,12 @@ + + + + + + @@ -3246,15 +3765,6 @@ - - - - - - - - - @@ -3273,6 +3783,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -3291,10 +3825,16 @@ - + - - + + + + + + + + @@ -3309,6 +3849,12 @@ + + + + + + @@ -3327,6 +3873,15 @@ + + + + + + + + + @@ -3336,6 +3891,12 @@ + + + + + + @@ -3363,6 +3924,18 @@ + + + + + + + + + + + + @@ -3474,6 +4047,12 @@ + + + + + + @@ -3582,12 +4161,9 @@ - + - - - - + @@ -3602,10 +4178,13 @@ - - + + + + + @@ -3738,6 +4317,12 @@ + + + + + + @@ -3819,6 +4404,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -3873,6 +4482,12 @@ + + + + + + @@ -3882,12 +4497,9 @@ - + - - - - + @@ -3900,12 +4512,9 @@ - + - - - - + @@ -3996,6 +4605,21 @@ + + + + + + + + + + + + + + + @@ -4005,29 +4629,29 @@ - + - + - + - + - + - + - + - + - + @@ -4122,6 +4746,12 @@ + + + + + + @@ -4131,6 +4761,12 @@ + + + + + + @@ -4158,12 +4794,9 @@ - + - - - - + @@ -4203,15 +4836,6 @@ - - - - - - - - - @@ -4266,6 +4890,12 @@ + + + + + + @@ -4305,6 +4935,12 @@ + + + + + + @@ -4323,6 +4959,12 @@ + + + + + + @@ -4386,6 +5028,12 @@ + + + + + + @@ -4437,6 +5085,12 @@ + + + + + + @@ -4503,15 +5157,6 @@ - - - - - - - - - @@ -4578,6 +5223,12 @@ + + + + + + @@ -4851,6 +5502,12 @@ + + + + + + @@ -4974,6 +5631,12 @@ + + + + + + @@ -5040,6 +5703,12 @@ + + + + + + @@ -5214,6 +5883,12 @@ + + + + + + @@ -5277,12 +5952,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -5313,6 +6003,12 @@ + + + + + + @@ -5331,6 +6027,12 @@ + + + + + + @@ -5343,15 +6045,6 @@ - - - - - - - - - @@ -5388,6 +6081,12 @@ + + + + + + @@ -5424,6 +6123,12 @@ + + + + + + @@ -5508,6 +6213,24 @@ + + + + + + + + + + + + + + + + + + @@ -5517,6 +6240,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -5535,6 +6282,18 @@ + + + + + + + + + + + + @@ -5544,6 +6303,18 @@ + + + + + + + + + + + + @@ -5553,6 +6324,12 @@ + + + + + + @@ -5670,6 +6447,12 @@ + + + + + + @@ -5745,6 +6528,12 @@ + + + + + + @@ -5772,6 +6561,12 @@ + + + + + + @@ -5817,6 +6612,12 @@ + + + + + + @@ -5844,6 +6645,12 @@ + + + + + + @@ -5898,12 +6705,9 @@ - + - - - - + @@ -5970,6 +6774,12 @@ + + + + + + @@ -5979,6 +6789,24 @@ + + + + + + + + + + + + + + + + + + @@ -6177,6 +7005,18 @@ + + + + + + + + + + + + @@ -6249,6 +7089,12 @@ + + + + + + @@ -6258,6 +7104,12 @@ + + + + + + @@ -6267,6 +7119,12 @@ + + + + + + @@ -6285,6 +7143,12 @@ + + + + + + @@ -6294,6 +7158,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -6303,6 +7197,12 @@ + + + + + + @@ -6330,6 +7230,18 @@ + + + + + + + + + + + + @@ -6402,15 +7314,6 @@ - - - - - - - - - @@ -6456,6 +7359,18 @@ + + + + + + + + + + + + @@ -6477,6 +7392,18 @@ + + + + + + + + + + + + @@ -6495,6 +7422,12 @@ + + + + + + @@ -6504,6 +7437,18 @@ + + + + + + + + + + + + @@ -6576,6 +7521,12 @@ + + + + + + @@ -6630,6 +7581,18 @@ + + + + + + + + + + + + @@ -6783,6 +7746,12 @@ + + + + + + @@ -6801,6 +7770,12 @@ + + + + + + @@ -6819,6 +7794,12 @@ + + + + + + @@ -6846,18 +7827,6 @@ - - - - - - - - - - - - @@ -6876,6 +7845,24 @@ + + + + + + + + + + + + + + + + + + @@ -6885,6 +7872,12 @@ + + + + + + @@ -6903,6 +7896,12 @@ + + + + + + @@ -6912,6 +7911,12 @@ + + + + + + @@ -7089,6 +8094,18 @@ + + + + + + + + + + + + @@ -7098,6 +8115,12 @@ + + + + + + @@ -7383,6 +8406,18 @@ + + + + + + + + + + + + @@ -7455,12 +8490,9 @@ - + - - - - + @@ -7491,12 +8523,9 @@ - + - - - - + @@ -7509,6 +8538,18 @@ + + + + + + + + + + + + @@ -7518,15 +8559,9 @@ - + - - - - - - - + @@ -7539,6 +8574,24 @@ + + + + + + + + + + + + + + + + + + @@ -7584,6 +8637,18 @@ + + + + + + + + + + + + @@ -7713,15 +8778,9 @@ - + - - - - - - - + @@ -7788,6 +8847,12 @@ + + + + + + @@ -7797,6 +8862,18 @@ + + + + + + + + + + + + @@ -7815,6 +8892,18 @@ + + + + + + + + + + + + @@ -7860,6 +8949,12 @@ + + + + + + @@ -7878,21 +8973,51 @@ - + - - - - + - + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -7917,12 +9042,21 @@ - + - - - - + + + + + + + + + + + + + @@ -7935,6 +9069,18 @@ + + + + + + + + + + + + @@ -7953,6 +9099,12 @@ + + + + + + @@ -7980,6 +9132,12 @@ + + + + + + @@ -7989,12 +9147,15 @@ - + - - - - + + + + + + + @@ -8046,21 +9207,39 @@ + + + + + + - - + + + + + - - + + + + + + + + + + + @@ -8073,6 +9252,18 @@ + + + + + + + + + + + + @@ -8127,12 +9318,9 @@ - + - - - - + @@ -8157,6 +9345,12 @@ + + + + + + @@ -8178,6 +9372,12 @@ + + + + + + @@ -8205,6 +9405,12 @@ + + + + + + @@ -8214,21 +9420,33 @@ - + - - - - + - + - - - - + + + + + + + + + + + + + + + + + + + @@ -8259,6 +9477,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -8268,6 +9510,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -8277,12 +9567,21 @@ - + - - - - + + + + + + + + + + + + + @@ -8304,12 +9603,9 @@ - + - - - - + @@ -8334,21 +9630,15 @@ - + - - - - + - + - - - - + @@ -8379,6 +9669,18 @@ + + + + + + + + + + + + @@ -8397,21 +9699,15 @@ - + - - - - + - + - - - - + @@ -8442,15 +9738,6 @@ - - - - - - - - - @@ -8583,6 +9870,12 @@ + + + + + + @@ -8592,6 +9885,12 @@ + + + + + + @@ -8619,6 +9918,12 @@ + + + + + + @@ -8628,6 +9933,18 @@ + + + + + + + + + + + + @@ -8646,6 +9963,12 @@ + + + + + + @@ -8664,6 +9987,12 @@ + + + + + + @@ -8682,6 +10011,12 @@ + + + + + + @@ -8745,6 +10080,12 @@ + + + + + + @@ -8790,6 +10131,18 @@ + + + + + + + + + + + + @@ -8847,6 +10200,12 @@ + + + + + + @@ -8955,6 +10314,18 @@ + + + '}` or `>`?]]> + + + + + + + + + @@ -8964,6 +10335,18 @@ + + + + + + + + + + + + @@ -8973,6 +10356,12 @@ + + + + + + @@ -8991,6 +10380,24 @@ + + + + + + + + + + + + + + + + + + @@ -9072,6 +10479,12 @@ + + + + + + @@ -9081,6 +10494,12 @@ + + + + + + @@ -9099,6 +10518,12 @@ + + + + + + @@ -9135,6 +10560,18 @@ + + + + + + + + + + + + @@ -9189,6 +10626,12 @@ + + + + + + @@ -9198,6 +10641,18 @@ + + + + + + + + + + + + @@ -9225,6 +10680,12 @@ + + + + + + @@ -9234,12 +10695,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -9252,6 +10728,12 @@ + + + + + + @@ -9279,6 +10761,12 @@ + + + + + + @@ -9297,6 +10785,24 @@ + + + + + + + + + + + + + + + + + + @@ -9324,6 +10830,12 @@ + + + + + + @@ -9441,6 +10953,12 @@ + + + + + + @@ -9450,6 +10968,12 @@ + + + + + + @@ -9468,6 +10992,12 @@ + + + + + + @@ -9477,6 +11007,12 @@ + + + + + + @@ -9495,6 +11031,24 @@ + + + + + + + + + + + + + + + + + + @@ -9504,6 +11058,12 @@ + + + + + + @@ -9513,12 +11073,21 @@ - + - - - - + + + + + + + + + + + + + @@ -9531,6 +11100,12 @@ + + + + + + @@ -9543,6 +11118,12 @@ + + + + + + @@ -9609,6 +11190,12 @@ + + + + + + @@ -9621,6 +11208,12 @@ + + + + + + @@ -9639,21 +11232,9 @@ - - - - - - - - - - + - - - - + @@ -9738,21 +11319,15 @@ - + - - - - + - + - - - - + @@ -9765,15 +11340,6 @@ - - - - - - - - - @@ -9792,24 +11358,6 @@ - - - - - - - - - - - - ()' instead.]]> - - ()" en su lugar.]]> - - - - @@ -9819,15 +11367,6 @@ - - - - - - - - - @@ -9855,6 +11394,18 @@ + + + + + + + + + + + + @@ -9864,12 +11415,21 @@ - + - - - - + + + + + + + + + + + + + @@ -9891,6 +11451,12 @@ + + + + + + @@ -9957,6 +11523,12 @@ + + + + + + @@ -10047,51 +11619,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -10119,6 +11646,18 @@ + + + + + + + + + + + + From 4bf28cb133f680b8496d338a1d49f95345f61c54 Mon Sep 17 00:00:00 2001 From: csigs Date: Fri, 21 Feb 2020 16:10:25 +0000 Subject: [PATCH 3/4] LEGO: check in for master to temporary branch. --- .../diagnosticMessages.generated.json.lcl | 2441 ++++++++++++++--- .../diagnosticMessages.generated.json.lcl | 2441 ++++++++++++++--- .../diagnosticMessages.generated.json.lcl | 2441 ++++++++++++++--- .../diagnosticMessages.generated.json.lcl | 2441 ++++++++++++++--- .../diagnosticMessages.generated.json.lcl | 2441 ++++++++++++++--- .../diagnosticMessages.generated.json.lcl | 2441 ++++++++++++++--- .../diagnosticMessages.generated.json.lcl | 2441 ++++++++++++++--- .../diagnosticMessages.generated.json.lcl | 2441 ++++++++++++++--- .../diagnosticMessages.generated.json.lcl | 2441 ++++++++++++++--- .../diagnosticMessages.generated.json.lcl | 2441 ++++++++++++++--- 10 files changed, 19900 insertions(+), 4510 deletions(-) diff --git a/src/loc/lcl/chs/diagnosticMessages/diagnosticMessages.generated.json.lcl b/src/loc/lcl/chs/diagnosticMessages/diagnosticMessages.generated.json.lcl index 0b518c5f62592..33151a0d039cd 100644 --- a/src/loc/lcl/chs/diagnosticMessages/diagnosticMessages.generated.json.lcl +++ b/src/loc/lcl/chs/diagnosticMessages/diagnosticMessages.generated.json.lcl @@ -48,6 +48,18 @@ + + + + + + + + + + + + @@ -84,6 +96,12 @@ + + + + + + @@ -105,15 +123,6 @@ - - - - - - - - - @@ -204,6 +213,12 @@ + + + + + + @@ -213,12 +228,9 @@ - + - - - - + @@ -270,15 +282,6 @@ - - - - - - - - - @@ -414,6 +417,12 @@ + + + + + + @@ -423,6 +432,12 @@ + + + + + + @@ -474,15 +489,6 @@ - - - - - - - - - @@ -501,6 +507,18 @@ + + + + + + + + + + + + @@ -573,6 +591,12 @@ + + + + + + @@ -621,6 +645,18 @@ + + + + + + + + + + + + @@ -740,10 +776,13 @@ - - + + + + + @@ -774,15 +813,6 @@ - - - - - - - - - @@ -801,6 +831,12 @@ + + + + + + @@ -939,6 +975,12 @@ + + + + + + @@ -966,6 +1008,24 @@ + + + + + + + + + + + + + + + + + + @@ -975,6 +1035,24 @@ + + + + + + + + + + + + + + + + + + @@ -993,6 +1071,12 @@ + + + + + + @@ -1023,6 +1107,24 @@ + + + + + + + + + + + + + + + + + + @@ -1044,6 +1146,12 @@ + + + + + + @@ -1053,6 +1161,12 @@ + + + + + + @@ -1098,6 +1212,18 @@ + + + + + + + + + + + + @@ -1161,6 +1287,12 @@ + + + + + + @@ -1170,6 +1302,12 @@ + + + + + + @@ -1179,6 +1317,12 @@ + + + + + + @@ -1197,12 +1341,9 @@ - + - - - - + @@ -1242,12 +1383,15 @@ - + - - - - + + + + + + + @@ -1269,12 +1413,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -1323,6 +1482,12 @@ + + + + + + @@ -1332,6 +1497,12 @@ + + + + + + @@ -1386,6 +1557,12 @@ + + + + + + @@ -1395,6 +1572,12 @@ + + + + + + @@ -1404,6 +1587,18 @@ + + + + + + + + + + + + @@ -1521,12 +1716,9 @@ - + - - - - + @@ -1539,12 +1731,9 @@ - + - - - - + @@ -1602,6 +1791,18 @@ + + + + + + + + + + + + @@ -1647,6 +1848,18 @@ + + + + + + + + + + + + @@ -1686,6 +1899,18 @@ + + + + + + + + + + + + @@ -1731,12 +1956,9 @@ - + - - - - + @@ -1767,6 +1989,12 @@ + + + + + + @@ -1812,6 +2040,12 @@ + + + + + + @@ -1833,6 +2067,12 @@ + + + + + + @@ -1842,6 +2082,12 @@ + + + + + + @@ -1860,6 +2106,12 @@ + + + + + + @@ -1878,12 +2130,15 @@ - + - - - - + + + + + + + @@ -1923,21 +2178,18 @@ - + - + - + - + - - - - + @@ -1968,6 +2220,12 @@ + + + + + + @@ -2025,6 +2283,12 @@ + + + + + + @@ -2061,6 +2325,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2115,15 +2427,6 @@ - - - - - - - - - @@ -2151,20 +2454,29 @@ - + - - - - + + + + + + + + + + + + + - + - + - + @@ -2211,6 +2523,12 @@ + + + + + + @@ -2247,12 +2565,9 @@ - + - - - - + @@ -2382,6 +2697,12 @@ + + + + + + @@ -2400,15 +2721,6 @@ - - - - - - - - - @@ -2511,6 +2823,12 @@ + + + + + + @@ -2547,6 +2865,12 @@ + + + + + + @@ -2556,6 +2880,12 @@ + + + + + + @@ -2592,6 +2922,18 @@ + + + + + + + + + + + + @@ -2601,6 +2943,12 @@ + + + + + + @@ -2646,6 +2994,12 @@ + + + + + + @@ -2664,6 +3018,18 @@ + + + + + + + + + + + + @@ -2673,6 +3039,18 @@ + + + + + + + + + + + + @@ -2682,6 +3060,18 @@ + + + + + + + + + + + + @@ -2700,6 +3090,18 @@ + + + + + + + + + + + + @@ -2718,6 +3120,12 @@ + + + + + + @@ -2736,6 +3144,18 @@ + + + + + + + + + + + + @@ -2745,6 +3165,24 @@ + + + + + + + + + + + + + + + + + + @@ -2784,6 +3222,18 @@ + + + + + + + + + + + + @@ -2811,6 +3261,12 @@ + + + + + + @@ -2886,6 +3342,18 @@ + + + + + + + + + + + + @@ -2931,6 +3399,48 @@ + + + + + + + + + + + + + + + {1}'?]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2970,6 +3480,12 @@ + + + + + + @@ -2979,6 +3495,12 @@ + + + + + + @@ -3105,15 +3627,6 @@ - - - - - - - - - @@ -3216,6 +3729,12 @@ + + + + + + @@ -3234,15 +3753,6 @@ - - - - - - - - - @@ -3261,6 +3771,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -3279,10 +3813,16 @@ - + - - + + + + + + + + @@ -3297,6 +3837,12 @@ + + + + + + @@ -3315,6 +3861,15 @@ + + + + + + + + + @@ -3324,6 +3879,12 @@ + + + + + + @@ -3351,6 +3912,18 @@ + + + + + + + + + + + + @@ -3462,6 +4035,12 @@ + + + + + + @@ -3570,12 +4149,9 @@ - + - - - - + @@ -3590,10 +4166,13 @@ - - + + + + + @@ -3726,6 +4305,12 @@ + + + + + + @@ -3807,6 +4392,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -3861,6 +4470,12 @@ + + + + + + @@ -3870,12 +4485,9 @@ - + - - - - + @@ -3888,12 +4500,9 @@ - + - - - - + @@ -3984,6 +4593,21 @@ + + + + + + + + + + + + + + + @@ -3993,29 +4617,29 @@ - + - + - + - + - + - + - + - + - + @@ -4110,6 +4734,12 @@ + + + + + + @@ -4119,6 +4749,12 @@ + + + + + + @@ -4146,12 +4782,9 @@ - + - - - - + @@ -4191,15 +4824,6 @@ - - - - - - - - - @@ -4254,6 +4878,12 @@ + + + + + + @@ -4293,6 +4923,12 @@ + + + + + + @@ -4311,6 +4947,12 @@ + + + + + + @@ -4374,6 +5016,12 @@ + + + + + + @@ -4425,6 +5073,12 @@ + + + + + + @@ -4491,15 +5145,6 @@ - - - - - - - - - @@ -4566,6 +5211,12 @@ + + + + + + @@ -4839,6 +5490,12 @@ + + + + + + @@ -4962,6 +5619,12 @@ + + + + + + @@ -5028,6 +5691,12 @@ + + + + + + @@ -5202,6 +5871,12 @@ + + + + + + @@ -5265,12 +5940,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -5301,6 +5991,12 @@ + + + + + + @@ -5319,6 +6015,12 @@ + + + + + + @@ -5331,15 +6033,6 @@ - - - - - - - - - @@ -5376,6 +6069,12 @@ + + + + + + @@ -5412,6 +6111,12 @@ + + + + + + @@ -5496,6 +6201,24 @@ + + + + + + + + + + + + + + + + + + @@ -5505,6 +6228,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -5523,6 +6270,18 @@ + + + + + + + + + + + + @@ -5532,6 +6291,18 @@ + + + + + + + + + + + + @@ -5541,6 +6312,12 @@ + + + + + + @@ -5658,6 +6435,12 @@ + + + + + + @@ -5733,6 +6516,12 @@ + + + + + + @@ -5760,6 +6549,12 @@ + + + + + + @@ -5805,6 +6600,12 @@ + + + + + + @@ -5832,6 +6633,12 @@ + + + + + + @@ -5886,12 +6693,9 @@ - + - - - - + @@ -5958,6 +6762,12 @@ + + + + + + @@ -5967,6 +6777,24 @@ + + + + + + + + + + + + + + + + + + @@ -6165,6 +6993,18 @@ + + + + + + + + + + + + @@ -6237,6 +7077,12 @@ + + + + + + @@ -6246,6 +7092,12 @@ + + + + + + @@ -6255,6 +7107,12 @@ + + + + + + @@ -6273,6 +7131,12 @@ + + + + + + @@ -6282,6 +7146,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -6291,6 +7185,12 @@ + + + + + + @@ -6318,6 +7218,18 @@ + + + + + + + + + + + + @@ -6390,15 +7302,6 @@ - - - - - - - - - @@ -6444,6 +7347,18 @@ + + + + + + + + + + + + @@ -6465,6 +7380,18 @@ + + + + + + + + + + + + @@ -6483,6 +7410,12 @@ + + + + + + @@ -6492,6 +7425,18 @@ + + + + + + + + + + + + @@ -6564,6 +7509,12 @@ + + + + + + @@ -6618,6 +7569,18 @@ + + + + + + + + + + + + @@ -6771,6 +7734,12 @@ + + + + + + @@ -6789,6 +7758,12 @@ + + + + + + @@ -6807,6 +7782,12 @@ + + + + + + @@ -6834,18 +7815,6 @@ - - - - - - - - - - - - @@ -6864,6 +7833,24 @@ + + + + + + + + + + + + + + + + + + @@ -6873,6 +7860,12 @@ + + + + + + @@ -6891,6 +7884,12 @@ + + + + + + @@ -6900,6 +7899,12 @@ + + + + + + @@ -7077,6 +8082,18 @@ + + + + + + + + + + + + @@ -7086,6 +8103,12 @@ + + + + + + @@ -7371,6 +8394,18 @@ + + + + + + + + + + + + @@ -7443,12 +8478,9 @@ - + - - - - + @@ -7479,12 +8511,9 @@ - + - - - - + @@ -7497,6 +8526,18 @@ + + + + + + + + + + + + @@ -7506,15 +8547,9 @@ - + - - - - - - - + @@ -7527,6 +8562,24 @@ + + + + + + + + + + + + + + + + + + @@ -7572,6 +8625,18 @@ + + + + + + + + + + + + @@ -7701,15 +8766,9 @@ - + - - - - - - - + @@ -7776,6 +8835,12 @@ + + + + + + @@ -7785,6 +8850,18 @@ + + + + + + + + + + + + @@ -7803,6 +8880,18 @@ + + + + + + + + + + + + @@ -7848,6 +8937,12 @@ + + + + + + @@ -7866,21 +8961,51 @@ - + - - - - + - + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -7905,12 +9030,21 @@ - + - - - - + + + + + + + + + + + + + @@ -7923,6 +9057,18 @@ + + + + + + + + + + + + @@ -7941,6 +9087,12 @@ + + + + + + @@ -7968,6 +9120,12 @@ + + + + + + @@ -7977,12 +9135,15 @@ - + - - - - + + + + + + + @@ -8034,21 +9195,39 @@ + + + + + + - - + + + + + - - + + + + + + + + + + + @@ -8061,6 +9240,18 @@ + + + + + + + + + + + + @@ -8115,12 +9306,9 @@ - + - - - - + @@ -8145,6 +9333,12 @@ + + + + + + @@ -8166,6 +9360,12 @@ + + + + + + @@ -8193,6 +9393,12 @@ + + + + + + @@ -8202,21 +9408,33 @@ - + - - - - + - + - - - - + + + + + + + + + + + + + + + + + + + @@ -8247,6 +9465,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -8256,6 +9498,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -8265,12 +9555,21 @@ - + - - - - + + + + + + + + + + + + + @@ -8292,12 +9591,9 @@ - + - - - - + @@ -8322,21 +9618,15 @@ - + - - - - + - + - - - - + @@ -8367,6 +9657,18 @@ + + + + + + + + + + + + @@ -8385,21 +9687,15 @@ - + - - - - + - + - - - - + @@ -8430,15 +9726,6 @@ - - - - - - - - - @@ -8571,6 +9858,12 @@ + + + + + + @@ -8580,6 +9873,12 @@ + + + + + + @@ -8607,6 +9906,12 @@ + + + + + + @@ -8616,6 +9921,18 @@ + + + + + + + + + + + + @@ -8634,6 +9951,12 @@ + + + + + + @@ -8652,6 +9975,12 @@ + + + + + + @@ -8670,6 +9999,12 @@ + + + + + + @@ -8733,6 +10068,12 @@ + + + + + + @@ -8778,6 +10119,18 @@ + + + + + + + + + + + + @@ -8835,6 +10188,12 @@ + + + + + + @@ -8943,6 +10302,18 @@ + + + '}` or `>`?]]> + + + + + + + + + @@ -8952,6 +10323,18 @@ + + + + + + + + + + + + @@ -8961,6 +10344,12 @@ + + + + + + @@ -8979,6 +10368,24 @@ + + + + + + + + + + + + + + + + + + @@ -9060,6 +10467,12 @@ + + + + + + @@ -9069,6 +10482,12 @@ + + + + + + @@ -9087,6 +10506,12 @@ + + + + + + @@ -9123,6 +10548,18 @@ + + + + + + + + + + + + @@ -9177,6 +10614,12 @@ + + + + + + @@ -9186,6 +10629,18 @@ + + + + + + + + + + + + @@ -9213,6 +10668,12 @@ + + + + + + @@ -9222,12 +10683,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -9240,6 +10716,12 @@ + + + + + + @@ -9267,6 +10749,12 @@ + + + + + + @@ -9285,6 +10773,24 @@ + + + + + + + + + + + + + + + + + + @@ -9312,6 +10818,12 @@ + + + + + + @@ -9429,6 +10941,12 @@ + + + + + + @@ -9438,6 +10956,12 @@ + + + + + + @@ -9456,6 +10980,12 @@ + + + + + + @@ -9465,6 +10995,12 @@ + + + + + + @@ -9483,6 +11019,24 @@ + + + + + + + + + + + + + + + + + + @@ -9492,6 +11046,12 @@ + + + + + + @@ -9501,12 +11061,21 @@ - + - - - - + + + + + + + + + + + + + @@ -9519,6 +11088,12 @@ + + + + + + @@ -9531,6 +11106,12 @@ + + + + + + @@ -9597,6 +11178,12 @@ + + + + + + @@ -9609,6 +11196,12 @@ + + + + + + @@ -9627,21 +11220,9 @@ - - - - - - - - - - + - - - - + @@ -9726,21 +11307,15 @@ - + - - - - + - + - - - - + @@ -9753,15 +11328,6 @@ - - - - - - - - - @@ -9780,24 +11346,6 @@ - - - - - - - - - - - - ()' instead.]]> - - ()"。]]> - - - - @@ -9807,15 +11355,6 @@ - - - - - - - - - @@ -9843,6 +11382,18 @@ + + + + + + + + + + + + @@ -9852,12 +11403,21 @@ - + - - - - + + + + + + + + + + + + + @@ -9879,6 +11439,12 @@ + + + + + + @@ -9945,6 +11511,12 @@ + + + + + + @@ -10035,51 +11607,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -10107,6 +11634,18 @@ + + + + + + + + + + + + diff --git a/src/loc/lcl/cht/diagnosticMessages/diagnosticMessages.generated.json.lcl b/src/loc/lcl/cht/diagnosticMessages/diagnosticMessages.generated.json.lcl index 77ee3d71df32a..30f53dedccb02 100644 --- a/src/loc/lcl/cht/diagnosticMessages/diagnosticMessages.generated.json.lcl +++ b/src/loc/lcl/cht/diagnosticMessages/diagnosticMessages.generated.json.lcl @@ -48,6 +48,18 @@ + + + + + + + + + + + + @@ -84,6 +96,12 @@ + + + + + + @@ -105,15 +123,6 @@ - - - - - - - - - @@ -204,6 +213,12 @@ + + + + + + @@ -213,12 +228,9 @@ - + - - - - + @@ -270,15 +282,6 @@ - - - - - - - - - @@ -414,6 +417,12 @@ + + + + + + @@ -423,6 +432,12 @@ + + + + + + @@ -474,15 +489,6 @@ - - - - - - - - - @@ -501,6 +507,18 @@ + + + + + + + + + + + + @@ -573,6 +591,12 @@ + + + + + + @@ -621,6 +645,18 @@ + + + + + + + + + + + + @@ -740,10 +776,13 @@ - - + + + + + @@ -774,15 +813,6 @@ - - - - - - - - - @@ -801,6 +831,12 @@ + + + + + + @@ -939,6 +975,12 @@ + + + + + + @@ -966,6 +1008,24 @@ + + + + + + + + + + + + + + + + + + @@ -975,6 +1035,24 @@ + + + + + + + + + + + + + + + + + + @@ -993,6 +1071,12 @@ + + + + + + @@ -1023,6 +1107,24 @@ + + + + + + + + + + + + + + + + + + @@ -1044,6 +1146,12 @@ + + + + + + @@ -1053,6 +1161,12 @@ + + + + + + @@ -1098,6 +1212,18 @@ + + + + + + + + + + + + @@ -1161,6 +1287,12 @@ + + + + + + @@ -1170,6 +1302,12 @@ + + + + + + @@ -1179,6 +1317,12 @@ + + + + + + @@ -1197,12 +1341,9 @@ - + - - - - + @@ -1242,12 +1383,15 @@ - + - - - - + + + + + + + @@ -1269,12 +1413,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -1323,6 +1482,12 @@ + + + + + + @@ -1332,6 +1497,12 @@ + + + + + + @@ -1386,6 +1557,12 @@ + + + + + + @@ -1395,6 +1572,12 @@ + + + + + + @@ -1404,6 +1587,18 @@ + + + + + + + + + + + + @@ -1521,12 +1716,9 @@ - + - - - - + @@ -1539,12 +1731,9 @@ - + - - - - + @@ -1602,6 +1791,18 @@ + + + + + + + + + + + + @@ -1647,6 +1848,18 @@ + + + + + + + + + + + + @@ -1686,6 +1899,18 @@ + + + + + + + + + + + + @@ -1731,12 +1956,9 @@ - + - - - - + @@ -1767,6 +1989,12 @@ + + + + + + @@ -1812,6 +2040,12 @@ + + + + + + @@ -1833,6 +2067,12 @@ + + + + + + @@ -1842,6 +2082,12 @@ + + + + + + @@ -1860,6 +2106,12 @@ + + + + + + @@ -1878,12 +2130,15 @@ - + - - - - + + + + + + + @@ -1923,21 +2178,18 @@ - + - + - + - + - - - - + @@ -1968,6 +2220,12 @@ + + + + + + @@ -2025,6 +2283,12 @@ + + + + + + @@ -2061,6 +2325,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2115,15 +2427,6 @@ - - - - - - - - - @@ -2151,20 +2454,29 @@ - + - - - - + + + + + + + + + + + + + - + - + - + @@ -2211,6 +2523,12 @@ + + + + + + @@ -2247,12 +2565,9 @@ - + - - - - + @@ -2382,6 +2697,12 @@ + + + + + + @@ -2400,15 +2721,6 @@ - - - - - - - - - @@ -2511,6 +2823,12 @@ + + + + + + @@ -2547,6 +2865,12 @@ + + + + + + @@ -2556,6 +2880,12 @@ + + + + + + @@ -2592,6 +2922,18 @@ + + + + + + + + + + + + @@ -2601,6 +2943,12 @@ + + + + + + @@ -2646,6 +2994,12 @@ + + + + + + @@ -2664,6 +3018,18 @@ + + + + + + + + + + + + @@ -2673,6 +3039,18 @@ + + + + + + + + + + + + @@ -2682,6 +3060,18 @@ + + + + + + + + + + + + @@ -2700,6 +3090,18 @@ + + + + + + + + + + + + @@ -2718,6 +3120,12 @@ + + + + + + @@ -2736,6 +3144,18 @@ + + + + + + + + + + + + @@ -2745,6 +3165,24 @@ + + + + + + + + + + + + + + + + + + @@ -2784,6 +3222,18 @@ + + + + + + + + + + + + @@ -2811,6 +3261,12 @@ + + + + + + @@ -2886,6 +3342,18 @@ + + + + + + + + + + + + @@ -2931,6 +3399,48 @@ + + + + + + + + + + + + + + + {1}'?]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2970,6 +3480,12 @@ + + + + + + @@ -2979,6 +3495,12 @@ + + + + + + @@ -3105,15 +3627,6 @@ - - - - - - - - - @@ -3216,6 +3729,12 @@ + + + + + + @@ -3234,15 +3753,6 @@ - - - - - - - - - @@ -3261,6 +3771,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -3279,10 +3813,16 @@ - + - - + + + + + + + + @@ -3297,6 +3837,12 @@ + + + + + + @@ -3315,6 +3861,15 @@ + + + + + + + + + @@ -3324,6 +3879,12 @@ + + + + + + @@ -3351,6 +3912,18 @@ + + + + + + + + + + + + @@ -3462,6 +4035,12 @@ + + + + + + @@ -3570,12 +4149,9 @@ - + - - - - + @@ -3590,10 +4166,13 @@ - - + + + + + @@ -3726,6 +4305,12 @@ + + + + + + @@ -3807,6 +4392,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -3861,6 +4470,12 @@ + + + + + + @@ -3870,12 +4485,9 @@ - + - - - - + @@ -3888,12 +4500,9 @@ - + - - - - + @@ -3984,6 +4593,21 @@ + + + + + + + + + + + + + + + @@ -3993,29 +4617,29 @@ - + - + - + - + - + - + - + - + - + @@ -4110,6 +4734,12 @@ + + + + + + @@ -4119,6 +4749,12 @@ + + + + + + @@ -4146,12 +4782,9 @@ - + - - - - + @@ -4191,15 +4824,6 @@ - - - - - - - - - @@ -4254,6 +4878,12 @@ + + + + + + @@ -4293,6 +4923,12 @@ + + + + + + @@ -4311,6 +4947,12 @@ + + + + + + @@ -4374,6 +5016,12 @@ + + + + + + @@ -4425,6 +5073,12 @@ + + + + + + @@ -4491,15 +5145,6 @@ - - - - - - - - - @@ -4566,6 +5211,12 @@ + + + + + + @@ -4839,6 +5490,12 @@ + + + + + + @@ -4962,6 +5619,12 @@ + + + + + + @@ -5028,6 +5691,12 @@ + + + + + + @@ -5202,6 +5871,12 @@ + + + + + + @@ -5265,12 +5940,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -5301,6 +5991,12 @@ + + + + + + @@ -5319,6 +6015,12 @@ + + + + + + @@ -5331,15 +6033,6 @@ - - - - - - - - - @@ -5376,6 +6069,12 @@ + + + + + + @@ -5412,6 +6111,12 @@ + + + + + + @@ -5496,6 +6201,24 @@ + + + + + + + + + + + + + + + + + + @@ -5505,6 +6228,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -5523,6 +6270,18 @@ + + + + + + + + + + + + @@ -5532,6 +6291,18 @@ + + + + + + + + + + + + @@ -5541,6 +6312,12 @@ + + + + + + @@ -5658,6 +6435,12 @@ + + + + + + @@ -5733,6 +6516,12 @@ + + + + + + @@ -5760,6 +6549,12 @@ + + + + + + @@ -5805,6 +6600,12 @@ + + + + + + @@ -5832,6 +6633,12 @@ + + + + + + @@ -5886,12 +6693,9 @@ - + - - - - + @@ -5958,6 +6762,12 @@ + + + + + + @@ -5967,6 +6777,24 @@ + + + + + + + + + + + + + + + + + + @@ -6165,6 +6993,18 @@ + + + + + + + + + + + + @@ -6237,6 +7077,12 @@ + + + + + + @@ -6246,6 +7092,12 @@ + + + + + + @@ -6255,6 +7107,12 @@ + + + + + + @@ -6273,6 +7131,12 @@ + + + + + + @@ -6282,6 +7146,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -6291,6 +7185,12 @@ + + + + + + @@ -6318,6 +7218,18 @@ + + + + + + + + + + + + @@ -6390,15 +7302,6 @@ - - - - - - - - - @@ -6444,6 +7347,18 @@ + + + + + + + + + + + + @@ -6465,6 +7380,18 @@ + + + + + + + + + + + + @@ -6483,6 +7410,12 @@ + + + + + + @@ -6492,6 +7425,18 @@ + + + + + + + + + + + + @@ -6564,6 +7509,12 @@ + + + + + + @@ -6618,6 +7569,18 @@ + + + + + + + + + + + + @@ -6771,6 +7734,12 @@ + + + + + + @@ -6789,6 +7758,12 @@ + + + + + + @@ -6807,6 +7782,12 @@ + + + + + + @@ -6834,18 +7815,6 @@ - - - - - - - - - - - - @@ -6864,6 +7833,24 @@ + + + + + + + + + + + + + + + + + + @@ -6873,6 +7860,12 @@ + + + + + + @@ -6891,6 +7884,12 @@ + + + + + + @@ -6900,6 +7899,12 @@ + + + + + + @@ -7077,6 +8082,18 @@ + + + + + + + + + + + + @@ -7086,6 +8103,12 @@ + + + + + + @@ -7371,6 +8394,18 @@ + + + + + + + + + + + + @@ -7443,12 +8478,9 @@ - + - - - - + @@ -7479,12 +8511,9 @@ - + - - - - + @@ -7497,6 +8526,18 @@ + + + + + + + + + + + + @@ -7506,15 +8547,9 @@ - + - - - - - - - + @@ -7527,6 +8562,24 @@ + + + + + + + + + + + + + + + + + + @@ -7572,6 +8625,18 @@ + + + + + + + + + + + + @@ -7701,15 +8766,9 @@ - + - - - - - - - + @@ -7776,6 +8835,12 @@ + + + + + + @@ -7785,6 +8850,18 @@ + + + + + + + + + + + + @@ -7803,6 +8880,18 @@ + + + + + + + + + + + + @@ -7848,6 +8937,12 @@ + + + + + + @@ -7866,21 +8961,51 @@ - + - - - - + - + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -7905,12 +9030,21 @@ - + - - - - + + + + + + + + + + + + + @@ -7923,6 +9057,18 @@ + + + + + + + + + + + + @@ -7941,6 +9087,12 @@ + + + + + + @@ -7968,6 +9120,12 @@ + + + + + + @@ -7977,12 +9135,15 @@ - + - - - - + + + + + + + @@ -8034,21 +9195,39 @@ + + + + + + - - + + + + + - - + + + + + + + + + + + @@ -8061,6 +9240,18 @@ + + + + + + + + + + + + @@ -8115,12 +9306,9 @@ - + - - - - + @@ -8145,6 +9333,12 @@ + + + + + + @@ -8166,6 +9360,12 @@ + + + + + + @@ -8193,6 +9393,12 @@ + + + + + + @@ -8202,21 +9408,33 @@ - + - - - - + - + - - - - + + + + + + + + + + + + + + + + + + + @@ -8247,6 +9465,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -8256,6 +9498,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -8265,12 +9555,21 @@ - + - - - - + + + + + + + + + + + + + @@ -8292,12 +9591,9 @@ - + - - - - + @@ -8322,21 +9618,15 @@ - + - - - - + - + - - - - + @@ -8367,6 +9657,18 @@ + + + + + + + + + + + + @@ -8385,21 +9687,15 @@ - + - - - - + - + - - - - + @@ -8430,15 +9726,6 @@ - - - - - - - - - @@ -8571,6 +9858,12 @@ + + + + + + @@ -8580,6 +9873,12 @@ + + + + + + @@ -8607,6 +9906,12 @@ + + + + + + @@ -8616,6 +9921,18 @@ + + + + + + + + + + + + @@ -8634,6 +9951,12 @@ + + + + + + @@ -8652,6 +9975,12 @@ + + + + + + @@ -8670,6 +9999,12 @@ + + + + + + @@ -8733,6 +10068,12 @@ + + + + + + @@ -8778,6 +10119,18 @@ + + + + + + + + + + + + @@ -8835,6 +10188,12 @@ + + + + + + @@ -8943,6 +10302,18 @@ + + + '}` or `>`?]]> + + + + + + + + + @@ -8952,6 +10323,18 @@ + + + + + + + + + + + + @@ -8961,6 +10344,12 @@ + + + + + + @@ -8979,6 +10368,24 @@ + + + + + + + + + + + + + + + + + + @@ -9060,6 +10467,12 @@ + + + + + + @@ -9069,6 +10482,12 @@ + + + + + + @@ -9087,6 +10506,12 @@ + + + + + + @@ -9123,6 +10548,18 @@ + + + + + + + + + + + + @@ -9177,6 +10614,12 @@ + + + + + + @@ -9186,6 +10629,18 @@ + + + + + + + + + + + + @@ -9213,6 +10668,12 @@ + + + + + + @@ -9222,12 +10683,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -9240,6 +10716,12 @@ + + + + + + @@ -9267,6 +10749,12 @@ + + + + + + @@ -9285,6 +10773,24 @@ + + + + + + + + + + + + + + + + + + @@ -9312,6 +10818,12 @@ + + + + + + @@ -9429,6 +10941,12 @@ + + + + + + @@ -9438,6 +10956,12 @@ + + + + + + @@ -9456,6 +10980,12 @@ + + + + + + @@ -9465,6 +10995,12 @@ + + + + + + @@ -9483,6 +11019,24 @@ + + + + + + + + + + + + + + + + + + @@ -9492,6 +11046,12 @@ + + + + + + @@ -9501,12 +11061,21 @@ - + - - - - + + + + + + + + + + + + + @@ -9519,6 +11088,12 @@ + + + + + + @@ -9531,6 +11106,12 @@ + + + + + + @@ -9597,6 +11178,12 @@ + + + + + + @@ -9609,6 +11196,12 @@ + + + + + + @@ -9627,21 +11220,9 @@ - - - - - - - - - - + - - - - + @@ -9726,21 +11307,15 @@ - + - - - - + - + - - - - + @@ -9753,15 +11328,6 @@ - - - - - - - - - @@ -9780,24 +11346,6 @@ - - - - - - - - - - - - ()' instead.]]> - - ()'。]]> - - - - @@ -9807,15 +11355,6 @@ - - - - - - - - - @@ -9843,6 +11382,18 @@ + + + + + + + + + + + + @@ -9852,12 +11403,21 @@ - + - - - - + + + + + + + + + + + + + @@ -9879,6 +11439,12 @@ + + + + + + @@ -9945,6 +11511,12 @@ + + + + + + @@ -10035,51 +11607,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -10107,6 +11634,18 @@ + + + + + + + + + + + + diff --git a/src/loc/lcl/fra/diagnosticMessages/diagnosticMessages.generated.json.lcl b/src/loc/lcl/fra/diagnosticMessages/diagnosticMessages.generated.json.lcl index 6988db6bec256..f948e568a4127 100644 --- a/src/loc/lcl/fra/diagnosticMessages/diagnosticMessages.generated.json.lcl +++ b/src/loc/lcl/fra/diagnosticMessages/diagnosticMessages.generated.json.lcl @@ -57,6 +57,18 @@ + + + + + + + + + + + + @@ -93,6 +105,12 @@ + + + + + + @@ -114,15 +132,6 @@ - - - - - - - - - @@ -213,6 +222,12 @@ + + + + + + @@ -222,12 +237,9 @@ - + - - - - + @@ -279,15 +291,6 @@ - - - - - - - - - @@ -423,6 +426,12 @@ + + + + + + @@ -432,6 +441,12 @@ + + + + + + @@ -483,15 +498,6 @@ - - - - - - - - - @@ -510,6 +516,18 @@ + + + + + + + + + + + + @@ -582,6 +600,12 @@ + + + + + + @@ -630,6 +654,18 @@ + + + + + + + + + + + + @@ -749,10 +785,13 @@ - - + + + + + @@ -783,15 +822,6 @@ - - - - - - - - - @@ -810,6 +840,12 @@ + + + + + + @@ -948,6 +984,12 @@ + + + + + + @@ -975,6 +1017,24 @@ + + + + + + + + + + + + + + + + + + @@ -984,6 +1044,24 @@ + + + + + + + + + + + + + + + + + + @@ -1002,6 +1080,12 @@ + + + + + + @@ -1032,6 +1116,24 @@ + + + + + + + + + + + + + + + + + + @@ -1056,6 +1158,12 @@ + + + + + + @@ -1065,6 +1173,12 @@ + + + + + + @@ -1110,6 +1224,18 @@ + + + + + + + + + + + + @@ -1173,6 +1299,12 @@ + + + + + + @@ -1182,6 +1314,12 @@ + + + + + + @@ -1191,6 +1329,12 @@ + + + + + + @@ -1209,12 +1353,9 @@ - + - - - - + @@ -1254,12 +1395,15 @@ - + - - - - + + + + + + + @@ -1281,12 +1425,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -1335,6 +1494,12 @@ + + + + + + @@ -1344,6 +1509,12 @@ + + + + + + @@ -1398,6 +1569,12 @@ + + + + + + @@ -1407,6 +1584,12 @@ + + + + + + @@ -1416,6 +1599,18 @@ + + + + + + + + + + + + @@ -1533,12 +1728,9 @@ - + - - - - + @@ -1551,12 +1743,9 @@ - + - - - - + @@ -1614,6 +1803,18 @@ + + + + + + + + + + + + @@ -1659,6 +1860,18 @@ + + + + + + + + + + + + @@ -1698,6 +1911,18 @@ + + + + + + + + + + + + @@ -1743,12 +1968,9 @@ - + - - - - + @@ -1779,6 +2001,12 @@ + + + + + + @@ -1824,6 +2052,12 @@ + + + + + + @@ -1845,6 +2079,12 @@ + + + + + + @@ -1854,6 +2094,12 @@ + + + + + + @@ -1872,6 +2118,12 @@ + + + + + + @@ -1890,12 +2142,15 @@ - + - - - - + + + + + + + @@ -1935,21 +2190,18 @@ - + - + - + - + - - - - + @@ -1980,6 +2232,12 @@ + + + + + + @@ -2037,6 +2295,12 @@ + + + + + + @@ -2073,6 +2337,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2127,15 +2439,6 @@ - - - - - - - - - @@ -2163,20 +2466,29 @@ - + - - - - + + + + + + + + + + + + + - + - + - + @@ -2223,6 +2535,12 @@ + + + + + + @@ -2259,12 +2577,9 @@ - + - - - - + @@ -2394,6 +2709,12 @@ + + + + + + @@ -2412,15 +2733,6 @@ - - - - - - - - - @@ -2523,6 +2835,12 @@ + + + + + + @@ -2559,6 +2877,12 @@ + + + + + + @@ -2568,6 +2892,12 @@ + + + + + + @@ -2604,6 +2934,18 @@ + + + + + + + + + + + + @@ -2613,6 +2955,12 @@ + + + + + + @@ -2658,6 +3006,12 @@ + + + + + + @@ -2676,6 +3030,18 @@ + + + + + + + + + + + + @@ -2685,6 +3051,18 @@ + + + + + + + + + + + + @@ -2694,6 +3072,18 @@ + + + + + + + + + + + + @@ -2712,6 +3102,18 @@ + + + + + + + + + + + + @@ -2730,6 +3132,12 @@ + + + + + + @@ -2748,6 +3156,18 @@ + + + + + + + + + + + + @@ -2757,6 +3177,24 @@ + + + + + + + + + + + + + + + + + + @@ -2796,6 +3234,18 @@ + + + + + + + + + + + + @@ -2823,6 +3273,12 @@ + + + + + + @@ -2898,6 +3354,18 @@ + + + + + + + + + + + + @@ -2943,6 +3411,48 @@ + + + + + + + + + + + + + + + {1}'?]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2982,6 +3492,12 @@ + + + + + + @@ -2991,6 +3507,12 @@ + + + + + + @@ -3117,15 +3639,6 @@ - - - - - - - - - @@ -3228,6 +3741,12 @@ + + + + + + @@ -3246,15 +3765,6 @@ - - - - - - - - - @@ -3273,6 +3783,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -3291,10 +3825,16 @@ - + - - + + + + + + + + @@ -3309,6 +3849,12 @@ + + + + + + @@ -3327,6 +3873,15 @@ + + + + + + + + + @@ -3336,6 +3891,12 @@ + + + + + + @@ -3363,6 +3924,18 @@ + + + + + + + + + + + + @@ -3474,6 +4047,12 @@ + + + + + + @@ -3582,12 +4161,9 @@ - + - - - - + @@ -3602,10 +4178,13 @@ - - + + + + + @@ -3738,6 +4317,12 @@ + + + + + + @@ -3819,6 +4404,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -3873,6 +4482,12 @@ + + + + + + @@ -3882,12 +4497,9 @@ - + - - - - + @@ -3900,12 +4512,9 @@ - + - - - - + @@ -3996,6 +4605,21 @@ + + + + + + + + + + + + + + + @@ -4005,29 +4629,29 @@ - + - + - + - + - + - + - + - + - + @@ -4122,6 +4746,12 @@ + + + + + + @@ -4131,6 +4761,12 @@ + + + + + + @@ -4158,12 +4794,9 @@ - + - - - - + @@ -4203,15 +4836,6 @@ - - - - - - - - - @@ -4266,6 +4890,12 @@ + + + + + + @@ -4305,6 +4935,12 @@ + + + + + + @@ -4323,6 +4959,12 @@ + + + + + + @@ -4386,6 +5028,12 @@ + + + + + + @@ -4437,6 +5085,12 @@ + + + + + + @@ -4503,15 +5157,6 @@ - - - - - - - - - @@ -4578,6 +5223,12 @@ + + + + + + @@ -4851,6 +5502,12 @@ + + + + + + @@ -4974,6 +5631,12 @@ + + + + + + @@ -5040,6 +5703,12 @@ + + + + + + @@ -5214,6 +5883,12 @@ + + + + + + @@ -5277,12 +5952,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -5313,6 +6003,12 @@ + + + + + + @@ -5331,6 +6027,12 @@ + + + + + + @@ -5343,15 +6045,6 @@ - - - - - - - - - @@ -5388,6 +6081,12 @@ + + + + + + @@ -5424,6 +6123,12 @@ + + + + + + @@ -5508,6 +6213,24 @@ + + + + + + + + + + + + + + + + + + @@ -5517,6 +6240,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -5535,6 +6282,18 @@ + + + + + + + + + + + + @@ -5544,6 +6303,18 @@ + + + + + + + + + + + + @@ -5553,6 +6324,12 @@ + + + + + + @@ -5670,6 +6447,12 @@ + + + + + + @@ -5745,6 +6528,12 @@ + + + + + + @@ -5772,6 +6561,12 @@ + + + + + + @@ -5817,6 +6612,12 @@ + + + + + + @@ -5844,6 +6645,12 @@ + + + + + + @@ -5898,12 +6705,9 @@ - + - - - - + @@ -5970,6 +6774,12 @@ + + + + + + @@ -5979,6 +6789,24 @@ + + + + + + + + + + + + + + + + + + @@ -6177,6 +7005,18 @@ + + + + + + + + + + + + @@ -6249,6 +7089,12 @@ + + + + + + @@ -6258,6 +7104,12 @@ + + + + + + @@ -6267,6 +7119,12 @@ + + + + + + @@ -6285,6 +7143,12 @@ + + + + + + @@ -6294,6 +7158,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -6303,6 +7197,12 @@ + + + + + + @@ -6330,6 +7230,18 @@ + + + + + + + + + + + + @@ -6402,15 +7314,6 @@ - - - - - - - - - @@ -6456,6 +7359,18 @@ + + + + + + + + + + + + @@ -6477,6 +7392,18 @@ + + + + + + + + + + + + @@ -6495,6 +7422,12 @@ + + + + + + @@ -6504,6 +7437,18 @@ + + + + + + + + + + + + @@ -6576,6 +7521,12 @@ + + + + + + @@ -6630,6 +7581,18 @@ + + + + + + + + + + + + @@ -6783,6 +7746,12 @@ + + + + + + @@ -6801,6 +7770,12 @@ + + + + + + @@ -6819,6 +7794,12 @@ + + + + + + @@ -6846,18 +7827,6 @@ - - - - - - - - - - - - @@ -6876,6 +7845,24 @@ + + + + + + + + + + + + + + + + + + @@ -6885,6 +7872,12 @@ + + + + + + @@ -6903,6 +7896,12 @@ + + + + + + @@ -6912,6 +7911,12 @@ + + + + + + @@ -7089,6 +8094,18 @@ + + + + + + + + + + + + @@ -7098,6 +8115,12 @@ + + + + + + @@ -7383,6 +8406,18 @@ + + + + + + + + + + + + @@ -7455,12 +8490,9 @@ - + - - - - + @@ -7491,12 +8523,9 @@ - + - - - - + @@ -7509,6 +8538,18 @@ + + + + + + + + + + + + @@ -7518,15 +8559,9 @@ - + - - - - - - - + @@ -7539,6 +8574,24 @@ + + + + + + + + + + + + + + + + + + @@ -7584,6 +8637,18 @@ + + + + + + + + + + + + @@ -7713,15 +8778,9 @@ - + - - - - - - - + @@ -7788,6 +8847,12 @@ + + + + + + @@ -7797,6 +8862,18 @@ + + + + + + + + + + + + @@ -7815,6 +8892,18 @@ + + + + + + + + + + + + @@ -7860,6 +8949,12 @@ + + + + + + @@ -7878,21 +8973,51 @@ - + - - - - + - + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -7917,12 +9042,21 @@ - + - - - - + + + + + + + + + + + + + @@ -7935,6 +9069,18 @@ + + + + + + + + + + + + @@ -7953,6 +9099,12 @@ + + + + + + @@ -7980,6 +9132,12 @@ + + + + + + @@ -7989,12 +9147,15 @@ - + - - - - + + + + + + + @@ -8046,21 +9207,39 @@ + + + + + + - - + + + + + - - + + + + + + + + + + + @@ -8073,6 +9252,18 @@ + + + + + + + + + + + + @@ -8127,12 +9318,9 @@ - + - - - - + @@ -8157,6 +9345,12 @@ + + + + + + @@ -8178,6 +9372,12 @@ + + + + + + @@ -8205,6 +9405,12 @@ + + + + + + @@ -8214,21 +9420,33 @@ - + - - - - + - + - - - - + + + + + + + + + + + + + + + + + + + @@ -8259,6 +9477,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -8268,6 +9510,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -8277,12 +9567,21 @@ - + - - - - + + + + + + + + + + + + + @@ -8304,12 +9603,9 @@ - + - - - - + @@ -8334,21 +9630,15 @@ - + - - - - + - + - - - - + @@ -8379,6 +9669,18 @@ + + + + + + + + + + + + @@ -8397,21 +9699,15 @@ - + - - - - + - + - - - - + @@ -8442,15 +9738,6 @@ - - - - - - - - - @@ -8583,6 +9870,12 @@ + + + + + + @@ -8592,6 +9885,12 @@ + + + + + + @@ -8619,6 +9918,12 @@ + + + + + + @@ -8628,6 +9933,18 @@ + + + + + + + + + + + + @@ -8646,6 +9963,12 @@ + + + + + + @@ -8664,6 +9987,12 @@ + + + + + + @@ -8682,6 +10011,12 @@ + + + + + + @@ -8745,6 +10080,12 @@ + + + + + + @@ -8790,6 +10131,18 @@ + + + + + + + + + + + + @@ -8847,6 +10200,12 @@ + + + + + + @@ -8955,6 +10314,18 @@ + + + '}` or `>`?]]> + + + + + + + + + @@ -8964,6 +10335,18 @@ + + + + + + + + + + + + @@ -8973,6 +10356,12 @@ + + + + + + @@ -8991,6 +10380,24 @@ + + + + + + + + + + + + + + + + + + @@ -9072,6 +10479,12 @@ + + + + + + @@ -9081,6 +10494,12 @@ + + + + + + @@ -9099,6 +10518,12 @@ + + + + + + @@ -9135,6 +10560,18 @@ + + + + + + + + + + + + @@ -9189,6 +10626,12 @@ + + + + + + @@ -9198,6 +10641,18 @@ + + + + + + + + + + + + @@ -9225,6 +10680,12 @@ + + + + + + @@ -9234,12 +10695,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -9252,6 +10728,12 @@ + + + + + + @@ -9279,6 +10761,12 @@ + + + + + + @@ -9297,6 +10785,24 @@ + + + + + + + + + + + + + + + + + + @@ -9324,6 +10830,12 @@ + + + + + + @@ -9441,6 +10953,12 @@ + + + + + + @@ -9450,6 +10968,12 @@ + + + + + + @@ -9468,6 +10992,12 @@ + + + + + + @@ -9477,6 +11007,12 @@ + + + + + + @@ -9495,6 +11031,24 @@ + + + + + + + + + + + + + + + + + + @@ -9504,6 +11058,12 @@ + + + + + + @@ -9513,12 +11073,21 @@ - + - - - - + + + + + + + + + + + + + @@ -9531,6 +11100,12 @@ + + + + + + @@ -9543,6 +11118,12 @@ + + + + + + @@ -9609,6 +11190,12 @@ + + + + + + @@ -9621,6 +11208,12 @@ + + + + + + @@ -9639,21 +11232,9 @@ - - - - - - - - - - + - - - - + @@ -9738,21 +11319,15 @@ - + - - - - + - + - - - - + @@ -9765,15 +11340,6 @@ - - - - - - - - - @@ -9792,24 +11358,6 @@ - - - - - - - - - - - - ()' instead.]]> - - ()' à la place.]]> - - - - @@ -9819,15 +11367,6 @@ - - - - - - - - - @@ -9855,6 +11394,18 @@ + + + + + + + + + + + + @@ -9864,12 +11415,21 @@ - + - - - - + + + + + + + + + + + + + @@ -9891,6 +11451,12 @@ + + + + + + @@ -9957,6 +11523,12 @@ + + + + + + @@ -10047,51 +11619,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -10119,6 +11646,18 @@ + + + + + + + + + + + + diff --git a/src/loc/lcl/ita/diagnosticMessages/diagnosticMessages.generated.json.lcl b/src/loc/lcl/ita/diagnosticMessages/diagnosticMessages.generated.json.lcl index 07839d2447506..66cee117bd382 100644 --- a/src/loc/lcl/ita/diagnosticMessages/diagnosticMessages.generated.json.lcl +++ b/src/loc/lcl/ita/diagnosticMessages/diagnosticMessages.generated.json.lcl @@ -48,6 +48,18 @@ + + + + + + + + + + + + @@ -84,6 +96,12 @@ + + + + + + @@ -105,15 +123,6 @@ - - - - - - - - - @@ -204,6 +213,12 @@ + + + + + + @@ -213,12 +228,9 @@ - + - - - - + @@ -270,15 +282,6 @@ - - - - - - - - - @@ -414,6 +417,12 @@ + + + + + + @@ -423,6 +432,12 @@ + + + + + + @@ -474,15 +489,6 @@ - - - - - - - - - @@ -501,6 +507,18 @@ + + + + + + + + + + + + @@ -573,6 +591,12 @@ + + + + + + @@ -621,6 +645,18 @@ + + + + + + + + + + + + @@ -740,10 +776,13 @@ - - + + + + + @@ -774,15 +813,6 @@ - - - - - - - - - @@ -801,6 +831,12 @@ + + + + + + @@ -939,6 +975,12 @@ + + + + + + @@ -966,6 +1008,24 @@ + + + + + + + + + + + + + + + + + + @@ -975,6 +1035,24 @@ + + + + + + + + + + + + + + + + + + @@ -993,6 +1071,12 @@ + + + + + + @@ -1023,6 +1107,24 @@ + + + + + + + + + + + + + + + + + + @@ -1044,6 +1146,12 @@ + + + + + + @@ -1053,6 +1161,12 @@ + + + + + + @@ -1098,6 +1212,18 @@ + + + + + + + + + + + + @@ -1161,6 +1287,12 @@ + + + + + + @@ -1170,6 +1302,12 @@ + + + + + + @@ -1179,6 +1317,12 @@ + + + + + + @@ -1197,12 +1341,9 @@ - + - - - - + @@ -1242,12 +1383,15 @@ - + - - - - + + + + + + + @@ -1269,12 +1413,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -1323,6 +1482,12 @@ + + + + + + @@ -1332,6 +1497,12 @@ + + + + + + @@ -1386,6 +1557,12 @@ + + + + + + @@ -1395,6 +1572,12 @@ + + + + + + @@ -1404,6 +1587,18 @@ + + + + + + + + + + + + @@ -1521,12 +1716,9 @@ - + - - - - + @@ -1539,12 +1731,9 @@ - + - - - - + @@ -1602,6 +1791,18 @@ + + + + + + + + + + + + @@ -1647,6 +1848,18 @@ + + + + + + + + + + + + @@ -1686,6 +1899,18 @@ + + + + + + + + + + + + @@ -1731,12 +1956,9 @@ - + - - - - + @@ -1767,6 +1989,12 @@ + + + + + + @@ -1812,6 +2040,12 @@ + + + + + + @@ -1833,6 +2067,12 @@ + + + + + + @@ -1842,6 +2082,12 @@ + + + + + + @@ -1860,6 +2106,12 @@ + + + + + + @@ -1878,12 +2130,15 @@ - + - - - - + + + + + + + @@ -1923,21 +2178,18 @@ - + - + - + - + - - - - + @@ -1968,6 +2220,12 @@ + + + + + + @@ -2025,6 +2283,12 @@ + + + + + + @@ -2061,6 +2325,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2115,15 +2427,6 @@ - - - - - - - - - @@ -2151,20 +2454,29 @@ - + - - - - + + + + + + + + + + + + + - + - + - + @@ -2211,6 +2523,12 @@ + + + + + + @@ -2247,12 +2565,9 @@ - + - - - - + @@ -2382,6 +2697,12 @@ + + + + + + @@ -2400,15 +2721,6 @@ - - - - - - - - - @@ -2511,6 +2823,12 @@ + + + + + + @@ -2547,6 +2865,12 @@ + + + + + + @@ -2556,6 +2880,12 @@ + + + + + + @@ -2592,6 +2922,18 @@ + + + + + + + + + + + + @@ -2601,6 +2943,12 @@ + + + + + + @@ -2646,6 +2994,12 @@ + + + + + + @@ -2664,6 +3018,18 @@ + + + + + + + + + + + + @@ -2673,6 +3039,18 @@ + + + + + + + + + + + + @@ -2682,6 +3060,18 @@ + + + + + + + + + + + + @@ -2700,6 +3090,18 @@ + + + + + + + + + + + + @@ -2718,6 +3120,12 @@ + + + + + + @@ -2736,6 +3144,18 @@ + + + + + + + + + + + + @@ -2745,6 +3165,24 @@ + + + + + + + + + + + + + + + + + + @@ -2784,6 +3222,18 @@ + + + + + + + + + + + + @@ -2811,6 +3261,12 @@ + + + + + + @@ -2886,6 +3342,18 @@ + + + + + + + + + + + + @@ -2931,6 +3399,48 @@ + + + + + + + + + + + + + + + {1}'?]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2970,6 +3480,12 @@ + + + + + + @@ -2979,6 +3495,12 @@ + + + + + + @@ -3105,15 +3627,6 @@ - - - - - - - - - @@ -3216,6 +3729,12 @@ + + + + + + @@ -3234,15 +3753,6 @@ - - - - - - - - - @@ -3261,6 +3771,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -3279,10 +3813,16 @@ - + - - + + + + + + + + @@ -3297,6 +3837,12 @@ + + + + + + @@ -3315,6 +3861,15 @@ + + + + + + + + + @@ -3324,6 +3879,12 @@ + + + + + + @@ -3351,6 +3912,18 @@ + + + + + + + + + + + + @@ -3462,6 +4035,12 @@ + + + + + + @@ -3570,12 +4149,9 @@ - + - - - - + @@ -3590,10 +4166,13 @@ - - + + + + + @@ -3726,6 +4305,12 @@ + + + + + + @@ -3807,6 +4392,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -3861,6 +4470,12 @@ + + + + + + @@ -3870,12 +4485,9 @@ - + - - - - + @@ -3888,12 +4500,9 @@ - + - - - - + @@ -3984,6 +4593,21 @@ + + + + + + + + + + + + + + + @@ -3993,29 +4617,29 @@ - + - + - + - + - + - + - + - + - + @@ -4110,6 +4734,12 @@ + + + + + + @@ -4119,6 +4749,12 @@ + + + + + + @@ -4146,12 +4782,9 @@ - + - - - - + @@ -4191,15 +4824,6 @@ - - - - - - - - - @@ -4254,6 +4878,12 @@ + + + + + + @@ -4293,6 +4923,12 @@ + + + + + + @@ -4311,6 +4947,12 @@ + + + + + + @@ -4374,6 +5016,12 @@ + + + + + + @@ -4425,6 +5073,12 @@ + + + + + + @@ -4491,15 +5145,6 @@ - - - - - - - - - @@ -4566,6 +5211,12 @@ + + + + + + @@ -4839,6 +5490,12 @@ + + + + + + @@ -4962,6 +5619,12 @@ + + + + + + @@ -5028,6 +5691,12 @@ + + + + + + @@ -5202,6 +5871,12 @@ + + + + + + @@ -5265,12 +5940,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -5301,6 +5991,12 @@ + + + + + + @@ -5319,6 +6015,12 @@ + + + + + + @@ -5331,15 +6033,6 @@ - - - - - - - - - @@ -5376,6 +6069,12 @@ + + + + + + @@ -5412,6 +6111,12 @@ + + + + + + @@ -5496,6 +6201,24 @@ + + + + + + + + + + + + + + + + + + @@ -5505,6 +6228,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -5523,6 +6270,18 @@ + + + + + + + + + + + + @@ -5532,6 +6291,18 @@ + + + + + + + + + + + + @@ -5541,6 +6312,12 @@ + + + + + + @@ -5658,6 +6435,12 @@ + + + + + + @@ -5733,6 +6516,12 @@ + + + + + + @@ -5760,6 +6549,12 @@ + + + + + + @@ -5805,6 +6600,12 @@ + + + + + + @@ -5832,6 +6633,12 @@ + + + + + + @@ -5886,12 +6693,9 @@ - + - - - - + @@ -5958,6 +6762,12 @@ + + + + + + @@ -5967,6 +6777,24 @@ + + + + + + + + + + + + + + + + + + @@ -6165,6 +6993,18 @@ + + + + + + + + + + + + @@ -6237,6 +7077,12 @@ + + + + + + @@ -6246,6 +7092,12 @@ + + + + + + @@ -6255,6 +7107,12 @@ + + + + + + @@ -6273,6 +7131,12 @@ + + + + + + @@ -6282,6 +7146,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -6291,6 +7185,12 @@ + + + + + + @@ -6318,6 +7218,18 @@ + + + + + + + + + + + + @@ -6390,15 +7302,6 @@ - - - - - - - - - @@ -6444,6 +7347,18 @@ + + + + + + + + + + + + @@ -6465,6 +7380,18 @@ + + + + + + + + + + + + @@ -6483,6 +7410,12 @@ + + + + + + @@ -6492,6 +7425,18 @@ + + + + + + + + + + + + @@ -6564,6 +7509,12 @@ + + + + + + @@ -6618,6 +7569,18 @@ + + + + + + + + + + + + @@ -6771,6 +7734,12 @@ + + + + + + @@ -6789,6 +7758,12 @@ + + + + + + @@ -6807,6 +7782,12 @@ + + + + + + @@ -6834,18 +7815,6 @@ - - - - - - - - - - - - @@ -6864,6 +7833,24 @@ + + + + + + + + + + + + + + + + + + @@ -6873,6 +7860,12 @@ + + + + + + @@ -6891,6 +7884,12 @@ + + + + + + @@ -6900,6 +7899,12 @@ + + + + + + @@ -7077,6 +8082,18 @@ + + + + + + + + + + + + @@ -7086,6 +8103,12 @@ + + + + + + @@ -7371,6 +8394,18 @@ + + + + + + + + + + + + @@ -7443,12 +8478,9 @@ - + - - - - + @@ -7479,12 +8511,9 @@ - + - - - - + @@ -7497,6 +8526,18 @@ + + + + + + + + + + + + @@ -7506,15 +8547,9 @@ - + - - - - - - - + @@ -7527,6 +8562,24 @@ + + + + + + + + + + + + + + + + + + @@ -7572,6 +8625,18 @@ + + + + + + + + + + + + @@ -7701,15 +8766,9 @@ - + - - - - - - - + @@ -7776,6 +8835,12 @@ + + + + + + @@ -7785,6 +8850,18 @@ + + + + + + + + + + + + @@ -7803,6 +8880,18 @@ + + + + + + + + + + + + @@ -7848,6 +8937,12 @@ + + + + + + @@ -7866,21 +8961,51 @@ - + - - - - + - + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -7905,12 +9030,21 @@ - + - - - - + + + + + + + + + + + + + @@ -7923,6 +9057,18 @@ + + + + + + + + + + + + @@ -7941,6 +9087,12 @@ + + + + + + @@ -7968,6 +9120,12 @@ + + + + + + @@ -7977,12 +9135,15 @@ - + - - - - + + + + + + + @@ -8034,21 +9195,39 @@ + + + + + + - - + + + + + - - + + + + + + + + + + + @@ -8061,6 +9240,18 @@ + + + + + + + + + + + + @@ -8115,12 +9306,9 @@ - + - - - - + @@ -8145,6 +9333,12 @@ + + + + + + @@ -8166,6 +9360,12 @@ + + + + + + @@ -8193,6 +9393,12 @@ + + + + + + @@ -8202,21 +9408,33 @@ - + - - - - + - + - - - - + + + + + + + + + + + + + + + + + + + @@ -8247,6 +9465,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -8256,6 +9498,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -8265,12 +9555,21 @@ - + - - - - + + + + + + + + + + + + + @@ -8292,12 +9591,9 @@ - + - - - - + @@ -8322,21 +9618,15 @@ - + - - - - + - + - - - - + @@ -8367,6 +9657,18 @@ + + + + + + + + + + + + @@ -8385,21 +9687,15 @@ - + - - - - + - + - - - - + @@ -8430,15 +9726,6 @@ - - - - - - - - - @@ -8571,6 +9858,12 @@ + + + + + + @@ -8580,6 +9873,12 @@ + + + + + + @@ -8607,6 +9906,12 @@ + + + + + + @@ -8616,6 +9921,18 @@ + + + + + + + + + + + + @@ -8634,6 +9951,12 @@ + + + + + + @@ -8652,6 +9975,12 @@ + + + + + + @@ -8670,6 +9999,12 @@ + + + + + + @@ -8733,6 +10068,12 @@ + + + + + + @@ -8778,6 +10119,18 @@ + + + + + + + + + + + + @@ -8835,6 +10188,12 @@ + + + + + + @@ -8943,6 +10302,18 @@ + + + '}` or `>`?]]> + + + + + + + + + @@ -8952,6 +10323,18 @@ + + + + + + + + + + + + @@ -8961,6 +10344,12 @@ + + + + + + @@ -8979,6 +10368,24 @@ + + + + + + + + + + + + + + + + + + @@ -9060,6 +10467,12 @@ + + + + + + @@ -9069,6 +10482,12 @@ + + + + + + @@ -9087,6 +10506,12 @@ + + + + + + @@ -9123,6 +10548,18 @@ + + + + + + + + + + + + @@ -9177,6 +10614,12 @@ + + + + + + @@ -9186,6 +10629,18 @@ + + + + + + + + + + + + @@ -9213,6 +10668,12 @@ + + + + + + @@ -9222,12 +10683,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -9240,6 +10716,12 @@ + + + + + + @@ -9267,6 +10749,12 @@ + + + + + + @@ -9285,6 +10773,24 @@ + + + + + + + + + + + + + + + + + + @@ -9312,6 +10818,12 @@ + + + + + + @@ -9429,6 +10941,12 @@ + + + + + + @@ -9438,6 +10956,12 @@ + + + + + + @@ -9456,6 +10980,12 @@ + + + + + + @@ -9465,6 +10995,12 @@ + + + + + + @@ -9483,6 +11019,24 @@ + + + + + + + + + + + + + + + + + + @@ -9492,6 +11046,12 @@ + + + + + + @@ -9501,12 +11061,21 @@ - + - - - - + + + + + + + + + + + + + @@ -9519,6 +11088,12 @@ + + + + + + @@ -9531,6 +11106,12 @@ + + + + + + @@ -9597,6 +11178,12 @@ + + + + + + @@ -9609,6 +11196,12 @@ + + + + + + @@ -9627,21 +11220,9 @@ - - - - - - - - - - + - - - - + @@ -9726,21 +11307,15 @@ - + - - - - + - + - - - - + @@ -9753,15 +11328,6 @@ - - - - - - - - - @@ -9780,24 +11346,6 @@ - - - - - - - - - - - - ()' instead.]]> - - ()'.]]> - - - - @@ -9807,15 +11355,6 @@ - - - - - - - - - @@ -9843,6 +11382,18 @@ + + + + + + + + + + + + @@ -9852,12 +11403,21 @@ - + - - - - + + + + + + + + + + + + + @@ -9879,6 +11439,12 @@ + + + + + + @@ -9945,6 +11511,12 @@ + + + + + + @@ -10035,51 +11607,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -10107,6 +11634,18 @@ + + + + + + + + + + + + diff --git a/src/loc/lcl/jpn/diagnosticMessages/diagnosticMessages.generated.json.lcl b/src/loc/lcl/jpn/diagnosticMessages/diagnosticMessages.generated.json.lcl index 0988b700922f2..558cd4b503044 100644 --- a/src/loc/lcl/jpn/diagnosticMessages/diagnosticMessages.generated.json.lcl +++ b/src/loc/lcl/jpn/diagnosticMessages/diagnosticMessages.generated.json.lcl @@ -48,6 +48,18 @@ + + + + + + + + + + + + @@ -84,6 +96,12 @@ + + + + + + @@ -105,15 +123,6 @@ - - - - - - - - - @@ -204,6 +213,12 @@ + + + + + + @@ -213,12 +228,9 @@ - + - - - - + @@ -270,15 +282,6 @@ - - - - - - - - - @@ -414,6 +417,12 @@ + + + + + + @@ -423,6 +432,12 @@ + + + + + + @@ -474,15 +489,6 @@ - - - - - - - - - @@ -501,6 +507,18 @@ + + + + + + + + + + + + @@ -573,6 +591,12 @@ + + + + + + @@ -621,6 +645,18 @@ + + + + + + + + + + + + @@ -740,10 +776,13 @@ - - + + + + + @@ -774,15 +813,6 @@ - - - - - - - - - @@ -801,6 +831,12 @@ + + + + + + @@ -939,6 +975,12 @@ + + + + + + @@ -966,6 +1008,24 @@ + + + + + + + + + + + + + + + + + + @@ -975,6 +1035,24 @@ + + + + + + + + + + + + + + + + + + @@ -993,6 +1071,12 @@ + + + + + + @@ -1023,6 +1107,24 @@ + + + + + + + + + + + + + + + + + + @@ -1044,6 +1146,12 @@ + + + + + + @@ -1053,6 +1161,12 @@ + + + + + + @@ -1098,6 +1212,18 @@ + + + + + + + + + + + + @@ -1161,6 +1287,12 @@ + + + + + + @@ -1170,6 +1302,12 @@ + + + + + + @@ -1179,6 +1317,12 @@ + + + + + + @@ -1197,12 +1341,9 @@ - + - - - - + @@ -1242,12 +1383,15 @@ - + - - - - + + + + + + + @@ -1269,12 +1413,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -1323,6 +1482,12 @@ + + + + + + @@ -1332,6 +1497,12 @@ + + + + + + @@ -1386,6 +1557,12 @@ + + + + + + @@ -1395,6 +1572,12 @@ + + + + + + @@ -1404,6 +1587,18 @@ + + + + + + + + + + + + @@ -1521,12 +1716,9 @@ - + - - - - + @@ -1539,12 +1731,9 @@ - + - - - - + @@ -1602,6 +1791,18 @@ + + + + + + + + + + + + @@ -1647,6 +1848,18 @@ + + + + + + + + + + + + @@ -1686,6 +1899,18 @@ + + + + + + + + + + + + @@ -1731,12 +1956,9 @@ - + - - - - + @@ -1767,6 +1989,12 @@ + + + + + + @@ -1812,6 +2040,12 @@ + + + + + + @@ -1833,6 +2067,12 @@ + + + + + + @@ -1842,6 +2082,12 @@ + + + + + + @@ -1860,6 +2106,12 @@ + + + + + + @@ -1878,12 +2130,15 @@ - + - - - - + + + + + + + @@ -1923,21 +2178,18 @@ - + - + - + - + - - - - + @@ -1968,6 +2220,12 @@ + + + + + + @@ -2025,6 +2283,12 @@ + + + + + + @@ -2061,6 +2325,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2115,15 +2427,6 @@ - - - - - - - - - @@ -2151,20 +2454,29 @@ - + - - - - + + + + + + + + + + + + + - + - + - + @@ -2211,6 +2523,12 @@ + + + + + + @@ -2247,12 +2565,9 @@ - + - - - - + @@ -2382,6 +2697,12 @@ + + + + + + @@ -2400,15 +2721,6 @@ - - - - - - - - - @@ -2511,6 +2823,12 @@ + + + + + + @@ -2547,6 +2865,12 @@ + + + + + + @@ -2556,6 +2880,12 @@ + + + + + + @@ -2592,6 +2922,18 @@ + + + + + + + + + + + + @@ -2601,6 +2943,12 @@ + + + + + + @@ -2646,6 +2994,12 @@ + + + + + + @@ -2664,6 +3018,18 @@ + + + + + + + + + + + + @@ -2673,6 +3039,18 @@ + + + + + + + + + + + + @@ -2682,6 +3060,18 @@ + + + + + + + + + + + + @@ -2700,6 +3090,18 @@ + + + + + + + + + + + + @@ -2718,6 +3120,12 @@ + + + + + + @@ -2736,6 +3144,18 @@ + + + + + + + + + + + + @@ -2745,6 +3165,24 @@ + + + + + + + + + + + + + + + + + + @@ -2784,6 +3222,18 @@ + + + + + + + + + + + + @@ -2811,6 +3261,12 @@ + + + + + + @@ -2886,6 +3342,18 @@ + + + + + + + + + + + + @@ -2931,6 +3399,48 @@ + + + + + + + + + + + + + + + {1}'?]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2970,6 +3480,12 @@ + + + + + + @@ -2979,6 +3495,12 @@ + + + + + + @@ -3105,15 +3627,6 @@ - - - - - - - - - @@ -3216,6 +3729,12 @@ + + + + + + @@ -3234,15 +3753,6 @@ - - - - - - - - - @@ -3261,6 +3771,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -3279,10 +3813,16 @@ - + - - + + + + + + + + @@ -3297,6 +3837,12 @@ + + + + + + @@ -3315,6 +3861,15 @@ + + + + + + + + + @@ -3324,6 +3879,12 @@ + + + + + + @@ -3351,6 +3912,18 @@ + + + + + + + + + + + + @@ -3462,6 +4035,12 @@ + + + + + + @@ -3570,12 +4149,9 @@ - + - - - - + @@ -3590,10 +4166,13 @@ - - + + + + + @@ -3726,6 +4305,12 @@ + + + + + + @@ -3807,6 +4392,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -3861,6 +4470,12 @@ + + + + + + @@ -3870,12 +4485,9 @@ - + - - - - + @@ -3888,12 +4500,9 @@ - + - - - - + @@ -3984,6 +4593,21 @@ + + + + + + + + + + + + + + + @@ -3993,29 +4617,29 @@ - + - + - + - + - + - + - + - + - + @@ -4110,6 +4734,12 @@ + + + + + + @@ -4119,6 +4749,12 @@ + + + + + + @@ -4146,12 +4782,9 @@ - + - - - - + @@ -4191,15 +4824,6 @@ - - - - - - - - - @@ -4254,6 +4878,12 @@ + + + + + + @@ -4293,6 +4923,12 @@ + + + + + + @@ -4311,6 +4947,12 @@ + + + + + + @@ -4374,6 +5016,12 @@ + + + + + + @@ -4425,6 +5073,12 @@ + + + + + + @@ -4491,15 +5145,6 @@ - - - - - - - - - @@ -4566,6 +5211,12 @@ + + + + + + @@ -4839,6 +5490,12 @@ + + + + + + @@ -4962,6 +5619,12 @@ + + + + + + @@ -5028,6 +5691,12 @@ + + + + + + @@ -5202,6 +5871,12 @@ + + + + + + @@ -5265,12 +5940,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -5301,6 +5991,12 @@ + + + + + + @@ -5319,6 +6015,12 @@ + + + + + + @@ -5331,15 +6033,6 @@ - - - - - - - - - @@ -5376,6 +6069,12 @@ + + + + + + @@ -5412,6 +6111,12 @@ + + + + + + @@ -5496,6 +6201,24 @@ + + + + + + + + + + + + + + + + + + @@ -5505,6 +6228,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -5523,6 +6270,18 @@ + + + + + + + + + + + + @@ -5532,6 +6291,18 @@ + + + + + + + + + + + + @@ -5541,6 +6312,12 @@ + + + + + + @@ -5658,6 +6435,12 @@ + + + + + + @@ -5733,6 +6516,12 @@ + + + + + + @@ -5760,6 +6549,12 @@ + + + + + + @@ -5805,6 +6600,12 @@ + + + + + + @@ -5832,6 +6633,12 @@ + + + + + + @@ -5886,12 +6693,9 @@ - + - - - - + @@ -5958,6 +6762,12 @@ + + + + + + @@ -5967,6 +6777,24 @@ + + + + + + + + + + + + + + + + + + @@ -6165,6 +6993,18 @@ + + + + + + + + + + + + @@ -6237,6 +7077,12 @@ + + + + + + @@ -6246,6 +7092,12 @@ + + + + + + @@ -6255,6 +7107,12 @@ + + + + + + @@ -6273,6 +7131,12 @@ + + + + + + @@ -6282,6 +7146,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -6291,6 +7185,12 @@ + + + + + + @@ -6318,6 +7218,18 @@ + + + + + + + + + + + + @@ -6390,15 +7302,6 @@ - - - - - - - - - @@ -6444,6 +7347,18 @@ + + + + + + + + + + + + @@ -6465,6 +7380,18 @@ + + + + + + + + + + + + @@ -6483,6 +7410,12 @@ + + + + + + @@ -6492,6 +7425,18 @@ + + + + + + + + + + + + @@ -6564,6 +7509,12 @@ + + + + + + @@ -6618,6 +7569,18 @@ + + + + + + + + + + + + @@ -6771,6 +7734,12 @@ + + + + + + @@ -6789,6 +7758,12 @@ + + + + + + @@ -6807,6 +7782,12 @@ + + + + + + @@ -6834,18 +7815,6 @@ - - - - - - - - - - - - @@ -6864,6 +7833,24 @@ + + + + + + + + + + + + + + + + + + @@ -6873,6 +7860,12 @@ + + + + + + @@ -6891,6 +7884,12 @@ + + + + + + @@ -6900,6 +7899,12 @@ + + + + + + @@ -7077,6 +8082,18 @@ + + + + + + + + + + + + @@ -7086,6 +8103,12 @@ + + + + + + @@ -7371,6 +8394,18 @@ + + + + + + + + + + + + @@ -7443,12 +8478,9 @@ - + - - - - + @@ -7479,12 +8511,9 @@ - + - - - - + @@ -7497,6 +8526,18 @@ + + + + + + + + + + + + @@ -7506,15 +8547,9 @@ - + - - - - - - - + @@ -7527,6 +8562,24 @@ + + + + + + + + + + + + + + + + + + @@ -7572,6 +8625,18 @@ + + + + + + + + + + + + @@ -7701,15 +8766,9 @@ - + - - - - - - - + @@ -7776,6 +8835,12 @@ + + + + + + @@ -7785,6 +8850,18 @@ + + + + + + + + + + + + @@ -7803,6 +8880,18 @@ + + + + + + + + + + + + @@ -7848,6 +8937,12 @@ + + + + + + @@ -7866,21 +8961,51 @@ - + - - - - + - + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -7905,12 +9030,21 @@ - + - - - - + + + + + + + + + + + + + @@ -7923,6 +9057,18 @@ + + + + + + + + + + + + @@ -7941,6 +9087,12 @@ + + + + + + @@ -7968,6 +9120,12 @@ + + + + + + @@ -7977,12 +9135,15 @@ - + - - - - + + + + + + + @@ -8034,21 +9195,39 @@ + + + + + + - - + + + + + - - + + + + + + + + + + + @@ -8061,6 +9240,18 @@ + + + + + + + + + + + + @@ -8115,12 +9306,9 @@ - + - - - - + @@ -8145,6 +9333,12 @@ + + + + + + @@ -8166,6 +9360,12 @@ + + + + + + @@ -8193,6 +9393,12 @@ + + + + + + @@ -8202,21 +9408,33 @@ - + - - - - + - + - - - - + + + + + + + + + + + + + + + + + + + @@ -8247,6 +9465,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -8256,6 +9498,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -8265,12 +9555,21 @@ - + - - - - + + + + + + + + + + + + + @@ -8292,12 +9591,9 @@ - + - - - - + @@ -8322,21 +9618,15 @@ - + - - - - + - + - - - - + @@ -8367,6 +9657,18 @@ + + + + + + + + + + + + @@ -8385,21 +9687,15 @@ - + - - - - + - + - - - - + @@ -8430,15 +9726,6 @@ - - - - - - - - - @@ -8571,6 +9858,12 @@ + + + + + + @@ -8580,6 +9873,12 @@ + + + + + + @@ -8607,6 +9906,12 @@ + + + + + + @@ -8616,6 +9921,18 @@ + + + + + + + + + + + + @@ -8634,6 +9951,12 @@ + + + + + + @@ -8652,6 +9975,12 @@ + + + + + + @@ -8670,6 +9999,12 @@ + + + + + + @@ -8733,6 +10068,12 @@ + + + + + + @@ -8778,6 +10119,18 @@ + + + + + + + + + + + + @@ -8835,6 +10188,12 @@ + + + + + + @@ -8943,6 +10302,18 @@ + + + '}` or `>`?]]> + + + + + + + + + @@ -8952,6 +10323,18 @@ + + + + + + + + + + + + @@ -8961,6 +10344,12 @@ + + + + + + @@ -8979,6 +10368,24 @@ + + + + + + + + + + + + + + + + + + @@ -9060,6 +10467,12 @@ + + + + + + @@ -9069,6 +10482,12 @@ + + + + + + @@ -9087,6 +10506,12 @@ + + + + + + @@ -9123,6 +10548,18 @@ + + + + + + + + + + + + @@ -9177,6 +10614,12 @@ + + + + + + @@ -9186,6 +10629,18 @@ + + + + + + + + + + + + @@ -9213,6 +10668,12 @@ + + + + + + @@ -9222,12 +10683,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -9240,6 +10716,12 @@ + + + + + + @@ -9267,6 +10749,12 @@ + + + + + + @@ -9285,6 +10773,24 @@ + + + + + + + + + + + + + + + + + + @@ -9312,6 +10818,12 @@ + + + + + + @@ -9429,6 +10941,12 @@ + + + + + + @@ -9438,6 +10956,12 @@ + + + + + + @@ -9456,6 +10980,12 @@ + + + + + + @@ -9465,6 +10995,12 @@ + + + + + + @@ -9483,6 +11019,24 @@ + + + + + + + + + + + + + + + + + + @@ -9492,6 +11046,12 @@ + + + + + + @@ -9501,12 +11061,21 @@ - + - - - - + + + + + + + + + + + + + @@ -9519,6 +11088,12 @@ + + + + + + @@ -9531,6 +11106,12 @@ + + + + + + @@ -9597,6 +11178,12 @@ + + + + + + @@ -9609,6 +11196,12 @@ + + + + + + @@ -9627,21 +11220,9 @@ - - - - - - - - - - + - - - - + @@ -9726,21 +11307,15 @@ - + - - - - + - + - - - - + @@ -9753,15 +11328,6 @@ - - - - - - - - - @@ -9780,24 +11346,6 @@ - - - - - - - - - - - - ()' instead.]]> - - ()' を使用してください。]]> - - - - @@ -9807,15 +11355,6 @@ - - - - - - - - - @@ -9843,6 +11382,18 @@ + + + + + + + + + + + + @@ -9852,12 +11403,21 @@ - + - - - - + + + + + + + + + + + + + @@ -9879,6 +11439,12 @@ + + + + + + @@ -9945,6 +11511,12 @@ + + + + + + @@ -10035,51 +11607,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -10107,6 +11634,18 @@ + + + + + + + + + + + + diff --git a/src/loc/lcl/kor/diagnosticMessages/diagnosticMessages.generated.json.lcl b/src/loc/lcl/kor/diagnosticMessages/diagnosticMessages.generated.json.lcl index a8cc5abc678b2..8f80af7f420bb 100644 --- a/src/loc/lcl/kor/diagnosticMessages/diagnosticMessages.generated.json.lcl +++ b/src/loc/lcl/kor/diagnosticMessages/diagnosticMessages.generated.json.lcl @@ -48,6 +48,18 @@ + + + + + + + + + + + + @@ -84,6 +96,12 @@ + + + + + + @@ -105,15 +123,6 @@ - - - - - - - - - @@ -204,6 +213,12 @@ + + + + + + @@ -213,12 +228,9 @@ - + - - - - + @@ -270,15 +282,6 @@ - - - - - - - - - @@ -414,6 +417,12 @@ + + + + + + @@ -423,6 +432,12 @@ + + + + + + @@ -474,15 +489,6 @@ - - - - - - - - - @@ -501,6 +507,18 @@ + + + + + + + + + + + + @@ -573,6 +591,12 @@ + + + + + + @@ -621,6 +645,18 @@ + + + + + + + + + + + + @@ -740,10 +776,13 @@ - - + + + + + @@ -774,15 +813,6 @@ - - - - - - - - - @@ -801,6 +831,12 @@ + + + + + + @@ -939,6 +975,12 @@ + + + + + + @@ -966,6 +1008,24 @@ + + + + + + + + + + + + + + + + + + @@ -975,6 +1035,24 @@ + + + + + + + + + + + + + + + + + + @@ -993,6 +1071,12 @@ + + + + + + @@ -1023,6 +1107,24 @@ + + + + + + + + + + + + + + + + + + @@ -1044,6 +1146,12 @@ + + + + + + @@ -1053,6 +1161,12 @@ + + + + + + @@ -1098,6 +1212,18 @@ + + + + + + + + + + + + @@ -1161,6 +1287,12 @@ + + + + + + @@ -1170,6 +1302,12 @@ + + + + + + @@ -1179,6 +1317,12 @@ + + + + + + @@ -1197,12 +1341,9 @@ - + - - - - + @@ -1242,12 +1383,15 @@ - + - - - - + + + + + + + @@ -1269,12 +1413,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -1323,6 +1482,12 @@ + + + + + + @@ -1332,6 +1497,12 @@ + + + + + + @@ -1386,6 +1557,12 @@ + + + + + + @@ -1395,6 +1572,12 @@ + + + + + + @@ -1404,6 +1587,18 @@ + + + + + + + + + + + + @@ -1521,12 +1716,9 @@ - + - - - - + @@ -1539,12 +1731,9 @@ - + - - - - + @@ -1602,6 +1791,18 @@ + + + + + + + + + + + + @@ -1647,6 +1848,18 @@ + + + + + + + + + + + + @@ -1686,6 +1899,18 @@ + + + + + + + + + + + + @@ -1731,12 +1956,9 @@ - + - - - - + @@ -1767,6 +1989,12 @@ + + + + + + @@ -1812,6 +2040,12 @@ + + + + + + @@ -1833,6 +2067,12 @@ + + + + + + @@ -1842,6 +2082,12 @@ + + + + + + @@ -1860,6 +2106,12 @@ + + + + + + @@ -1878,12 +2130,15 @@ - + - - - - + + + + + + + @@ -1923,21 +2178,18 @@ - + - + - + - + - - - - + @@ -1968,6 +2220,12 @@ + + + + + + @@ -2025,6 +2283,12 @@ + + + + + + @@ -2061,6 +2325,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2115,15 +2427,6 @@ - - - - - - - - - @@ -2151,20 +2454,29 @@ - + - - - - + + + + + + + + + + + + + - + - + - + @@ -2211,6 +2523,12 @@ + + + + + + @@ -2247,12 +2565,9 @@ - + - - - - + @@ -2382,6 +2697,12 @@ + + + + + + @@ -2400,15 +2721,6 @@ - - - - - - - - - @@ -2511,6 +2823,12 @@ + + + + + + @@ -2547,6 +2865,12 @@ + + + + + + @@ -2556,6 +2880,12 @@ + + + + + + @@ -2592,6 +2922,18 @@ + + + + + + + + + + + + @@ -2601,6 +2943,12 @@ + + + + + + @@ -2646,6 +2994,12 @@ + + + + + + @@ -2664,6 +3018,18 @@ + + + + + + + + + + + + @@ -2673,6 +3039,18 @@ + + + + + + + + + + + + @@ -2682,6 +3060,18 @@ + + + + + + + + + + + + @@ -2700,6 +3090,18 @@ + + + + + + + + + + + + @@ -2718,6 +3120,12 @@ + + + + + + @@ -2736,6 +3144,18 @@ + + + + + + + + + + + + @@ -2745,6 +3165,24 @@ + + + + + + + + + + + + + + + + + + @@ -2784,6 +3222,18 @@ + + + + + + + + + + + + @@ -2811,6 +3261,12 @@ + + + + + + @@ -2886,6 +3342,18 @@ + + + + + + + + + + + + @@ -2931,6 +3399,48 @@ + + + + + + + + + + + + + + + {1}'?]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2970,6 +3480,12 @@ + + + + + + @@ -2979,6 +3495,12 @@ + + + + + + @@ -3105,15 +3627,6 @@ - - - - - - - - - @@ -3216,6 +3729,12 @@ + + + + + + @@ -3234,15 +3753,6 @@ - - - - - - - - - @@ -3261,6 +3771,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -3279,10 +3813,16 @@ - + - - + + + + + + + + @@ -3297,6 +3837,12 @@ + + + + + + @@ -3315,6 +3861,15 @@ + + + + + + + + + @@ -3324,6 +3879,12 @@ + + + + + + @@ -3351,6 +3912,18 @@ + + + + + + + + + + + + @@ -3462,6 +4035,12 @@ + + + + + + @@ -3570,12 +4149,9 @@ - + - - - - + @@ -3590,10 +4166,13 @@ - - + + + + + @@ -3726,6 +4305,12 @@ + + + + + + @@ -3807,6 +4392,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -3861,6 +4470,12 @@ + + + + + + @@ -3870,12 +4485,9 @@ - + - - - - + @@ -3888,12 +4500,9 @@ - + - - - - + @@ -3984,6 +4593,21 @@ + + + + + + + + + + + + + + + @@ -3993,29 +4617,29 @@ - + - + - + - + - + - + - + - + - + @@ -4110,6 +4734,12 @@ + + + + + + @@ -4119,6 +4749,12 @@ + + + + + + @@ -4146,12 +4782,9 @@ - + - - - - + @@ -4191,15 +4824,6 @@ - - - - - - - - - @@ -4254,6 +4878,12 @@ + + + + + + @@ -4293,6 +4923,12 @@ + + + + + + @@ -4311,6 +4947,12 @@ + + + + + + @@ -4374,6 +5016,12 @@ + + + + + + @@ -4425,6 +5073,12 @@ + + + + + + @@ -4491,15 +5145,6 @@ - - - - - - - - - @@ -4566,6 +5211,12 @@ + + + + + + @@ -4839,6 +5490,12 @@ + + + + + + @@ -4962,6 +5619,12 @@ + + + + + + @@ -5028,6 +5691,12 @@ + + + + + + @@ -5202,6 +5871,12 @@ + + + + + + @@ -5265,12 +5940,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -5301,6 +5991,12 @@ + + + + + + @@ -5319,6 +6015,12 @@ + + + + + + @@ -5331,15 +6033,6 @@ - - - - - - - - - @@ -5376,6 +6069,12 @@ + + + + + + @@ -5412,6 +6111,12 @@ + + + + + + @@ -5496,6 +6201,24 @@ + + + + + + + + + + + + + + + + + + @@ -5505,6 +6228,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -5523,6 +6270,18 @@ + + + + + + + + + + + + @@ -5532,6 +6291,18 @@ + + + + + + + + + + + + @@ -5541,6 +6312,12 @@ + + + + + + @@ -5658,6 +6435,12 @@ + + + + + + @@ -5733,6 +6516,12 @@ + + + + + + @@ -5760,6 +6549,12 @@ + + + + + + @@ -5805,6 +6600,12 @@ + + + + + + @@ -5832,6 +6633,12 @@ + + + + + + @@ -5886,12 +6693,9 @@ - + - - - - + @@ -5958,6 +6762,12 @@ + + + + + + @@ -5967,6 +6777,24 @@ + + + + + + + + + + + + + + + + + + @@ -6165,6 +6993,18 @@ + + + + + + + + + + + + @@ -6237,6 +7077,12 @@ + + + + + + @@ -6246,6 +7092,12 @@ + + + + + + @@ -6255,6 +7107,12 @@ + + + + + + @@ -6273,6 +7131,12 @@ + + + + + + @@ -6282,6 +7146,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -6291,6 +7185,12 @@ + + + + + + @@ -6318,6 +7218,18 @@ + + + + + + + + + + + + @@ -6390,15 +7302,6 @@ - - - - - - - - - @@ -6444,6 +7347,18 @@ + + + + + + + + + + + + @@ -6465,6 +7380,18 @@ + + + + + + + + + + + + @@ -6483,6 +7410,12 @@ + + + + + + @@ -6492,6 +7425,18 @@ + + + + + + + + + + + + @@ -6564,6 +7509,12 @@ + + + + + + @@ -6618,6 +7569,18 @@ + + + + + + + + + + + + @@ -6771,6 +7734,12 @@ + + + + + + @@ -6789,6 +7758,12 @@ + + + + + + @@ -6807,6 +7782,12 @@ + + + + + + @@ -6834,18 +7815,6 @@ - - - - - - - - - - - - @@ -6864,6 +7833,24 @@ + + + + + + + + + + + + + + + + + + @@ -6873,6 +7860,12 @@ + + + + + + @@ -6891,6 +7884,12 @@ + + + + + + @@ -6900,6 +7899,12 @@ + + + + + + @@ -7077,6 +8082,18 @@ + + + + + + + + + + + + @@ -7086,6 +8103,12 @@ + + + + + + @@ -7371,6 +8394,18 @@ + + + + + + + + + + + + @@ -7443,12 +8478,9 @@ - + - - - - + @@ -7479,12 +8511,9 @@ - + - - - - + @@ -7497,6 +8526,18 @@ + + + + + + + + + + + + @@ -7506,15 +8547,9 @@ - + - - - - - - - + @@ -7527,6 +8562,24 @@ + + + + + + + + + + + + + + + + + + @@ -7572,6 +8625,18 @@ + + + + + + + + + + + + @@ -7701,15 +8766,9 @@ - + - - - - - - - + @@ -7776,6 +8835,12 @@ + + + + + + @@ -7785,6 +8850,18 @@ + + + + + + + + + + + + @@ -7803,6 +8880,18 @@ + + + + + + + + + + + + @@ -7848,6 +8937,12 @@ + + + + + + @@ -7866,21 +8961,51 @@ - + - - - - + - + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -7905,12 +9030,21 @@ - + - - - - + + + + + + + + + + + + + @@ -7923,6 +9057,18 @@ + + + + + + + + + + + + @@ -7941,6 +9087,12 @@ + + + + + + @@ -7968,6 +9120,12 @@ + + + + + + @@ -7977,12 +9135,15 @@ - + - - - - + + + + + + + @@ -8034,21 +9195,39 @@ + + + + + + - - + + + + + - - + + + + + + + + + + + @@ -8061,6 +9240,18 @@ + + + + + + + + + + + + @@ -8115,12 +9306,9 @@ - + - - - - + @@ -8145,6 +9333,12 @@ + + + + + + @@ -8166,6 +9360,12 @@ + + + + + + @@ -8193,6 +9393,12 @@ + + + + + + @@ -8202,21 +9408,33 @@ - + - - - - + - + - - - - + + + + + + + + + + + + + + + + + + + @@ -8247,6 +9465,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -8256,6 +9498,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -8265,12 +9555,21 @@ - + - - - - + + + + + + + + + + + + + @@ -8292,12 +9591,9 @@ - + - - - - + @@ -8322,21 +9618,15 @@ - + - - - - + - + - - - - + @@ -8367,6 +9657,18 @@ + + + + + + + + + + + + @@ -8385,21 +9687,15 @@ - + - - - - + - + - - - - + @@ -8430,15 +9726,6 @@ - - - - - - - - - @@ -8571,6 +9858,12 @@ + + + + + + @@ -8580,6 +9873,12 @@ + + + + + + @@ -8607,6 +9906,12 @@ + + + + + + @@ -8616,6 +9921,18 @@ + + + + + + + + + + + + @@ -8634,6 +9951,12 @@ + + + + + + @@ -8652,6 +9975,12 @@ + + + + + + @@ -8670,6 +9999,12 @@ + + + + + + @@ -8733,6 +10068,12 @@ + + + + + + @@ -8778,6 +10119,18 @@ + + + + + + + + + + + + @@ -8835,6 +10188,12 @@ + + + + + + @@ -8943,6 +10302,18 @@ + + + '}` or `>`?]]> + + + + + + + + + @@ -8952,6 +10323,18 @@ + + + + + + + + + + + + @@ -8961,6 +10344,12 @@ + + + + + + @@ -8979,6 +10368,24 @@ + + + + + + + + + + + + + + + + + + @@ -9060,6 +10467,12 @@ + + + + + + @@ -9069,6 +10482,12 @@ + + + + + + @@ -9087,6 +10506,12 @@ + + + + + + @@ -9123,6 +10548,18 @@ + + + + + + + + + + + + @@ -9177,6 +10614,12 @@ + + + + + + @@ -9186,6 +10629,18 @@ + + + + + + + + + + + + @@ -9213,6 +10668,12 @@ + + + + + + @@ -9222,12 +10683,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -9240,6 +10716,12 @@ + + + + + + @@ -9267,6 +10749,12 @@ + + + + + + @@ -9285,6 +10773,24 @@ + + + + + + + + + + + + + + + + + + @@ -9312,6 +10818,12 @@ + + + + + + @@ -9429,6 +10941,12 @@ + + + + + + @@ -9438,6 +10956,12 @@ + + + + + + @@ -9456,6 +10980,12 @@ + + + + + + @@ -9465,6 +10995,12 @@ + + + + + + @@ -9483,6 +11019,24 @@ + + + + + + + + + + + + + + + + + + @@ -9492,6 +11046,12 @@ + + + + + + @@ -9501,12 +11061,21 @@ - + - - - - + + + + + + + + + + + + + @@ -9519,6 +11088,12 @@ + + + + + + @@ -9531,6 +11106,12 @@ + + + + + + @@ -9597,6 +11178,12 @@ + + + + + + @@ -9609,6 +11196,12 @@ + + + + + + @@ -9627,21 +11220,9 @@ - - - - - - - - - - + - - - - + @@ -9726,21 +11307,15 @@ - + - - - - + - + - - - - + @@ -9753,15 +11328,6 @@ - - - - - - - - - @@ -9780,24 +11346,6 @@ - - - - - - - - - - - - ()' instead.]]> - - ()'를 사용하세요.]]> - - - - @@ -9807,15 +11355,6 @@ - - - - - - - - - @@ -9843,6 +11382,18 @@ + + + + + + + + + + + + @@ -9852,12 +11403,21 @@ - + - - - - + + + + + + + + + + + + + @@ -9879,6 +11439,12 @@ + + + + + + @@ -9945,6 +11511,12 @@ + + + + + + @@ -10035,51 +11607,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -10107,6 +11634,18 @@ + + + + + + + + + + + + diff --git a/src/loc/lcl/plk/diagnosticMessages/diagnosticMessages.generated.json.lcl b/src/loc/lcl/plk/diagnosticMessages/diagnosticMessages.generated.json.lcl index 5c051c2d20103..5c62ee493b0a3 100644 --- a/src/loc/lcl/plk/diagnosticMessages/diagnosticMessages.generated.json.lcl +++ b/src/loc/lcl/plk/diagnosticMessages/diagnosticMessages.generated.json.lcl @@ -41,6 +41,18 @@ + + + + + + + + + + + + @@ -77,6 +89,12 @@ + + + + + + @@ -98,15 +116,6 @@ - - - - - - - - - @@ -197,6 +206,12 @@ + + + + + + @@ -206,12 +221,9 @@ - + - - - - + @@ -263,15 +275,6 @@ - - - - - - - - - @@ -407,6 +410,12 @@ + + + + + + @@ -416,6 +425,12 @@ + + + + + + @@ -467,15 +482,6 @@ - - - - - - - - - @@ -494,6 +500,18 @@ + + + + + + + + + + + + @@ -566,6 +584,12 @@ + + + + + + @@ -611,6 +635,18 @@ + + + + + + + + + + + + @@ -730,10 +766,13 @@ - - + + + + + @@ -764,15 +803,6 @@ - - - - - - - - - @@ -791,6 +821,12 @@ + + + + + + @@ -929,6 +965,12 @@ + + + + + + @@ -956,6 +998,24 @@ + + + + + + + + + + + + + + + + + + @@ -965,6 +1025,24 @@ + + + + + + + + + + + + + + + + + + @@ -983,6 +1061,12 @@ + + + + + + @@ -1013,6 +1097,24 @@ + + + + + + + + + + + + + + + + + + @@ -1034,6 +1136,12 @@ + + + + + + @@ -1043,6 +1151,12 @@ + + + + + + @@ -1088,6 +1202,18 @@ + + + + + + + + + + + + @@ -1151,6 +1277,12 @@ + + + + + + @@ -1160,6 +1292,12 @@ + + + + + + @@ -1169,6 +1307,12 @@ + + + + + + @@ -1187,12 +1331,9 @@ - + - - - - + @@ -1232,12 +1373,15 @@ - + - - - - + + + + + + + @@ -1259,12 +1403,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -1313,6 +1472,12 @@ + + + + + + @@ -1322,6 +1487,12 @@ + + + + + + @@ -1376,6 +1547,12 @@ + + + + + + @@ -1385,6 +1562,12 @@ + + + + + + @@ -1394,6 +1577,18 @@ + + + + + + + + + + + + @@ -1511,12 +1706,9 @@ - + - - - - + @@ -1529,12 +1721,9 @@ - + - - - - + @@ -1592,6 +1781,18 @@ + + + + + + + + + + + + @@ -1637,6 +1838,18 @@ + + + + + + + + + + + + @@ -1676,6 +1889,18 @@ + + + + + + + + + + + + @@ -1721,12 +1946,9 @@ - + - - - - + @@ -1757,6 +1979,12 @@ + + + + + + @@ -1802,6 +2030,12 @@ + + + + + + @@ -1823,6 +2057,12 @@ + + + + + + @@ -1832,6 +2072,12 @@ + + + + + + @@ -1850,6 +2096,12 @@ + + + + + + @@ -1868,12 +2120,15 @@ - + - - - - + + + + + + + @@ -1913,21 +2168,18 @@ - + - + - + - + - - - - + @@ -1958,6 +2210,12 @@ + + + + + + @@ -2015,6 +2273,12 @@ + + + + + + @@ -2051,6 +2315,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2105,15 +2417,6 @@ - - - - - - - - - @@ -2141,20 +2444,29 @@ - + - - - - + + + + + + + + + + + + + - + - + - + @@ -2201,6 +2513,12 @@ + + + + + + @@ -2237,12 +2555,9 @@ - + - - - - + @@ -2372,6 +2687,12 @@ + + + + + + @@ -2390,15 +2711,6 @@ - - - - - - - - - @@ -2501,6 +2813,12 @@ + + + + + + @@ -2537,6 +2855,12 @@ + + + + + + @@ -2546,6 +2870,12 @@ + + + + + + @@ -2582,6 +2912,18 @@ + + + + + + + + + + + + @@ -2591,6 +2933,12 @@ + + + + + + @@ -2636,6 +2984,12 @@ + + + + + + @@ -2654,6 +3008,18 @@ + + + + + + + + + + + + @@ -2663,6 +3029,18 @@ + + + + + + + + + + + + @@ -2672,6 +3050,18 @@ + + + + + + + + + + + + @@ -2690,6 +3080,18 @@ + + + + + + + + + + + + @@ -2708,6 +3110,12 @@ + + + + + + @@ -2726,6 +3134,18 @@ + + + + + + + + + + + + @@ -2735,6 +3155,24 @@ + + + + + + + + + + + + + + + + + + @@ -2774,6 +3212,18 @@ + + + + + + + + + + + + @@ -2801,6 +3251,12 @@ + + + + + + @@ -2876,6 +3332,18 @@ + + + + + + + + + + + + @@ -2921,6 +3389,48 @@ + + + + + + + + + + + + + + + {1}'?]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2960,6 +3470,12 @@ + + + + + + @@ -2969,6 +3485,12 @@ + + + + + + @@ -3095,15 +3617,6 @@ - - - - - - - - - @@ -3206,6 +3719,12 @@ + + + + + + @@ -3224,15 +3743,6 @@ - - - - - - - - - @@ -3251,6 +3761,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -3269,10 +3803,16 @@ - + - - + + + + + + + + @@ -3287,6 +3827,12 @@ + + + + + + @@ -3305,6 +3851,15 @@ + + + + + + + + + @@ -3314,6 +3869,12 @@ + + + + + + @@ -3341,6 +3902,18 @@ + + + + + + + + + + + + @@ -3452,6 +4025,12 @@ + + + + + + @@ -3560,12 +4139,9 @@ - + - - - - + @@ -3580,10 +4156,13 @@ - - + + + + + @@ -3716,6 +4295,12 @@ + + + + + + @@ -3797,6 +4382,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -3851,6 +4460,12 @@ + + + + + + @@ -3860,12 +4475,9 @@ - + - - - - + @@ -3878,12 +4490,9 @@ - + - - - - + @@ -3974,6 +4583,21 @@ + + + + + + + + + + + + + + + @@ -3983,29 +4607,29 @@ - + - + - + - + - + - + - + - + - + @@ -4100,6 +4724,12 @@ + + + + + + @@ -4109,6 +4739,12 @@ + + + + + + @@ -4136,12 +4772,9 @@ - + - - - - + @@ -4181,15 +4814,6 @@ - - - - - - - - - @@ -4244,6 +4868,12 @@ + + + + + + @@ -4283,6 +4913,12 @@ + + + + + + @@ -4301,6 +4937,12 @@ + + + + + + @@ -4364,6 +5006,12 @@ + + + + + + @@ -4415,6 +5063,12 @@ + + + + + + @@ -4481,15 +5135,6 @@ - - - - - - - - - @@ -4556,6 +5201,12 @@ + + + + + + @@ -4829,6 +5480,12 @@ + + + + + + @@ -4952,6 +5609,12 @@ + + + + + + @@ -5018,6 +5681,12 @@ + + + + + + @@ -5192,6 +5861,12 @@ + + + + + + @@ -5255,12 +5930,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -5291,6 +5981,12 @@ + + + + + + @@ -5309,6 +6005,12 @@ + + + + + + @@ -5321,15 +6023,6 @@ - - - - - - - - - @@ -5366,6 +6059,12 @@ + + + + + + @@ -5402,6 +6101,12 @@ + + + + + + @@ -5486,6 +6191,24 @@ + + + + + + + + + + + + + + + + + + @@ -5495,6 +6218,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -5513,6 +6260,18 @@ + + + + + + + + + + + + @@ -5522,6 +6281,18 @@ + + + + + + + + + + + + @@ -5531,6 +6302,12 @@ + + + + + + @@ -5648,6 +6425,12 @@ + + + + + + @@ -5723,6 +6506,12 @@ + + + + + + @@ -5750,6 +6539,12 @@ + + + + + + @@ -5795,6 +6590,12 @@ + + + + + + @@ -5822,6 +6623,12 @@ + + + + + + @@ -5876,12 +6683,9 @@ - + - - - - + @@ -5948,6 +6752,12 @@ + + + + + + @@ -5957,6 +6767,24 @@ + + + + + + + + + + + + + + + + + + @@ -6155,6 +6983,18 @@ + + + + + + + + + + + + @@ -6224,6 +7064,12 @@ + + + + + + @@ -6233,6 +7079,12 @@ + + + + + + @@ -6242,6 +7094,12 @@ + + + + + + @@ -6260,6 +7118,12 @@ + + + + + + @@ -6269,6 +7133,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -6278,6 +7172,12 @@ + + + + + + @@ -6305,6 +7205,18 @@ + + + + + + + + + + + + @@ -6377,15 +7289,6 @@ - - - - - - - - - @@ -6431,6 +7334,18 @@ + + + + + + + + + + + + @@ -6452,6 +7367,18 @@ + + + + + + + + + + + + @@ -6470,6 +7397,12 @@ + + + + + + @@ -6479,6 +7412,18 @@ + + + + + + + + + + + + @@ -6551,6 +7496,12 @@ + + + + + + @@ -6605,6 +7556,18 @@ + + + + + + + + + + + + @@ -6758,6 +7721,12 @@ + + + + + + @@ -6776,6 +7745,12 @@ + + + + + + @@ -6794,6 +7769,12 @@ + + + + + + @@ -6821,18 +7802,6 @@ - - - - - - - - - - - - @@ -6851,6 +7820,24 @@ + + + + + + + + + + + + + + + + + + @@ -6860,6 +7847,12 @@ + + + + + + @@ -6878,6 +7871,12 @@ + + + + + + @@ -6887,6 +7886,12 @@ + + + + + + @@ -7064,6 +8069,18 @@ + + + + + + + + + + + + @@ -7073,6 +8090,12 @@ + + + + + + @@ -7358,6 +8381,18 @@ + + + + + + + + + + + + @@ -7430,12 +8465,9 @@ - + - - - - + @@ -7466,12 +8498,9 @@ - + - - - - + @@ -7484,6 +8513,18 @@ + + + + + + + + + + + + @@ -7493,15 +8534,9 @@ - + - - - - - - - + @@ -7514,6 +8549,24 @@ + + + + + + + + + + + + + + + + + + @@ -7559,6 +8612,18 @@ + + + + + + + + + + + + @@ -7688,15 +8753,9 @@ - + - - - - - - - + @@ -7763,6 +8822,12 @@ + + + + + + @@ -7772,6 +8837,18 @@ + + + + + + + + + + + + @@ -7790,6 +8867,18 @@ + + + + + + + + + + + + @@ -7835,6 +8924,12 @@ + + + + + + @@ -7853,21 +8948,51 @@ - + - - - - + - + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -7892,12 +9017,21 @@ - + - - - - + + + + + + + + + + + + + @@ -7910,6 +9044,18 @@ + + + + + + + + + + + + @@ -7928,6 +9074,12 @@ + + + + + + @@ -7955,6 +9107,12 @@ + + + + + + @@ -7964,12 +9122,15 @@ - + - - - - + + + + + + + @@ -8021,21 +9182,39 @@ + + + + + + - - + + + + + - - + + + + + + + + + + + @@ -8048,6 +9227,18 @@ + + + + + + + + + + + + @@ -8102,12 +9293,9 @@ - + - - - - + @@ -8132,6 +9320,12 @@ + + + + + + @@ -8153,6 +9347,12 @@ + + + + + + @@ -8180,6 +9380,12 @@ + + + + + + @@ -8189,21 +9395,33 @@ - + - - - - + - + - - - - + + + + + + + + + + + + + + + + + + + @@ -8234,6 +9452,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -8243,6 +9485,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -8252,12 +9542,21 @@ - + - - - - + + + + + + + + + + + + + @@ -8279,12 +9578,9 @@ - + - - - - + @@ -8309,21 +9605,15 @@ - + - - - - + - + - - - - + @@ -8354,6 +9644,18 @@ + + + + + + + + + + + + @@ -8372,21 +9674,15 @@ - + - - - - + - + - - - - + @@ -8417,15 +9713,6 @@ - - - - - - - - - @@ -8558,6 +9845,12 @@ + + + + + + @@ -8567,6 +9860,12 @@ + + + + + + @@ -8594,6 +9893,12 @@ + + + + + + @@ -8603,6 +9908,18 @@ + + + + + + + + + + + + @@ -8621,6 +9938,12 @@ + + + + + + @@ -8639,6 +9962,12 @@ + + + + + + @@ -8657,6 +9986,12 @@ + + + + + + @@ -8720,6 +10055,12 @@ + + + + + + @@ -8765,6 +10106,18 @@ + + + + + + + + + + + + @@ -8822,6 +10175,12 @@ + + + + + + @@ -8930,6 +10289,18 @@ + + + '}` or `>`?]]> + + + + + + + + + @@ -8939,6 +10310,18 @@ + + + + + + + + + + + + @@ -8948,6 +10331,12 @@ + + + + + + @@ -8966,6 +10355,24 @@ + + + + + + + + + + + + + + + + + + @@ -9047,6 +10454,12 @@ + + + + + + @@ -9056,6 +10469,12 @@ + + + + + + @@ -9074,6 +10493,12 @@ + + + + + + @@ -9110,6 +10535,18 @@ + + + + + + + + + + + + @@ -9164,6 +10601,12 @@ + + + + + + @@ -9173,6 +10616,18 @@ + + + + + + + + + + + + @@ -9200,6 +10655,12 @@ + + + + + + @@ -9209,12 +10670,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -9227,6 +10703,12 @@ + + + + + + @@ -9254,6 +10736,12 @@ + + + + + + @@ -9272,6 +10760,24 @@ + + + + + + + + + + + + + + + + + + @@ -9299,6 +10805,12 @@ + + + + + + @@ -9416,6 +10928,12 @@ + + + + + + @@ -9425,6 +10943,12 @@ + + + + + + @@ -9443,6 +10967,12 @@ + + + + + + @@ -9452,6 +10982,12 @@ + + + + + + @@ -9470,6 +11006,24 @@ + + + + + + + + + + + + + + + + + + @@ -9479,6 +11033,12 @@ + + + + + + @@ -9488,12 +11048,21 @@ - + - - - - + + + + + + + + + + + + + @@ -9506,6 +11075,12 @@ + + + + + + @@ -9518,6 +11093,12 @@ + + + + + + @@ -9584,6 +11165,12 @@ + + + + + + @@ -9596,6 +11183,12 @@ + + + + + + @@ -9614,21 +11207,9 @@ - - - - - - - - - - + - - - - + @@ -9713,21 +11294,15 @@ - + - - - - + - + - - - - + @@ -9740,15 +11315,6 @@ - - - - - - - - - @@ -9767,24 +11333,6 @@ - - - - - - - - - - - - ()' instead.]]> - - ()”.]]> - - - - @@ -9794,15 +11342,6 @@ - - - - - - - - - @@ -9830,6 +11369,18 @@ + + + + + + + + + + + + @@ -9839,12 +11390,21 @@ - + - - - - + + + + + + + + + + + + + @@ -9866,6 +11426,12 @@ + + + + + + @@ -9932,6 +11498,12 @@ + + + + + + @@ -10022,51 +11594,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -10094,6 +11621,18 @@ + + + + + + + + + + + + diff --git a/src/loc/lcl/ptb/diagnosticMessages/diagnosticMessages.generated.json.lcl b/src/loc/lcl/ptb/diagnosticMessages/diagnosticMessages.generated.json.lcl index 313874dc99499..b6282d999373b 100644 --- a/src/loc/lcl/ptb/diagnosticMessages/diagnosticMessages.generated.json.lcl +++ b/src/loc/lcl/ptb/diagnosticMessages/diagnosticMessages.generated.json.lcl @@ -41,6 +41,18 @@ + + + + + + + + + + + + @@ -77,6 +89,12 @@ + + + + + + @@ -98,15 +116,6 @@ - - - - - - - - - @@ -197,6 +206,12 @@ + + + + + + @@ -206,12 +221,9 @@ - + - - - - + @@ -263,15 +275,6 @@ - - - - - - - - - @@ -407,6 +410,12 @@ + + + + + + @@ -416,6 +425,12 @@ + + + + + + @@ -467,15 +482,6 @@ - - - - - - - - - @@ -494,6 +500,18 @@ + + + + + + + + + + + + @@ -566,6 +584,12 @@ + + + + + + @@ -611,6 +635,18 @@ + + + + + + + + + + + + @@ -730,10 +766,13 @@ - - + + + + + @@ -764,15 +803,6 @@ - - - - - - - - - @@ -791,6 +821,12 @@ + + + + + + @@ -929,6 +965,12 @@ + + + + + + @@ -956,6 +998,24 @@ + + + + + + + + + + + + + + + + + + @@ -965,6 +1025,24 @@ + + + + + + + + + + + + + + + + + + @@ -983,6 +1061,12 @@ + + + + + + @@ -1013,6 +1097,24 @@ + + + + + + + + + + + + + + + + + + @@ -1037,6 +1139,12 @@ + + + + + + @@ -1046,6 +1154,12 @@ + + + + + + @@ -1091,6 +1205,18 @@ + + + + + + + + + + + + @@ -1154,6 +1280,12 @@ + + + + + + @@ -1163,6 +1295,12 @@ + + + + + + @@ -1172,6 +1310,12 @@ + + + + + + @@ -1190,12 +1334,9 @@ - + - - - - + @@ -1235,12 +1376,15 @@ - + - - - - + + + + + + + @@ -1262,12 +1406,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -1316,6 +1475,12 @@ + + + + + + @@ -1325,6 +1490,12 @@ + + + + + + @@ -1379,6 +1550,12 @@ + + + + + + @@ -1388,6 +1565,12 @@ + + + + + + @@ -1397,6 +1580,18 @@ + + + + + + + + + + + + @@ -1514,12 +1709,9 @@ - + - - - - + @@ -1532,12 +1724,9 @@ - + - - - - + @@ -1595,6 +1784,18 @@ + + + + + + + + + + + + @@ -1640,6 +1841,18 @@ + + + + + + + + + + + + @@ -1679,6 +1892,18 @@ + + + + + + + + + + + + @@ -1724,12 +1949,9 @@ - + - - - - + @@ -1760,6 +1982,12 @@ + + + + + + @@ -1805,6 +2033,12 @@ + + + + + + @@ -1826,6 +2060,12 @@ + + + + + + @@ -1835,6 +2075,12 @@ + + + + + + @@ -1853,6 +2099,12 @@ + + + + + + @@ -1871,12 +2123,15 @@ - + - - - - + + + + + + + @@ -1916,21 +2171,18 @@ - + - + - + - + - - - - + @@ -1961,6 +2213,12 @@ + + + + + + @@ -2018,6 +2276,12 @@ + + + + + + @@ -2054,6 +2318,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2108,15 +2420,6 @@ - - - - - - - - - @@ -2144,20 +2447,29 @@ - + - - - - + + + + + + + + + + + + + - + - + - + @@ -2204,6 +2516,12 @@ + + + + + + @@ -2240,12 +2558,9 @@ - + - - - - + @@ -2375,6 +2690,12 @@ + + + + + + @@ -2393,15 +2714,6 @@ - - - - - - - - - @@ -2504,6 +2816,12 @@ + + + + + + @@ -2540,6 +2858,12 @@ + + + + + + @@ -2549,6 +2873,12 @@ + + + + + + @@ -2585,6 +2915,18 @@ + + + + + + + + + + + + @@ -2594,6 +2936,12 @@ + + + + + + @@ -2639,6 +2987,12 @@ + + + + + + @@ -2657,6 +3011,18 @@ + + + + + + + + + + + + @@ -2666,6 +3032,18 @@ + + + + + + + + + + + + @@ -2675,6 +3053,18 @@ + + + + + + + + + + + + @@ -2693,6 +3083,18 @@ + + + + + + + + + + + + @@ -2711,6 +3113,12 @@ + + + + + + @@ -2729,6 +3137,18 @@ + + + + + + + + + + + + @@ -2738,6 +3158,24 @@ + + + + + + + + + + + + + + + + + + @@ -2777,6 +3215,18 @@ + + + + + + + + + + + + @@ -2804,6 +3254,12 @@ + + + + + + @@ -2879,6 +3335,18 @@ + + + + + + + + + + + + @@ -2924,6 +3392,48 @@ + + + + + + + + + + + + + + + {1}'?]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2963,6 +3473,12 @@ + + + + + + @@ -2972,6 +3488,12 @@ + + + + + + @@ -3098,15 +3620,6 @@ - - - - - - - - - @@ -3209,6 +3722,12 @@ + + + + + + @@ -3227,15 +3746,6 @@ - - - - - - - - - @@ -3254,6 +3764,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -3272,10 +3806,16 @@ - + - - + + + + + + + + @@ -3290,6 +3830,12 @@ + + + + + + @@ -3308,6 +3854,15 @@ + + + + + + + + + @@ -3317,6 +3872,12 @@ + + + + + + @@ -3344,6 +3905,18 @@ + + + + + + + + + + + + @@ -3455,6 +4028,12 @@ + + + + + + @@ -3563,12 +4142,9 @@ - + - - - - + @@ -3583,10 +4159,13 @@ - - + + + + + @@ -3719,6 +4298,12 @@ + + + + + + @@ -3800,6 +4385,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -3854,6 +4463,12 @@ + + + + + + @@ -3863,12 +4478,9 @@ - + - - - - + @@ -3881,12 +4493,9 @@ - + - - - - + @@ -3977,6 +4586,21 @@ + + + + + + + + + + + + + + + @@ -3986,29 +4610,29 @@ - + - + - + - + - + - + - + - + - + @@ -4103,6 +4727,12 @@ + + + + + + @@ -4112,6 +4742,12 @@ + + + + + + @@ -4139,12 +4775,9 @@ - + - - - - + @@ -4184,15 +4817,6 @@ - - - - - - - - - @@ -4247,6 +4871,12 @@ + + + + + + @@ -4286,6 +4916,12 @@ + + + + + + @@ -4304,6 +4940,12 @@ + + + + + + @@ -4367,6 +5009,12 @@ + + + + + + @@ -4418,6 +5066,12 @@ + + + + + + @@ -4484,15 +5138,6 @@ - - - - - - - - - @@ -4559,6 +5204,12 @@ + + + + + + @@ -4832,6 +5483,12 @@ + + + + + + @@ -4955,6 +5612,12 @@ + + + + + + @@ -5021,6 +5684,12 @@ + + + + + + @@ -5195,6 +5864,12 @@ + + + + + + @@ -5258,12 +5933,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -5294,6 +5984,12 @@ + + + + + + @@ -5312,6 +6008,12 @@ + + + + + + @@ -5324,15 +6026,6 @@ - - - - - - - - - @@ -5369,6 +6062,12 @@ + + + + + + @@ -5405,6 +6104,12 @@ + + + + + + @@ -5489,6 +6194,24 @@ + + + + + + + + + + + + + + + + + + @@ -5498,6 +6221,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -5516,6 +6263,18 @@ + + + + + + + + + + + + @@ -5525,6 +6284,18 @@ + + + + + + + + + + + + @@ -5534,6 +6305,12 @@ + + + + + + @@ -5651,6 +6428,12 @@ + + + + + + @@ -5726,6 +6509,12 @@ + + + + + + @@ -5753,6 +6542,12 @@ + + + + + + @@ -5798,6 +6593,12 @@ + + + + + + @@ -5825,6 +6626,12 @@ + + + + + + @@ -5879,12 +6686,9 @@ - + - - - - + @@ -5951,6 +6755,12 @@ + + + + + + @@ -5960,6 +6770,24 @@ + + + + + + + + + + + + + + + + + + @@ -6158,6 +6986,18 @@ + + + + + + + + + + + + @@ -6227,6 +7067,12 @@ + + + + + + @@ -6236,6 +7082,12 @@ + + + + + + @@ -6245,6 +7097,12 @@ + + + + + + @@ -6263,6 +7121,12 @@ + + + + + + @@ -6272,6 +7136,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -6281,6 +7175,12 @@ + + + + + + @@ -6308,6 +7208,18 @@ + + + + + + + + + + + + @@ -6380,15 +7292,6 @@ - - - - - - - - - @@ -6434,6 +7337,18 @@ + + + + + + + + + + + + @@ -6455,6 +7370,18 @@ + + + + + + + + + + + + @@ -6473,6 +7400,12 @@ + + + + + + @@ -6482,6 +7415,18 @@ + + + + + + + + + + + + @@ -6554,6 +7499,12 @@ + + + + + + @@ -6608,6 +7559,18 @@ + + + + + + + + + + + + @@ -6761,6 +7724,12 @@ + + + + + + @@ -6779,6 +7748,12 @@ + + + + + + @@ -6797,6 +7772,12 @@ + + + + + + @@ -6824,18 +7805,6 @@ - - - - - - - - - - - - @@ -6854,6 +7823,24 @@ + + + + + + + + + + + + + + + + + + @@ -6863,6 +7850,12 @@ + + + + + + @@ -6881,6 +7874,12 @@ + + + + + + @@ -6890,6 +7889,12 @@ + + + + + + @@ -7067,6 +8072,18 @@ + + + + + + + + + + + + @@ -7076,6 +8093,12 @@ + + + + + + @@ -7361,6 +8384,18 @@ + + + + + + + + + + + + @@ -7433,12 +8468,9 @@ - + - - - - + @@ -7469,12 +8501,9 @@ - + - - - - + @@ -7487,6 +8516,18 @@ + + + + + + + + + + + + @@ -7496,15 +8537,9 @@ - + - - - - - - - + @@ -7517,6 +8552,24 @@ + + + + + + + + + + + + + + + + + + @@ -7562,6 +8615,18 @@ + + + + + + + + + + + + @@ -7691,15 +8756,9 @@ - + - - - - - - - + @@ -7766,6 +8825,12 @@ + + + + + + @@ -7775,6 +8840,18 @@ + + + + + + + + + + + + @@ -7793,6 +8870,18 @@ + + + + + + + + + + + + @@ -7838,6 +8927,12 @@ + + + + + + @@ -7856,21 +8951,51 @@ - + - - - - + - + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -7895,12 +9020,21 @@ - + - - - - + + + + + + + + + + + + + @@ -7913,6 +9047,18 @@ + + + + + + + + + + + + @@ -7931,6 +9077,12 @@ + + + + + + @@ -7958,6 +9110,12 @@ + + + + + + @@ -7967,12 +9125,15 @@ - + - - - - + + + + + + + @@ -8024,21 +9185,39 @@ + + + + + + - - + + + + + - - + + + + + + + + + + + @@ -8051,6 +9230,18 @@ + + + + + + + + + + + + @@ -8105,12 +9296,9 @@ - + - - - - + @@ -8135,6 +9323,12 @@ + + + + + + @@ -8156,6 +9350,12 @@ + + + + + + @@ -8183,6 +9383,12 @@ + + + + + + @@ -8192,21 +9398,33 @@ - + - - - - + - + - - - - + + + + + + + + + + + + + + + + + + + @@ -8237,6 +9455,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -8246,6 +9488,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -8255,12 +9545,21 @@ - + - - - - + + + + + + + + + + + + + @@ -8282,12 +9581,9 @@ - + - - - - + @@ -8312,21 +9608,15 @@ - + - - - - + - + - - - - + @@ -8357,6 +9647,18 @@ + + + + + + + + + + + + @@ -8375,21 +9677,15 @@ - + - - - - + - + - - - - + @@ -8420,15 +9716,6 @@ - - - - - - - - - @@ -8561,6 +9848,12 @@ + + + + + + @@ -8570,6 +9863,12 @@ + + + + + + @@ -8597,6 +9896,12 @@ + + + + + + @@ -8606,6 +9911,18 @@ + + + + + + + + + + + + @@ -8624,6 +9941,12 @@ + + + + + + @@ -8642,6 +9965,12 @@ + + + + + + @@ -8660,6 +9989,12 @@ + + + + + + @@ -8723,6 +10058,12 @@ + + + + + + @@ -8768,6 +10109,18 @@ + + + + + + + + + + + + @@ -8825,6 +10178,12 @@ + + + + + + @@ -8933,6 +10292,18 @@ + + + '}` or `>`?]]> + + + + + + + + + @@ -8942,6 +10313,18 @@ + + + + + + + + + + + + @@ -8951,6 +10334,12 @@ + + + + + + @@ -8969,6 +10358,24 @@ + + + + + + + + + + + + + + + + + + @@ -9050,6 +10457,12 @@ + + + + + + @@ -9059,6 +10472,12 @@ + + + + + + @@ -9077,6 +10496,12 @@ + + + + + + @@ -9113,6 +10538,18 @@ + + + + + + + + + + + + @@ -9167,6 +10604,12 @@ + + + + + + @@ -9176,6 +10619,18 @@ + + + + + + + + + + + + @@ -9203,6 +10658,12 @@ + + + + + + @@ -9212,12 +10673,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -9230,6 +10706,12 @@ + + + + + + @@ -9257,6 +10739,12 @@ + + + + + + @@ -9275,6 +10763,24 @@ + + + + + + + + + + + + + + + + + + @@ -9302,6 +10808,12 @@ + + + + + + @@ -9419,6 +10931,12 @@ + + + + + + @@ -9428,6 +10946,12 @@ + + + + + + @@ -9446,6 +10970,12 @@ + + + + + + @@ -9455,6 +10985,12 @@ + + + + + + @@ -9473,6 +11009,24 @@ + + + + + + + + + + + + + + + + + + @@ -9482,6 +11036,12 @@ + + + + + + @@ -9491,12 +11051,21 @@ - + - - - - + + + + + + + + + + + + + @@ -9509,6 +11078,12 @@ + + + + + + @@ -9521,6 +11096,12 @@ + + + + + + @@ -9587,6 +11168,12 @@ + + + + + + @@ -9599,6 +11186,12 @@ + + + + + + @@ -9617,21 +11210,9 @@ - - - - - - - - - - + - - - - + @@ -9716,21 +11297,15 @@ - + - - - - + - + - - - - + @@ -9743,15 +11318,6 @@ - - - - - - - - - @@ -9770,24 +11336,6 @@ - - - - - - - - - - - - ()' instead.]]> - - ()' em vez disso.]]> - - - - @@ -9797,15 +11345,6 @@ - - - - - - - - - @@ -9833,6 +11372,18 @@ + + + + + + + + + + + + @@ -9842,12 +11393,21 @@ - + - - - - + + + + + + + + + + + + + @@ -9869,6 +11429,12 @@ + + + + + + @@ -9935,6 +11501,12 @@ + + + + + + @@ -10025,51 +11597,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -10097,6 +11624,18 @@ + + + + + + + + + + + + diff --git a/src/loc/lcl/rus/diagnosticMessages/diagnosticMessages.generated.json.lcl b/src/loc/lcl/rus/diagnosticMessages/diagnosticMessages.generated.json.lcl index b16f07d9bc8dc..f1ab2371f330e 100644 --- a/src/loc/lcl/rus/diagnosticMessages/diagnosticMessages.generated.json.lcl +++ b/src/loc/lcl/rus/diagnosticMessages/diagnosticMessages.generated.json.lcl @@ -47,6 +47,18 @@ + + + + + + + + + + + + @@ -83,6 +95,12 @@ + + + + + + @@ -104,15 +122,6 @@ - - - - - - - - - @@ -203,6 +212,12 @@ + + + + + + @@ -212,12 +227,9 @@ - + - - - - + @@ -269,15 +281,6 @@ - - - - - - - - - @@ -413,6 +416,12 @@ + + + + + + @@ -422,6 +431,12 @@ + + + + + + @@ -473,15 +488,6 @@ - - - - - - - - - @@ -500,6 +506,18 @@ + + + + + + + + + + + + @@ -572,6 +590,12 @@ + + + + + + @@ -620,6 +644,18 @@ + + + + + + + + + + + + @@ -739,10 +775,13 @@ - - + + + + + @@ -773,15 +812,6 @@ - - - - - - - - - @@ -800,6 +830,12 @@ + + + + + + @@ -938,6 +974,12 @@ + + + + + + @@ -965,6 +1007,24 @@ + + + + + + + + + + + + + + + + + + @@ -974,6 +1034,24 @@ + + + + + + + + + + + + + + + + + + @@ -992,6 +1070,12 @@ + + + + + + @@ -1022,6 +1106,24 @@ + + + + + + + + + + + + + + + + + + @@ -1043,6 +1145,12 @@ + + + + + + @@ -1052,6 +1160,12 @@ + + + + + + @@ -1097,6 +1211,18 @@ + + + + + + + + + + + + @@ -1160,6 +1286,12 @@ + + + + + + @@ -1169,6 +1301,12 @@ + + + + + + @@ -1178,6 +1316,12 @@ + + + + + + @@ -1196,12 +1340,9 @@ - + - - - - + @@ -1241,12 +1382,15 @@ - + - - - - + + + + + + + @@ -1268,12 +1412,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -1322,6 +1481,12 @@ + + + + + + @@ -1331,6 +1496,12 @@ + + + + + + @@ -1385,6 +1556,12 @@ + + + + + + @@ -1394,6 +1571,12 @@ + + + + + + @@ -1403,6 +1586,18 @@ + + + + + + + + + + + + @@ -1520,12 +1715,9 @@ - + - - - - + @@ -1538,12 +1730,9 @@ - + - - - - + @@ -1601,6 +1790,18 @@ + + + + + + + + + + + + @@ -1646,6 +1847,18 @@ + + + + + + + + + + + + @@ -1685,6 +1898,18 @@ + + + + + + + + + + + + @@ -1730,12 +1955,9 @@ - + - - - - + @@ -1766,6 +1988,12 @@ + + + + + + @@ -1811,6 +2039,12 @@ + + + + + + @@ -1832,6 +2066,12 @@ + + + + + + @@ -1841,6 +2081,12 @@ + + + + + + @@ -1859,6 +2105,12 @@ + + + + + + @@ -1877,12 +2129,15 @@ - + - - - - + + + + + + + @@ -1922,21 +2177,18 @@ - + - + - + - + - - - - + @@ -1967,6 +2219,12 @@ + + + + + + @@ -2024,6 +2282,12 @@ + + + + + + @@ -2060,6 +2324,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2114,15 +2426,6 @@ - - - - - - - - - @@ -2150,20 +2453,29 @@ - + - - - - + + + + + + + + + + + + + - + - + - + @@ -2210,6 +2522,12 @@ + + + + + + @@ -2246,12 +2564,9 @@ - + - - - - + @@ -2381,6 +2696,12 @@ + + + + + + @@ -2399,15 +2720,6 @@ - - - - - - - - - @@ -2510,6 +2822,12 @@ + + + + + + @@ -2546,6 +2864,12 @@ + + + + + + @@ -2555,6 +2879,12 @@ + + + + + + @@ -2591,6 +2921,18 @@ + + + + + + + + + + + + @@ -2600,6 +2942,12 @@ + + + + + + @@ -2645,6 +2993,12 @@ + + + + + + @@ -2663,6 +3017,18 @@ + + + + + + + + + + + + @@ -2672,6 +3038,18 @@ + + + + + + + + + + + + @@ -2681,6 +3059,18 @@ + + + + + + + + + + + + @@ -2699,6 +3089,18 @@ + + + + + + + + + + + + @@ -2717,6 +3119,12 @@ + + + + + + @@ -2735,6 +3143,18 @@ + + + + + + + + + + + + @@ -2744,6 +3164,24 @@ + + + + + + + + + + + + + + + + + + @@ -2783,6 +3221,18 @@ + + + + + + + + + + + + @@ -2810,6 +3260,12 @@ + + + + + + @@ -2885,6 +3341,18 @@ + + + + + + + + + + + + @@ -2930,6 +3398,48 @@ + + + + + + + + + + + + + + + {1}'?]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2969,6 +3479,12 @@ + + + + + + @@ -2978,6 +3494,12 @@ + + + + + + @@ -3104,15 +3626,6 @@ - - - - - - - - - @@ -3215,6 +3728,12 @@ + + + + + + @@ -3233,15 +3752,6 @@ - - - - - - - - - @@ -3260,6 +3770,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -3278,10 +3812,16 @@ - + - - + + + + + + + + @@ -3296,6 +3836,12 @@ + + + + + + @@ -3314,6 +3860,15 @@ + + + + + + + + + @@ -3323,6 +3878,12 @@ + + + + + + @@ -3350,6 +3911,18 @@ + + + + + + + + + + + + @@ -3461,6 +4034,12 @@ + + + + + + @@ -3569,12 +4148,9 @@ - + - - - - + @@ -3589,10 +4165,13 @@ - - + + + + + @@ -3725,6 +4304,12 @@ + + + + + + @@ -3806,6 +4391,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -3860,6 +4469,12 @@ + + + + + + @@ -3869,12 +4484,9 @@ - + - - - - + @@ -3887,12 +4499,9 @@ - + - - - - + @@ -3983,6 +4592,21 @@ + + + + + + + + + + + + + + + @@ -3992,29 +4616,29 @@ - + - + - + - + - + - + - + - + - + @@ -4109,6 +4733,12 @@ + + + + + + @@ -4118,6 +4748,12 @@ + + + + + + @@ -4145,12 +4781,9 @@ - + - - - - + @@ -4190,15 +4823,6 @@ - - - - - - - - - @@ -4253,6 +4877,12 @@ + + + + + + @@ -4292,6 +4922,12 @@ + + + + + + @@ -4310,6 +4946,12 @@ + + + + + + @@ -4373,6 +5015,12 @@ + + + + + + @@ -4424,6 +5072,12 @@ + + + + + + @@ -4490,15 +5144,6 @@ - - - - - - - - - @@ -4565,6 +5210,12 @@ + + + + + + @@ -4838,6 +5489,12 @@ + + + + + + @@ -4961,6 +5618,12 @@ + + + + + + @@ -5027,6 +5690,12 @@ + + + + + + @@ -5201,6 +5870,12 @@ + + + + + + @@ -5264,12 +5939,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -5300,6 +5990,12 @@ + + + + + + @@ -5318,6 +6014,12 @@ + + + + + + @@ -5330,15 +6032,6 @@ - - - - - - - - - @@ -5375,6 +6068,12 @@ + + + + + + @@ -5411,6 +6110,12 @@ + + + + + + @@ -5495,6 +6200,24 @@ + + + + + + + + + + + + + + + + + + @@ -5504,6 +6227,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -5522,6 +6269,18 @@ + + + + + + + + + + + + @@ -5531,6 +6290,18 @@ + + + + + + + + + + + + @@ -5540,6 +6311,12 @@ + + + + + + @@ -5657,6 +6434,12 @@ + + + + + + @@ -5732,6 +6515,12 @@ + + + + + + @@ -5759,6 +6548,12 @@ + + + + + + @@ -5804,6 +6599,12 @@ + + + + + + @@ -5831,6 +6632,12 @@ + + + + + + @@ -5885,12 +6692,9 @@ - + - - - - + @@ -5957,6 +6761,12 @@ + + + + + + @@ -5966,6 +6776,24 @@ + + + + + + + + + + + + + + + + + + @@ -6164,6 +6992,18 @@ + + + + + + + + + + + + @@ -6236,6 +7076,12 @@ + + + + + + @@ -6245,6 +7091,12 @@ + + + + + + @@ -6254,6 +7106,12 @@ + + + + + + @@ -6272,6 +7130,12 @@ + + + + + + @@ -6281,6 +7145,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -6290,6 +7184,12 @@ + + + + + + @@ -6317,6 +7217,18 @@ + + + + + + + + + + + + @@ -6389,15 +7301,6 @@ - - - - - - - - - @@ -6443,6 +7346,18 @@ + + + + + + + + + + + + @@ -6464,6 +7379,18 @@ + + + + + + + + + + + + @@ -6482,6 +7409,12 @@ + + + + + + @@ -6491,6 +7424,18 @@ + + + + + + + + + + + + @@ -6563,6 +7508,12 @@ + + + + + + @@ -6617,6 +7568,18 @@ + + + + + + + + + + + + @@ -6770,6 +7733,12 @@ + + + + + + @@ -6788,6 +7757,12 @@ + + + + + + @@ -6806,6 +7781,12 @@ + + + + + + @@ -6833,18 +7814,6 @@ - - - - - - - - - - - - @@ -6863,6 +7832,24 @@ + + + + + + + + + + + + + + + + + + @@ -6872,6 +7859,12 @@ + + + + + + @@ -6890,6 +7883,12 @@ + + + + + + @@ -6899,6 +7898,12 @@ + + + + + + @@ -7076,6 +8081,18 @@ + + + + + + + + + + + + @@ -7085,6 +8102,12 @@ + + + + + + @@ -7370,6 +8393,18 @@ + + + + + + + + + + + + @@ -7442,12 +8477,9 @@ - + - - - - + @@ -7478,12 +8510,9 @@ - + - - - - + @@ -7496,6 +8525,18 @@ + + + + + + + + + + + + @@ -7505,15 +8546,9 @@ - + - - - - - - - + @@ -7526,6 +8561,24 @@ + + + + + + + + + + + + + + + + + + @@ -7571,6 +8624,18 @@ + + + + + + + + + + + + @@ -7700,15 +8765,9 @@ - + - - - - - - - + @@ -7775,6 +8834,12 @@ + + + + + + @@ -7784,6 +8849,18 @@ + + + + + + + + + + + + @@ -7802,6 +8879,18 @@ + + + + + + + + + + + + @@ -7847,6 +8936,12 @@ + + + + + + @@ -7865,21 +8960,51 @@ - + - - - - + - + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -7904,12 +9029,21 @@ - + - - - - + + + + + + + + + + + + + @@ -7922,6 +9056,18 @@ + + + + + + + + + + + + @@ -7940,6 +9086,12 @@ + + + + + + @@ -7967,6 +9119,12 @@ + + + + + + @@ -7976,12 +9134,15 @@ - + - - - - + + + + + + + @@ -8033,21 +9194,39 @@ + + + + + + - - + + + + + - - + + + + + + + + + + + @@ -8060,6 +9239,18 @@ + + + + + + + + + + + + @@ -8114,12 +9305,9 @@ - + - - - - + @@ -8144,6 +9332,12 @@ + + + + + + @@ -8165,6 +9359,12 @@ + + + + + + @@ -8192,6 +9392,12 @@ + + + + + + @@ -8201,21 +9407,33 @@ - + - - - - + - + - - - - + + + + + + + + + + + + + + + + + + + @@ -8246,6 +9464,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -8255,6 +9497,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -8264,12 +9554,21 @@ - + - - - - + + + + + + + + + + + + + @@ -8291,12 +9590,9 @@ - + - - - - + @@ -8321,21 +9617,15 @@ - + - - - - + - + - - - - + @@ -8366,6 +9656,18 @@ + + + + + + + + + + + + @@ -8384,21 +9686,15 @@ - + - - - - + - + - - - - + @@ -8429,15 +9725,6 @@ - - - - - - - - - @@ -8570,6 +9857,12 @@ + + + + + + @@ -8579,6 +9872,12 @@ + + + + + + @@ -8606,6 +9905,12 @@ + + + + + + @@ -8615,6 +9920,18 @@ + + + + + + + + + + + + @@ -8633,6 +9950,12 @@ + + + + + + @@ -8651,6 +9974,12 @@ + + + + + + @@ -8669,6 +9998,12 @@ + + + + + + @@ -8732,6 +10067,12 @@ + + + + + + @@ -8777,6 +10118,18 @@ + + + + + + + + + + + + @@ -8834,6 +10187,12 @@ + + + + + + @@ -8942,6 +10301,18 @@ + + + '}` or `>`?]]> + + + + + + + + + @@ -8951,6 +10322,18 @@ + + + + + + + + + + + + @@ -8960,6 +10343,12 @@ + + + + + + @@ -8978,6 +10367,24 @@ + + + + + + + + + + + + + + + + + + @@ -9059,6 +10466,12 @@ + + + + + + @@ -9068,6 +10481,12 @@ + + + + + + @@ -9086,6 +10505,12 @@ + + + + + + @@ -9122,6 +10547,18 @@ + + + + + + + + + + + + @@ -9176,6 +10613,12 @@ + + + + + + @@ -9185,6 +10628,18 @@ + + + + + + + + + + + + @@ -9212,6 +10667,12 @@ + + + + + + @@ -9221,12 +10682,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -9239,6 +10715,12 @@ + + + + + + @@ -9266,6 +10748,12 @@ + + + + + + @@ -9284,6 +10772,24 @@ + + + + + + + + + + + + + + + + + + @@ -9311,6 +10817,12 @@ + + + + + + @@ -9428,6 +10940,12 @@ + + + + + + @@ -9437,6 +10955,12 @@ + + + + + + @@ -9455,6 +10979,12 @@ + + + + + + @@ -9464,6 +10994,12 @@ + + + + + + @@ -9482,6 +11018,24 @@ + + + + + + + + + + + + + + + + + + @@ -9491,6 +11045,12 @@ + + + + + + @@ -9500,12 +11060,21 @@ - + - - - - + + + + + + + + + + + + + @@ -9518,6 +11087,12 @@ + + + + + + @@ -9530,6 +11105,12 @@ + + + + + + @@ -9596,6 +11177,12 @@ + + + + + + @@ -9608,6 +11195,12 @@ + + + + + + @@ -9626,21 +11219,9 @@ - - - - - - - - - - + - - - - + @@ -9725,21 +11306,15 @@ - + - - - - + - + - - - - + @@ -9752,15 +11327,6 @@ - - - - - - - - - @@ -9779,24 +11345,6 @@ - - - - - - - - - - - - ()' instead.]]> - - ()".]]> - - - - @@ -9806,15 +11354,6 @@ - - - - - - - - - @@ -9842,6 +11381,18 @@ + + + + + + + + + + + + @@ -9851,12 +11402,21 @@ - + - - - - + + + + + + + + + + + + + @@ -9878,6 +11438,12 @@ + + + + + + @@ -9944,6 +11510,12 @@ + + + + + + @@ -10034,51 +11606,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -10106,6 +11633,18 @@ + + + + + + + + + + + + diff --git a/src/loc/lcl/trk/diagnosticMessages/diagnosticMessages.generated.json.lcl b/src/loc/lcl/trk/diagnosticMessages/diagnosticMessages.generated.json.lcl index 37122673a1fa1..1b79cea49e5ec 100644 --- a/src/loc/lcl/trk/diagnosticMessages/diagnosticMessages.generated.json.lcl +++ b/src/loc/lcl/trk/diagnosticMessages/diagnosticMessages.generated.json.lcl @@ -41,6 +41,18 @@ + + + + + + + + + + + + @@ -77,6 +89,12 @@ + + + + + + @@ -98,15 +116,6 @@ - - - - - - - - - @@ -197,6 +206,12 @@ + + + + + + @@ -206,12 +221,9 @@ - + - - - - + @@ -263,15 +275,6 @@ - - - - - - - - - @@ -407,6 +410,12 @@ + + + + + + @@ -416,6 +425,12 @@ + + + + + + @@ -467,15 +482,6 @@ - - - - - - - - - @@ -494,6 +500,18 @@ + + + + + + + + + + + + @@ -566,6 +584,12 @@ + + + + + + @@ -614,6 +638,18 @@ + + + + + + + + + + + + @@ -733,10 +769,13 @@ - - + + + + + @@ -767,15 +806,6 @@ - - - - - - - - - @@ -794,6 +824,12 @@ + + + + + + @@ -932,6 +968,12 @@ + + + + + + @@ -959,6 +1001,24 @@ + + + + + + + + + + + + + + + + + + @@ -968,6 +1028,24 @@ + + + + + + + + + + + + + + + + + + @@ -986,6 +1064,12 @@ + + + + + + @@ -1016,6 +1100,24 @@ + + + + + + + + + + + + + + + + + + @@ -1037,6 +1139,12 @@ + + + + + + @@ -1046,6 +1154,12 @@ + + + + + + @@ -1091,6 +1205,18 @@ + + + + + + + + + + + + @@ -1154,6 +1280,12 @@ + + + + + + @@ -1163,6 +1295,12 @@ + + + + + + @@ -1172,6 +1310,12 @@ + + + + + + @@ -1190,12 +1334,9 @@ - + - - - - + @@ -1235,12 +1376,15 @@ - + - - - - + + + + + + + @@ -1262,12 +1406,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -1316,6 +1475,12 @@ + + + + + + @@ -1325,6 +1490,12 @@ + + + + + + @@ -1379,6 +1550,12 @@ + + + + + + @@ -1388,6 +1565,12 @@ + + + + + + @@ -1397,6 +1580,18 @@ + + + + + + + + + + + + @@ -1514,12 +1709,9 @@ - + - - - - + @@ -1532,12 +1724,9 @@ - + - - - - + @@ -1595,6 +1784,18 @@ + + + + + + + + + + + + @@ -1640,6 +1841,18 @@ + + + + + + + + + + + + @@ -1679,6 +1892,18 @@ + + + + + + + + + + + + @@ -1724,12 +1949,9 @@ - + - - - - + @@ -1760,6 +1982,12 @@ + + + + + + @@ -1805,6 +2033,12 @@ + + + + + + @@ -1826,6 +2060,12 @@ + + + + + + @@ -1835,6 +2075,12 @@ + + + + + + @@ -1853,6 +2099,12 @@ + + + + + + @@ -1871,12 +2123,15 @@ - + - - - - + + + + + + + @@ -1916,21 +2171,18 @@ - + - + - + - + - - - - + @@ -1961,6 +2213,12 @@ + + + + + + @@ -2018,6 +2276,12 @@ + + + + + + @@ -2054,6 +2318,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2108,15 +2420,6 @@ - - - - - - - - - @@ -2144,20 +2447,29 @@ - + - - - - + + + + + + + + + + + + + - + - + - + @@ -2204,6 +2516,12 @@ + + + + + + @@ -2240,12 +2558,9 @@ - + - - - - + @@ -2375,6 +2690,12 @@ + + + + + + @@ -2393,15 +2714,6 @@ - - - - - - - - - @@ -2504,6 +2816,12 @@ + + + + + + @@ -2540,6 +2858,12 @@ + + + + + + @@ -2549,6 +2873,12 @@ + + + + + + @@ -2585,6 +2915,18 @@ + + + + + + + + + + + + @@ -2594,6 +2936,12 @@ + + + + + + @@ -2639,6 +2987,12 @@ + + + + + + @@ -2657,6 +3011,18 @@ + + + + + + + + + + + + @@ -2666,6 +3032,18 @@ + + + + + + + + + + + + @@ -2675,6 +3053,18 @@ + + + + + + + + + + + + @@ -2693,6 +3083,18 @@ + + + + + + + + + + + + @@ -2711,6 +3113,12 @@ + + + + + + @@ -2729,6 +3137,18 @@ + + + + + + + + + + + + @@ -2738,6 +3158,24 @@ + + + + + + + + + + + + + + + + + + @@ -2777,6 +3215,18 @@ + + + + + + + + + + + + @@ -2804,6 +3254,12 @@ + + + + + + @@ -2879,6 +3335,18 @@ + + + + + + + + + + + + @@ -2924,6 +3392,48 @@ + + + + + + + + + + + + + + + {1}'?]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2963,6 +3473,12 @@ + + + + + + @@ -2972,6 +3488,12 @@ + + + + + + @@ -3098,15 +3620,6 @@ - - - - - - - - - @@ -3209,6 +3722,12 @@ + + + + + + @@ -3227,15 +3746,6 @@ - - - - - - - - - @@ -3254,6 +3764,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -3272,10 +3806,16 @@ - + - - + + + + + + + + @@ -3290,6 +3830,12 @@ + + + + + + @@ -3308,6 +3854,15 @@ + + + + + + + + + @@ -3317,6 +3872,12 @@ + + + + + + @@ -3344,6 +3905,18 @@ + + + + + + + + + + + + @@ -3455,6 +4028,12 @@ + + + + + + @@ -3563,12 +4142,9 @@ - + - - - - + @@ -3583,10 +4159,13 @@ - - + + + + + @@ -3719,6 +4298,12 @@ + + + + + + @@ -3800,6 +4385,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -3854,6 +4463,12 @@ + + + + + + @@ -3863,12 +4478,9 @@ - + - - - - + @@ -3881,12 +4493,9 @@ - + - - - - + @@ -3977,6 +4586,21 @@ + + + + + + + + + + + + + + + @@ -3986,29 +4610,29 @@ - + - + - + - + - + - + - + - + - + @@ -4103,6 +4727,12 @@ + + + + + + @@ -4112,6 +4742,12 @@ + + + + + + @@ -4139,12 +4775,9 @@ - + - - - - + @@ -4184,15 +4817,6 @@ - - - - - - - - - @@ -4247,6 +4871,12 @@ + + + + + + @@ -4286,6 +4916,12 @@ + + + + + + @@ -4304,6 +4940,12 @@ + + + + + + @@ -4367,6 +5009,12 @@ + + + + + + @@ -4418,6 +5066,12 @@ + + + + + + @@ -4484,15 +5138,6 @@ - - - - - - - - - @@ -4559,6 +5204,12 @@ + + + + + + @@ -4832,6 +5483,12 @@ + + + + + + @@ -4955,6 +5612,12 @@ + + + + + + @@ -5021,6 +5684,12 @@ + + + + + + @@ -5195,6 +5864,12 @@ + + + + + + @@ -5258,12 +5933,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -5294,6 +5984,12 @@ + + + + + + @@ -5312,6 +6008,12 @@ + + + + + + @@ -5324,15 +6026,6 @@ - - - - - - - - - @@ -5369,6 +6062,12 @@ + + + + + + @@ -5405,6 +6104,12 @@ + + + + + + @@ -5489,6 +6194,24 @@ + + + + + + + + + + + + + + + + + + @@ -5498,6 +6221,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -5516,6 +6263,18 @@ + + + + + + + + + + + + @@ -5525,6 +6284,18 @@ + + + + + + + + + + + + @@ -5534,6 +6305,12 @@ + + + + + + @@ -5651,6 +6428,12 @@ + + + + + + @@ -5726,6 +6509,12 @@ + + + + + + @@ -5753,6 +6542,12 @@ + + + + + + @@ -5798,6 +6593,12 @@ + + + + + + @@ -5825,6 +6626,12 @@ + + + + + + @@ -5879,12 +6686,9 @@ - + - - - - + @@ -5951,6 +6755,12 @@ + + + + + + @@ -5960,6 +6770,24 @@ + + + + + + + + + + + + + + + + + + @@ -6158,6 +6986,18 @@ + + + + + + + + + + + + @@ -6230,6 +7070,12 @@ + + + + + + @@ -6239,6 +7085,12 @@ + + + + + + @@ -6248,6 +7100,12 @@ + + + + + + @@ -6266,6 +7124,12 @@ + + + + + + @@ -6275,6 +7139,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -6284,6 +7178,12 @@ + + + + + + @@ -6311,6 +7211,18 @@ + + + + + + + + + + + + @@ -6383,15 +7295,6 @@ - - - - - - - - - @@ -6437,6 +7340,18 @@ + + + + + + + + + + + + @@ -6458,6 +7373,18 @@ + + + + + + + + + + + + @@ -6476,6 +7403,12 @@ + + + + + + @@ -6485,6 +7418,18 @@ + + + + + + + + + + + + @@ -6557,6 +7502,12 @@ + + + + + + @@ -6611,6 +7562,18 @@ + + + + + + + + + + + + @@ -6764,6 +7727,12 @@ + + + + + + @@ -6782,6 +7751,12 @@ + + + + + + @@ -6800,6 +7775,12 @@ + + + + + + @@ -6827,18 +7808,6 @@ - - - - - - - - - - - - @@ -6857,6 +7826,24 @@ + + + + + + + + + + + + + + + + + + @@ -6866,6 +7853,12 @@ + + + + + + @@ -6884,6 +7877,12 @@ + + + + + + @@ -6893,6 +7892,12 @@ + + + + + + @@ -7070,6 +8075,18 @@ + + + + + + + + + + + + @@ -7079,6 +8096,12 @@ + + + + + + @@ -7364,6 +8387,18 @@ + + + + + + + + + + + + @@ -7436,12 +8471,9 @@ - + - - - - + @@ -7472,12 +8504,9 @@ - + - - - - + @@ -7490,6 +8519,18 @@ + + + + + + + + + + + + @@ -7499,15 +8540,9 @@ - + - - - - - - - + @@ -7520,6 +8555,24 @@ + + + + + + + + + + + + + + + + + + @@ -7565,6 +8618,18 @@ + + + + + + + + + + + + @@ -7694,15 +8759,9 @@ - + - - - - - - - + @@ -7769,6 +8828,12 @@ + + + + + + @@ -7778,6 +8843,18 @@ + + + + + + + + + + + + @@ -7796,6 +8873,18 @@ + + + + + + + + + + + + @@ -7841,6 +8930,12 @@ + + + + + + @@ -7859,21 +8954,51 @@ - + - - - - + - + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -7898,12 +9023,21 @@ - + - - - - + + + + + + + + + + + + + @@ -7916,6 +9050,18 @@ + + + + + + + + + + + + @@ -7934,6 +9080,12 @@ + + + + + + @@ -7961,6 +9113,12 @@ + + + + + + @@ -7970,12 +9128,15 @@ - + - - - - + + + + + + + @@ -8027,21 +9188,39 @@ + + + + + + - - + + + + + - - + + + + + + + + + + + @@ -8054,6 +9233,18 @@ + + + + + + + + + + + + @@ -8108,12 +9299,9 @@ - + - - - - + @@ -8138,6 +9326,12 @@ + + + + + + @@ -8159,6 +9353,12 @@ + + + + + + @@ -8186,6 +9386,12 @@ + + + + + + @@ -8195,21 +9401,33 @@ - + - - - - + - + - - - - + + + + + + + + + + + + + + + + + + + @@ -8240,6 +9458,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -8249,6 +9491,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -8258,12 +9548,21 @@ - + - - - - + + + + + + + + + + + + + @@ -8285,12 +9584,9 @@ - + - - - - + @@ -8315,21 +9611,15 @@ - + - - - - + - + - - - - + @@ -8360,6 +9650,18 @@ + + + + + + + + + + + + @@ -8378,21 +9680,15 @@ - + - - - - + - + - - - - + @@ -8423,15 +9719,6 @@ - - - - - - - - - @@ -8564,6 +9851,12 @@ + + + + + + @@ -8573,6 +9866,12 @@ + + + + + + @@ -8600,6 +9899,12 @@ + + + + + + @@ -8609,6 +9914,18 @@ + + + + + + + + + + + + @@ -8627,6 +9944,12 @@ + + + + + + @@ -8645,6 +9968,12 @@ + + + + + + @@ -8663,6 +9992,12 @@ + + + + + + @@ -8726,6 +10061,12 @@ + + + + + + @@ -8771,6 +10112,18 @@ + + + + + + + + + + + + @@ -8828,6 +10181,12 @@ + + + + + + @@ -8936,6 +10295,18 @@ + + + '}` or `>`?]]> + + + + + + + + + @@ -8945,6 +10316,18 @@ + + + + + + + + + + + + @@ -8954,6 +10337,12 @@ + + + + + + @@ -8972,6 +10361,24 @@ + + + + + + + + + + + + + + + + + + @@ -9053,6 +10460,12 @@ + + + + + + @@ -9062,6 +10475,12 @@ + + + + + + @@ -9080,6 +10499,12 @@ + + + + + + @@ -9116,6 +10541,18 @@ + + + + + + + + + + + + @@ -9170,6 +10607,12 @@ + + + + + + @@ -9179,6 +10622,18 @@ + + + + + + + + + + + + @@ -9206,6 +10661,12 @@ + + + + + + @@ -9215,12 +10676,27 @@ - + - - - - + + + + + + + + + + + + + + + + + + + @@ -9233,6 +10709,12 @@ + + + + + + @@ -9260,6 +10742,12 @@ + + + + + + @@ -9278,6 +10766,24 @@ + + + + + + + + + + + + + + + + + + @@ -9305,6 +10811,12 @@ + + + + + + @@ -9422,6 +10934,12 @@ + + + + + + @@ -9431,6 +10949,12 @@ + + + + + + @@ -9449,6 +10973,12 @@ + + + + + + @@ -9458,6 +10988,12 @@ + + + + + + @@ -9476,6 +11012,24 @@ + + + + + + + + + + + + + + + + + + @@ -9485,6 +11039,12 @@ + + + + + + @@ -9494,12 +11054,21 @@ - + - - - - + + + + + + + + + + + + + @@ -9512,6 +11081,12 @@ + + + + + + @@ -9524,6 +11099,12 @@ + + + + + + @@ -9590,6 +11171,12 @@ + + + + + + @@ -9602,6 +11189,12 @@ + + + + + + @@ -9620,21 +11213,9 @@ - - - - - - - - - - + - - - - + @@ -9719,21 +11300,15 @@ - + - - - - + - + - - - - + @@ -9746,15 +11321,6 @@ - - - - - - - - - @@ -9773,24 +11339,6 @@ - - - - - - - - - - - - ()' instead.]]> - - ()' kullanın.]]> - - - - @@ -9800,15 +11348,6 @@ - - - - - - - - - @@ -9836,6 +11375,18 @@ + + + + + + + + + + + + @@ -9845,12 +11396,21 @@ - + - - - - + + + + + + + + + + + + + @@ -9872,6 +11432,12 @@ + + + + + + @@ -9938,6 +11504,12 @@ + + + + + + @@ -10028,51 +11600,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -10100,6 +11627,18 @@ + + + + + + + + + + + + From e79b6399bbe941fddfd92913bd8f354b178103b2 Mon Sep 17 00:00:00 2001 From: typescript-bot Date: Fri, 21 Feb 2020 17:31:25 +0000 Subject: [PATCH 4/4] Update user baselines --- .../baselines/reference/docker/azure-sdk.log | 153 +++++++----------- .../reference/docker/office-ui-fabric.log | 38 ++--- tests/baselines/reference/docker/vscode.log | 2 +- tests/baselines/reference/user/uglify-js.log | 113 +++++++------ tests/baselines/reference/user/webpack.log | 2 +- 5 files changed, 132 insertions(+), 176 deletions(-) diff --git a/tests/baselines/reference/docker/azure-sdk.log b/tests/baselines/reference/docker/azure-sdk.log index 44df5889d78e8..9e59547a43878 100644 --- a/tests/baselines/reference/docker/azure-sdk.log +++ b/tests/baselines/reference/docker/azure-sdk.log @@ -2,7 +2,7 @@ Exit Code: 1 Standard output: Rush Multi-Project Build Tool 5.X.X - https://rushjs.io -Node.js version is 12.16.0 (LTS) +Node.js version is 12.16.1 (LTS) Starting "rush rebuild" Executing a maximum of ?simultaneous processes... XX of XX: [@azure/abort-controller] completed successfully in ? seconds @@ -15,47 +15,48 @@ XX of XX: [@azure/core-amqp] completed successfully in ? seconds XX of XX: [@azure/core-lro] completed successfully in ? seconds XX of XX: [@azure/core-paging] completed successfully in ? seconds XX of XX: [@azure/test-utils-recorder] completed successfully in ? seconds -Warning: You have changed the public API signature for this project. Updating review/event-hubs.api.md -Warning: You have changed the public API signature for this project. Updating review/event-processor-host.api.md -XX of XX: [@azure/keyvault-keys] completed successfully in ? seconds -XX of XX: [@azure/keyvault-secrets] completed successfully in ? seconds -Warning: You have changed the public API signature for this project. Updating review/storage-blob.api.md -XX of XX: [@azure/ai-text-analytics] completed successfully in ? seconds -XX of XX: [@azure/core-arm] completed successfully in ? seconds -XX of XX: [@azure/core-tracing] completed successfully in ? seconds -Warning: You have changed the public API signature for this project. Updating review/cosmos.api.md -dist-esm/index.js → dist/index.js... -(!) Unresolved dependencies -https://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency -os-name (imported by dist-esm/utils/user-agent.js) -(!) Missing global variable name -Use output.globals to specify browser global variable names corresponding to external modules -os-name (guessing 'osName') -created dist/index.js in ?s +XX of XX: [@azure/eslint-plugin-azure-sdk] completed successfully in ? seconds +XX of XX: [@azure/event-hubs] completed successfully in ? seconds +XX of XX: [@azure/event-processor-host] completed successfully in ? seconds npm ERR! code ELIFECYCLE npm ERR! errno 2 -npm ERR! @azure/keyvault-certificates@X.X.X extract-api: `tsc -p . && api-extractor run --local` +npm ERR! @azure/keyvault-keys@X.X.X extract-api: `tsc -p . && api-extractor run --local` npm ERR! Exit status 2 npm ERR! -npm ERR! Failed at the @azure/keyvault-certificates@X.X.X extract-api script. +npm ERR! Failed at the @azure/keyvault-keys@X.X.X extract-api script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log -Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md npm ERR! code ELIFECYCLE npm ERR! errno 2 -npm ERR! @azure/storage-file-datalake@X.X.X-preview.9 build:es6: `tsc -p tsconfig.json && npm run build:types` +npm ERR! @azure/keyvault-secrets@X.X.X extract-api: `tsc -p . && api-extractor run --local` npm ERR! Exit status 2 npm ERR! -npm ERR! Failed at the @azure/storage-file-datalake@X.X.X-preview.9 build:es?script. +npm ERR! Failed at the @azure/keyvault-secrets@X.X.X extract-api script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log -Warning: You have changed the public API signature for this project. Updating review/storage-file-share.api.md -Warning: You have changed the public API signature for this project. Updating review/storage-queue.api.md +XX of XX: [@azure/storage-blob] completed successfully in ? seconds +XX of XX: [@azure/ai-text-analytics] completed successfully in ? seconds +XX of XX: [@azure/app-configuration] completed successfully in ? seconds +XX of XX: [@azure/core-arm] completed successfully in ? seconds +XX of XX: [@azure/core-tracing] completed successfully in ? seconds +dist-esm/index.js → dist/index.js... +(!) Unresolved dependencies +https://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency +os-name (imported by dist-esm/utils/user-agent.js) +(!) Missing global variable name +Use output.globals to specify browser global variable names corresponding to external modules +os-name (guessing 'osName') +created dist/index.js in ?s +XX of XX: [@azure/eventhubs-checkpointstore-blob] completed successfully in ? seconds +XX of XX: [@azure/service-bus] completed successfully in ? seconds +XX of XX: [@azure/storage-file-datalake] completed successfully in ? seconds +XX of XX: [@azure/storage-file-share] completed successfully in ? seconds +XX of XX: [@azure/storage-queue] completed successfully in ? seconds XX of XX: [@azure/template] completed successfully in ? seconds XX of XX: [testhub] completed successfully in ? seconds -SUCCESS (17) +SUCCESS (25) ================================ @azure/abort-controller (? seconds) @azure/core-auth (? seconds) @@ -67,24 +68,25 @@ SUCCESS (17) @azure/core-lro (? seconds) @azure/core-paging (? seconds) @azure/test-utils-recorder (? seconds) -@azure/keyvault-keys (? seconds) -@azure/keyvault-secrets (? seconds) +@azure/eslint-plugin-azure-sdk (? seconds) +@azure/event-hubs (? seconds) +@azure/event-processor-host (? seconds) +@azure/storage-blob (? seconds) @azure/ai-text-analytics (? seconds) +@azure/app-configuration (? seconds) @azure/core-arm (? seconds) @azure/core-tracing (? seconds) +@azure/eventhubs-checkpointstore-blob (? seconds) +@azure/service-bus (? seconds) +@azure/storage-file-datalake (? seconds) +@azure/storage-file-share (? seconds) +@azure/storage-queue (? seconds) @azure/template (? seconds) testhub (? seconds) ================================ -SUCCESS WITH WARNINGS (7) +SUCCESS WITH WARNINGS (1) ================================ -@azure/event-hubs (? seconds) -Warning: You have changed the public API signature for this project. Updating review/event-hubs.api.md -@azure/event-processor-host (? seconds) -Warning: You have changed the public API signature for this project. Updating review/event-processor-host.api.md -@azure/storage-blob (? seconds) -Warning: You have changed the public API signature for this project. Updating review/storage-blob.api.md @azure/cosmos (? seconds) -Warning: You have changed the public API signature for this project. Updating review/cosmos.api.md dist-esm/index.js → dist/index.js... (!) Unresolved dependencies https://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency @@ -93,67 +95,30 @@ os-name (imported by dist-esm/utils/user-agent.js) Use output.globals to specify browser global variable names corresponding to external modules os-name (guessing 'osName') created dist/index.js in ?s -@azure/service-bus (? seconds) -Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md -@azure/storage-file-share (? seconds) -Warning: You have changed the public API signature for this project. Updating review/storage-file-share.api.md -@azure/storage-queue (? seconds) -Warning: You have changed the public API signature for this project. Updating review/storage-queue.api.md ================================ -FAILURE (4) +BLOCKED (1) ================================ -@azure/app-configuration ( ? seconds) ->>> @azure/app-configuration -tsc -p . && rollup -c 2>&1 && npm run extract-api -test/testHelpers.ts(74,31): error TS2322: Type 'PagedAsyncIterableIterator' is not assignable to type 'AsyncIterable'. - Types of property '[Symbol.asyncIterator]' are incompatible. - Type '() => PagedAsyncIterableIterator' is not assignable to type '() => AsyncIterator'. - Type 'PagedAsyncIterableIterator' is not assignable to type 'AsyncIterator'. - Types of property 'next' are incompatible. - Type '() => Promise<{ done?: boolean | undefined; value: ConfigurationSetting; }>' is not assignable to type '(value?: any) => Promise>'. - Type 'Promise<{ done?: boolean | undefined; value: ConfigurationSetting; }>' is not assignable to type 'Promise>'. - Type '{ done?: boolean | undefined; value: ConfigurationSetting; }' is not assignable to type 'IteratorResult'. - Types of property 'done' are incompatible. - Type 'boolean | undefined' is not assignable to type 'boolean'. - Type 'undefined' is not assignable to type 'boolean'. -test/testHelpers.ts(92,31): error TS2322: Type 'PagedAsyncIterableIterator' is not assignable to type 'AsyncIterable'. - Types of property '[Symbol.asyncIterator]' are incompatible. - Type '() => PagedAsyncIterableIterator' is not assignable to type '() => AsyncIterator'. - Type 'PagedAsyncIterableIterator' is not assignable to type 'AsyncIterator'. - Types of property 'next' are incompatible. - Type '() => Promise<{ done?: boolean | undefined; value: ConfigurationSetting; }>' is not assignable to type '(value?: any) => Promise>'. - Type 'Promise<{ done?: boolean | undefined; value: ConfigurationSetting; }>' is not assignable to type 'Promise>'. -@azure/eventhubs-checkpointstore-blob ( ? seconds) ->>> @azure/eventhubs-checkpointstore-blob -tsc -p . && rollup -c 2>&1 && npm run extract-api -src/blobCheckpointStore.ts(50,32): error TS2322: Type 'PagedAsyncIterableIterator' is not assignable to type 'AsyncIterable'. - Types of property '[Symbol.asyncIterator]' are incompatible. - Type '() => PagedAsyncIterableIterator' is not assignable to type '() => AsyncIterator'. - Type 'PagedAsyncIterableIterator' is not assignable to type 'AsyncIterator'. - Types of property 'next' are incompatible. - Type '() => Promise<{ done?: boolean | undefined; value: BlobItem; }>' is not assignable to type '(value?: any) => Promise>'. - Type 'Promise<{ done?: boolean | undefined; value: BlobItem; }>' is not assignable to type 'Promise>'. - Type '{ done?: boolean | undefined; value: BlobItem; }' is not assignable to type 'IteratorResult'. - Types of property 'done' are incompatible. - Type 'boolean | undefined' is not assignable to type 'boolean'. - Type 'undefined' is not assignable to type 'boolean'. -@azure/keyvault-certificates ( ? seconds) +@azure/keyvault-certificates +================================ +FAILURE (2) +================================ +@azure/keyvault-keys ( ? seconds) npm ERR! code ELIFECYCLE npm ERR! errno 2 -npm ERR! @azure/keyvault-certificates@X.X.X extract-api: `tsc -p . && api-extractor run --local` +npm ERR! @azure/keyvault-keys@X.X.X extract-api: `tsc -p . && api-extractor run --local` npm ERR! Exit status 2 npm ERR! -npm ERR! Failed at the @azure/keyvault-certificates@X.X.X extract-api script. +npm ERR! Failed at the @azure/keyvault-keys@X.X.X extract-api script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log -@azure/storage-file-datalake (? seconds) +@azure/keyvault-secrets ( ? seconds) npm ERR! code ELIFECYCLE npm ERR! errno 2 -npm ERR! @azure/storage-file-datalake@X.X.X-preview.9 build:es6: `tsc -p tsconfig.json && npm run build:types` +npm ERR! @azure/keyvault-secrets@X.X.X extract-api: `tsc -p . && api-extractor run --local` npm ERR! Exit status 2 npm ERR! -npm ERR! Failed at the @azure/storage-file-datalake@X.X.X-preview.9 build:es?script. +npm ERR! Failed at the @azure/keyvault-secrets@X.X.X extract-api script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log @@ -164,18 +129,10 @@ rush rebuild - Errors! ( ? seconds) Standard error: -XX of XX: [@azure/event-hubs] completed with warnings in ? seconds -XX of XX: [@azure/event-processor-host] completed with warnings in ? seconds -XX of XX: [@azure/storage-blob] completed with warnings in ? seconds -XX of XX: [@azure/app-configuration] failed! + +XX of XX: [@azure/keyvault-keys] failed! +XX of XX: [@azure/keyvault-certificates] blocked by [@azure/keyvault-keys]! +XX of XX: [@azure/keyvault-secrets] failed! XX of XX: [@azure/cosmos] completed with warnings in ? seconds -XX of XX: [@azure/eventhubs-checkpointstore-blob] failed! -XX of XX: [@azure/keyvault-certificates] failed! -XX of XX: [@azure/service-bus] completed with warnings in ? seconds -XX of XX: [@azure/storage-file-datalake] failed! -XX of XX: [@azure/storage-file-share] completed with warnings in ? seconds -XX of XX: [@azure/storage-queue] completed with warnings in ? seconds -[@azure/app-configuration] Returned error code: 2 -[@azure/eventhubs-checkpointstore-blob] Returned error code: 2 -[@azure/keyvault-certificates] Returned error code: 2 -[@azure/storage-file-datalake] Returned error code: 2 +[@azure/keyvault-keys] Returned error code: 2 +[@azure/keyvault-secrets] Returned error code: 2 diff --git a/tests/baselines/reference/docker/office-ui-fabric.log b/tests/baselines/reference/docker/office-ui-fabric.log index f592c3c089e6b..5b1a65d4b509a 100644 --- a/tests/baselines/reference/docker/office-ui-fabric.log +++ b/tests/baselines/reference/docker/office-ui-fabric.log @@ -152,10 +152,10 @@ Standard output: @fluentui/local-sandbox: Version: webpack 4.X.X @fluentui/local-sandbox: Time: ?s @fluentui/local-sandbox: Built at: XX/XX/XX XX:XX:XX XM -@fluentui/local-sandbox: Asset Size Chunks Chunk Names -@fluentui/local-sandbox: app.js 4.79 MiB app [emitted] [big] app -@fluentui/local-sandbox: app.js.map 3.86 MiB app [emitted] app -@fluentui/local-sandbox: index.html X KiB [emitted] +@fluentui/local-sandbox: Asset Size Chunks Chunk Names +@fluentui/local-sandbox: app.js 4.82 MiB app [emitted] [big] app +@fluentui/local-sandbox: app.js.map 3.89 MiB app [emitted] [dev] app +@fluentui/local-sandbox: index.html X KiB [emitted] @fluentui/local-sandbox: Entrypoint app [big] = app.js app.js.map @fluentui/local-sandbox: [../accessibility/dist/es/index.js] X KiB {app} [built] @fluentui/local-sandbox: [../react-bindings/dist/es/index.js] X KiB {app} [built] @@ -172,7 +172,7 @@ Standard output: @fluentui/local-sandbox: [../react/dist/es/utils/positioner/types.js] X KiB {app} [built] @fluentui/local-sandbox: [../styles/dist/es/index.js] X KiB {app} [built] @fluentui/local-sandbox: [./src/index.tsx] X KiB {app} [built] -@fluentui/local-sandbox: + 1208 hidden modules +@fluentui/local-sandbox: + 1223 hidden modules @fluentui/local-sandbox: Done in ?s. @uifabric/utilities: yarn run vX.X.X @uifabric/utilities: $ just-scripts build @@ -183,15 +183,6 @@ Standard output: @uifabric/utilities: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/utilities/tsconfig.json" @uifabric/utilities: [XX:XX:XX XM] ■ Extracting Public API surface from '/office-ui-fabric-react/packages/utilities/lib/index.d.ts' @uifabric/utilities: Done in ?s. -@fluentui/react-focus: yarn run vX.X.X -@fluentui/react-focus: $ just-scripts build -@fluentui/react-focus: [XX:XX:XX XM] ■ Removing [lib, temp, dist, lib-amd, lib-commonjs, lib-es2015, coverage, src/**/*.scss.ts] -@fluentui/react-focus: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-focus/tsconfig.json -@fluentui/react-focus: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-focus/tsconfig.json" -@fluentui/react-focus: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-focus/tsconfig.json -@fluentui/react-focus: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-focus/tsconfig.json" -@fluentui/react-focus: [XX:XX:XX XM] ■ Extracting Public API surface from '/office-ui-fabric-react/packages/react-focus/lib/index.d.ts' -@fluentui/react-focus: Done in ?s. @uifabric/react-hooks: yarn run vX.X.X @uifabric/react-hooks: $ just-scripts build @uifabric/react-hooks: [XX:XX:XX XM] ■ Removing [lib, temp, dist, lib-amd, lib-commonjs, lib-es2015, coverage, src/**/*.scss.ts] @@ -245,6 +236,15 @@ Standard output: @uifabric/icons: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/icons/tsconfig.json" @uifabric/icons: [XX:XX:XX XM] ■ Extracting Public API surface from '/office-ui-fabric-react/packages/icons/lib/index.d.ts' @uifabric/icons: Done in ?s. +@fluentui/react-focus: yarn run vX.X.X +@fluentui/react-focus: $ just-scripts build +@fluentui/react-focus: [XX:XX:XX XM] ■ Removing [lib, temp, dist, lib-amd, lib-commonjs, lib-es2015, coverage, src/**/*.scss.ts] +@fluentui/react-focus: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-focus/tsconfig.json +@fluentui/react-focus: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-focus/tsconfig.json" +@fluentui/react-focus: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-focus/tsconfig.json +@fluentui/react-focus: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-focus/tsconfig.json" +@fluentui/react-focus: [XX:XX:XX XM] ■ Extracting Public API surface from '/office-ui-fabric-react/packages/react-focus/lib/index.d.ts' +@fluentui/react-focus: Done in ?s. @fluentui/playground: yarn run vX.X.X @fluentui/playground: $ just-scripts build @fluentui/playground: [XX:XX:XX XM] ■ Removing [lib, temp, dist, lib-amd, lib-commonjs, lib-es2015, coverage, src/**/*.scss.ts] @@ -270,27 +270,27 @@ Standard error: info cli using local version of lerna lerna notice cli vX.X.X lerna info Executing command in 61 packages: "yarn run build" -@fluentui/ability-attributes: npm WARN lifecycle The node binary used for scripts is /tmp/yarn--1581721799113-0.08545685427418936/node but npm is using /usr/local/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with. +@fluentui/ability-attributes: npm WARN lifecycle The node binary used for scripts is /tmp/yarn--1582305246605-0.23297172177107295/node but npm is using /usr/local/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with. @uifabric/example-data: [XX:XX:XX XM] ▲ One of these [node-sass, postcss, autoprefixer] is not installed, so this task has no effect @uifabric/set-version: [XX:XX:XX XM] ▲ One of these [node-sass, postcss, autoprefixer] is not installed, so this task has no effect @uifabric/merge-styles: [XX:XX:XX XM] ▲ One of these [node-sass, postcss, autoprefixer] is not installed, so this task has no effect @uifabric/jest-serializer-merge-styles: [XX:XX:XX XM] ▲ One of these [node-sass, postcss, autoprefixer] is not installed, so this task has no effect @fluentui/react: (node:1020) [DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead. @uifabric/utilities: [XX:XX:XX XM] ▲ One of these [node-sass, postcss, autoprefixer] is not installed, so this task has no effect -@fluentui/react-focus: [XX:XX:XX XM] ▲ One of these [node-sass, postcss, autoprefixer] is not installed, so this task has no effect @uifabric/react-hooks: [XX:XX:XX XM] ▲ One of these [node-sass, postcss, autoprefixer] is not installed, so this task has no effect @uifabric/styling: [XX:XX:XX XM] ▲ One of these [node-sass, postcss, autoprefixer] is not installed, so this task has no effect @fluentui/react-theming: [XX:XX:XX XM] ▲ One of these [node-sass, postcss, autoprefixer] is not installed, so this task has no effect @uifabric/file-type-icons: [XX:XX:XX XM] ▲ One of these [node-sass, postcss, autoprefixer] is not installed, so this task has no effect @uifabric/foundation: [XX:XX:XX XM] ▲ One of these [node-sass, postcss, autoprefixer] is not installed, so this task has no effect @uifabric/icons: [XX:XX:XX XM] ▲ One of these [node-sass, postcss, autoprefixer] is not installed, so this task has no effect +@fluentui/react-focus: [XX:XX:XX XM] ▲ One of these [node-sass, postcss, autoprefixer] is not installed, so this task has no effect @fluentui/playground: [XX:XX:XX XM] ▲ One of these [node-sass, postcss, autoprefixer] is not installed, so this task has no effect office-ui-fabric-react: [XX:XX:XX XM] ▲ One of these [node-sass, postcss, autoprefixer] is not installed, so this task has no effect office-ui-fabric-react: [XX:XX:XX XM] x Error detected while running 'ts:esm' office-ui-fabric-react: [XX:XX:XX XM] x ------------------------------------ office-ui-fabric-react: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/office-ui-fabric-react/tsconfig.json" office-ui-fabric-react: at ChildProcess.exithandler (child_process.js:303:12) -office-ui-fabric-react: at ChildProcess.emit (events.js:321:20) +office-ui-fabric-react: at ChildProcess.emit (events.js:311:20) office-ui-fabric-react: at ChildProcess.EventEmitter.emit (domain.js:505:15) office-ui-fabric-react: at maybeClose (internal/child_process.js:1021:16) office-ui-fabric-react: at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) @@ -319,8 +319,8 @@ office-ui-fabric-react: ~~~~~~~~~~~~~~~~~~~~~~~ office-ui-fabric-react: src/components/ContextualMenu/examples/ContextualMenu.Icon.Example.tsx:12:31 - error TS2307: Cannot find module './ContextualMenuExample.scss'. office-ui-fabric-react: 12 import * as stylesImport from './ContextualMenuExample.scss'; office-ui-fabric-react: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -office-ui-fabric-react: src/components/DetailsList/DetailsList.base.tsx:479:19 - error TS2783: 'selection' is specified more than once, so this usage will be overwritten. -office-ui-fabric-react: 479 selection={selection} +office-ui-fabric-react: src/components/DetailsList/DetailsList.base.tsx:480:19 - error TS2783: 'selection' is specified more than once, so this usage will be overwritten. +office-ui-fabric-react: 480 selection={selection} office-ui-fabric-react: ~~~~~~~~~~~~~~~~~~~~~ office-ui-fabric-react: src/components/ExtendedPicker/BaseExtendedPicker.tsx:5:31 - error TS2307: Cannot find module './BaseExtendedPicker.scss'. office-ui-fabric-react: 5 import * as stylesImport from './BaseExtendedPicker.scss'; diff --git a/tests/baselines/reference/docker/vscode.log b/tests/baselines/reference/docker/vscode.log index 7484c083d8cb9..213715ad61dd5 100644 --- a/tests/baselines/reference/docker/vscode.log +++ b/tests/baselines/reference/docker/vscode.log @@ -4,7 +4,7 @@ yarn run vX.X.X $ gulp compile --max_old_space_size=4095 [XX:XX:XX] Node flags detected: --max_old_space_size=4095 [XX:XX:XX] Using gulpfile /vscode/gulpfile.js -[XX:XX:XX] Error: /vscode/extensions/typescript-language-features/src/typescriptServiceClient.ts(735,37): 'command' is specified more than once, so this usage will be overwritten. +[XX:XX:XX] Error: /vscode/extensions/typescript-language-features/src/typescriptServiceClient.ts(736,37): 'command' is specified more than once, so this usage will be overwritten. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. diff --git a/tests/baselines/reference/user/uglify-js.log b/tests/baselines/reference/user/uglify-js.log index ba84268829962..c1b96a8130b81 100644 --- a/tests/baselines/reference/user/uglify-js.log +++ b/tests/baselines/reference/user/uglify-js.log @@ -1,14 +1,14 @@ Exit Code: 1 Standard output: -node_modules/uglify-js/lib/ast.js(223,38): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/ast.js(902,5): error TS2322: Type '{ _visit: (node: any, descend: any) => any; parent: (n: any) => any; push: typeof push; pop: typeof pop; self: () => any; find_parent: (type: any) => any; has_directive: (type: any) => any; loopcontrol_target: (node: any) => any; in_boolean_context: () => boolean | undefined; }' is not assignable to type 'TreeWalker'. +node_modules/uglify-js/lib/ast.js(220,38): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/ast.js(899,5): error TS2322: Type '{ _visit: (node: any, descend: any) => any; parent: (n: any) => any; push: typeof push; pop: typeof pop; self: () => any; find_parent: (type: any) => any; has_directive: (type: any) => any; loopcontrol_target: (node: any) => any; in_boolean_context: () => boolean | undefined; }' is not assignable to type 'TreeWalker'. Object literal may only specify known properties, but '_visit' does not exist in type 'TreeWalker'. Did you mean to write 'visit'? -node_modules/uglify-js/lib/ast.js(903,14): error TS2339: Property 'push' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/ast.js(910,14): error TS2339: Property 'pop' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/ast.js(965,25): error TS2339: Property 'self' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/ast.js(966,37): error TS2339: Property 'parent' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/ast.js(984,31): error TS2339: Property 'parent' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/ast.js(988,29): error TS2339: Property 'parent' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/ast.js(900,14): error TS2339: Property 'push' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/ast.js(907,14): error TS2339: Property 'pop' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/ast.js(962,25): error TS2339: Property 'self' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/ast.js(963,37): error TS2339: Property 'parent' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/ast.js(981,31): error TS2339: Property 'parent' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/ast.js(985,29): error TS2339: Property 'parent' does not exist on type 'TreeWalker'. node_modules/uglify-js/lib/compress.js(188,42): error TS2554: Expected 0 arguments, but got 1. node_modules/uglify-js/lib/compress.js(536,41): error TS2554: Expected 0 arguments, but got 1. node_modules/uglify-js/lib/compress.js(876,33): error TS2554: Expected 0 arguments, but got 1. @@ -42,62 +42,61 @@ node_modules/uglify-js/lib/compress.js(2279,59): error TS2554: Expected 0 argume node_modules/uglify-js/lib/compress.js(2317,53): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[number, number, ...never[]]'. Type 'any[]' is missing the following properties from type '[number, number, ...never[]]': 0, 1 node_modules/uglify-js/lib/compress.js(2465,34): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(3234,55): error TS2345: Argument of type 'number' is not assignable to parameter of type 'string'. -node_modules/uglify-js/lib/compress.js(3235,25): error TS2531: Object is possibly 'null'. -node_modules/uglify-js/lib/compress.js(3235,55): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. -node_modules/uglify-js/lib/compress.js(3235,56): error TS2531: Object is possibly 'null'. -node_modules/uglify-js/lib/compress.js(3276,42): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(3355,33): error TS2532: Object is possibly 'undefined'. -node_modules/uglify-js/lib/compress.js(3762,38): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(3788,29): error TS2322: Type '"f"' is not assignable to type 'boolean'. -node_modules/uglify-js/lib/compress.js(3921,33): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(3922,74): error TS2339: Property 'has_directive' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/compress.js(3974,29): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(3992,29): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. -node_modules/uglify-js/lib/compress.js(4107,63): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(4237,12): error TS2339: Property 'push' does not exist on type 'TreeTransformer'. -node_modules/uglify-js/lib/compress.js(4333,38): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(4354,24): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. -node_modules/uglify-js/lib/compress.js(4364,28): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. -node_modules/uglify-js/lib/compress.js(4449,32): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(4688,17): error TS2447: The '|=' operator is not allowed for boolean types. Consider using '||' instead. -node_modules/uglify-js/lib/compress.js(4756,45): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(4867,33): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(4869,55): error TS2339: Property 'loopcontrol_target' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/compress.js(4873,56): error TS2339: Property 'push' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/compress.js(4874,12): error TS2339: Property 'push' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/compress.js(4959,21): error TS2403: Subsequent variable declarations must have the same type. Variable 'body' must be of type 'any[]', but here has type 'any'. -node_modules/uglify-js/lib/compress.js(4974,21): error TS2403: Subsequent variable declarations must have the same type. Variable 'body' must be of type 'any[]', but here has type 'any'. -node_modules/uglify-js/lib/compress.js(5085,33): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(5087,33): error TS2339: Property 'parent' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/compress.js(5235,17): error TS2403: Subsequent variable declarations must have the same type. Variable 'body' must be of type 'any[]', but here has type 'any'. -node_modules/uglify-js/lib/compress.js(5328,37): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(5584,57): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[string | RegExp, (string | undefined)?]'. +node_modules/uglify-js/lib/compress.js(3252,55): error TS2345: Argument of type 'number' is not assignable to parameter of type 'string'. +node_modules/uglify-js/lib/compress.js(3253,25): error TS2531: Object is possibly 'null'. +node_modules/uglify-js/lib/compress.js(3253,55): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. +node_modules/uglify-js/lib/compress.js(3253,56): error TS2531: Object is possibly 'null'. +node_modules/uglify-js/lib/compress.js(3294,42): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(3373,33): error TS2532: Object is possibly 'undefined'. +node_modules/uglify-js/lib/compress.js(3780,38): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(3806,29): error TS2322: Type '"f"' is not assignable to type 'boolean'. +node_modules/uglify-js/lib/compress.js(3939,33): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(3940,74): error TS2339: Property 'has_directive' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/compress.js(3992,29): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(4012,29): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. +node_modules/uglify-js/lib/compress.js(4129,63): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(4259,12): error TS2339: Property 'push' does not exist on type 'TreeTransformer'. +node_modules/uglify-js/lib/compress.js(4358,38): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(4379,24): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. +node_modules/uglify-js/lib/compress.js(4389,28): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. +node_modules/uglify-js/lib/compress.js(4474,32): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(4713,17): error TS2447: The '|=' operator is not allowed for boolean types. Consider using '||' instead. +node_modules/uglify-js/lib/compress.js(4888,33): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(4890,55): error TS2339: Property 'loopcontrol_target' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/compress.js(4894,56): error TS2339: Property 'push' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/compress.js(4895,12): error TS2339: Property 'push' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/compress.js(4980,21): error TS2403: Subsequent variable declarations must have the same type. Variable 'body' must be of type 'any[]', but here has type 'any'. +node_modules/uglify-js/lib/compress.js(4995,21): error TS2403: Subsequent variable declarations must have the same type. Variable 'body' must be of type 'any[]', but here has type 'any'. +node_modules/uglify-js/lib/compress.js(5104,33): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(5106,33): error TS2339: Property 'parent' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/compress.js(5254,17): error TS2403: Subsequent variable declarations must have the same type. Variable 'body' must be of type 'any[]', but here has type 'any'. +node_modules/uglify-js/lib/compress.js(5347,37): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(5603,57): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[string | RegExp, (string | undefined)?]'. Property '0' is missing in type 'any[]' but required in type '[string | RegExp, (string | undefined)?]'. -node_modules/uglify-js/lib/compress.js(5748,45): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(5755,25): error TS2403: Subsequent variable declarations must have the same type. Variable 'code' must be of type 'string', but here has type '{ get: () => string; toString: () => string; indent: (half: any) => void; indentation: () => number; current_width: () => number; should_break: () => boolean; has_parens: () => boolean; newline: () => void; print: (str: any) => void; ... 23 more ...; parent: (n: any) => any; }'. -node_modules/uglify-js/lib/compress.js(5759,36): error TS2532: Object is possibly 'undefined'. -node_modules/uglify-js/lib/compress.js(5764,41): error TS2339: Property 'get' does not exist on type 'string'. -node_modules/uglify-js/lib/compress.js(6279,18): error TS2454: Variable 'is_strict_comparison' is used before being assigned. -node_modules/uglify-js/lib/compress.js(6903,29): error TS2367: This condition will always return 'false' since the types 'boolean' and 'string' have no overlap. -node_modules/uglify-js/lib/compress.js(6945,47): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(7026,39): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(7098,39): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(7104,41): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(7107,41): error TS2339: Property 'parent' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/compress.js(7665,43): error TS2454: Variable 'property' is used before being assigned. -node_modules/uglify-js/lib/compress.js(7680,25): error TS2403: Subsequent variable declarations must have the same type. Variable 'value' must be of type 'number', but here has type 'any'. -node_modules/uglify-js/lib/compress.js(7683,46): error TS2339: Property 'has_side_effects' does not exist on type 'number'. -node_modules/uglify-js/lib/compress.js(7689,25): error TS2403: Subsequent variable declarations must have the same type. Variable 'value' must be of type 'number', but here has type 'any'. -node_modules/uglify-js/lib/compress.js(7722,34): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(5767,45): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(5774,25): error TS2403: Subsequent variable declarations must have the same type. Variable 'code' must be of type 'string', but here has type '{ get: () => string; toString: () => string; indent: (half: any) => void; indentation: () => number; current_width: () => number; should_break: () => boolean; has_parens: () => boolean; newline: () => void; print: (str: any) => void; ... 23 more ...; parent: (n: any) => any; }'. +node_modules/uglify-js/lib/compress.js(5778,36): error TS2532: Object is possibly 'undefined'. +node_modules/uglify-js/lib/compress.js(5783,41): error TS2339: Property 'get' does not exist on type 'string'. +node_modules/uglify-js/lib/compress.js(6311,18): error TS2454: Variable 'is_strict_comparison' is used before being assigned. +node_modules/uglify-js/lib/compress.js(6935,29): error TS2367: This condition will always return 'false' since the types 'boolean' and 'string' have no overlap. +node_modules/uglify-js/lib/compress.js(6977,47): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(7058,39): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(7130,39): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(7136,41): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(7139,41): error TS2339: Property 'parent' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/compress.js(7701,43): error TS2454: Variable 'property' is used before being assigned. +node_modules/uglify-js/lib/compress.js(7716,25): error TS2403: Subsequent variable declarations must have the same type. Variable 'value' must be of type 'number', but here has type 'any'. +node_modules/uglify-js/lib/compress.js(7719,46): error TS2339: Property 'has_side_effects' does not exist on type 'number'. +node_modules/uglify-js/lib/compress.js(7725,25): error TS2403: Subsequent variable declarations must have the same type. Variable 'value' must be of type 'number', but here has type 'any'. +node_modules/uglify-js/lib/compress.js(7758,34): error TS2554: Expected 0 arguments, but got 1. node_modules/uglify-js/lib/minify.js(186,75): error TS2339: Property 'compress' does not exist on type 'Compressor'. node_modules/uglify-js/lib/mozilla-ast.js(566,33): error TS2554: Expected 0 arguments, but got 1. node_modules/uglify-js/lib/output.js(459,37): error TS2554: Expected 0 arguments, but got 1. node_modules/uglify-js/lib/output.js(460,33): error TS2339: Property 'parent' does not exist on type 'TreeWalker'. node_modules/uglify-js/lib/output.js(475,16): error TS2339: Property 'push' does not exist on type 'TreeWalker'. node_modules/uglify-js/lib/output.js(749,38): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/output.js(1151,44): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/output.js(1433,58): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. +node_modules/uglify-js/lib/output.js(1153,44): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/output.js(1442,58): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. node_modules/uglify-js/lib/parse.js(354,20): error TS2345: Argument of type 'number | undefined' is not assignable to parameter of type 'number'. Type 'undefined' is not assignable to type 'number'. node_modules/uglify-js/lib/parse.js(433,32): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'. diff --git a/tests/baselines/reference/user/webpack.log b/tests/baselines/reference/user/webpack.log index 5540a0655dfbf..8832c02484655 100644 --- a/tests/baselines/reference/user/webpack.log +++ b/tests/baselines/reference/user/webpack.log @@ -10,7 +10,7 @@ lib/FileSystemInfo.js(373,4): error TS2345: Argument of type '({ type, context, Type '(err?: Error, result?: { type: number; path: string; context?: string; expected?: string; }) => void' is missing the following properties from type '{ type: any; context: any; path: any; expected: any; }': type, context, path, expected lib/Module.js(625,34): error TS2341: Property 'moduleGraph' is private and only accessible within class 'ChunkGraph'. lib/dependencies/ExportsInfoDependency.js(81,9): error TS2341: Property 'moduleGraph' is private and only accessible within class 'ChunkGraph'. -lib/dependencies/HarmonyExportImportedSpecifierDependency.js(567,40): error TS2341: Property 'moduleGraph' is private and only accessible within class 'ChunkGraph'. +lib/dependencies/HarmonyExportImportedSpecifierDependency.js(575,40): error TS2341: Property 'moduleGraph' is private and only accessible within class 'ChunkGraph'. lib/dependencies/HarmonyImportDependency.js(195,37): error TS2341: Property 'moduleGraph' is private and only accessible within class 'ChunkGraph'. lib/dependencies/HarmonyImportDependency.js(197,36): error TS2341: Property 'moduleGraph' is private and only accessible within class 'ChunkGraph'. lib/dependencies/HarmonyImportDependency.js(203,19): error TS2341: Property 'moduleGraph' is private and only accessible within class 'ChunkGraph'.