claude-flow-novice 2.0.3 → 2.0.5
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/dist/src/cli/commands/swarm.js +1 -1
- package/dist/src/cli/main.js +1 -1
- package/dist/src/coordination/byzantine-memory-channels.js +25 -1
- package/dist/src/index.js +384 -35
- package/dist/src/utils/error-handler.js +2 -36
- package/dist/src/web/api/apm-routes.js +353 -0
- package/dist/src/web/api/config/api-config.js +184 -0
- package/dist/src/web/api/middleware/auth.js +203 -0
- package/dist/src/web/api/middleware/cache.js +273 -0
- package/dist/src/web/api/middleware/error-handler.js +257 -0
- package/dist/src/web/api/middleware/request-logger.js +215 -0
- package/dist/src/web/api/middleware/validation.js +323 -0
- package/dist/src/web/api/routes/events.js +463 -0
- package/dist/src/web/api/routes/hierarchy.js +300 -0
- package/dist/src/web/api/routes/index.js +12 -0
- package/dist/src/web/api/routes/metrics.js +559 -0
- package/dist/src/web/api/routes/parallel-status.js +359 -0
- package/dist/src/web/api/routes/status.js +448 -0
- package/dist/src/web/api/server.js +462 -0
- package/dist/src/web/dashboard/hooks/useWebSocket.js +383 -0
- package/dist/src/web/dashboard/index.js +85 -0
- package/dist/src/web/dashboard/realtime/CustomSyncManager.js +439 -0
- package/dist/src/web/dashboard/realtime/NativeWebSocketManager.js +323 -0
- package/dist/src/web/dashboard/realtime/PerformanceBenchmark.js +527 -0
- package/dist/src/web/dashboard/realtime/RealtimeCommunicationManager.js +474 -0
- package/dist/src/web/dashboard/realtime/RealtimeServer.js +666 -0
- package/dist/src/web/dashboard/realtime/SSEManager.js +426 -0
- package/dist/src/web/dashboard/types.js +4 -0
- package/dist/src/web/messaging/agent-status-tracker.js +453 -0
- package/dist/src/web/messaging/human-intervention-system.js +305 -0
- package/dist/src/web/messaging/message-filter.js +302 -0
- package/dist/src/web/messaging/swarm-message-router.js +324 -0
- package/dist/src/web/messaging/transparency-logger.js +421 -0
- package/dist/src/web/portal-server.js +460 -0
- package/dist/src/web/server.js +322 -0
- package/dist/src/web/websocket/apm-websocket-handler.js +453 -0
- package/dist/src/web/websocket/websocket-manager.js +780 -0
- package/package.json +6 -4
- package/dist/src/cli/minimal-main.js +0 -22
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/documentSymbols/browser/documentSymbols.js +0 -23
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution.js +0 -57
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteController.js +0 -401
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/defaultProviders.js +0 -181
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorContribution.js +0 -44
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController.js +0 -157
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/edit.js +0 -71
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/editorState/browser/editorState.js +0 -112
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findController.js +0 -990
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findDecorations.js +0 -296
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findModel.js +0 -488
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findOptionsWidget.js +0 -138
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findState.js +0 -243
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findWidget.js +0 -1177
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/folding/browser/folding.js +0 -1093
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/folding/browser/foldingDecorations.js +0 -133
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/folding/browser/foldingModel.js +0 -538
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/folding/browser/foldingRanges.js +0 -351
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/fontZoom/browser/fontZoom.js +0 -49
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/format/browser/format.js +0 -360
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/format/browser/formatActions.js +0 -263
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/format/browser/formattingEdit.js +0 -54
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture.js +0 -149
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/hover/browser/contentHover.js +0 -874
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/inlineCompletions/browser/commandIds.js +0 -7
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/inlineCompletions/browser/commands.js +0 -199
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/linesOperations/browser/copyLinesCommand.js +0 -70
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/quickAccess/browser/commandsQuickAccess.js +0 -26
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess.js +0 -153
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/readOnlyMessage/browser/contribution.js +0 -33
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/semanticTokens/browser/documentSemanticTokens.js +0 -354
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/smartSelect/browser/bracketSelections.js +0 -146
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/suggest/browser/completionModel.js +0 -224
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/unicodeHighlighter/browser/bannerController.js +0 -119
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/edcore.main.js +0 -14
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/editor.all.js +0 -63
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/editor.api.js +0 -55
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/editor.main.js +0 -7
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/editor.worker.js +0 -25
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/standalone/browser/colorizer.js +0 -118
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/language/css/css.worker.js +0 -36869
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/language/css/cssMode.js +0 -2035
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/accessibility/browser/accessibilityService.js +0 -88
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/accessibility/common/accessibility.js +0 -9
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/action/common/action.js +0 -7
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/action/common/actionCommonCategories.js +0 -13
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/actionWidget/browser/actionList.js +0 -276
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/actionWidget/browser/actionWidget.js +0 -248
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/actionWidget/common/actionWidget.js +0 -5
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/actions/common/actions.js +0 -409
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/audioCues/browser/audioCueService.js +0 -176
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/clipboard/browser/clipboardService.js +0 -141
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/clipboard/common/clipboardService.js +0 -6
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/commands/common/commands.js +0 -80
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/configuration/common/configuration.js +0 -86
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/configuration/common/configurationModels.js +0 -554
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/configuration/common/configurationRegistry.js +0 -317
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/configuration/common/configurations.js +0 -41
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/contextkey/browser/contextKeyService.js +0 -432
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/contextkey/common/contextkey.js +0 -1547
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/contextkey/common/contextkeys.js +0 -18
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/contextview/browser/contextMenuHandler.js +0 -124
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/contextview/browser/contextMenuService.js +0 -101
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/contextview/browser/contextView.js +0 -7
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/contextview/browser/contextViewService.js +0 -72
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/dialogs/common/dialogs.js +0 -2
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/dnd/browser/dnd.js +0 -36
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/editor/common/editor.js +0 -17
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/environment/common/environment.js +0 -2
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/extensions/common/extensions.js +0 -47
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/files/common/files.js +0 -9
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/history/browser/contextScopedHistoryWidget.js +0 -105
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/instantiation/common/descriptors.js +0 -11
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/instantiation/common/extensions.js +0 -15
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/keybinding/common/abstractKeybindingService.js +0 -277
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/keybinding/common/baseResolvedKeybinding.js +0 -53
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/quickinput/browser/commandsQuickAccess.js +0 -354
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/theme/browser/defaultStyles.js +0 -162
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/theme/common/colorRegistry.js +0 -482
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/basic-languages/abap/abap.js +0 -10
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/basic-languages/apex/apex.js +0 -10
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/basic-languages/azcli/azcli.js +0 -10
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/basic-languages/bat/bat.js +0 -10
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/basic-languages/bicep/bicep.js +0 -11
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/basic-languages/cameligo/cameligo.js +0 -10
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/basic-languages/clojure/clojure.js +0 -10
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/basic-languages/coffee/coffee.js +0 -10
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/basic-languages/cpp/cpp.js +0 -10
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/basic-languages/csharp/csharp.js +0 -10
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/basic-languages/csp/csp.js +0 -10
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/basic-languages/css/css.js +0 -12
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/basic-languages/cypher/cypher.js +0 -10
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/basic-languages/dart/dart.js +0 -10
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/basic-languages/dockerfile/dockerfile.js +0 -10
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/basic-languages/ecl/ecl.js +0 -10
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/basic-languages/elixir/elixir.js +0 -10
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/basic-languages/flow9/flow9.js +0 -10
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/editor/editor.main.js +0 -745
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/editor/editor.main.nls.de.js +0 -31
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/editor/editor.main.nls.es.js +0 -31
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/editor/editor.main.nls.fr.js +0 -29
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/editor/editor.main.nls.it.js +0 -29
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/editor/editor.main.nls.ja.js +0 -31
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/editor/editor.main.nls.js +0 -29
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/editor/editor.main.nls.ko.js +0 -29
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/editor/editor.main.nls.ru.js +0 -31
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/editor/editor.main.nls.zh-cn.js +0 -31
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/editor/editor.main.nls.zh-tw.js +0 -29
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/language/css/cssMode.js +0 -13
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/language/css/cssWorker.js +0 -81
- package/dist/src/web/frontend/node_modules/.multicast-dns-iKseM9bB/cli.js +0 -64
- package/dist/src/web/frontend/node_modules/.multicast-dns-iKseM9bB/example.js +0 -36
- package/dist/src/web/frontend/node_modules/.multicast-dns-iKseM9bB/index.js +0 -205
- package/dist/src/web/frontend/node_modules/.multicast-dns-iKseM9bB/test.js +0 -260
- package/dist/src/web/frontend/node_modules/.nanoid-PAMEV9Hd/async/index.browser.js +0 -34
- package/dist/src/web/frontend/node_modules/.nanoid-PAMEV9Hd/async/index.js +0 -35
- package/dist/src/web/frontend/node_modules/.nanoid-PAMEV9Hd/async/index.native.js +0 -26
- package/dist/src/web/frontend/node_modules/.nanoid-PAMEV9Hd/index.browser.js +0 -34
- package/dist/src/web/frontend/node_modules/.nanoid-PAMEV9Hd/index.js +0 -45
- package/dist/src/web/frontend/node_modules/.nanoid-PAMEV9Hd/nanoid.js +0 -1
- package/dist/src/web/frontend/node_modules/.nanoid-PAMEV9Hd/non-secure/index.js +0 -21
- package/dist/src/web/frontend/node_modules/.nanoid-PAMEV9Hd/url-alphabet/index.js +0 -3
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/bin/nodemon.js +0 -16
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/lib/cli/index.js +0 -49
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/lib/cli/parse.js +0 -230
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/lib/config/command.js +0 -43
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/lib/config/defaults.js +0 -34
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/lib/config/exec.js +0 -234
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/lib/config/index.js +0 -93
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/lib/config/load.js +0 -225
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/lib/help/index.js +0 -27
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/lib/index.js +0 -1
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/lib/monitor/index.js +0 -4
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/lib/monitor/match.js +0 -287
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/lib/monitor/run.js +0 -562
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/lib/monitor/signals.js +0 -34
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/lib/monitor/watch.js +0 -244
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/lib/nodemon.js +0 -317
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/lib/rules/add.js +0 -89
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/lib/rules/index.js +0 -53
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/lib/rules/parse.js +0 -43
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/lib/spawn.js +0 -74
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/lib/utils/bus.js +0 -44
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/lib/utils/clone.js +0 -40
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/lib/utils/colour.js +0 -26
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/lib/utils/index.js +0 -103
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/lib/utils/log.js +0 -82
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/lib/utils/merge.js +0 -47
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/lib/version.js +0 -100
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/node_modules/brace-expansion/index.js +0 -201
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/node_modules/has-flag/index.js +0 -8
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/node_modules/minimatch/minimatch.js +0 -947
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/node_modules/supports-color/browser.js +0 -5
- package/dist/src/web/frontend/node_modules/.nodemon-QcvNKhKT/node_modules/supports-color/index.js +0 -131
- package/dist/src/web/frontend/node_modules/.pidtree-icfat3SQ/bin/pidtree.js +0 -128
- package/dist/src/web/frontend/node_modules/.pidtree-icfat3SQ/index.js +0 -49
- package/dist/src/web/frontend/node_modules/.pidtree-icfat3SQ/lib/bin.js +0 -61
- package/dist/src/web/frontend/node_modules/.pidtree-icfat3SQ/lib/get.js +0 -45
- package/dist/src/web/frontend/node_modules/.pidtree-icfat3SQ/lib/pidtree.js +0 -104
- package/dist/src/web/frontend/node_modules/.pidtree-icfat3SQ/lib/ps.js +0 -47
- package/dist/src/web/frontend/node_modules/.pidtree-icfat3SQ/lib/wmic.js +0 -49
- package/dist/src/web/frontend/node_modules/.prettier-ApZm3b7s/doc.js +0 -1270
- package/dist/src/web/frontend/node_modules/.prettier-ApZm3b7s/plugins/acorn.js +0 -15
- package/dist/src/web/frontend/node_modules/.prettier-ApZm3b7s/plugins/angular.js +0 -2
- package/dist/src/web/frontend/node_modules/.prettier-ApZm3b7s/plugins/babel.js +0 -15
- package/dist/src/web/frontend/node_modules/.prettier-ApZm3b7s/plugins/estree.js +0 -36
- package/dist/src/web/frontend/node_modules/.prettier-ApZm3b7s/plugins/flow.js +0 -19
- package/dist/src/web/frontend/node_modules/.prettier-ApZm3b7s/plugins/glimmer.js +0 -29
- package/dist/src/web/frontend/node_modules/.prettier-ApZm3b7s/plugins/graphql.js +0 -29
- package/dist/src/web/frontend/node_modules/.prettier-ApZm3b7s/plugins/html.js +0 -22
- package/dist/src/web/frontend/node_modules/.prettier-ApZm3b7s/plugins/markdown.js +0 -63
- package/dist/src/web/frontend/node_modules/.prettier-ApZm3b7s/plugins/meriyah.js +0 -4
- package/dist/src/web/frontend/node_modules/.prettier-ApZm3b7s/plugins/postcss.js +0 -54
- package/dist/src/web/frontend/node_modules/.prettier-ApZm3b7s/plugins/typescript.js +0 -20
- package/dist/src/web/frontend/node_modules/.prettier-ApZm3b7s/plugins/yaml.js +0 -160
- package/dist/src/web/frontend/node_modules/.prettier-ApZm3b7s/standalone.js +0 -34
- package/dist/src/web/frontend/node_modules/.react-scripts-OTANyoRb/bin/react-scripts.js +0 -58
- package/dist/src/web/frontend/node_modules/.react-scripts-OTANyoRb/config/env.js +0 -112
- package/dist/src/web/frontend/node_modules/.react-scripts-OTANyoRb/config/getHttpsConfig.js +0 -74
- package/dist/src/web/frontend/node_modules/.react-scripts-OTANyoRb/config/jest/babelTransform.js +0 -37
- package/dist/src/web/frontend/node_modules/.react-scripts-OTANyoRb/config/jest/cssTransform.js +0 -22
- package/dist/src/web/frontend/node_modules/.react-scripts-OTANyoRb/config/jest/fileTransform.js +0 -40
- package/dist/src/web/frontend/node_modules/.react-scripts-OTANyoRb/config/modules.js +0 -142
- package/dist/src/web/frontend/node_modules/.react-scripts-OTANyoRb/config/paths.js +0 -153
- package/dist/src/web/frontend/node_modules/.react-scripts-OTANyoRb/config/webpack/persistentCache/createEnvironmentHash.js +0 -9
- package/dist/src/web/frontend/node_modules/.react-scripts-OTANyoRb/config/webpack.config.js +0 -796
- package/dist/src/web/frontend/node_modules/.react-scripts-OTANyoRb/config/webpackDevServer.config.js +0 -135
- package/dist/src/web/frontend/node_modules/.react-scripts-OTANyoRb/scripts/build.js +0 -225
- package/dist/src/web/frontend/node_modules/.react-scripts-OTANyoRb/scripts/eject.js +0 -340
|
@@ -1,141 +0,0 @@
|
|
|
1
|
-
/*---------------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
4
|
-
*--------------------------------------------------------------------------------------------*/
|
|
5
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
6
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
7
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
8
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
9
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
10
|
-
};
|
|
11
|
-
var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
12
|
-
return function (target, key) { decorator(target, key, paramIndex); }
|
|
13
|
-
};
|
|
14
|
-
import { isSafari, isWebkitWebView } from '../../../base/browser/browser.js';
|
|
15
|
-
import { $, addDisposableListener, getActiveDocument } from '../../../base/browser/dom.js';
|
|
16
|
-
import { DeferredPromise } from '../../../base/common/async.js';
|
|
17
|
-
import { Event } from '../../../base/common/event.js';
|
|
18
|
-
import { Disposable } from '../../../base/common/lifecycle.js';
|
|
19
|
-
import { ILayoutService } from '../../layout/browser/layoutService.js';
|
|
20
|
-
import { ILogService } from '../../log/common/log.js';
|
|
21
|
-
let BrowserClipboardService = class BrowserClipboardService extends Disposable {
|
|
22
|
-
constructor(layoutService, logService) {
|
|
23
|
-
super();
|
|
24
|
-
this.layoutService = layoutService;
|
|
25
|
-
this.logService = logService;
|
|
26
|
-
this.mapTextToType = new Map(); // unsupported in web (only in-memory)
|
|
27
|
-
this.findText = ''; // unsupported in web (only in-memory)
|
|
28
|
-
this.resources = []; // unsupported in web (only in-memory)
|
|
29
|
-
if (isSafari || isWebkitWebView) {
|
|
30
|
-
this.installWebKitWriteTextWorkaround();
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
// In Safari, it has the following note:
|
|
34
|
-
//
|
|
35
|
-
// "The request to write to the clipboard must be triggered during a user gesture.
|
|
36
|
-
// A call to clipboard.write or clipboard.writeText outside the scope of a user
|
|
37
|
-
// gesture(such as "click" or "touch" event handlers) will result in the immediate
|
|
38
|
-
// rejection of the promise returned by the API call."
|
|
39
|
-
// From: https://webkit.org/blog/10855/async-clipboard-api/
|
|
40
|
-
//
|
|
41
|
-
// Since extensions run in a web worker, and handle gestures in an asynchronous way,
|
|
42
|
-
// they are not classified by Safari as "in response to a user gesture" and will reject.
|
|
43
|
-
//
|
|
44
|
-
// This function sets up some handlers to work around that behavior.
|
|
45
|
-
installWebKitWriteTextWorkaround() {
|
|
46
|
-
const handler = () => {
|
|
47
|
-
const currentWritePromise = new DeferredPromise();
|
|
48
|
-
// Cancel the previous promise since we just created a new one in response to this new event
|
|
49
|
-
if (this.webKitPendingClipboardWritePromise && !this.webKitPendingClipboardWritePromise.isSettled) {
|
|
50
|
-
this.webKitPendingClipboardWritePromise.cancel();
|
|
51
|
-
}
|
|
52
|
-
this.webKitPendingClipboardWritePromise = currentWritePromise;
|
|
53
|
-
// The ctor of ClipboardItem allows you to pass in a promise that will resolve to a string.
|
|
54
|
-
// This allows us to pass in a Promise that will either be cancelled by another event or
|
|
55
|
-
// resolved with the contents of the first call to this.writeText.
|
|
56
|
-
// see https://developer.mozilla.org/en-US/docs/Web/API/ClipboardItem/ClipboardItem#parameters
|
|
57
|
-
navigator.clipboard.write([new ClipboardItem({
|
|
58
|
-
'text/plain': currentWritePromise.p,
|
|
59
|
-
})]).catch(async (err) => {
|
|
60
|
-
if (!(err instanceof Error) || err.name !== 'NotAllowedError' || !currentWritePromise.isRejected) {
|
|
61
|
-
this.logService.error(err);
|
|
62
|
-
}
|
|
63
|
-
});
|
|
64
|
-
};
|
|
65
|
-
this._register(Event.runAndSubscribe(this.layoutService.onDidAddContainer, ({ container, disposables }) => {
|
|
66
|
-
disposables.add(addDisposableListener(container, 'click', handler));
|
|
67
|
-
disposables.add(addDisposableListener(container, 'keydown', handler));
|
|
68
|
-
}, { container: this.layoutService.mainContainer, disposables: this._store }));
|
|
69
|
-
}
|
|
70
|
-
async writeText(text, type) {
|
|
71
|
-
// With type: only in-memory is supported
|
|
72
|
-
if (type) {
|
|
73
|
-
this.mapTextToType.set(type, text);
|
|
74
|
-
return;
|
|
75
|
-
}
|
|
76
|
-
if (this.webKitPendingClipboardWritePromise) {
|
|
77
|
-
// For Safari, we complete this Promise which allows the call to `navigator.clipboard.write()`
|
|
78
|
-
// above to resolve and successfully copy to the clipboard. If we let this continue, Safari
|
|
79
|
-
// would throw an error because this call stack doesn't appear to originate from a user gesture.
|
|
80
|
-
return this.webKitPendingClipboardWritePromise.complete(text);
|
|
81
|
-
}
|
|
82
|
-
// Guard access to navigator.clipboard with try/catch
|
|
83
|
-
// as we have seen DOMExceptions in certain browsers
|
|
84
|
-
// due to security policies.
|
|
85
|
-
try {
|
|
86
|
-
return await navigator.clipboard.writeText(text);
|
|
87
|
-
}
|
|
88
|
-
catch (error) {
|
|
89
|
-
console.error(error);
|
|
90
|
-
}
|
|
91
|
-
// Fallback to textarea and execCommand solution
|
|
92
|
-
const activeDocument = getActiveDocument();
|
|
93
|
-
const activeElement = activeDocument.activeElement;
|
|
94
|
-
const textArea = activeDocument.body.appendChild($('textarea', { 'aria-hidden': true }));
|
|
95
|
-
textArea.style.height = '1px';
|
|
96
|
-
textArea.style.width = '1px';
|
|
97
|
-
textArea.style.position = 'absolute';
|
|
98
|
-
textArea.value = text;
|
|
99
|
-
textArea.focus();
|
|
100
|
-
textArea.select();
|
|
101
|
-
activeDocument.execCommand('copy');
|
|
102
|
-
if (activeElement instanceof HTMLElement) {
|
|
103
|
-
activeElement.focus();
|
|
104
|
-
}
|
|
105
|
-
activeDocument.body.removeChild(textArea);
|
|
106
|
-
return;
|
|
107
|
-
}
|
|
108
|
-
async readText(type) {
|
|
109
|
-
// With type: only in-memory is supported
|
|
110
|
-
if (type) {
|
|
111
|
-
return this.mapTextToType.get(type) || '';
|
|
112
|
-
}
|
|
113
|
-
// Guard access to navigator.clipboard with try/catch
|
|
114
|
-
// as we have seen DOMExceptions in certain browsers
|
|
115
|
-
// due to security policies.
|
|
116
|
-
try {
|
|
117
|
-
return await navigator.clipboard.readText();
|
|
118
|
-
}
|
|
119
|
-
catch (error) {
|
|
120
|
-
console.error(error);
|
|
121
|
-
return '';
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
async readFindText() {
|
|
125
|
-
return this.findText;
|
|
126
|
-
}
|
|
127
|
-
async writeFindText(text) {
|
|
128
|
-
this.findText = text;
|
|
129
|
-
}
|
|
130
|
-
async writeResources(resources) {
|
|
131
|
-
this.resources = resources;
|
|
132
|
-
}
|
|
133
|
-
async readResources() {
|
|
134
|
-
return this.resources;
|
|
135
|
-
}
|
|
136
|
-
};
|
|
137
|
-
BrowserClipboardService = __decorate([
|
|
138
|
-
__param(0, ILayoutService),
|
|
139
|
-
__param(1, ILogService)
|
|
140
|
-
], BrowserClipboardService);
|
|
141
|
-
export { BrowserClipboardService };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/*---------------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
4
|
-
*--------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { createDecorator } from '../../instantiation/common/instantiation.js';
|
|
6
|
-
export const IClipboardService = createDecorator('clipboardService');
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
/*---------------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
4
|
-
*--------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Emitter } from '../../../base/common/event.js';
|
|
6
|
-
import { Iterable } from '../../../base/common/iterator.js';
|
|
7
|
-
import { toDisposable } from '../../../base/common/lifecycle.js';
|
|
8
|
-
import { LinkedList } from '../../../base/common/linkedList.js';
|
|
9
|
-
import { validateConstraints } from '../../../base/common/types.js';
|
|
10
|
-
import { createDecorator } from '../../instantiation/common/instantiation.js';
|
|
11
|
-
export const ICommandService = createDecorator('commandService');
|
|
12
|
-
export const CommandsRegistry = new class {
|
|
13
|
-
constructor() {
|
|
14
|
-
this._commands = new Map();
|
|
15
|
-
this._onDidRegisterCommand = new Emitter();
|
|
16
|
-
this.onDidRegisterCommand = this._onDidRegisterCommand.event;
|
|
17
|
-
}
|
|
18
|
-
registerCommand(idOrCommand, handler) {
|
|
19
|
-
if (!idOrCommand) {
|
|
20
|
-
throw new Error(`invalid command`);
|
|
21
|
-
}
|
|
22
|
-
if (typeof idOrCommand === 'string') {
|
|
23
|
-
if (!handler) {
|
|
24
|
-
throw new Error(`invalid command`);
|
|
25
|
-
}
|
|
26
|
-
return this.registerCommand({ id: idOrCommand, handler });
|
|
27
|
-
}
|
|
28
|
-
// add argument validation if rich command metadata is provided
|
|
29
|
-
if (idOrCommand.metadata && Array.isArray(idOrCommand.metadata.args)) {
|
|
30
|
-
const constraints = [];
|
|
31
|
-
for (const arg of idOrCommand.metadata.args) {
|
|
32
|
-
constraints.push(arg.constraint);
|
|
33
|
-
}
|
|
34
|
-
const actualHandler = idOrCommand.handler;
|
|
35
|
-
idOrCommand.handler = function (accessor, ...args) {
|
|
36
|
-
validateConstraints(args, constraints);
|
|
37
|
-
return actualHandler(accessor, ...args);
|
|
38
|
-
};
|
|
39
|
-
}
|
|
40
|
-
// find a place to store the command
|
|
41
|
-
const { id } = idOrCommand;
|
|
42
|
-
let commands = this._commands.get(id);
|
|
43
|
-
if (!commands) {
|
|
44
|
-
commands = new LinkedList();
|
|
45
|
-
this._commands.set(id, commands);
|
|
46
|
-
}
|
|
47
|
-
const removeFn = commands.unshift(idOrCommand);
|
|
48
|
-
const ret = toDisposable(() => {
|
|
49
|
-
removeFn();
|
|
50
|
-
const command = this._commands.get(id);
|
|
51
|
-
if (command === null || command === void 0 ? void 0 : command.isEmpty()) {
|
|
52
|
-
this._commands.delete(id);
|
|
53
|
-
}
|
|
54
|
-
});
|
|
55
|
-
// tell the world about this command
|
|
56
|
-
this._onDidRegisterCommand.fire(id);
|
|
57
|
-
return ret;
|
|
58
|
-
}
|
|
59
|
-
registerCommandAlias(oldId, newId) {
|
|
60
|
-
return CommandsRegistry.registerCommand(oldId, (accessor, ...args) => accessor.get(ICommandService).executeCommand(newId, ...args));
|
|
61
|
-
}
|
|
62
|
-
getCommand(id) {
|
|
63
|
-
const list = this._commands.get(id);
|
|
64
|
-
if (!list || list.isEmpty()) {
|
|
65
|
-
return undefined;
|
|
66
|
-
}
|
|
67
|
-
return Iterable.first(list);
|
|
68
|
-
}
|
|
69
|
-
getCommands() {
|
|
70
|
-
const result = new Map();
|
|
71
|
-
for (const key of this._commands.keys()) {
|
|
72
|
-
const command = this.getCommand(key);
|
|
73
|
-
if (command) {
|
|
74
|
-
result.set(key, command);
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
return result;
|
|
78
|
-
}
|
|
79
|
-
};
|
|
80
|
-
CommandsRegistry.registerCommand('noop', () => { });
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
/*---------------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
4
|
-
*--------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { createDecorator } from '../../instantiation/common/instantiation.js';
|
|
6
|
-
export const IConfigurationService = createDecorator('configurationService');
|
|
7
|
-
export function toValuesTree(properties, conflictReporter) {
|
|
8
|
-
const root = Object.create(null);
|
|
9
|
-
for (const key in properties) {
|
|
10
|
-
addToValueTree(root, key, properties[key], conflictReporter);
|
|
11
|
-
}
|
|
12
|
-
return root;
|
|
13
|
-
}
|
|
14
|
-
export function addToValueTree(settingsTreeRoot, key, value, conflictReporter) {
|
|
15
|
-
const segments = key.split('.');
|
|
16
|
-
const last = segments.pop();
|
|
17
|
-
let curr = settingsTreeRoot;
|
|
18
|
-
for (let i = 0; i < segments.length; i++) {
|
|
19
|
-
const s = segments[i];
|
|
20
|
-
let obj = curr[s];
|
|
21
|
-
switch (typeof obj) {
|
|
22
|
-
case 'undefined':
|
|
23
|
-
obj = curr[s] = Object.create(null);
|
|
24
|
-
break;
|
|
25
|
-
case 'object':
|
|
26
|
-
break;
|
|
27
|
-
default:
|
|
28
|
-
conflictReporter(`Ignoring ${key} as ${segments.slice(0, i + 1).join('.')} is ${JSON.stringify(obj)}`);
|
|
29
|
-
return;
|
|
30
|
-
}
|
|
31
|
-
curr = obj;
|
|
32
|
-
}
|
|
33
|
-
if (typeof curr === 'object' && curr !== null) {
|
|
34
|
-
try {
|
|
35
|
-
curr[last] = value; // workaround https://github.com/microsoft/vscode/issues/13606
|
|
36
|
-
}
|
|
37
|
-
catch (e) {
|
|
38
|
-
conflictReporter(`Ignoring ${key} as ${segments.join('.')} is ${JSON.stringify(curr)}`);
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
else {
|
|
42
|
-
conflictReporter(`Ignoring ${key} as ${segments.join('.')} is ${JSON.stringify(curr)}`);
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
export function removeFromValueTree(valueTree, key) {
|
|
46
|
-
const segments = key.split('.');
|
|
47
|
-
doRemoveFromValueTree(valueTree, segments);
|
|
48
|
-
}
|
|
49
|
-
function doRemoveFromValueTree(valueTree, segments) {
|
|
50
|
-
const first = segments.shift();
|
|
51
|
-
if (segments.length === 0) {
|
|
52
|
-
// Reached last segment
|
|
53
|
-
delete valueTree[first];
|
|
54
|
-
return;
|
|
55
|
-
}
|
|
56
|
-
if (Object.keys(valueTree).indexOf(first) !== -1) {
|
|
57
|
-
const value = valueTree[first];
|
|
58
|
-
if (typeof value === 'object' && !Array.isArray(value)) {
|
|
59
|
-
doRemoveFromValueTree(value, segments);
|
|
60
|
-
if (Object.keys(value).length === 0) {
|
|
61
|
-
delete valueTree[first];
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
/**
|
|
67
|
-
* A helper function to get the configuration value with a specific settings path (e.g. config.some.setting)
|
|
68
|
-
*/
|
|
69
|
-
export function getConfigurationValue(config, settingPath, defaultValue) {
|
|
70
|
-
function accessSetting(config, path) {
|
|
71
|
-
let current = config;
|
|
72
|
-
for (const component of path) {
|
|
73
|
-
if (typeof current !== 'object' || current === null) {
|
|
74
|
-
return undefined;
|
|
75
|
-
}
|
|
76
|
-
current = current[component];
|
|
77
|
-
}
|
|
78
|
-
return current;
|
|
79
|
-
}
|
|
80
|
-
const path = settingPath.split('.');
|
|
81
|
-
const result = accessSetting(config, path);
|
|
82
|
-
return typeof result === 'undefined' ? defaultValue : result;
|
|
83
|
-
}
|
|
84
|
-
export function getLanguageTagSettingPlainKey(settingKey) {
|
|
85
|
-
return settingKey.replace(/[\[\]]/g, '');
|
|
86
|
-
}
|