monaco-editor-core 0.31.0-dev.20211127 → 0.31.0-dev.20211128
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 +238 -238
- package/dev/nls.metadata.json +190 -190
- 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
|
@@ -316,11 +316,6 @@
|
|
|
316
316
|
"hint1n",
|
|
317
317
|
"hintnn"
|
|
318
318
|
],
|
|
319
|
-
"vs/editor/browser/controller/coreCommands": [
|
|
320
|
-
"stickydesc",
|
|
321
|
-
"stickydesc",
|
|
322
|
-
"removedCursor"
|
|
323
|
-
],
|
|
324
319
|
"vs/editor/browser/widget/codeEditorWidget": [
|
|
325
320
|
"cursors.maximum"
|
|
326
321
|
],
|
|
@@ -387,9 +382,6 @@
|
|
|
387
382
|
"actions.clipboard.pasteLabel",
|
|
388
383
|
"actions.clipboard.copyWithSyntaxHighlightingLabel"
|
|
389
384
|
],
|
|
390
|
-
"vs/editor/contrib/codelens/codelensController": [
|
|
391
|
-
"showLensOnLine"
|
|
392
|
-
],
|
|
393
385
|
"vs/editor/contrib/comment/comment": [
|
|
394
386
|
"comment.line",
|
|
395
387
|
{
|
|
@@ -478,6 +470,37 @@
|
|
|
478
470
|
"action.inlineSuggest.showPrevious",
|
|
479
471
|
"action.inlineSuggest.trigger"
|
|
480
472
|
],
|
|
473
|
+
"vs/editor/browser/controller/coreCommands": [
|
|
474
|
+
"stickydesc",
|
|
475
|
+
"stickydesc",
|
|
476
|
+
"removedCursor"
|
|
477
|
+
],
|
|
478
|
+
"vs/editor/contrib/codelens/codelensController": [
|
|
479
|
+
"showLensOnLine"
|
|
480
|
+
],
|
|
481
|
+
"vs/editor/contrib/gotoSymbol/link/goToDefinitionAtPosition": [
|
|
482
|
+
"multipleResults"
|
|
483
|
+
],
|
|
484
|
+
"vs/editor/contrib/gotoError/gotoError": [
|
|
485
|
+
"markerAction.next.label",
|
|
486
|
+
"nextMarkerIcon",
|
|
487
|
+
"markerAction.previous.label",
|
|
488
|
+
"previousMarkerIcon",
|
|
489
|
+
"markerAction.nextInFiles.label",
|
|
490
|
+
{
|
|
491
|
+
"key": "miGotoNextProblem",
|
|
492
|
+
"comment": [
|
|
493
|
+
"&& denotes a mnemonic"
|
|
494
|
+
]
|
|
495
|
+
},
|
|
496
|
+
"markerAction.previousInFiles.label",
|
|
497
|
+
{
|
|
498
|
+
"key": "miGotoPreviousProblem",
|
|
499
|
+
"comment": [
|
|
500
|
+
"&& denotes a mnemonic"
|
|
501
|
+
]
|
|
502
|
+
}
|
|
503
|
+
],
|
|
481
504
|
"vs/editor/contrib/gotoSymbol/goToCommands": [
|
|
482
505
|
"peek.submenu",
|
|
483
506
|
"def.title",
|
|
@@ -544,29 +567,6 @@
|
|
|
544
567
|
]
|
|
545
568
|
}
|
|
546
569
|
],
|
|
547
|
-
"vs/editor/contrib/gotoSymbol/link/goToDefinitionAtPosition": [
|
|
548
|
-
"multipleResults"
|
|
549
|
-
],
|
|
550
|
-
"vs/editor/contrib/gotoError/gotoError": [
|
|
551
|
-
"markerAction.next.label",
|
|
552
|
-
"nextMarkerIcon",
|
|
553
|
-
"markerAction.previous.label",
|
|
554
|
-
"previousMarkerIcon",
|
|
555
|
-
"markerAction.nextInFiles.label",
|
|
556
|
-
{
|
|
557
|
-
"key": "miGotoNextProblem",
|
|
558
|
-
"comment": [
|
|
559
|
-
"&& denotes a mnemonic"
|
|
560
|
-
]
|
|
561
|
-
},
|
|
562
|
-
"markerAction.previousInFiles.label",
|
|
563
|
-
{
|
|
564
|
-
"key": "miGotoPreviousProblem",
|
|
565
|
-
"comment": [
|
|
566
|
-
"&& denotes a mnemonic"
|
|
567
|
-
]
|
|
568
|
-
}
|
|
569
|
-
],
|
|
570
570
|
"vs/editor/contrib/hover/hover": [
|
|
571
571
|
{
|
|
572
572
|
"key": "showHover",
|
|
@@ -863,6 +863,61 @@
|
|
|
863
863
|
"toggleHighContrast",
|
|
864
864
|
"bulkEditServiceSummary"
|
|
865
865
|
],
|
|
866
|
+
"vs/editor/browser/editorExtensions": [
|
|
867
|
+
{
|
|
868
|
+
"key": "miUndo",
|
|
869
|
+
"comment": [
|
|
870
|
+
"&& denotes a mnemonic"
|
|
871
|
+
]
|
|
872
|
+
},
|
|
873
|
+
"undo",
|
|
874
|
+
{
|
|
875
|
+
"key": "miRedo",
|
|
876
|
+
"comment": [
|
|
877
|
+
"&& denotes a mnemonic"
|
|
878
|
+
]
|
|
879
|
+
},
|
|
880
|
+
"redo",
|
|
881
|
+
{
|
|
882
|
+
"key": "miSelectAll",
|
|
883
|
+
"comment": [
|
|
884
|
+
"&& denotes a mnemonic"
|
|
885
|
+
]
|
|
886
|
+
},
|
|
887
|
+
"selectAll"
|
|
888
|
+
],
|
|
889
|
+
"vs/editor/common/editorContextKeys": [
|
|
890
|
+
"editorTextFocus",
|
|
891
|
+
"editorFocus",
|
|
892
|
+
"textInputFocus",
|
|
893
|
+
"editorReadonly",
|
|
894
|
+
"inDiffEditor",
|
|
895
|
+
"editorColumnSelection",
|
|
896
|
+
"editorHasSelection",
|
|
897
|
+
"editorHasMultipleSelections",
|
|
898
|
+
"editorTabMovesFocus",
|
|
899
|
+
"editorHoverVisible",
|
|
900
|
+
"inCompositeEditor",
|
|
901
|
+
"editorLangId",
|
|
902
|
+
"editorHasCompletionItemProvider",
|
|
903
|
+
"editorHasCodeActionsProvider",
|
|
904
|
+
"editorHasCodeLensProvider",
|
|
905
|
+
"editorHasDefinitionProvider",
|
|
906
|
+
"editorHasDeclarationProvider",
|
|
907
|
+
"editorHasImplementationProvider",
|
|
908
|
+
"editorHasTypeDefinitionProvider",
|
|
909
|
+
"editorHasHoverProvider",
|
|
910
|
+
"editorHasDocumentHighlightProvider",
|
|
911
|
+
"editorHasDocumentSymbolProvider",
|
|
912
|
+
"editorHasReferenceProvider",
|
|
913
|
+
"editorHasRenameProvider",
|
|
914
|
+
"editorHasSignatureHelpProvider",
|
|
915
|
+
"editorHasInlayHintsProvider",
|
|
916
|
+
"editorHasDocumentFormattingProvider",
|
|
917
|
+
"editorHasDocumentSelectionFormattingProvider",
|
|
918
|
+
"editorHasMultipleDocumentFormattingProvider",
|
|
919
|
+
"editorHasMultipleDocumentSelectionFormattingProvider"
|
|
920
|
+
],
|
|
866
921
|
"vs/platform/theme/common/colorRegistry": [
|
|
867
922
|
"foreground",
|
|
868
923
|
"errorForeground",
|
|
@@ -1096,61 +1151,6 @@
|
|
|
1096
1151
|
"labelLoading",
|
|
1097
1152
|
"metaTitle.N"
|
|
1098
1153
|
],
|
|
1099
|
-
"vs/editor/browser/editorExtensions": [
|
|
1100
|
-
{
|
|
1101
|
-
"key": "miUndo",
|
|
1102
|
-
"comment": [
|
|
1103
|
-
"&& denotes a mnemonic"
|
|
1104
|
-
]
|
|
1105
|
-
},
|
|
1106
|
-
"undo",
|
|
1107
|
-
{
|
|
1108
|
-
"key": "miRedo",
|
|
1109
|
-
"comment": [
|
|
1110
|
-
"&& denotes a mnemonic"
|
|
1111
|
-
]
|
|
1112
|
-
},
|
|
1113
|
-
"redo",
|
|
1114
|
-
{
|
|
1115
|
-
"key": "miSelectAll",
|
|
1116
|
-
"comment": [
|
|
1117
|
-
"&& denotes a mnemonic"
|
|
1118
|
-
]
|
|
1119
|
-
},
|
|
1120
|
-
"selectAll"
|
|
1121
|
-
],
|
|
1122
|
-
"vs/editor/common/editorContextKeys": [
|
|
1123
|
-
"editorTextFocus",
|
|
1124
|
-
"editorFocus",
|
|
1125
|
-
"textInputFocus",
|
|
1126
|
-
"editorReadonly",
|
|
1127
|
-
"inDiffEditor",
|
|
1128
|
-
"editorColumnSelection",
|
|
1129
|
-
"editorHasSelection",
|
|
1130
|
-
"editorHasMultipleSelections",
|
|
1131
|
-
"editorTabMovesFocus",
|
|
1132
|
-
"editorHoverVisible",
|
|
1133
|
-
"inCompositeEditor",
|
|
1134
|
-
"editorLangId",
|
|
1135
|
-
"editorHasCompletionItemProvider",
|
|
1136
|
-
"editorHasCodeActionsProvider",
|
|
1137
|
-
"editorHasCodeLensProvider",
|
|
1138
|
-
"editorHasDefinitionProvider",
|
|
1139
|
-
"editorHasDeclarationProvider",
|
|
1140
|
-
"editorHasImplementationProvider",
|
|
1141
|
-
"editorHasTypeDefinitionProvider",
|
|
1142
|
-
"editorHasHoverProvider",
|
|
1143
|
-
"editorHasDocumentHighlightProvider",
|
|
1144
|
-
"editorHasDocumentSymbolProvider",
|
|
1145
|
-
"editorHasReferenceProvider",
|
|
1146
|
-
"editorHasRenameProvider",
|
|
1147
|
-
"editorHasSignatureHelpProvider",
|
|
1148
|
-
"editorHasInlayHintsProvider",
|
|
1149
|
-
"editorHasDocumentFormattingProvider",
|
|
1150
|
-
"editorHasDocumentSelectionFormattingProvider",
|
|
1151
|
-
"editorHasMultipleDocumentFormattingProvider",
|
|
1152
|
-
"editorHasMultipleDocumentSelectionFormattingProvider"
|
|
1153
|
-
],
|
|
1154
1154
|
"vs/editor/common/modes/modesRegistry": [
|
|
1155
1155
|
"plainText.alias"
|
|
1156
1156
|
],
|
|
@@ -1328,30 +1328,6 @@
|
|
|
1328
1328
|
"foldingExpandedIcon",
|
|
1329
1329
|
"foldingCollapsedIcon"
|
|
1330
1330
|
],
|
|
1331
|
-
"vs/editor/contrib/gotoSymbol/referencesModel": [
|
|
1332
|
-
"aria.oneReference",
|
|
1333
|
-
{
|
|
1334
|
-
"key": "aria.oneReference.preview",
|
|
1335
|
-
"comment": [
|
|
1336
|
-
"Placeholders are: 0: filename, 1:line number, 2: column number, 3: preview snippet of source code"
|
|
1337
|
-
]
|
|
1338
|
-
},
|
|
1339
|
-
"aria.fileReferences.1",
|
|
1340
|
-
"aria.fileReferences.N",
|
|
1341
|
-
"aria.result.0",
|
|
1342
|
-
"aria.result.1",
|
|
1343
|
-
"aria.result.n1",
|
|
1344
|
-
"aria.result.nm"
|
|
1345
|
-
],
|
|
1346
|
-
"vs/editor/contrib/gotoSymbol/symbolNavigation": [
|
|
1347
|
-
"hasSymbols",
|
|
1348
|
-
"location.kb",
|
|
1349
|
-
"location"
|
|
1350
|
-
],
|
|
1351
|
-
"vs/editor/contrib/message/messageController": [
|
|
1352
|
-
"messageVisible",
|
|
1353
|
-
"editor.readonly"
|
|
1354
|
-
],
|
|
1355
1331
|
"vs/editor/contrib/peekView/peekView": [
|
|
1356
1332
|
"inReferenceSearchEditor",
|
|
1357
1333
|
"label.close",
|
|
@@ -1377,6 +1353,30 @@
|
|
|
1377
1353
|
"editorMarkerNavigationInfoHeaderBackground",
|
|
1378
1354
|
"editorMarkerNavigationBackground"
|
|
1379
1355
|
],
|
|
1356
|
+
"vs/editor/contrib/gotoSymbol/referencesModel": [
|
|
1357
|
+
"aria.oneReference",
|
|
1358
|
+
{
|
|
1359
|
+
"key": "aria.oneReference.preview",
|
|
1360
|
+
"comment": [
|
|
1361
|
+
"Placeholders are: 0: filename, 1:line number, 2: column number, 3: preview snippet of source code"
|
|
1362
|
+
]
|
|
1363
|
+
},
|
|
1364
|
+
"aria.fileReferences.1",
|
|
1365
|
+
"aria.fileReferences.N",
|
|
1366
|
+
"aria.result.0",
|
|
1367
|
+
"aria.result.1",
|
|
1368
|
+
"aria.result.n1",
|
|
1369
|
+
"aria.result.nm"
|
|
1370
|
+
],
|
|
1371
|
+
"vs/editor/contrib/gotoSymbol/symbolNavigation": [
|
|
1372
|
+
"hasSymbols",
|
|
1373
|
+
"location.kb",
|
|
1374
|
+
"location"
|
|
1375
|
+
],
|
|
1376
|
+
"vs/editor/contrib/message/messageController": [
|
|
1377
|
+
"messageVisible",
|
|
1378
|
+
"editor.readonly"
|
|
1379
|
+
],
|
|
1380
1380
|
"vs/editor/contrib/parameterHints/parameterHintsWidget": [
|
|
1381
1381
|
"parameterHintsNextIcon",
|
|
1382
1382
|
"parameterHintsPreviousIcon",
|
|
@@ -2193,11 +2193,6 @@
|
|
|
2193
2193
|
"Made 1 formatting edit between lines {0} and {1}",
|
|
2194
2194
|
"Made {0} formatting edits between lines {1} and {2}"
|
|
2195
2195
|
],
|
|
2196
|
-
"vs/editor/browser/controller/coreCommands": [
|
|
2197
|
-
"Stick to the end even when going to longer lines",
|
|
2198
|
-
"Stick to the end even when going to longer lines",
|
|
2199
|
-
"Removed secondary cursors"
|
|
2200
|
-
],
|
|
2201
2196
|
"vs/editor/browser/widget/codeEditorWidget": [
|
|
2202
2197
|
"The number of cursors has been limited to {0}."
|
|
2203
2198
|
],
|
|
@@ -2244,9 +2239,6 @@
|
|
|
2244
2239
|
"Paste",
|
|
2245
2240
|
"Copy With Syntax Highlighting"
|
|
2246
2241
|
],
|
|
2247
|
-
"vs/editor/contrib/codelens/codelensController": [
|
|
2248
|
-
"Show CodeLens Commands For Current Line"
|
|
2249
|
-
],
|
|
2250
2242
|
"vs/editor/contrib/comment/comment": [
|
|
2251
2243
|
"Toggle Line Comment",
|
|
2252
2244
|
"&&Toggle Line Comment",
|
|
@@ -2315,6 +2307,27 @@
|
|
|
2315
2307
|
"Show Previous Inline Suggestion",
|
|
2316
2308
|
"Trigger Inline Suggestion"
|
|
2317
2309
|
],
|
|
2310
|
+
"vs/editor/browser/controller/coreCommands": [
|
|
2311
|
+
"Stick to the end even when going to longer lines",
|
|
2312
|
+
"Stick to the end even when going to longer lines",
|
|
2313
|
+
"Removed secondary cursors"
|
|
2314
|
+
],
|
|
2315
|
+
"vs/editor/contrib/codelens/codelensController": [
|
|
2316
|
+
"Show CodeLens Commands For Current Line"
|
|
2317
|
+
],
|
|
2318
|
+
"vs/editor/contrib/gotoSymbol/link/goToDefinitionAtPosition": [
|
|
2319
|
+
"Click to show {0} definitions."
|
|
2320
|
+
],
|
|
2321
|
+
"vs/editor/contrib/gotoError/gotoError": [
|
|
2322
|
+
"Go to Next Problem (Error, Warning, Info)",
|
|
2323
|
+
"Icon for goto next marker.",
|
|
2324
|
+
"Go to Previous Problem (Error, Warning, Info)",
|
|
2325
|
+
"Icon for goto previous marker.",
|
|
2326
|
+
"Go to Next Problem in Files (Error, Warning, Info)",
|
|
2327
|
+
"Next &&Problem",
|
|
2328
|
+
"Go to Previous Problem in Files (Error, Warning, Info)",
|
|
2329
|
+
"Previous &&Problem"
|
|
2330
|
+
],
|
|
2318
2331
|
"vs/editor/contrib/gotoSymbol/goToCommands": [
|
|
2319
2332
|
"Peek",
|
|
2320
2333
|
"Definitions",
|
|
@@ -2356,19 +2369,6 @@
|
|
|
2356
2369
|
"Go to &&Implementations",
|
|
2357
2370
|
"Go to &&References"
|
|
2358
2371
|
],
|
|
2359
|
-
"vs/editor/contrib/gotoSymbol/link/goToDefinitionAtPosition": [
|
|
2360
|
-
"Click to show {0} definitions."
|
|
2361
|
-
],
|
|
2362
|
-
"vs/editor/contrib/gotoError/gotoError": [
|
|
2363
|
-
"Go to Next Problem (Error, Warning, Info)",
|
|
2364
|
-
"Icon for goto next marker.",
|
|
2365
|
-
"Go to Previous Problem (Error, Warning, Info)",
|
|
2366
|
-
"Icon for goto previous marker.",
|
|
2367
|
-
"Go to Next Problem in Files (Error, Warning, Info)",
|
|
2368
|
-
"Next &&Problem",
|
|
2369
|
-
"Go to Previous Problem in Files (Error, Warning, Info)",
|
|
2370
|
-
"Previous &&Problem"
|
|
2371
|
-
],
|
|
2372
2372
|
"vs/editor/contrib/hover/hover": [
|
|
2373
2373
|
"Show Hover",
|
|
2374
2374
|
"Show Definition Preview Hover"
|
|
@@ -2578,6 +2578,46 @@
|
|
|
2578
2578
|
"Toggle High Contrast Theme",
|
|
2579
2579
|
"Made {0} edits in {1} files"
|
|
2580
2580
|
],
|
|
2581
|
+
"vs/editor/browser/editorExtensions": [
|
|
2582
|
+
"&&Undo",
|
|
2583
|
+
"Undo",
|
|
2584
|
+
"&&Redo",
|
|
2585
|
+
"Redo",
|
|
2586
|
+
"&&Select All",
|
|
2587
|
+
"Select All"
|
|
2588
|
+
],
|
|
2589
|
+
"vs/editor/common/editorContextKeys": [
|
|
2590
|
+
"Whether the editor text has focus (cursor is blinking)",
|
|
2591
|
+
"Whether the editor or an editor widget has focus (e.g. focus is in the find widget)",
|
|
2592
|
+
"Whether an editor or a rich text input has focus (cursor is blinking)",
|
|
2593
|
+
"Whether the editor is read only",
|
|
2594
|
+
"Whether the context is a diff editor",
|
|
2595
|
+
"Whether `editor.columnSelection` is enabled",
|
|
2596
|
+
"Whether the editor has text selected",
|
|
2597
|
+
"Whether the editor has multiple selections",
|
|
2598
|
+
"Whether `Tab` will move focus out of the editor",
|
|
2599
|
+
"Whether the editor hover is visible",
|
|
2600
|
+
"Whether the editor is part of a larger editor (e.g. notebooks)",
|
|
2601
|
+
"The language identifier of the editor",
|
|
2602
|
+
"Whether the editor has a completion item provider",
|
|
2603
|
+
"Whether the editor has a code actions provider",
|
|
2604
|
+
"Whether the editor has a code lens provider",
|
|
2605
|
+
"Whether the editor has a definition provider",
|
|
2606
|
+
"Whether the editor has a declaration provider",
|
|
2607
|
+
"Whether the editor has an implementation provider",
|
|
2608
|
+
"Whether the editor has a type definition provider",
|
|
2609
|
+
"Whether the editor has a hover provider",
|
|
2610
|
+
"Whether the editor has a document highlight provider",
|
|
2611
|
+
"Whether the editor has a document symbol provider",
|
|
2612
|
+
"Whether the editor has a reference provider",
|
|
2613
|
+
"Whether the editor has a rename provider",
|
|
2614
|
+
"Whether the editor has a signature help provider",
|
|
2615
|
+
"Whether the editor has an inline hints provider",
|
|
2616
|
+
"Whether the editor has a document formatting provider",
|
|
2617
|
+
"Whether the editor has a document selection formatting provider",
|
|
2618
|
+
"Whether the editor has multiple document formatting providers",
|
|
2619
|
+
"Whether the editor has multiple document selection formatting providers"
|
|
2620
|
+
],
|
|
2581
2621
|
"vs/platform/theme/common/colorRegistry": [
|
|
2582
2622
|
"Overall foreground color. This color is only used if not overridden by a component.",
|
|
2583
2623
|
"Overall foreground color for error messages. This color is only used if not overridden by a component.",
|
|
@@ -2811,46 +2851,6 @@
|
|
|
2811
2851
|
"Loading...",
|
|
2812
2852
|
"{0} ({1})"
|
|
2813
2853
|
],
|
|
2814
|
-
"vs/editor/browser/editorExtensions": [
|
|
2815
|
-
"&&Undo",
|
|
2816
|
-
"Undo",
|
|
2817
|
-
"&&Redo",
|
|
2818
|
-
"Redo",
|
|
2819
|
-
"&&Select All",
|
|
2820
|
-
"Select All"
|
|
2821
|
-
],
|
|
2822
|
-
"vs/editor/common/editorContextKeys": [
|
|
2823
|
-
"Whether the editor text has focus (cursor is blinking)",
|
|
2824
|
-
"Whether the editor or an editor widget has focus (e.g. focus is in the find widget)",
|
|
2825
|
-
"Whether an editor or a rich text input has focus (cursor is blinking)",
|
|
2826
|
-
"Whether the editor is read only",
|
|
2827
|
-
"Whether the context is a diff editor",
|
|
2828
|
-
"Whether `editor.columnSelection` is enabled",
|
|
2829
|
-
"Whether the editor has text selected",
|
|
2830
|
-
"Whether the editor has multiple selections",
|
|
2831
|
-
"Whether `Tab` will move focus out of the editor",
|
|
2832
|
-
"Whether the editor hover is visible",
|
|
2833
|
-
"Whether the editor is part of a larger editor (e.g. notebooks)",
|
|
2834
|
-
"The language identifier of the editor",
|
|
2835
|
-
"Whether the editor has a completion item provider",
|
|
2836
|
-
"Whether the editor has a code actions provider",
|
|
2837
|
-
"Whether the editor has a code lens provider",
|
|
2838
|
-
"Whether the editor has a definition provider",
|
|
2839
|
-
"Whether the editor has a declaration provider",
|
|
2840
|
-
"Whether the editor has an implementation provider",
|
|
2841
|
-
"Whether the editor has a type definition provider",
|
|
2842
|
-
"Whether the editor has a hover provider",
|
|
2843
|
-
"Whether the editor has a document highlight provider",
|
|
2844
|
-
"Whether the editor has a document symbol provider",
|
|
2845
|
-
"Whether the editor has a reference provider",
|
|
2846
|
-
"Whether the editor has a rename provider",
|
|
2847
|
-
"Whether the editor has a signature help provider",
|
|
2848
|
-
"Whether the editor has an inline hints provider",
|
|
2849
|
-
"Whether the editor has a document formatting provider",
|
|
2850
|
-
"Whether the editor has a document selection formatting provider",
|
|
2851
|
-
"Whether the editor has multiple document formatting providers",
|
|
2852
|
-
"Whether the editor has multiple document selection formatting providers"
|
|
2853
|
-
],
|
|
2854
2854
|
"vs/editor/common/modes/modesRegistry": [
|
|
2855
2855
|
"Plain Text"
|
|
2856
2856
|
],
|
|
@@ -3007,25 +3007,6 @@
|
|
|
3007
3007
|
"Icon for expanded ranges in the editor glyph margin.",
|
|
3008
3008
|
"Icon for collapsed ranges in the editor glyph margin."
|
|
3009
3009
|
],
|
|
3010
|
-
"vs/editor/contrib/gotoSymbol/referencesModel": [
|
|
3011
|
-
"symbol in {0} on line {1} at column {2}",
|
|
3012
|
-
"symbol in {0} on line {1} at column {2}, {3}",
|
|
3013
|
-
"1 symbol in {0}, full path {1}",
|
|
3014
|
-
"{0} symbols in {1}, full path {2}",
|
|
3015
|
-
"No results found",
|
|
3016
|
-
"Found 1 symbol in {0}",
|
|
3017
|
-
"Found {0} symbols in {1}",
|
|
3018
|
-
"Found {0} symbols in {1} files"
|
|
3019
|
-
],
|
|
3020
|
-
"vs/editor/contrib/gotoSymbol/symbolNavigation": [
|
|
3021
|
-
"Whether there are symbol locations that can be navigated via keyboard-only.",
|
|
3022
|
-
"Symbol {0} of {1}, {2} for next",
|
|
3023
|
-
"Symbol {0} of {1}"
|
|
3024
|
-
],
|
|
3025
|
-
"vs/editor/contrib/message/messageController": [
|
|
3026
|
-
"Whether the editor is currently showing an inline message",
|
|
3027
|
-
"Cannot edit in read-only editor"
|
|
3028
|
-
],
|
|
3029
3010
|
"vs/editor/contrib/peekView/peekView": [
|
|
3030
3011
|
"Whether the current code editor is embedded inside peek",
|
|
3031
3012
|
"Close",
|
|
@@ -3051,6 +3032,25 @@
|
|
|
3051
3032
|
"Editor marker navigation widget info heading background.",
|
|
3052
3033
|
"Editor marker navigation widget background."
|
|
3053
3034
|
],
|
|
3035
|
+
"vs/editor/contrib/gotoSymbol/referencesModel": [
|
|
3036
|
+
"symbol in {0} on line {1} at column {2}",
|
|
3037
|
+
"symbol in {0} on line {1} at column {2}, {3}",
|
|
3038
|
+
"1 symbol in {0}, full path {1}",
|
|
3039
|
+
"{0} symbols in {1}, full path {2}",
|
|
3040
|
+
"No results found",
|
|
3041
|
+
"Found 1 symbol in {0}",
|
|
3042
|
+
"Found {0} symbols in {1}",
|
|
3043
|
+
"Found {0} symbols in {1} files"
|
|
3044
|
+
],
|
|
3045
|
+
"vs/editor/contrib/gotoSymbol/symbolNavigation": [
|
|
3046
|
+
"Whether there are symbol locations that can be navigated via keyboard-only.",
|
|
3047
|
+
"Symbol {0} of {1}, {2} for next",
|
|
3048
|
+
"Symbol {0} of {1}"
|
|
3049
|
+
],
|
|
3050
|
+
"vs/editor/contrib/message/messageController": [
|
|
3051
|
+
"Whether the editor is currently showing an inline message",
|
|
3052
|
+
"Cannot edit in read-only editor"
|
|
3053
|
+
],
|
|
3054
3054
|
"vs/editor/contrib/parameterHints/parameterHintsWidget": [
|
|
3055
3055
|
"Icon for show next parameter hint.",
|
|
3056
3056
|
"Icon for show previous parameter hint.",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.31.0-dev.
|
|
3
|
+
* Version: 0.31.0-dev.20211128(d3a5e09ad2570957ebf0a452cf25c02b8d897769)
|
|
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.31.0-dev.
|
|
3
|
+
* Version: 0.31.0-dev.20211128(d3a5e09ad2570957ebf0a452cf25c02b8d897769)
|
|
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.31.0-dev.
|
|
3
|
+
* Version: 0.31.0-dev.20211128(d3a5e09ad2570957ebf0a452cf25c02b8d897769)
|
|
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.31.0-dev.
|
|
3
|
+
* Version: 0.31.0-dev.20211128(d3a5e09ad2570957ebf0a452cf25c02b8d897769)
|
|
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.31.0-dev.
|
|
3
|
+
* Version: 0.31.0-dev.20211128(d3a5e09ad2570957ebf0a452cf25c02b8d897769)
|
|
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.31.0-dev.
|
|
3
|
+
* Version: 0.31.0-dev.20211128(d3a5e09ad2570957ebf0a452cf25c02b8d897769)
|
|
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.31.0-dev.
|
|
3
|
+
* Version: 0.31.0-dev.20211128(d3a5e09ad2570957ebf0a452cf25c02b8d897769)
|
|
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.31.0-dev.
|
|
3
|
+
* Version: 0.31.0-dev.20211128(d3a5e09ad2570957ebf0a452cf25c02b8d897769)
|
|
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.31.0-dev.
|
|
3
|
+
* Version: 0.31.0-dev.20211128(d3a5e09ad2570957ebf0a452cf25c02b8d897769)
|
|
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.31.0-dev.
|
|
3
|
+
* Version: 0.31.0-dev.20211128(d3a5e09ad2570957ebf0a452cf25c02b8d897769)
|
|
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.31.0-dev.
|
|
3
|
+
* Version: 0.31.0-dev.20211128(d3a5e09ad2570957ebf0a452cf25c02b8d897769)
|
|
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.31.0-dev.
|
|
3
|
+
* Version: 0.31.0-dev.20211128(d3a5e09ad2570957ebf0a452cf25c02b8d897769)
|
|
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.31.0-dev.
|
|
3
|
+
* Version: 0.31.0-dev.20211128(d3a5e09ad2570957ebf0a452cf25c02b8d897769)
|
|
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.31.0-dev.
|
|
3
|
+
* Version: 0.31.0-dev.20211128(d3a5e09ad2570957ebf0a452cf25c02b8d897769)
|
|
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.31.0-dev.
|
|
3
|
+
* Version: 0.31.0-dev.20211128(d3a5e09ad2570957ebf0a452cf25c02b8d897769)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
6
|
*-----------------------------------------------------------*/(function(){var j=["require","exports","vs/base/common/platform","vs/base/common/strings","vs/editor/common/core/position","vs/editor/common/core/range","vs/base/common/types","vs/base/common/event","vs/base/common/errors","vs/base/common/lifecycle","vs/base/common/stopwatch","vs/base/common/diff/diff","vs/base/common/uint","vs/base/common/uri","vs/editor/common/core/characterClassifier","vs/base/common/arrays","vs/base/common/diff/diffChange","vs/base/common/functional","vs/base/common/iterator","vs/base/common/keyCodes","vs/base/common/linkedList","vs/base/common/process","vs/base/common/path","vs/base/common/cancellation","vs/base/common/hash","vs/base/common/objects","vs/editor/common/controller/wordCharacterClassifier","vs/editor/common/core/selection","vs/editor/common/core/token","vs/editor/common/diff/diffComputer","vs/editor/common/model","vs/editor/common/model/textModelSearch","vs/editor/common/model/wordHelper","vs/editor/common/modes/linkComputer","vs/editor/common/modes/supports/inplaceReplaceSupport","vs/editor/common/modes/unicodeTextModelHighlighter","vs/editor/common/standalone/standaloneEnums","vs/editor/common/standalone/standaloneBase","vs/editor/common/viewModel/prefixSumComputer","vs/editor/common/model/mirrorTextModel","vs/base/common/worker/simpleWorker","vs/editor/common/services/editorSimpleWorker"],G=function(I){for(var n=[],M=0,R=I.length;M<R;M++)n[M]=j[I[M]];return n},ge=this,me=typeof global=="object"?global:{},X;(function(I){I.global=ge;var n=function(){function M(){this._detected=!1,this._isWindows=!1,this._isNode=!1,this._isElectronRenderer=!1,this._isWebWorker=!1,this._isElectronNodeIntegrationWebWorker=!1}return Object.defineProperty(M.prototype,"isWindows",{get:function(){return this._detect(),this._isWindows},enumerable:!1,configurable:!0}),Object.defineProperty(M.prototype,"isNode",{get:function(){return this._detect(),this._isNode},enumerable:!1,configurable:!0}),Object.defineProperty(M.prototype,"isElectronRenderer",{get:function(){return this._detect(),this._isElectronRenderer},enumerable:!1,configurable:!0}),Object.defineProperty(M.prototype,"isWebWorker",{get:function(){return this._detect(),this._isWebWorker},enumerable:!1,configurable:!0}),Object.defineProperty(M.prototype,"isElectronNodeIntegrationWebWorker",{get:function(){return this._detect(),this._isElectronNodeIntegrationWebWorker},enumerable:!1,configurable:!0}),M.prototype._detect=function(){this._detected||(this._detected=!0,this._isWindows=M._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 I.global.importScripts=="function",this._isElectronNodeIntegrationWebWorker=this._isWebWorker&&typeof process!="undefined"&&typeof process.versions!="undefined"&&typeof process.versions.electron!="undefined"&&process.type==="worker")},M._isWindows=function(){return typeof navigator!="undefined"&&navigator.userAgent&&navigator.userAgent.indexOf("Windows")>=0?!0:typeof process!="undefined"?process.platform==="win32":!1},M}();I.Environment=n})(X||(X={}));var X;(function(I){var n=function(){function E(a,L,v){this.type=a,this.detail=L,this.timestamp=v}return E}();I.LoaderEvent=n;var M=function(){function E(a){this._events=[new n(1,"",a)]}return E.prototype.record=function(a,L){this._events.push(new n(a,L,I.Utilities.getHighPerformanceTimestamp()))},E.prototype.getEvents=function(){return this._events},E}();I.LoaderEventRecorder=M;var R=function(){function E(){}return E.prototype.record=function(a,L){},E.prototype.getEvents=function(){return[]},E.INSTANCE=new E,E}();I.NullLoaderEventRecorder=R})(X||(X={}));var X;(function(I){var n=function(){function M(){}return M.fileUriToFilePath=function(R,E){if(E=decodeURI(E).replace(/%23/g,"#"),R){if(/^file:\/\/\//.test(E))return E.substr(8);if(/^file:\/\//.test(E))return E.substr(5)}else if(/^file:\/\//.test(E))return E.substr(7);return E},M.startsWith=function(R,E){return R.length>=E.length&&R.substr(0,E.length)===E},M.endsWith=function(R,E){return R.length>=E.length&&R.substr(R.length-E.length)===E},M.containsQueryString=function(R){return/^[^\#]*\?/gi.test(R)},M.isAbsolutePath=function(R){return/^((http:\/\/)|(https:\/\/)|(file:\/\/)|(\/))/.test(R)},M.forEachProperty=function(R,E){if(R){var a=void 0;for(a in R)R.hasOwnProperty(a)&&E(a,R[a])}},M.isEmpty=function(R){var E=!0;return M.forEachProperty(R,function(){E=!1}),E},M.recursiveClone=function(R){if(!R||typeof R!="object"||R instanceof RegExp||!Array.isArray(R)&&Object.getPrototypeOf(R)!==Object.prototype)return R;var E=Array.isArray(R)?[]:{};return M.forEachProperty(R,function(a,L){L&&typeof L=="object"?E[a]=M.recursiveClone(L):E[a]=L}),E},M.generateAnonymousModule=function(){return"===anonymous"+M.NEXT_ANONYMOUS_ID+++"==="},M.isAnonymousModule=function(R){return M.startsWith(R,"===anonymous")},M.getHighPerformanceTimestamp=function(){return this.PERFORMANCE_NOW_PROBED||(this.PERFORMANCE_NOW_PROBED=!0,this.HAS_PERFORMANCE_NOW=I.global.performance&&typeof I.global.performance.now=="function"),this.HAS_PERFORMANCE_NOW?I.global.performance.now():Date.now()},M.NEXT_ANONYMOUS_ID=1,M.PERFORMANCE_NOW_PROBED=!1,M.HAS_PERFORMANCE_NOW=!1,M}();I.Utilities=n})(X||(X={}));var X;(function(I){function n(E){if(E instanceof Error)return E;var a=new Error(E.message||String(E)||"Unknown Error");return E.stack&&(a.stack=E.stack),a}I.ensureError=n;var M=function(){function E(){}return E.validateConfigurationOptions=function(a){function L(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 method of "'+u.moduleId+'" has thrown an exception'),console.error(u);return}}if(a=a||{},typeof a.baseUrl!="string"&&(a.baseUrl=""),typeof a.isBuild!="boolean"&&(a.isBuild=!1),typeof a.paths!="object"&&(a.paths={}),typeof a.config!="object"&&(a.config={}),typeof a.catchError=="undefined"&&(a.catchError=!1),typeof a.recordStats=="undefined"&&(a.recordStats=!1),typeof a.urlArgs!="string"&&(a.urlArgs=""),typeof a.onError!="function"&&(a.onError=L),Array.isArray(a.ignoreDuplicateModules)||(a.ignoreDuplicateModules=[]),a.baseUrl.length>0&&(I.Utilities.endsWith(a.baseUrl,"/")||(a.baseUrl+="/")),typeof a.cspNonce!="string"&&(a.cspNonce=""),typeof a.preferScriptTags=="undefined"&&(a.preferScriptTags=!1),Array.isArray(a.nodeModules)||(a.nodeModules=[]),a.nodeCachedData&&typeof a.nodeCachedData=="object"&&(typeof a.nodeCachedData.seed!="string"&&(a.nodeCachedData.seed="seed"),(typeof a.nodeCachedData.writeDelay!="number"||a.nodeCachedData.writeDelay<0)&&(a.nodeCachedData.writeDelay=1e3*7),!a.nodeCachedData.path||typeof a.nodeCachedData.path!="string")){var v=n(new Error("INVALID cached data configuration, 'path' MUST be set"));v.phase="configuration",a.onError(v),a.nodeCachedData=void 0}return a},E.mergeConfigurationOptions=function(a,L){a===void 0&&(a=null),L===void 0&&(L=null);var v=I.Utilities.recursiveClone(L||{});return I.Utilities.forEachProperty(a,function(u,g){u==="ignoreDuplicateModules"&&typeof v.ignoreDuplicateModules!="undefined"?v.ignoreDuplicateModules=v.ignoreDuplicateModules.concat(g):u==="paths"&&typeof v.paths!="undefined"?I.Utilities.forEachProperty(g,function(C,e){return v.paths[C]=e}):u==="config"&&typeof v.config!="undefined"?I.Utilities.forEachProperty(g,function(C,e){return v.config[C]=e}):v[u]=I.Utilities.recursiveClone(g)}),E.validateConfigurationOptions(v)},E}();I.ConfigurationOptionsUtil=M;var R=function(){function E(a,L){if(this._env=a,this.options=M.mergeConfigurationOptions(L),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 v=this.options.nodeRequire.main.filename,u=Math.max(v.lastIndexOf("/"),v.lastIndexOf("\\"));this.options.baseUrl=v.substring(0,u+1)}if(this.options.nodeMain&&this._env.isNode){var v=this.options.nodeMain,u=Math.max(v.lastIndexOf("/"),v.lastIndexOf("\\"));this.options.baseUrl=v.substring(0,u+1)}}}return E.prototype._createIgnoreDuplicateModulesMap=function(){this.ignoreDuplicateModulesMap={};for(var a=0;a<this.options.ignoreDuplicateModules.length;a++)this.ignoreDuplicateModulesMap[this.options.ignoreDuplicateModules[a]]=!0},E.prototype._createNodeModulesMap=function(){this.nodeModulesMap=Object.create(null);for(var a=0,L=this.options.nodeModules;a<L.length;a++){var v=L[a];this.nodeModulesMap[v]=!0}},E.prototype._createSortedPathsRules=function(){var a=this;this.sortedPathsRules=[],I.Utilities.forEachProperty(this.options.paths,function(L,v){Array.isArray(v)?a.sortedPathsRules.push({from:L,to:v}):a.sortedPathsRules.push({from:L,to:[v]})}),this.sortedPathsRules.sort(function(L,v){return v.from.length-L.from.length})},E.prototype.cloneAndMerge=function(a){return new E(this._env,M.mergeConfigurationOptions(a,this.options))},E.prototype.getOptionsLiteral=function(){return this.options},E.prototype._applyPaths=function(a){for(var L,v=0,u=this.sortedPathsRules.length;v<u;v++)if(L=this.sortedPathsRules[v],I.Utilities.startsWith(a,L.from)){for(var g=[],C=0,e=L.to.length;C<e;C++)g.push(L.to[C]+a.substr(L.from.length));return g}return[a]},E.prototype._addUrlArgsToUrl=function(a){return I.Utilities.containsQueryString(a)?a+"&"+this.options.urlArgs:a+"?"+this.options.urlArgs},E.prototype._addUrlArgsIfNecessaryToUrl=function(a){return this.options.urlArgs?this._addUrlArgsToUrl(a):a},E.prototype._addUrlArgsIfNecessaryToUrls=function(a){if(this.options.urlArgs)for(var L=0,v=a.length;L<v;L++)a[L]=this._addUrlArgsToUrl(a[L]);return a},E.prototype.moduleIdToPaths=function(a){if(this._env.isNode){var L=this.nodeModulesMap[a]===!0||this.options.amdModulesPattern instanceof RegExp&&!this.options.amdModulesPattern.test(a);if(L)return this.isBuild()?["empty:"]:["node|"+a]}var v=a,u;if(!I.Utilities.endsWith(v,".js")&&!I.Utilities.isAbsolutePath(v)){u=this._applyPaths(v);for(var g=0,C=u.length;g<C;g++)this.isBuild()&&u[g]==="empty:"||(I.Utilities.isAbsolutePath(u[g])||(u[g]=this.options.baseUrl+u[g]),!I.Utilities.endsWith(u[g],".js")&&!I.Utilities.containsQueryString(u[g])&&(u[g]=u[g]+".js"))}else!I.Utilities.endsWith(v,".js")&&!I.Utilities.containsQueryString(v)&&(v=v+".js"),u=[v];return this._addUrlArgsIfNecessaryToUrls(u)},E.prototype.requireToUrl=function(a){var L=a;return I.Utilities.isAbsolutePath(L)||(L=this._applyPaths(L)[0],I.Utilities.isAbsolutePath(L)||(L=this.options.baseUrl+L)),this._addUrlArgsIfNecessaryToUrl(L)},E.prototype.isBuild=function(){return this.options.isBuild},E.prototype.isDuplicateMessageIgnoredFor=function(a){return this.ignoreDuplicateModulesMap.hasOwnProperty(a)},E.prototype.getConfigForModule=function(a){if(this.options.config)return this.options.config[a]},E.prototype.shouldCatchError=function(){return this.options.catchError},E.prototype.shouldRecordStats=function(){return this.options.recordStats},E.prototype.onError=function(a){this.options.onError(a)},E}();I.Configuration=R})(X||(X={}));var X;(function(I){var n=function(){function u(g){this._env=g,this._scriptLoader=null,this._callbackMap={}}return u.prototype.load=function(g,C,e,o){var h=this;if(!this._scriptLoader)if(this._env.isWebWorker)this._scriptLoader=new E;else if(this._env.isElectronRenderer){var b=g.getConfig().getOptionsLiteral().preferScriptTags;b?this._scriptLoader=new M:this._scriptLoader=new a(this._env)}else this._env.isNode?this._scriptLoader=new a(this._env):this._scriptLoader=new M;var N={callback:e,errorback:o};if(this._callbackMap.hasOwnProperty(C)){this._callbackMap[C].push(N);return}this._callbackMap[C]=[N],this._scriptLoader.load(g,C,function(){return h.triggerCallback(C)},function(m){return h.triggerErrorback(C,m)})},u.prototype.triggerCallback=function(g){var C=this._callbackMap[g];delete this._callbackMap[g];for(var e=0;e<C.length;e++)C[e].callback()},u.prototype.triggerErrorback=function(g,C){var e=this._callbackMap[g];delete this._callbackMap[g];for(var o=0;o<e.length;o++)e[o].errorback(C)},u}(),M=function(){function u(){}return u.prototype.attachListeners=function(g,C,e){var o=function(){g.removeEventListener("load",h),g.removeEventListener("error",b)},h=function(N){o(),C()},b=function(N){o(),e(N)};g.addEventListener("load",h),g.addEventListener("error",b)},u.prototype.load=function(g,C,e,o){if(/^node\|/.test(C)){var h=g.getConfig().getOptionsLiteral(),b=L(g.getRecorder(),h.nodeRequire||I.global.nodeRequire),N=C.split("|"),m=null;try{m=b(N[1])}catch(i){o(i);return}g.enqueueDefineAnonymousModule([],function(){return m}),e()}else{var w=document.createElement("script");w.setAttribute("async","async"),w.setAttribute("type","text/javascript"),this.attachListeners(w,e,o);var p=g.getConfig().getOptionsLiteral().trustedTypesPolicy;p&&(C=p.createScriptURL(C)),w.setAttribute("src",C);var r=g.getConfig().getOptionsLiteral().cspNonce;r&&w.setAttribute("nonce",r),document.getElementsByTagName("head")[0].appendChild(w)}},u}();function R(u){var g=u.getConfig().getOptionsLiteral().trustedTypesPolicy;try{var C=g?self.eval(g.createScript("","true")):new Function("true");return C.call(self),!0}catch(e){return!1}}var E=function(){function u(){this._cachedCanUseEval=null}return u.prototype._canUseEval=function(g){return this._cachedCanUseEval===null&&(this._cachedCanUseEval=R(g)),this._cachedCanUseEval},u.prototype.load=function(g,C,e,o){if(/^node\|/.test(C)){var h=g.getConfig().getOptionsLiteral(),b=L(g.getRecorder(),h.nodeRequire||I.global.nodeRequire),N=C.split("|"),m=null;try{m=b(N[1])}catch(r){o(r);return}g.enqueueDefineAnonymousModule([],function(){return m}),e()}else{var w=g.getConfig().getOptionsLiteral().trustedTypesPolicy,p=/^((http:)|(https:)|(file:))/.test(C)&&C.substring(0,self.origin.length)!==self.origin;if(!p&&this._canUseEval(g)){fetch(C).then(function(r){if(r.status!==200)throw new Error(r.statusText);return r.text()}).then(function(r){r=r+`
|