monaco-editor-core 0.34.0-dev.20220603 → 0.34.0-dev.20220604
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dev/bundleInfo.json +1506 -1506
- package/dev/nls.metadata.json +119 -119
- package/dev/vs/base/worker/workerMain.js +1 -1
- package/dev/vs/editor/editor.main.css +1 -1
- package/dev/vs/editor/editor.main.js +1 -1
- package/dev/vs/editor/editor.main.nls.de.js +1 -1
- package/dev/vs/editor/editor.main.nls.es.js +1 -1
- package/dev/vs/editor/editor.main.nls.fr.js +1 -1
- package/dev/vs/editor/editor.main.nls.it.js +1 -1
- package/dev/vs/editor/editor.main.nls.ja.js +1 -1
- package/dev/vs/editor/editor.main.nls.js +1 -1
- package/dev/vs/editor/editor.main.nls.ko.js +1 -1
- package/dev/vs/editor/editor.main.nls.ru.js +1 -1
- package/dev/vs/editor/editor.main.nls.zh-cn.js +1 -1
- package/dev/vs/editor/editor.main.nls.zh-tw.js +1 -1
- package/dev/vs/loader.js +1 -1
- package/min/vs/base/worker/workerMain.js +1 -1
- package/min/vs/editor/editor.main.css +1 -1
- package/min/vs/editor/editor.main.js +1 -1
- package/min/vs/editor/editor.main.nls.de.js +1 -1
- package/min/vs/editor/editor.main.nls.es.js +1 -1
- package/min/vs/editor/editor.main.nls.fr.js +1 -1
- package/min/vs/editor/editor.main.nls.it.js +1 -1
- package/min/vs/editor/editor.main.nls.ja.js +1 -1
- package/min/vs/editor/editor.main.nls.js +1 -1
- package/min/vs/editor/editor.main.nls.ko.js +1 -1
- package/min/vs/editor/editor.main.nls.ru.js +1 -1
- package/min/vs/editor/editor.main.nls.zh-cn.js +1 -1
- package/min/vs/editor/editor.main.nls.zh-tw.js +1 -1
- package/min/vs/loader.js +1 -1
- package/min-maps/vs/editor/editor.main.nls.de.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.es.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.fr.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.it.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.ja.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.ko.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.ru.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.zh-cn.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.zh-tw.js.map +1 -1
- package/min-maps/vs/loader.js.map +1 -1
- package/package.json +1 -1
- package/version.txt +1 -1
package/dev/nls.metadata.json
CHANGED
|
@@ -336,9 +336,6 @@
|
|
|
336
336
|
"stickydesc",
|
|
337
337
|
"removedCursor"
|
|
338
338
|
],
|
|
339
|
-
"vs/editor/browser/widget/codeEditorWidget": [
|
|
340
|
-
"cursors.maximum"
|
|
341
|
-
],
|
|
342
339
|
"vs/editor/browser/widget/diffEditorWidget": [
|
|
343
340
|
"diffInsertIcon",
|
|
344
341
|
"diffRemoveIcon",
|
|
@@ -614,9 +611,6 @@
|
|
|
614
611
|
"InPlaceReplaceAction.previous.label",
|
|
615
612
|
"InPlaceReplaceAction.next.label"
|
|
616
613
|
],
|
|
617
|
-
"vs/editor/contrib/lineSelection/browser/lineSelection": [
|
|
618
|
-
"expandLineSelection"
|
|
619
|
-
],
|
|
620
614
|
"vs/editor/contrib/linesOperations/browser/linesOperations": [
|
|
621
615
|
"lines.copyUp",
|
|
622
616
|
{
|
|
@@ -828,6 +822,13 @@
|
|
|
828
822
|
"unicodeHighlight.allowCommonCharactersInLanguage",
|
|
829
823
|
"unicodeHighlight.configureUnicodeHighlightOptions"
|
|
830
824
|
],
|
|
825
|
+
"vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators": [
|
|
826
|
+
"unusualLineTerminators.title",
|
|
827
|
+
"unusualLineTerminators.message",
|
|
828
|
+
"unusualLineTerminators.detail",
|
|
829
|
+
"unusualLineTerminators.fix",
|
|
830
|
+
"unusualLineTerminators.ignore"
|
|
831
|
+
],
|
|
831
832
|
"vs/editor/contrib/wordHighlighter/browser/wordHighlighter": [
|
|
832
833
|
"wordHighlight",
|
|
833
834
|
"wordHighlightStrong",
|
|
@@ -878,13 +879,6 @@
|
|
|
878
879
|
"toggleHighContrast",
|
|
879
880
|
"bulkEditServiceSummary"
|
|
880
881
|
],
|
|
881
|
-
"vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators": [
|
|
882
|
-
"unusualLineTerminators.title",
|
|
883
|
-
"unusualLineTerminators.message",
|
|
884
|
-
"unusualLineTerminators.detail",
|
|
885
|
-
"unusualLineTerminators.fix",
|
|
886
|
-
"unusualLineTerminators.ignore"
|
|
887
|
-
],
|
|
888
882
|
"vs/editor/browser/editorExtensions": [
|
|
889
883
|
{
|
|
890
884
|
"key": "miUndo",
|
|
@@ -1232,6 +1226,12 @@
|
|
|
1232
1226
|
"labelLoading",
|
|
1233
1227
|
"metaTitle.N"
|
|
1234
1228
|
],
|
|
1229
|
+
"vs/editor/browser/widget/codeEditorWidget": [
|
|
1230
|
+
"cursors.maximum"
|
|
1231
|
+
],
|
|
1232
|
+
"vs/editor/contrib/lineSelection/browser/lineSelection": [
|
|
1233
|
+
"expandLineSelection"
|
|
1234
|
+
],
|
|
1235
1235
|
"vs/platform/markers/common/markers": [
|
|
1236
1236
|
"sev.error",
|
|
1237
1237
|
"sev.warning",
|
|
@@ -1240,6 +1240,56 @@
|
|
|
1240
1240
|
"vs/editor/common/languages/modesRegistry": [
|
|
1241
1241
|
"plainText.alias"
|
|
1242
1242
|
],
|
|
1243
|
+
"vs/editor/browser/widget/diffReview": [
|
|
1244
|
+
"diffReviewInsertIcon",
|
|
1245
|
+
"diffReviewRemoveIcon",
|
|
1246
|
+
"diffReviewCloseIcon",
|
|
1247
|
+
"label.close",
|
|
1248
|
+
"no_lines_changed",
|
|
1249
|
+
"one_line_changed",
|
|
1250
|
+
"more_lines_changed",
|
|
1251
|
+
{
|
|
1252
|
+
"key": "header",
|
|
1253
|
+
"comment": [
|
|
1254
|
+
"This is the ARIA label for a git diff header.",
|
|
1255
|
+
"A git diff header looks like this: @@ -154,12 +159,39 @@.",
|
|
1256
|
+
"That encodes that at original line 154 (which is now line 159), 12 lines were removed/changed with 39 lines.",
|
|
1257
|
+
"Variables 0 and 1 refer to the diff index out of total number of diffs.",
|
|
1258
|
+
"Variables 2 and 4 will be numbers (a line number).",
|
|
1259
|
+
"Variables 3 and 5 will be \"no lines changed\", \"1 line changed\" or \"X lines changed\", localized separately."
|
|
1260
|
+
]
|
|
1261
|
+
},
|
|
1262
|
+
"blankLine",
|
|
1263
|
+
{
|
|
1264
|
+
"key": "unchangedLine",
|
|
1265
|
+
"comment": [
|
|
1266
|
+
"The placeholders are contents of the line and should not be translated."
|
|
1267
|
+
]
|
|
1268
|
+
},
|
|
1269
|
+
"equalLine",
|
|
1270
|
+
"insertLine",
|
|
1271
|
+
"deleteLine",
|
|
1272
|
+
"editor.action.diffReview.next",
|
|
1273
|
+
"editor.action.diffReview.prev"
|
|
1274
|
+
],
|
|
1275
|
+
"vs/editor/browser/widget/inlineDiffMargin": [
|
|
1276
|
+
"diff.clipboard.copyDeletedLinesContent.label",
|
|
1277
|
+
"diff.clipboard.copyDeletedLinesContent.single.label",
|
|
1278
|
+
"diff.clipboard.copyChangedLinesContent.label",
|
|
1279
|
+
"diff.clipboard.copyChangedLinesContent.single.label",
|
|
1280
|
+
"diff.clipboard.copyDeletedLineContent.label",
|
|
1281
|
+
"diff.clipboard.copyChangedLineContent.label",
|
|
1282
|
+
"diff.inline.revertChange.label",
|
|
1283
|
+
"diff.clipboard.copyDeletedLineContent.label",
|
|
1284
|
+
"diff.clipboard.copyChangedLineContent.label"
|
|
1285
|
+
],
|
|
1286
|
+
"vs/platform/theme/common/iconRegistry": [
|
|
1287
|
+
"iconDefinition.fontId",
|
|
1288
|
+
"iconDefinition.fontCharacter",
|
|
1289
|
+
"widgetClose",
|
|
1290
|
+
"previousChangeIcon",
|
|
1291
|
+
"nextChangeIcon"
|
|
1292
|
+
],
|
|
1243
1293
|
"vs/editor/common/core/editorColorRegistry": [
|
|
1244
1294
|
"lineHighlight",
|
|
1245
1295
|
"lineHighlightBorderBox",
|
|
@@ -1294,56 +1344,6 @@
|
|
|
1294
1344
|
"editorUnicodeHighlight.border",
|
|
1295
1345
|
"editorUnicodeHighlight.background"
|
|
1296
1346
|
],
|
|
1297
|
-
"vs/editor/browser/widget/diffReview": [
|
|
1298
|
-
"diffReviewInsertIcon",
|
|
1299
|
-
"diffReviewRemoveIcon",
|
|
1300
|
-
"diffReviewCloseIcon",
|
|
1301
|
-
"label.close",
|
|
1302
|
-
"no_lines_changed",
|
|
1303
|
-
"one_line_changed",
|
|
1304
|
-
"more_lines_changed",
|
|
1305
|
-
{
|
|
1306
|
-
"key": "header",
|
|
1307
|
-
"comment": [
|
|
1308
|
-
"This is the ARIA label for a git diff header.",
|
|
1309
|
-
"A git diff header looks like this: @@ -154,12 +159,39 @@.",
|
|
1310
|
-
"That encodes that at original line 154 (which is now line 159), 12 lines were removed/changed with 39 lines.",
|
|
1311
|
-
"Variables 0 and 1 refer to the diff index out of total number of diffs.",
|
|
1312
|
-
"Variables 2 and 4 will be numbers (a line number).",
|
|
1313
|
-
"Variables 3 and 5 will be \"no lines changed\", \"1 line changed\" or \"X lines changed\", localized separately."
|
|
1314
|
-
]
|
|
1315
|
-
},
|
|
1316
|
-
"blankLine",
|
|
1317
|
-
{
|
|
1318
|
-
"key": "unchangedLine",
|
|
1319
|
-
"comment": [
|
|
1320
|
-
"The placeholders are contents of the line and should not be translated."
|
|
1321
|
-
]
|
|
1322
|
-
},
|
|
1323
|
-
"equalLine",
|
|
1324
|
-
"insertLine",
|
|
1325
|
-
"deleteLine",
|
|
1326
|
-
"editor.action.diffReview.next",
|
|
1327
|
-
"editor.action.diffReview.prev"
|
|
1328
|
-
],
|
|
1329
|
-
"vs/editor/browser/widget/inlineDiffMargin": [
|
|
1330
|
-
"diff.clipboard.copyDeletedLinesContent.label",
|
|
1331
|
-
"diff.clipboard.copyDeletedLinesContent.single.label",
|
|
1332
|
-
"diff.clipboard.copyChangedLinesContent.label",
|
|
1333
|
-
"diff.clipboard.copyChangedLinesContent.single.label",
|
|
1334
|
-
"diff.clipboard.copyDeletedLineContent.label",
|
|
1335
|
-
"diff.clipboard.copyChangedLineContent.label",
|
|
1336
|
-
"diff.inline.revertChange.label",
|
|
1337
|
-
"diff.clipboard.copyDeletedLineContent.label",
|
|
1338
|
-
"diff.clipboard.copyChangedLineContent.label"
|
|
1339
|
-
],
|
|
1340
|
-
"vs/platform/theme/common/iconRegistry": [
|
|
1341
|
-
"iconDefinition.fontId",
|
|
1342
|
-
"iconDefinition.fontCharacter",
|
|
1343
|
-
"widgetClose",
|
|
1344
|
-
"previousChangeIcon",
|
|
1345
|
-
"nextChangeIcon"
|
|
1346
|
-
],
|
|
1347
1347
|
"vs/editor/contrib/codeAction/browser/codeActionCommands": [
|
|
1348
1348
|
"args.schema.kind",
|
|
1349
1349
|
"args.schema.apply",
|
|
@@ -1765,10 +1765,6 @@
|
|
|
1765
1765
|
"vs/editor/contrib/editorState/browser/keybindingCancellation": [
|
|
1766
1766
|
"cancellableOperation"
|
|
1767
1767
|
],
|
|
1768
|
-
"vs/editor/browser/controller/textAreaHandler": [
|
|
1769
|
-
"editor",
|
|
1770
|
-
"accessibilityOffAriaLabel"
|
|
1771
|
-
],
|
|
1772
1768
|
"vs/editor/common/model/editStack": [
|
|
1773
1769
|
"edit"
|
|
1774
1770
|
],
|
|
@@ -1855,6 +1851,10 @@
|
|
|
1855
1851
|
"referenceCount",
|
|
1856
1852
|
"treeAriaLabel"
|
|
1857
1853
|
],
|
|
1854
|
+
"vs/editor/browser/controller/textAreaHandler": [
|
|
1855
|
+
"editor",
|
|
1856
|
+
"accessibilityOffAriaLabel"
|
|
1857
|
+
],
|
|
1858
1858
|
"vs/editor/contrib/codeAction/browser/lightBulbWidget": [
|
|
1859
1859
|
"preferredcodeActionWithKb",
|
|
1860
1860
|
"codeActionWithKb",
|
|
@@ -2345,9 +2345,6 @@
|
|
|
2345
2345
|
"Stick to the end even when going to longer lines",
|
|
2346
2346
|
"Removed secondary cursors"
|
|
2347
2347
|
],
|
|
2348
|
-
"vs/editor/browser/widget/codeEditorWidget": [
|
|
2349
|
-
"The number of cursors has been limited to {0}."
|
|
2350
|
-
],
|
|
2351
2348
|
"vs/editor/browser/widget/diffEditorWidget": [
|
|
2352
2349
|
"Line decoration for inserts in the diff editor.",
|
|
2353
2350
|
"Line decoration for removals in the diff editor.",
|
|
@@ -2531,9 +2528,6 @@
|
|
|
2531
2528
|
"Replace with Previous Value",
|
|
2532
2529
|
"Replace with Next Value"
|
|
2533
2530
|
],
|
|
2534
|
-
"vs/editor/contrib/lineSelection/browser/lineSelection": [
|
|
2535
|
-
"Expand Line Selection"
|
|
2536
|
-
],
|
|
2537
2531
|
"vs/editor/contrib/linesOperations/browser/linesOperations": [
|
|
2538
2532
|
"Copy Line Up",
|
|
2539
2533
|
"&&Copy Line Up",
|
|
@@ -2675,6 +2669,13 @@
|
|
|
2675
2669
|
"Allow unicode characters that are more common in the language \"{0}\".",
|
|
2676
2670
|
"Configure Unicode Highlight Options"
|
|
2677
2671
|
],
|
|
2672
|
+
"vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators": [
|
|
2673
|
+
"Unusual Line Terminators",
|
|
2674
|
+
"Detected unusual line terminators",
|
|
2675
|
+
"The file '{0}' contains one or more unusual line terminator characters, like Line Separator (LS) or Paragraph Separator (PS).\n\nIt is recommended to remove them from the file. This can be configured via `editor.unusualLineTerminators`.",
|
|
2676
|
+
"Remove Unusual Line Terminators",
|
|
2677
|
+
"Ignore"
|
|
2678
|
+
],
|
|
2678
2679
|
"vs/editor/contrib/wordHighlighter/browser/wordHighlighter": [
|
|
2679
2680
|
"Background color of a symbol during read-access, like reading a variable. The color must not be opaque so as not to hide underlying decorations.",
|
|
2680
2681
|
"Background color of a symbol during write-access, like writing to a variable. The color must not be opaque so as not to hide underlying decorations.",
|
|
@@ -2725,13 +2726,6 @@
|
|
|
2725
2726
|
"Toggle High Contrast Theme",
|
|
2726
2727
|
"Made {0} edits in {1} files"
|
|
2727
2728
|
],
|
|
2728
|
-
"vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators": [
|
|
2729
|
-
"Unusual Line Terminators",
|
|
2730
|
-
"Detected unusual line terminators",
|
|
2731
|
-
"The file '{0}' contains one or more unusual line terminator characters, like Line Separator (LS) or Paragraph Separator (PS).\n\nIt is recommended to remove them from the file. This can be configured via `editor.unusualLineTerminators`.",
|
|
2732
|
-
"Remove Unusual Line Terminators",
|
|
2733
|
-
"Ignore"
|
|
2734
|
-
],
|
|
2735
2729
|
"vs/editor/browser/editorExtensions": [
|
|
2736
2730
|
"&&Undo",
|
|
2737
2731
|
"Undo",
|
|
@@ -3064,6 +3058,12 @@
|
|
|
3064
3058
|
"Loading...",
|
|
3065
3059
|
"{0} ({1})"
|
|
3066
3060
|
],
|
|
3061
|
+
"vs/editor/browser/widget/codeEditorWidget": [
|
|
3062
|
+
"The number of cursors has been limited to {0}."
|
|
3063
|
+
],
|
|
3064
|
+
"vs/editor/contrib/lineSelection/browser/lineSelection": [
|
|
3065
|
+
"Expand Line Selection"
|
|
3066
|
+
],
|
|
3067
3067
|
"vs/platform/markers/common/markers": [
|
|
3068
3068
|
"Error",
|
|
3069
3069
|
"Warning",
|
|
@@ -3072,6 +3072,41 @@
|
|
|
3072
3072
|
"vs/editor/common/languages/modesRegistry": [
|
|
3073
3073
|
"Plain Text"
|
|
3074
3074
|
],
|
|
3075
|
+
"vs/editor/browser/widget/diffReview": [
|
|
3076
|
+
"Icon for 'Insert' in diff review.",
|
|
3077
|
+
"Icon for 'Remove' in diff review.",
|
|
3078
|
+
"Icon for 'Close' in diff review.",
|
|
3079
|
+
"Close",
|
|
3080
|
+
"no lines changed",
|
|
3081
|
+
"1 line changed",
|
|
3082
|
+
"{0} lines changed",
|
|
3083
|
+
"Difference {0} of {1}: original line {2}, {3}, modified line {4}, {5}",
|
|
3084
|
+
"blank",
|
|
3085
|
+
"{0} unchanged line {1}",
|
|
3086
|
+
"{0} original line {1} modified line {2}",
|
|
3087
|
+
"+ {0} modified line {1}",
|
|
3088
|
+
"- {0} original line {1}",
|
|
3089
|
+
"Go to Next Difference",
|
|
3090
|
+
"Go to Previous Difference"
|
|
3091
|
+
],
|
|
3092
|
+
"vs/editor/browser/widget/inlineDiffMargin": [
|
|
3093
|
+
"Copy deleted lines",
|
|
3094
|
+
"Copy deleted line",
|
|
3095
|
+
"Copy changed lines",
|
|
3096
|
+
"Copy changed line",
|
|
3097
|
+
"Copy deleted line ({0})",
|
|
3098
|
+
"Copy changed line ({0})",
|
|
3099
|
+
"Revert this change",
|
|
3100
|
+
"Copy deleted line ({0})",
|
|
3101
|
+
"Copy changed line ({0})"
|
|
3102
|
+
],
|
|
3103
|
+
"vs/platform/theme/common/iconRegistry": [
|
|
3104
|
+
"The id of the font to use. If not set, the font that is defined first is used.",
|
|
3105
|
+
"The font character associated with the icon definition.",
|
|
3106
|
+
"Icon for the close action in widgets.",
|
|
3107
|
+
"Icon for goto previous editor location.",
|
|
3108
|
+
"Icon for goto next editor location."
|
|
3109
|
+
],
|
|
3075
3110
|
"vs/editor/common/core/editorColorRegistry": [
|
|
3076
3111
|
"Background color for the highlight of line at the cursor position.",
|
|
3077
3112
|
"Background color for the border around the line at the cursor position.",
|
|
@@ -3126,41 +3161,6 @@
|
|
|
3126
3161
|
"Border color used to highlight unicode characters.",
|
|
3127
3162
|
"Background color used to highlight unicode characters."
|
|
3128
3163
|
],
|
|
3129
|
-
"vs/editor/browser/widget/diffReview": [
|
|
3130
|
-
"Icon for 'Insert' in diff review.",
|
|
3131
|
-
"Icon for 'Remove' in diff review.",
|
|
3132
|
-
"Icon for 'Close' in diff review.",
|
|
3133
|
-
"Close",
|
|
3134
|
-
"no lines changed",
|
|
3135
|
-
"1 line changed",
|
|
3136
|
-
"{0} lines changed",
|
|
3137
|
-
"Difference {0} of {1}: original line {2}, {3}, modified line {4}, {5}",
|
|
3138
|
-
"blank",
|
|
3139
|
-
"{0} unchanged line {1}",
|
|
3140
|
-
"{0} original line {1} modified line {2}",
|
|
3141
|
-
"+ {0} modified line {1}",
|
|
3142
|
-
"- {0} original line {1}",
|
|
3143
|
-
"Go to Next Difference",
|
|
3144
|
-
"Go to Previous Difference"
|
|
3145
|
-
],
|
|
3146
|
-
"vs/editor/browser/widget/inlineDiffMargin": [
|
|
3147
|
-
"Copy deleted lines",
|
|
3148
|
-
"Copy deleted line",
|
|
3149
|
-
"Copy changed lines",
|
|
3150
|
-
"Copy changed line",
|
|
3151
|
-
"Copy deleted line ({0})",
|
|
3152
|
-
"Copy changed line ({0})",
|
|
3153
|
-
"Revert this change",
|
|
3154
|
-
"Copy deleted line ({0})",
|
|
3155
|
-
"Copy changed line ({0})"
|
|
3156
|
-
],
|
|
3157
|
-
"vs/platform/theme/common/iconRegistry": [
|
|
3158
|
-
"The id of the font to use. If not set, the font that is defined first is used.",
|
|
3159
|
-
"The font character associated with the icon definition.",
|
|
3160
|
-
"Icon for the close action in widgets.",
|
|
3161
|
-
"Icon for goto previous editor location.",
|
|
3162
|
-
"Icon for goto next editor location."
|
|
3163
|
-
],
|
|
3164
3164
|
"vs/editor/contrib/codeAction/browser/codeActionCommands": [
|
|
3165
3165
|
"Kind of the code action to run.",
|
|
3166
3166
|
"Controls when the returned actions are applied.",
|
|
@@ -3480,10 +3480,6 @@
|
|
|
3480
3480
|
"vs/editor/contrib/editorState/browser/keybindingCancellation": [
|
|
3481
3481
|
"Whether the editor runs a cancellable operation, e.g. like 'Peek References'"
|
|
3482
3482
|
],
|
|
3483
|
-
"vs/editor/browser/controller/textAreaHandler": [
|
|
3484
|
-
"editor",
|
|
3485
|
-
"The editor is not accessible at this time. Press {0} for options."
|
|
3486
|
-
],
|
|
3487
3483
|
"vs/editor/common/model/editStack": [
|
|
3488
3484
|
"Typing"
|
|
3489
3485
|
],
|
|
@@ -3570,6 +3566,10 @@
|
|
|
3570
3566
|
"{0} reference",
|
|
3571
3567
|
"References"
|
|
3572
3568
|
],
|
|
3569
|
+
"vs/editor/browser/controller/textAreaHandler": [
|
|
3570
|
+
"editor",
|
|
3571
|
+
"The editor is not accessible at this time. Press {0} for options."
|
|
3572
|
+
],
|
|
3573
3573
|
"vs/editor/contrib/codeAction/browser/lightBulbWidget": [
|
|
3574
3574
|
"Show Code Actions. Preferred Quick Fix Available ({0})",
|
|
3575
3575
|
"Show Code Actions ({0})",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.34.0-dev.
|
|
3
|
+
* Version: 0.34.0-dev.20220604(2260d7cca34384a2838c728850afdd38113ddb47)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
6
|
*-----------------------------------------------------------*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.34.0-dev.
|
|
3
|
+
* Version: 0.34.0-dev.20220604(2260d7cca34384a2838c728850afdd38113ddb47)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
6
|
*-----------------------------------------------------------*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.34.0-dev.
|
|
3
|
+
* Version: 0.34.0-dev.20220604(2260d7cca34384a2838c728850afdd38113ddb47)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
6
|
*-----------------------------------------------------------*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.34.0-dev.
|
|
3
|
+
* Version: 0.34.0-dev.20220604(2260d7cca34384a2838c728850afdd38113ddb47)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
6
|
*-----------------------------------------------------------*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.34.0-dev.
|
|
3
|
+
* Version: 0.34.0-dev.20220604(2260d7cca34384a2838c728850afdd38113ddb47)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
6
|
*-----------------------------------------------------------*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.34.0-dev.
|
|
3
|
+
* Version: 0.34.0-dev.20220604(2260d7cca34384a2838c728850afdd38113ddb47)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
6
|
*-----------------------------------------------------------*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.34.0-dev.
|
|
3
|
+
* Version: 0.34.0-dev.20220604(2260d7cca34384a2838c728850afdd38113ddb47)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
6
|
*-----------------------------------------------------------*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.34.0-dev.
|
|
3
|
+
* Version: 0.34.0-dev.20220604(2260d7cca34384a2838c728850afdd38113ddb47)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
6
|
*-----------------------------------------------------------*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.34.0-dev.
|
|
3
|
+
* Version: 0.34.0-dev.20220604(2260d7cca34384a2838c728850afdd38113ddb47)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
6
|
*-----------------------------------------------------------*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.34.0-dev.
|
|
3
|
+
* Version: 0.34.0-dev.20220604(2260d7cca34384a2838c728850afdd38113ddb47)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
6
|
*-----------------------------------------------------------*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.34.0-dev.
|
|
3
|
+
* Version: 0.34.0-dev.20220604(2260d7cca34384a2838c728850afdd38113ddb47)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
6
|
*-----------------------------------------------------------*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.34.0-dev.
|
|
3
|
+
* Version: 0.34.0-dev.20220604(2260d7cca34384a2838c728850afdd38113ddb47)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
6
|
*-----------------------------------------------------------*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.34.0-dev.
|
|
3
|
+
* Version: 0.34.0-dev.20220604(2260d7cca34384a2838c728850afdd38113ddb47)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
6
|
*-----------------------------------------------------------*/
|
package/dev/vs/loader.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.34.0-dev.
|
|
3
|
+
* Version: 0.34.0-dev.20220604(2260d7cca34384a2838c728850afdd38113ddb47)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
6
|
*-----------------------------------------------------------*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.34.0-dev.
|
|
3
|
+
* Version: 0.34.0-dev.20220604(2260d7cca34384a2838c728850afdd38113ddb47)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
6
|
*-----------------------------------------------------------*/(function(){var X=["require","exports","vs/base/common/strings","vs/editor/common/core/position","vs/editor/common/core/range","vs/base/common/platform","vs/base/common/event","vs/base/common/types","vs/base/common/lifecycle","vs/base/common/uri","vs/base/common/errors","vs/base/common/iterator","vs/base/common/linkedList","vs/base/common/stopwatch","vs/base/common/diff/diff","vs/base/common/uint","vs/editor/common/core/characterClassifier","vs/editor/common/core/wordHelper","vs/base/common/arrays","vs/base/common/cache","vs/base/common/codicons","vs/base/common/diff/diffChange","vs/base/common/functional","vs/base/common/keyCodes","vs/base/common/lazy","vs/base/common/process","vs/base/common/path","vs/base/common/cancellation","vs/base/common/hash","vs/base/common/objects","vs/editor/common/core/selection","vs/editor/common/core/wordCharacterClassifier","vs/editor/common/diff/diffComputer","vs/editor/common/languages/linkComputer","vs/editor/common/languages/supports/inplaceReplaceSupport","vs/editor/common/model","vs/editor/common/model/prefixSumComputer","vs/editor/common/model/mirrorTextModel","vs/editor/common/model/textModelSearch","vs/editor/common/services/unicodeTextModelHighlighter","vs/editor/common/standalone/standaloneEnums","vs/editor/common/tokenizationRegistry","vs/editor/common/languages","vs/editor/common/services/editorBaseApi","vs/base/common/worker/simpleWorker","vs/editor/common/services/editorSimpleWorker"],Z=function(T){for(var r=[],A=0,e=T.length;A<e;A++)r[A]=X[T[A]];return r},Le=this,Ae=typeof global=="object"?global:{},re;(function(T){T.global=Le;var r=function(){function A(){this._detected=!1,this._isWindows=!1,this._isNode=!1,this._isElectronRenderer=!1,this._isWebWorker=!1,this._isElectronNodeIntegrationWebWorker=!1}return Object.defineProperty(A.prototype,"isWindows",{get:function(){return this._detect(),this._isWindows},enumerable:!1,configurable:!0}),Object.defineProperty(A.prototype,"isNode",{get:function(){return this._detect(),this._isNode},enumerable:!1,configurable:!0}),Object.defineProperty(A.prototype,"isElectronRenderer",{get:function(){return this._detect(),this._isElectronRenderer},enumerable:!1,configurable:!0}),Object.defineProperty(A.prototype,"isWebWorker",{get:function(){return this._detect(),this._isWebWorker},enumerable:!1,configurable:!0}),Object.defineProperty(A.prototype,"isElectronNodeIntegrationWebWorker",{get:function(){return this._detect(),this._isElectronNodeIntegrationWebWorker},enumerable:!1,configurable:!0}),A.prototype._detect=function(){this._detected||(this._detected=!0,this._isWindows=A._isWindows(),this._isNode=typeof module!="undefined"&&!!module.exports,this._isElectronRenderer=typeof process!="undefined"&&typeof process.versions!="undefined"&&typeof process.versions.electron!="undefined"&&process.type==="renderer",this._isWebWorker=typeof T.global.importScripts=="function",this._isElectronNodeIntegrationWebWorker=this._isWebWorker&&typeof process!="undefined"&&typeof process.versions!="undefined"&&typeof process.versions.electron!="undefined"&&process.type==="worker")},A._isWindows=function(){return typeof navigator!="undefined"&&navigator.userAgent&&navigator.userAgent.indexOf("Windows")>=0?!0:typeof process!="undefined"?process.platform==="win32":!1},A}();T.Environment=r})(re||(re={}));var re;(function(T){var r=function(){function N(l,v,C){this.type=l,this.detail=v,this.timestamp=C}return N}();T.LoaderEvent=r;var A=function(){function N(l){this._events=[new r(1,"",l)]}return N.prototype.record=function(l,v){this._events.push(new r(l,v,T.Utilities.getHighPerformanceTimestamp()))},N.prototype.getEvents=function(){return this._events},N}();T.LoaderEventRecorder=A;var e=function(){function N(){}return N.prototype.record=function(l,v){},N.prototype.getEvents=function(){return[]},N.INSTANCE=new N,N}();T.NullLoaderEventRecorder=e})(re||(re={}));var re;(function(T){var r=function(){function A(){}return A.fileUriToFilePath=function(e,N){if(N=decodeURI(N).replace(/%23/g,"#"),e){if(/^file:\/\/\//.test(N))return N.substr(8);if(/^file:\/\//.test(N))return N.substr(5)}else if(/^file:\/\//.test(N))return N.substr(7);return N},A.startsWith=function(e,N){return e.length>=N.length&&e.substr(0,N.length)===N},A.endsWith=function(e,N){return e.length>=N.length&&e.substr(e.length-N.length)===N},A.containsQueryString=function(e){return/^[^\#]*\?/gi.test(e)},A.isAbsolutePath=function(e){return/^((http:\/\/)|(https:\/\/)|(file:\/\/)|(\/))/.test(e)},A.forEachProperty=function(e,N){if(e){var l=void 0;for(l in e)e.hasOwnProperty(l)&&N(l,e[l])}},A.isEmpty=function(e){var N=!0;return A.forEachProperty(e,function(){N=!1}),N},A.recursiveClone=function(e){if(!e||typeof e!="object"||e instanceof RegExp||!Array.isArray(e)&&Object.getPrototypeOf(e)!==Object.prototype)return e;var N=Array.isArray(e)?[]:{};return A.forEachProperty(e,function(l,v){v&&typeof v=="object"?N[l]=A.recursiveClone(v):N[l]=v}),N},A.generateAnonymousModule=function(){return"===anonymous"+A.NEXT_ANONYMOUS_ID+++"==="},A.isAnonymousModule=function(e){return A.startsWith(e,"===anonymous")},A.getHighPerformanceTimestamp=function(){return this.PERFORMANCE_NOW_PROBED||(this.PERFORMANCE_NOW_PROBED=!0,this.HAS_PERFORMANCE_NOW=T.global.performance&&typeof T.global.performance.now=="function"),this.HAS_PERFORMANCE_NOW?T.global.performance.now():Date.now()},A.NEXT_ANONYMOUS_ID=1,A.PERFORMANCE_NOW_PROBED=!1,A.HAS_PERFORMANCE_NOW=!1,A}();T.Utilities=r})(re||(re={}));var re;(function(T){function r(N){if(N instanceof Error)return N;var l=new Error(N.message||String(N)||"Unknown Error");return N.stack&&(l.stack=N.stack),l}T.ensureError=r;var A=function(){function N(){}return N.validateConfigurationOptions=function(l){function v(u){if(u.phase==="loading"){console.error('Loading "'+u.moduleId+'" failed'),console.error(u),console.error("Here are the modules that depend on it:"),console.error(u.neededBy);return}if(u.phase==="factory"){console.error('The factory function of "'+u.moduleId+'" has thrown an exception'),console.error(u),console.error("Here are the modules that depend on it:"),console.error(u.neededBy);return}}if(l=l||{},typeof l.baseUrl!="string"&&(l.baseUrl=""),typeof l.isBuild!="boolean"&&(l.isBuild=!1),typeof l.paths!="object"&&(l.paths={}),typeof l.config!="object"&&(l.config={}),typeof l.catchError=="undefined"&&(l.catchError=!1),typeof l.recordStats=="undefined"&&(l.recordStats=!1),typeof l.urlArgs!="string"&&(l.urlArgs=""),typeof l.onError!="function"&&(l.onError=v),Array.isArray(l.ignoreDuplicateModules)||(l.ignoreDuplicateModules=[]),l.baseUrl.length>0&&(T.Utilities.endsWith(l.baseUrl,"/")||(l.baseUrl+="/")),typeof l.cspNonce!="string"&&(l.cspNonce=""),typeof l.preferScriptTags=="undefined"&&(l.preferScriptTags=!1),Array.isArray(l.nodeModules)||(l.nodeModules=[]),l.nodeCachedData&&typeof l.nodeCachedData=="object"&&(typeof l.nodeCachedData.seed!="string"&&(l.nodeCachedData.seed="seed"),(typeof l.nodeCachedData.writeDelay!="number"||l.nodeCachedData.writeDelay<0)&&(l.nodeCachedData.writeDelay=1e3*7),!l.nodeCachedData.path||typeof l.nodeCachedData.path!="string")){var C=r(new Error("INVALID cached data configuration, 'path' MUST be set"));C.phase="configuration",l.onError(C),l.nodeCachedData=void 0}return l},N.mergeConfigurationOptions=function(l,v){l===void 0&&(l=null),v===void 0&&(v=null);var C=T.Utilities.recursiveClone(v||{});return T.Utilities.forEachProperty(l,function(u,d){u==="ignoreDuplicateModules"&&typeof C.ignoreDuplicateModules!="undefined"?C.ignoreDuplicateModules=C.ignoreDuplicateModules.concat(d):u==="paths"&&typeof C.paths!="undefined"?T.Utilities.forEachProperty(d,function(p,t){return C.paths[p]=t}):u==="config"&&typeof C.config!="undefined"?T.Utilities.forEachProperty(d,function(p,t){return C.config[p]=t}):C[u]=T.Utilities.recursiveClone(d)}),N.validateConfigurationOptions(C)},N}();T.ConfigurationOptionsUtil=A;var e=function(){function N(l,v){if(this._env=l,this.options=A.mergeConfigurationOptions(v),this._createIgnoreDuplicateModulesMap(),this._createNodeModulesMap(),this._createSortedPathsRules(),this.options.baseUrl===""){if(this.options.nodeRequire&&this.options.nodeRequire.main&&this.options.nodeRequire.main.filename&&this._env.isNode){var C=this.options.nodeRequire.main.filename,u=Math.max(C.lastIndexOf("/"),C.lastIndexOf("\\"));this.options.baseUrl=C.substring(0,u+1)}if(this.options.nodeMain&&this._env.isNode){var C=this.options.nodeMain,u=Math.max(C.lastIndexOf("/"),C.lastIndexOf("\\"));this.options.baseUrl=C.substring(0,u+1)}}}return N.prototype._createIgnoreDuplicateModulesMap=function(){this.ignoreDuplicateModulesMap={};for(var l=0;l<this.options.ignoreDuplicateModules.length;l++)this.ignoreDuplicateModulesMap[this.options.ignoreDuplicateModules[l]]=!0},N.prototype._createNodeModulesMap=function(){this.nodeModulesMap=Object.create(null);for(var l=0,v=this.options.nodeModules;l<v.length;l++){var C=v[l];this.nodeModulesMap[C]=!0}},N.prototype._createSortedPathsRules=function(){var l=this;this.sortedPathsRules=[],T.Utilities.forEachProperty(this.options.paths,function(v,C){Array.isArray(C)?l.sortedPathsRules.push({from:v,to:C}):l.sortedPathsRules.push({from:v,to:[C]})}),this.sortedPathsRules.sort(function(v,C){return C.from.length-v.from.length})},N.prototype.cloneAndMerge=function(l){return new N(this._env,A.mergeConfigurationOptions(l,this.options))},N.prototype.getOptionsLiteral=function(){return this.options},N.prototype._applyPaths=function(l){for(var v,C=0,u=this.sortedPathsRules.length;C<u;C++)if(v=this.sortedPathsRules[C],T.Utilities.startsWith(l,v.from)){for(var d=[],p=0,t=v.to.length;p<t;p++)d.push(v.to[p]+l.substr(v.from.length));return d}return[l]},N.prototype._addUrlArgsToUrl=function(l){return T.Utilities.containsQueryString(l)?l+"&"+this.options.urlArgs:l+"?"+this.options.urlArgs},N.prototype._addUrlArgsIfNecessaryToUrl=function(l){return this.options.urlArgs?this._addUrlArgsToUrl(l):l},N.prototype._addUrlArgsIfNecessaryToUrls=function(l){if(this.options.urlArgs)for(var v=0,C=l.length;v<C;v++)l[v]=this._addUrlArgsToUrl(l[v]);return l},N.prototype.moduleIdToPaths=function(l){if(this._env.isNode){var v=this.nodeModulesMap[l]===!0||this.options.amdModulesPattern instanceof RegExp&&!this.options.amdModulesPattern.test(l);if(v)return this.isBuild()?["empty:"]:["node|"+l]}var C=l,u;if(!T.Utilities.endsWith(C,".js")&&!T.Utilities.isAbsolutePath(C)){u=this._applyPaths(C);for(var d=0,p=u.length;d<p;d++)this.isBuild()&&u[d]==="empty:"||(T.Utilities.isAbsolutePath(u[d])||(u[d]=this.options.baseUrl+u[d]),!T.Utilities.endsWith(u[d],".js")&&!T.Utilities.containsQueryString(u[d])&&(u[d]=u[d]+".js"))}else!T.Utilities.endsWith(C,".js")&&!T.Utilities.containsQueryString(C)&&(C=C+".js"),u=[C];return this._addUrlArgsIfNecessaryToUrls(u)},N.prototype.requireToUrl=function(l){var v=l;return T.Utilities.isAbsolutePath(v)||(v=this._applyPaths(v)[0],T.Utilities.isAbsolutePath(v)||(v=this.options.baseUrl+v)),this._addUrlArgsIfNecessaryToUrl(v)},N.prototype.isBuild=function(){return this.options.isBuild},N.prototype.isDuplicateMessageIgnoredFor=function(l){return this.ignoreDuplicateModulesMap.hasOwnProperty(l)},N.prototype.getConfigForModule=function(l){if(this.options.config)return this.options.config[l]},N.prototype.shouldCatchError=function(){return this.options.catchError},N.prototype.shouldRecordStats=function(){return this.options.recordStats},N.prototype.onError=function(l){this.options.onError(l)},N}();T.Configuration=e})(re||(re={}));var re;(function(T){var r=function(){function u(d){this._env=d,this._scriptLoader=null,this._callbackMap={}}return u.prototype.load=function(d,p,t,f){var m=this;if(!this._scriptLoader)if(this._env.isWebWorker)this._scriptLoader=new N;else if(this._env.isElectronRenderer){var w=d.getConfig().getOptionsLiteral().preferScriptTags;w?this._scriptLoader=new A:this._scriptLoader=new l(this._env)}else this._env.isNode?this._scriptLoader=new l(this._env):this._scriptLoader=new A;var L={callback:t,errorback:f};if(this._callbackMap.hasOwnProperty(p)){this._callbackMap[p].push(L);return}this._callbackMap[p]=[L],this._scriptLoader.load(d,p,function(){return m.triggerCallback(p)},function(y){return m.triggerErrorback(p,y)})},u.prototype.triggerCallback=function(d){var p=this._callbackMap[d];delete this._callbackMap[d];for(var t=0;t<p.length;t++)p[t].callback()},u.prototype.triggerErrorback=function(d,p){var t=this._callbackMap[d];delete this._callbackMap[d];for(var f=0;f<t.length;f++)t[f].errorback(p)},u}(),A=function(){function u(){}return u.prototype.attachListeners=function(d,p,t){var f=function(){d.removeEventListener("load",m),d.removeEventListener("error",w)},m=function(L){f(),p()},w=function(L){f(),t(L)};d.addEventListener("load",m),d.addEventListener("error",w)},u.prototype.load=function(d,p,t,f){if(/^node\|/.test(p)){var m=d.getConfig().getOptionsLiteral(),w=v(d.getRecorder(),m.nodeRequire||T.global.nodeRequire),L=p.split("|"),y=null;try{y=w(L[1])}catch(a){f(a);return}d.enqueueDefineAnonymousModule([],function(){return y}),t()}else{var S=document.createElement("script");S.setAttribute("async","async"),S.setAttribute("type","text/javascript"),this.attachListeners(S,t,f);var b=d.getConfig().getOptionsLiteral().trustedTypesPolicy;b&&(p=b.createScriptURL(p)),S.setAttribute("src",p);var s=d.getConfig().getOptionsLiteral().cspNonce;s&&S.setAttribute("nonce",s),document.getElementsByTagName("head")[0].appendChild(S)}},u}();function e(u){var d=u.getConfig().getOptionsLiteral().trustedTypesPolicy;try{var p=d?self.eval(d.createScript("","true")):new Function("true");return p.call(self),!0}catch{return!1}}var N=function(){function u(){this._cachedCanUseEval=null}return u.prototype._canUseEval=function(d){return this._cachedCanUseEval===null&&(this._cachedCanUseEval=e(d)),this._cachedCanUseEval},u.prototype.load=function(d,p,t,f){if(/^node\|/.test(p)){var m=d.getConfig().getOptionsLiteral(),w=v(d.getRecorder(),m.nodeRequire||T.global.nodeRequire),L=p.split("|"),y=null;try{y=w(L[1])}catch(s){f(s);return}d.enqueueDefineAnonymousModule([],function(){return y}),t()}else{var S=d.getConfig().getOptionsLiteral().trustedTypesPolicy,b=/^((http:)|(https:)|(file:))/.test(p)&&p.substring(0,self.origin.length)!==self.origin;if(!b&&this._canUseEval(d)){fetch(p).then(function(s){if(s.status!==200)throw new Error(s.statusText);return s.text()}).then(function(s){s=s+`
|