claude-flow 2.0.0-alpha.7 → 2.0.0-alpha.70
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/.claude/cache/agent-pool.json +33 -0
- package/.claude/cache/memory-optimization.json +19 -0
- package/.claude/cache/neural-optimization.json +25 -0
- package/.claude/cache/optimized-hooks.json +19 -0
- package/.claude/cache/parallel-processing.json +26 -0
- package/.claude/commands/analysis/COMMAND_COMPLIANCE_REPORT.md +54 -0
- package/.claude/commands/analysis/README.md +9 -0
- package/.claude/commands/analysis/bottleneck-detect.md +162 -0
- package/.claude/commands/analysis/performance-bottlenecks.md +1 -1
- package/.claude/commands/analysis/performance-report.md +25 -0
- package/.claude/commands/analysis/token-efficiency.md +2 -1
- package/.claude/commands/analysis/token-usage.md +25 -0
- package/.claude/commands/automation/README.md +9 -0
- package/.claude/commands/automation/auto-agent.md +122 -0
- package/.claude/commands/automation/self-healing.md +47 -2
- package/.claude/commands/automation/session-memory.md +39 -10
- package/.claude/commands/automation/smart-agents.md +36 -8
- package/.claude/commands/automation/smart-spawn.md +25 -0
- package/.claude/commands/automation/workflow-select.md +25 -0
- package/.claude/commands/coordination/README.md +9 -0
- package/.claude/commands/coordination/agent-spawn.md +25 -0
- package/.claude/commands/coordination/init.md +2 -2
- package/.claude/commands/coordination/orchestrate.md +2 -2
- package/.claude/commands/coordination/spawn.md +2 -2
- package/.claude/commands/coordination/swarm-init.md +85 -0
- package/.claude/commands/coordination/task-orchestrate.md +25 -0
- package/.claude/commands/github/README.md +11 -0
- package/.claude/commands/github/code-review-swarm.md +80 -15
- package/.claude/commands/github/code-review.md +25 -0
- package/.claude/commands/github/github-modes.md +19 -19
- package/.claude/commands/github/github-swarm.md +121 -0
- package/.claude/commands/github/issue-tracker.md +32 -29
- package/.claude/commands/github/issue-triage.md +25 -0
- package/.claude/commands/github/multi-repo-swarm.md +114 -16
- package/.claude/commands/github/pr-enhance.md +26 -0
- package/.claude/commands/github/pr-manager.md +16 -15
- package/.claude/commands/github/project-board-sync.md +38 -5
- package/.claude/commands/github/release-manager.md +35 -35
- package/.claude/commands/github/release-swarm.md +102 -13
- package/.claude/commands/github/repo-analyze.md +25 -0
- package/.claude/commands/github/repo-architect.md +20 -20
- package/.claude/commands/github/swarm-issue.md +139 -17
- package/.claude/commands/github/swarm-pr.md +49 -15
- package/.claude/commands/github/sync-coordinator.md +48 -48
- package/.claude/commands/github/workflow-automation.md +37 -10
- package/.claude/commands/hooks/README.md +11 -0
- package/.claude/commands/hooks/overview.md +2 -2
- package/.claude/commands/hooks/post-edit.md +117 -0
- package/.claude/commands/hooks/post-task.md +112 -0
- package/.claude/commands/hooks/pre-edit.md +113 -0
- package/.claude/commands/hooks/pre-task.md +111 -0
- package/.claude/commands/hooks/session-end.md +118 -0
- package/.claude/commands/hooks/setup.md +7 -7
- package/.claude/commands/memory/README.md +9 -0
- package/.claude/commands/memory/memory-persist.md +25 -0
- package/.claude/commands/memory/memory-search.md +25 -0
- package/.claude/commands/memory/memory-usage.md +25 -0
- package/.claude/commands/memory/neural.md +11 -6
- package/.claude/commands/memory/usage.md +10 -6
- package/.claude/commands/monitoring/README.md +9 -0
- package/.claude/commands/monitoring/agent-metrics.md +25 -0
- package/.claude/commands/monitoring/agents.md +8 -6
- package/.claude/commands/monitoring/real-time-view.md +25 -0
- package/.claude/commands/monitoring/status.md +9 -6
- package/.claude/commands/monitoring/swarm-monitor.md +25 -0
- package/.claude/commands/optimization/README.md +9 -0
- package/.claude/commands/optimization/auto-topology.md +15 -3
- package/.claude/commands/optimization/cache-manage.md +25 -0
- package/.claude/commands/optimization/parallel-execute.md +25 -0
- package/.claude/commands/optimization/parallel-execution.md +9 -3
- package/.claude/commands/optimization/topology-optimize.md +25 -0
- package/.claude/commands/sparc/analyzer.md +41 -68
- package/.claude/commands/sparc/architect.md +64 -62
- package/.claude/commands/sparc/ask.md +97 -0
- package/.claude/commands/sparc/batch-executor.md +44 -68
- package/.claude/commands/sparc/code.md +89 -0
- package/.claude/commands/sparc/coder.md +44 -69
- package/.claude/commands/sparc/debug.md +83 -0
- package/.claude/commands/sparc/debugger.md +43 -67
- package/.claude/commands/sparc/designer.md +42 -66
- package/.claude/commands/sparc/devops.md +109 -0
- package/.claude/commands/sparc/docs-writer.md +80 -0
- package/.claude/commands/sparc/documenter.md +43 -66
- package/.claude/commands/sparc/innovator.md +43 -67
- package/.claude/commands/sparc/integration.md +83 -0
- package/.claude/commands/sparc/mcp.md +117 -0
- package/.claude/commands/sparc/memory-manager.md +44 -67
- package/.claude/commands/sparc/optimizer.md +43 -67
- package/.claude/commands/sparc/orchestrator.md +117 -64
- package/.claude/commands/sparc/post-deployment-monitoring-mode.md +83 -0
- package/.claude/commands/sparc/refinement-optimization-mode.md +83 -0
- package/.claude/commands/sparc/researcher.md +43 -68
- package/.claude/commands/sparc/reviewer.md +43 -67
- package/.claude/commands/sparc/security-review.md +80 -0
- package/.claude/commands/sparc/sparc-modes.md +145 -333
- package/.claude/commands/sparc/sparc.md +111 -0
- package/.claude/commands/sparc/spec-pseudocode.md +80 -0
- package/.claude/commands/sparc/supabase-admin.md +348 -0
- package/.claude/commands/sparc/swarm-coordinator.md +44 -67
- package/.claude/commands/sparc/tdd.md +67 -62
- package/.claude/commands/sparc/tester.md +43 -67
- package/.claude/commands/sparc/tutorial.md +79 -0
- package/.claude/commands/sparc/workflow-manager.md +44 -67
- package/.claude/commands/sparc.md +166 -0
- package/.claude/commands/swarm/analysis.md +90 -16
- package/.claude/commands/swarm/development.md +90 -15
- package/.claude/commands/swarm/examples.md +147 -42
- package/.claude/commands/swarm/maintenance.md +97 -16
- package/.claude/commands/swarm/optimization.md +112 -16
- package/.claude/commands/swarm/research.md +131 -16
- package/.claude/commands/swarm/testing.md +126 -16
- package/.claude/commands/training/README.md +9 -0
- package/.claude/commands/training/model-update.md +25 -0
- package/.claude/commands/training/neural-patterns.md +29 -4
- package/.claude/commands/training/neural-train.md +25 -0
- package/.claude/commands/training/pattern-learn.md +25 -0
- package/.claude/commands/training/specialization.md +15 -5
- package/.claude/commands/workflows/README.md +9 -0
- package/.claude/commands/workflows/development.md +47 -8
- package/.claude/commands/workflows/research.md +30 -6
- package/.claude/commands/workflows/workflow-create.md +25 -0
- package/.claude/commands/workflows/workflow-execute.md +25 -0
- package/.claude/commands/workflows/workflow-export.md +25 -0
- package/.claude/config.json +32 -11
- package/.claude/helpers/github-setup.sh +28 -0
- package/.claude/helpers/quick-start.sh +19 -0
- package/.claude/helpers/setup-mcp.sh +18 -0
- package/.claude/jq-validation.log +4 -0
- package/.claude/optimized-settings.json +270 -0
- package/.claude/settings-backup.json +186 -0
- package/.claude/settings-clean.json +96 -0
- package/.claude/settings-enhanced.json +278 -0
- package/.claude/settings-fixed.json +186 -0
- package/.claude/settings-minimal.json +52 -0
- package/.claude/settings-working.json +110 -0
- package/.claude/settings.json +51 -64
- package/.claude/settings.local.json +7 -4
- package/.claude/test-settings.json +15 -0
- package/CHANGELOG.md +345 -0
- package/README.md +692 -635
- package/bin/claude-flow +1 -1
- package/dist/adapters/cliffy-node.d.ts.map +1 -1
- package/dist/adapters/cliffy-node.js +13 -7
- package/dist/adapters/cliffy-node.js.map +1 -1
- package/dist/agents/agent-manager.d.ts.map +1 -1
- package/dist/agents/agent-manager.js +77 -65
- package/dist/agents/agent-manager.js.map +1 -1
- package/dist/agents/agent-registry.d.ts.map +1 -1
- package/dist/agents/agent-registry.js +38 -30
- package/dist/agents/agent-registry.js.map +1 -1
- package/dist/api/claude-api-errors.d.ts +115 -0
- package/dist/api/claude-api-errors.d.ts.map +1 -0
- package/dist/api/claude-api-errors.js +198 -0
- package/dist/api/claude-api-errors.js.map +1 -0
- package/dist/api/claude-client-enhanced.d.ts +109 -0
- package/dist/api/claude-client-enhanced.d.ts.map +1 -0
- package/dist/api/claude-client-enhanced.js +479 -0
- package/dist/api/claude-client-enhanced.js.map +1 -0
- package/dist/api/claude-client.d.ts +197 -0
- package/dist/api/claude-client.d.ts.map +1 -0
- package/dist/api/claude-client.js +525 -0
- package/dist/api/claude-client.js.map +1 -0
- package/dist/cli/agents/analyst.d.ts.map +1 -1
- package/dist/cli/agents/analyst.js +94 -114
- package/dist/cli/agents/analyst.js.map +1 -1
- package/dist/cli/agents/architect.d.ts.map +1 -1
- package/dist/cli/agents/architect.js +100 -114
- package/dist/cli/agents/architect.js.map +1 -1
- package/dist/cli/agents/base-agent.d.ts.map +1 -1
- package/dist/cli/agents/base-agent.js +27 -27
- package/dist/cli/agents/base-agent.js.map +1 -1
- package/dist/cli/agents/capabilities.d.ts.map +1 -1
- package/dist/cli/agents/capabilities.js +49 -51
- package/dist/cli/agents/capabilities.js.map +1 -1
- package/dist/cli/agents/coder.d.ts.map +1 -1
- package/dist/cli/agents/coder.js +92 -98
- package/dist/cli/agents/coder.js.map +1 -1
- package/dist/cli/agents/coordinator.d.ts.map +1 -1
- package/dist/cli/agents/coordinator.js +59 -64
- package/dist/cli/agents/coordinator.js.map +1 -1
- package/dist/cli/agents/hive-agents.d.ts.map +1 -1
- package/dist/cli/agents/hive-agents.js +22 -24
- package/dist/cli/agents/hive-agents.js.map +1 -1
- package/dist/cli/agents/index.d.ts.map +1 -1
- package/dist/cli/agents/index.js +17 -17
- package/dist/cli/agents/index.js.map +1 -1
- package/dist/cli/agents/researcher.d.ts.map +1 -1
- package/dist/cli/agents/researcher.js +41 -61
- package/dist/cli/agents/researcher.js.map +1 -1
- package/dist/cli/agents/tester.d.ts.map +1 -1
- package/dist/cli/agents/tester.js +78 -90
- package/dist/cli/agents/tester.js.map +1 -1
- package/dist/cli/cli-core.d.ts +5 -2
- package/dist/cli/cli-core.d.ts.map +1 -1
- package/dist/cli/cli-core.js +40 -39
- package/dist/cli/cli-core.js.map +1 -1
- package/dist/cli/command-registry.d.ts +10 -0
- package/dist/cli/command-registry.d.ts.map +1 -0
- package/dist/cli/command-registry.js +735 -0
- package/dist/cli/command-registry.js.map +1 -0
- package/dist/cli/commands/advanced-memory-commands.d.ts.map +1 -1
- package/dist/cli/commands/advanced-memory-commands.js +49 -40
- package/dist/cli/commands/advanced-memory-commands.js.map +1 -1
- package/dist/cli/commands/agent-simple.d.ts +3 -0
- package/dist/cli/commands/agent-simple.d.ts.map +1 -1
- package/dist/cli/commands/agent-simple.js +30 -27
- package/dist/cli/commands/agent-simple.js.map +1 -1
- package/dist/cli/commands/agent.d.ts.map +1 -1
- package/dist/cli/commands/agent.js +53 -40
- package/dist/cli/commands/agent.js.map +1 -1
- package/dist/cli/commands/claude-api.d.ts +6 -0
- package/dist/cli/commands/claude-api.d.ts.map +1 -0
- package/dist/cli/commands/claude-api.js +256 -0
- package/dist/cli/commands/claude-api.js.map +1 -0
- package/dist/cli/commands/claude.d.ts.map +1 -1
- package/dist/cli/commands/claude.js +2 -2
- package/dist/cli/commands/claude.js.map +1 -1
- package/dist/cli/commands/config-integration.d.ts +7 -1
- package/dist/cli/commands/config-integration.d.ts.map +1 -1
- package/dist/cli/commands/config-integration.js +18 -9
- package/dist/cli/commands/config-integration.js.map +1 -1
- package/dist/cli/commands/config.d.ts.map +1 -1
- package/dist/cli/commands/config.js +2 -3
- package/dist/cli/commands/config.js.map +1 -1
- package/dist/cli/commands/enterprise.d.ts.map +1 -1
- package/dist/cli/commands/enterprise.js +115 -95
- package/dist/cli/commands/enterprise.js.map +1 -1
- package/dist/cli/commands/help-new.d.ts +7 -0
- package/dist/cli/commands/help-new.d.ts.map +1 -0
- package/dist/cli/commands/help-new.js +236 -0
- package/dist/cli/commands/help-new.js.map +1 -0
- package/dist/cli/commands/help.d.ts +2 -1
- package/dist/cli/commands/help.d.ts.map +1 -1
- package/dist/cli/commands/help.js +283 -133
- package/dist/cli/commands/help.js.map +1 -1
- package/dist/cli/commands/hive-mind/index.d.ts +5 -1
- package/dist/cli/commands/hive-mind/index.d.ts.map +1 -1
- package/dist/cli/commands/hive-mind/index.js +10 -2
- package/dist/cli/commands/hive-mind/index.js.map +1 -1
- package/dist/cli/commands/hive-mind/init.d.ts.map +1 -1
- package/dist/cli/commands/hive-mind/init.js.map +1 -1
- package/dist/cli/commands/hive-mind/optimize-memory.d.ts.map +1 -1
- package/dist/cli/commands/hive-mind/optimize-memory.js +35 -26
- package/dist/cli/commands/hive-mind/optimize-memory.js.map +1 -1
- package/dist/cli/commands/hive-mind/pause.d.ts +9 -0
- package/dist/cli/commands/hive-mind/pause.d.ts.map +1 -0
- package/dist/cli/commands/hive-mind/pause.js +81 -0
- package/dist/cli/commands/hive-mind/pause.js.map +1 -0
- package/dist/cli/commands/hive-mind/ps.d.ts +9 -0
- package/dist/cli/commands/hive-mind/ps.d.ts.map +1 -0
- package/dist/cli/commands/hive-mind/ps.js +120 -0
- package/dist/cli/commands/hive-mind/ps.js.map +1 -0
- package/dist/cli/commands/hive-mind/resume.d.ts +9 -0
- package/dist/cli/commands/hive-mind/resume.d.ts.map +1 -0
- package/dist/cli/commands/hive-mind/resume.js +62 -0
- package/dist/cli/commands/hive-mind/resume.js.map +1 -0
- package/dist/cli/commands/hive-mind/spawn.d.ts.map +1 -1
- package/dist/cli/commands/hive-mind/spawn.js +20 -11
- package/dist/cli/commands/hive-mind/spawn.js.map +1 -1
- package/dist/cli/commands/hive-mind/status.js +17 -22
- package/dist/cli/commands/hive-mind/status.js.map +1 -1
- package/dist/cli/commands/hive-mind/stop.d.ts +9 -0
- package/dist/cli/commands/hive-mind/stop.d.ts.map +1 -0
- package/dist/cli/commands/hive-mind/stop.js +125 -0
- package/dist/cli/commands/hive-mind/stop.js.map +1 -0
- package/dist/cli/commands/hive-mind/task.d.ts.map +1 -1
- package/dist/cli/commands/hive-mind/task.js +25 -19
- package/dist/cli/commands/hive-mind/task.js.map +1 -1
- package/dist/cli/commands/hive-mind/wizard.d.ts.map +1 -1
- package/dist/cli/commands/hive-mind/wizard.js +86 -68
- package/dist/cli/commands/hive-mind/wizard.js.map +1 -1
- package/dist/cli/commands/hive.js +73 -38
- package/dist/cli/commands/hive.js.map +1 -1
- package/dist/cli/commands/hook-types.d.ts +117 -0
- package/dist/cli/commands/hook-types.d.ts.map +1 -0
- package/dist/cli/commands/hook-types.js +5 -0
- package/dist/cli/commands/hook-types.js.map +1 -0
- package/dist/cli/commands/hook-validator.d.ts +18 -0
- package/dist/cli/commands/hook-validator.d.ts.map +1 -0
- package/dist/cli/commands/hook-validator.js +167 -0
- package/dist/cli/commands/hook-validator.js.map +1 -0
- package/dist/cli/commands/hook.d.ts +8 -0
- package/dist/cli/commands/hook.d.ts.map +1 -0
- package/dist/cli/commands/hook.js +299 -0
- package/dist/cli/commands/hook.js.map +1 -0
- package/dist/cli/commands/index.d.ts +1 -1
- package/dist/cli/commands/index.d.ts.map +1 -1
- package/dist/cli/commands/index.js +892 -776
- package/dist/cli/commands/index.js.map +1 -1
- package/dist/cli/commands/mcp.d.ts.map +1 -1
- package/dist/cli/commands/mcp.js +8 -16
- package/dist/cli/commands/mcp.js.map +1 -1
- package/dist/cli/commands/memory.d.ts.map +1 -1
- package/dist/cli/commands/memory.js +8 -8
- package/dist/cli/commands/memory.js.map +1 -1
- package/dist/cli/commands/migrate.d.ts.map +1 -1
- package/dist/cli/commands/migrate.js +3 -3
- package/dist/cli/commands/migrate.js.map +1 -1
- package/dist/cli/commands/monitor.d.ts.map +1 -1
- package/dist/cli/commands/monitor.js +50 -34
- package/dist/cli/commands/monitor.js.map +1 -1
- package/dist/cli/commands/ruv-swarm.d.ts +7 -1
- package/dist/cli/commands/ruv-swarm.d.ts.map +1 -1
- package/dist/cli/commands/ruv-swarm.js +6 -6
- package/dist/cli/commands/ruv-swarm.js.map +1 -1
- package/dist/cli/commands/session.d.ts.map +1 -1
- package/dist/cli/commands/session.js +22 -17
- package/dist/cli/commands/session.js.map +1 -1
- package/dist/cli/commands/sparc.d.ts +1 -1
- package/dist/cli/commands/sparc.d.ts.map +1 -1
- package/dist/cli/commands/sparc.js +146 -126
- package/dist/cli/commands/sparc.js.map +1 -1
- package/dist/cli/commands/start/event-emitter.js +1 -1
- package/dist/cli/commands/start/event-emitter.js.map +1 -1
- package/dist/cli/commands/start/process-manager.d.ts.map +1 -1
- package/dist/cli/commands/start/process-manager.js +20 -18
- package/dist/cli/commands/start/process-manager.js.map +1 -1
- package/dist/cli/commands/start/process-ui-simple.d.ts +4 -0
- package/dist/cli/commands/start/process-ui-simple.d.ts.map +1 -1
- package/dist/cli/commands/start/process-ui-simple.js +2 -2
- package/dist/cli/commands/start/process-ui-simple.js.map +1 -1
- package/dist/cli/commands/start/start-command.d.ts.map +1 -1
- package/dist/cli/commands/start/start-command.js +27 -15
- package/dist/cli/commands/start/start-command.js.map +1 -1
- package/dist/cli/commands/start/system-monitor.d.ts +3 -0
- package/dist/cli/commands/start/system-monitor.d.ts.map +1 -1
- package/dist/cli/commands/start/system-monitor.js +16 -18
- package/dist/cli/commands/start/system-monitor.js.map +1 -1
- package/dist/cli/commands/status.d.ts.map +1 -1
- package/dist/cli/commands/status.js +28 -33
- package/dist/cli/commands/status.js.map +1 -1
- package/dist/cli/commands/swarm-spawn.d.ts.map +1 -1
- package/dist/cli/commands/swarm-spawn.js +8 -4
- package/dist/cli/commands/swarm-spawn.js.map +1 -1
- package/dist/cli/commands/swarm.d.ts +4 -1
- package/dist/cli/commands/swarm.d.ts.map +1 -1
- package/dist/cli/commands/swarm.js +23 -18
- package/dist/cli/commands/swarm.js.map +1 -1
- package/dist/cli/commands/task.d.ts +1 -1
- package/dist/cli/commands/task.d.ts.map +1 -1
- package/dist/cli/commands/task.js +31 -28
- package/dist/cli/commands/task.js.map +1 -1
- package/dist/cli/commands/workflow.d.ts.map +1 -1
- package/dist/cli/commands/workflow.js +82 -76
- package/dist/cli/commands/workflow.js.map +1 -1
- package/dist/cli/completion.d.ts +3 -0
- package/dist/cli/completion.d.ts.map +1 -1
- package/dist/cli/completion.js +15 -5
- package/dist/cli/completion.js.map +1 -1
- package/dist/cli/formatter.d.ts +3 -0
- package/dist/cli/formatter.d.ts.map +1 -1
- package/dist/cli/formatter.js +4 -4
- package/dist/cli/formatter.js.map +1 -1
- package/dist/cli/help-formatter.d.ts +49 -0
- package/dist/cli/help-formatter.d.ts.map +1 -0
- package/dist/cli/help-formatter.js +108 -0
- package/dist/cli/help-formatter.js.map +1 -0
- package/dist/cli/index-remote.d.ts +4 -0
- package/dist/cli/index-remote.d.ts.map +1 -1
- package/dist/cli/index-remote.js +2 -2
- package/dist/cli/index-remote.js.map +1 -1
- package/dist/cli/index.d.ts +1 -1
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +42 -48
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/init/batch-tools.d.ts.map +1 -1
- package/dist/cli/init/batch-tools.js.map +1 -1
- package/dist/cli/init/claude-config.d.ts.map +1 -1
- package/dist/cli/init/claude-config.js +111 -106
- package/dist/cli/init/claude-config.js.map +1 -1
- package/dist/cli/init/directory-structure.d.ts.map +1 -1
- package/dist/cli/init/directory-structure.js +3 -3
- package/dist/cli/init/directory-structure.js.map +1 -1
- package/dist/cli/init/index.d.ts.map +1 -1
- package/dist/cli/init/index.js +1 -1
- package/dist/cli/init/index.js.map +1 -1
- package/dist/cli/init/sparc-environment.d.ts.map +1 -1
- package/dist/cli/init/sparc-environment.js +69 -69
- package/dist/cli/init/sparc-environment.js.map +1 -1
- package/dist/cli/init/swarm-commands.d.ts.map +1 -1
- package/dist/cli/init/swarm-commands.js +1 -1
- package/dist/cli/init/swarm-commands.js.map +1 -1
- package/dist/cli/main.d.ts +3 -0
- package/dist/cli/main.d.ts.map +1 -1
- package/dist/cli/main.js +6 -6
- package/dist/cli/main.js.map +1 -1
- package/dist/cli/node-compat.d.ts +106 -0
- package/dist/cli/node-compat.d.ts.map +1 -0
- package/dist/cli/node-compat.js +248 -0
- package/dist/cli/node-compat.js.map +1 -0
- package/dist/cli/node-repl.d.ts +4 -0
- package/dist/cli/node-repl.d.ts.map +1 -1
- package/dist/cli/node-repl.js +24 -107
- package/dist/cli/node-repl.js.map +1 -1
- package/dist/cli/repl.d.ts.map +1 -1
- package/dist/cli/repl.js +139 -99
- package/dist/cli/repl.js.map +1 -1
- package/dist/cli/runtime-detector.d.ts +128 -0
- package/dist/cli/runtime-detector.d.ts.map +1 -0
- package/dist/cli/runtime-detector.js +267 -0
- package/dist/cli/runtime-detector.js.map +1 -0
- package/dist/cli/simple-cli.d.ts +4 -0
- package/dist/cli/simple-cli.d.ts.map +1 -1
- package/dist/cli/simple-cli.js +113 -98
- package/dist/cli/simple-cli.js.map +1 -1
- package/dist/cli/simple-commands/agent.d.ts +2 -0
- package/dist/cli/simple-commands/agent.d.ts.map +1 -0
- package/dist/cli/simple-commands/agent.js +175 -0
- package/dist/cli/simple-commands/agent.js.map +1 -0
- package/dist/cli/simple-commands/analysis.d.ts +2 -0
- package/dist/cli/simple-commands/analysis.d.ts.map +1 -0
- package/dist/cli/simple-commands/analysis.js +207 -0
- package/dist/cli/simple-commands/analysis.js.map +1 -0
- package/dist/cli/simple-commands/automation.d.ts +2 -0
- package/dist/cli/simple-commands/automation.d.ts.map +1 -0
- package/dist/cli/simple-commands/automation.js +246 -0
- package/dist/cli/simple-commands/automation.js.map +1 -0
- package/dist/cli/simple-commands/batch-manager.d.ts +2 -0
- package/dist/cli/simple-commands/batch-manager.d.ts.map +1 -0
- package/dist/cli/simple-commands/batch-manager.js +289 -0
- package/dist/cli/simple-commands/batch-manager.js.map +1 -0
- package/dist/cli/simple-commands/config.d.ts +2 -0
- package/dist/cli/simple-commands/config.d.ts.map +1 -0
- package/dist/cli/simple-commands/config.js +278 -0
- package/dist/cli/simple-commands/config.js.map +1 -0
- package/dist/cli/simple-commands/coordination.d.ts +2 -0
- package/dist/cli/simple-commands/coordination.d.ts.map +1 -0
- package/dist/cli/simple-commands/coordination.js +249 -0
- package/dist/cli/simple-commands/coordination.js.map +1 -0
- package/dist/cli/simple-commands/fix-hook-variables.d.ts +16 -0
- package/dist/cli/simple-commands/fix-hook-variables.d.ts.map +1 -0
- package/dist/cli/simple-commands/fix-hook-variables.js +320 -0
- package/dist/cli/simple-commands/fix-hook-variables.js.map +1 -0
- package/dist/cli/simple-commands/github.d.ts +3 -0
- package/dist/cli/simple-commands/github.d.ts.map +1 -0
- package/dist/cli/simple-commands/github.js +343 -0
- package/dist/cli/simple-commands/github.js.map +1 -0
- package/dist/cli/simple-commands/hive-mind/auto-save-middleware.d.ts +68 -0
- package/dist/cli/simple-commands/hive-mind/auto-save-middleware.d.ts.map +1 -0
- package/dist/cli/simple-commands/hive-mind/auto-save-middleware.js +264 -0
- package/dist/cli/simple-commands/hive-mind/auto-save-middleware.js.map +1 -0
- package/dist/cli/simple-commands/hive-mind/communication.d.ts +176 -0
- package/dist/cli/simple-commands/hive-mind/communication.d.ts.map +1 -0
- package/dist/cli/simple-commands/hive-mind/communication.js +611 -0
- package/dist/cli/simple-commands/hive-mind/communication.js.map +1 -0
- package/dist/cli/simple-commands/hive-mind/core.d.ts +306 -0
- package/dist/cli/simple-commands/hive-mind/core.d.ts.map +1 -0
- package/dist/cli/simple-commands/hive-mind/core.js +840 -0
- package/dist/cli/simple-commands/hive-mind/core.js.map +1 -0
- package/dist/cli/simple-commands/hive-mind/db-optimizer.d.ts +32 -0
- package/dist/cli/simple-commands/hive-mind/db-optimizer.d.ts.map +1 -0
- package/dist/cli/simple-commands/hive-mind/db-optimizer.js +702 -0
- package/dist/cli/simple-commands/hive-mind/db-optimizer.js.map +1 -0
- package/dist/cli/simple-commands/hive-mind/mcp-wrapper.d.ts +270 -0
- package/dist/cli/simple-commands/hive-mind/mcp-wrapper.d.ts.map +1 -0
- package/dist/cli/simple-commands/hive-mind/mcp-wrapper.js +1211 -0
- package/dist/cli/simple-commands/hive-mind/mcp-wrapper.js.map +1 -0
- package/dist/cli/simple-commands/hive-mind/memory.d.ts +334 -0
- package/dist/cli/simple-commands/hive-mind/memory.d.ts.map +1 -0
- package/dist/cli/simple-commands/hive-mind/memory.js +1068 -0
- package/dist/cli/simple-commands/hive-mind/memory.js.map +1 -0
- package/dist/cli/simple-commands/hive-mind/performance-optimizer.d.ts +256 -0
- package/dist/cli/simple-commands/hive-mind/performance-optimizer.d.ts.map +1 -0
- package/dist/cli/simple-commands/hive-mind/performance-optimizer.js +520 -0
- package/dist/cli/simple-commands/hive-mind/performance-optimizer.js.map +1 -0
- package/dist/cli/simple-commands/hive-mind/queen.d.ts +294 -0
- package/dist/cli/simple-commands/hive-mind/queen.d.ts.map +1 -0
- package/dist/cli/simple-commands/hive-mind/queen.js +697 -0
- package/dist/cli/simple-commands/hive-mind/queen.js.map +1 -0
- package/dist/cli/simple-commands/hive-mind/session-manager.d.ts +139 -0
- package/dist/cli/simple-commands/hive-mind/session-manager.d.ts.map +1 -0
- package/dist/cli/simple-commands/hive-mind/session-manager.js +833 -0
- package/dist/cli/simple-commands/hive-mind/session-manager.js.map +1 -0
- package/dist/cli/simple-commands/hive-mind-optimize.d.ts +6 -0
- package/dist/cli/simple-commands/hive-mind-optimize.d.ts.map +1 -0
- package/dist/cli/simple-commands/hive-mind-optimize.js +317 -0
- package/dist/cli/simple-commands/hive-mind-optimize.js.map +1 -0
- package/dist/cli/simple-commands/hive-mind.d.ts +18 -0
- package/dist/cli/simple-commands/hive-mind.d.ts.map +1 -0
- package/dist/cli/simple-commands/hive-mind.js +2430 -0
- package/dist/cli/simple-commands/hive-mind.js.map +1 -0
- package/dist/cli/simple-commands/hook-safety.d.ts +177 -0
- package/dist/cli/simple-commands/hook-safety.d.ts.map +1 -0
- package/dist/cli/simple-commands/hook-safety.js +590 -0
- package/dist/cli/simple-commands/hook-safety.js.map +1 -0
- package/dist/cli/simple-commands/hooks.d.ts +3 -0
- package/dist/cli/simple-commands/hooks.d.ts.map +1 -0
- package/dist/cli/simple-commands/hooks.js +995 -0
- package/dist/cli/simple-commands/hooks.js.map +1 -0
- package/dist/cli/simple-commands/init/batch-init.d.ts +137 -0
- package/dist/cli/simple-commands/init/batch-init.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/batch-init.js +557 -0
- package/dist/cli/simple-commands/init/batch-init.js.map +1 -0
- package/dist/cli/simple-commands/init/claude-commands/claude-flow-commands.d.ts +2 -0
- package/dist/cli/simple-commands/init/claude-commands/claude-flow-commands.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/claude-commands/claude-flow-commands.js +432 -0
- package/dist/cli/simple-commands/init/claude-commands/claude-flow-commands.js.map +1 -0
- package/dist/cli/simple-commands/init/claude-commands/optimized-claude-flow-commands.d.ts +2 -0
- package/dist/cli/simple-commands/init/claude-commands/optimized-claude-flow-commands.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/claude-commands/optimized-claude-flow-commands.js +870 -0
- package/dist/cli/simple-commands/init/claude-commands/optimized-claude-flow-commands.js.map +1 -0
- package/dist/cli/simple-commands/init/claude-commands/optimized-slash-commands.d.ts +2 -0
- package/dist/cli/simple-commands/init/claude-commands/optimized-slash-commands.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/claude-commands/optimized-slash-commands.js +332 -0
- package/dist/cli/simple-commands/init/claude-commands/optimized-slash-commands.js.map +1 -0
- package/dist/cli/simple-commands/init/claude-commands/optimized-sparc-commands.d.ts +3 -0
- package/dist/cli/simple-commands/init/claude-commands/optimized-sparc-commands.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/claude-commands/optimized-sparc-commands.js +488 -0
- package/dist/cli/simple-commands/init/claude-commands/optimized-sparc-commands.js.map +1 -0
- package/dist/cli/simple-commands/init/claude-commands/slash-commands.d.ts +2 -0
- package/dist/cli/simple-commands/init/claude-commands/slash-commands.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/claude-commands/slash-commands.js +50 -0
- package/dist/cli/simple-commands/init/claude-commands/slash-commands.js.map +1 -0
- package/dist/cli/simple-commands/init/claude-commands/sparc-commands.d.ts +3 -0
- package/dist/cli/simple-commands/init/claude-commands/sparc-commands.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/claude-commands/sparc-commands.js +288 -0
- package/dist/cli/simple-commands/init/claude-commands/sparc-commands.js.map +1 -0
- package/dist/cli/simple-commands/init/copy-revised-templates.d.ts +29 -0
- package/dist/cli/simple-commands/init/copy-revised-templates.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/copy-revised-templates.js +159 -0
- package/dist/cli/simple-commands/init/copy-revised-templates.js.map +1 -0
- package/dist/cli/simple-commands/init/executable-wrapper.d.ts +2 -0
- package/dist/cli/simple-commands/init/executable-wrapper.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/executable-wrapper.js +116 -0
- package/dist/cli/simple-commands/init/executable-wrapper.js.map +1 -0
- package/dist/cli/simple-commands/init/gitignore-updater.d.ts +23 -0
- package/dist/cli/simple-commands/init/gitignore-updater.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/gitignore-updater.js +126 -0
- package/dist/cli/simple-commands/init/gitignore-updater.js.map +1 -0
- package/dist/cli/simple-commands/init/help.d.ts +2 -0
- package/dist/cli/simple-commands/init/help.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/help.js +95 -0
- package/dist/cli/simple-commands/init/help.js.map +1 -0
- package/dist/cli/simple-commands/init/index.d.ts +2 -0
- package/dist/cli/simple-commands/init/index.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/index.js +1127 -0
- package/dist/cli/simple-commands/init/index.js.map +1 -0
- package/dist/cli/simple-commands/init/performance-monitor.d.ts +73 -0
- package/dist/cli/simple-commands/init/performance-monitor.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/performance-monitor.js +277 -0
- package/dist/cli/simple-commands/init/performance-monitor.js.map +1 -0
- package/dist/cli/simple-commands/init/rollback/backup-manager.d.ts +95 -0
- package/dist/cli/simple-commands/init/rollback/backup-manager.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/rollback/backup-manager.js +485 -0
- package/dist/cli/simple-commands/init/rollback/backup-manager.js.map +1 -0
- package/dist/cli/simple-commands/init/rollback/index.d.ts +114 -0
- package/dist/cli/simple-commands/init/rollback/index.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/rollback/index.js +353 -0
- package/dist/cli/simple-commands/init/rollback/index.js.map +1 -0
- package/dist/cli/simple-commands/init/rollback/recovery-manager.d.ts +161 -0
- package/dist/cli/simple-commands/init/rollback/recovery-manager.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/rollback/recovery-manager.js +686 -0
- package/dist/cli/simple-commands/init/rollback/recovery-manager.js.map +1 -0
- package/dist/cli/simple-commands/init/rollback/rollback-executor.d.ts +112 -0
- package/dist/cli/simple-commands/init/rollback/rollback-executor.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/rollback/rollback-executor.js +479 -0
- package/dist/cli/simple-commands/init/rollback/rollback-executor.js.map +1 -0
- package/dist/cli/simple-commands/init/rollback/state-tracker.d.ts +121 -0
- package/dist/cli/simple-commands/init/rollback/state-tracker.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/rollback/state-tracker.js +431 -0
- package/dist/cli/simple-commands/init/rollback/state-tracker.js.map +1 -0
- package/dist/cli/simple-commands/init/sparc/roo-readme.d.ts +2 -0
- package/dist/cli/simple-commands/init/sparc/roo-readme.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/sparc/roo-readme.js +61 -0
- package/dist/cli/simple-commands/init/sparc/roo-readme.js.map +1 -0
- package/dist/cli/simple-commands/init/sparc/roomodes-config.d.ts +2 -0
- package/dist/cli/simple-commands/init/sparc/roomodes-config.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/sparc/roomodes-config.js +80 -0
- package/dist/cli/simple-commands/init/sparc/roomodes-config.js.map +1 -0
- package/dist/cli/simple-commands/init/sparc/workflows.d.ts +2 -0
- package/dist/cli/simple-commands/init/sparc/workflows.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/sparc/workflows.js +36 -0
- package/dist/cli/simple-commands/init/sparc/workflows.js.map +1 -0
- package/dist/cli/simple-commands/init/sparc-structure.d.ts +2 -0
- package/dist/cli/simple-commands/init/sparc-structure.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/sparc-structure.js +61 -0
- package/dist/cli/simple-commands/init/sparc-structure.js.map +1 -0
- package/dist/cli/simple-commands/init/template-copier.d.ts +27 -0
- package/dist/cli/simple-commands/init/template-copier.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/template-copier.js +510 -0
- package/dist/cli/simple-commands/init/template-copier.js.map +1 -0
- package/dist/cli/simple-commands/init/templates/claude-md.d.ts +5 -0
- package/dist/cli/simple-commands/init/templates/claude-md.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/templates/claude-md.js +646 -0
- package/dist/cli/simple-commands/init/templates/claude-md.js.map +1 -0
- package/dist/cli/simple-commands/init/templates/coordination-md.d.ts +4 -0
- package/dist/cli/simple-commands/init/templates/coordination-md.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/templates/coordination-md.js +338 -0
- package/dist/cli/simple-commands/init/templates/coordination-md.js.map +1 -0
- package/dist/cli/simple-commands/init/templates/enhanced-templates.d.ts +18 -0
- package/dist/cli/simple-commands/init/templates/enhanced-templates.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/templates/enhanced-templates.js +1300 -0
- package/dist/cli/simple-commands/init/templates/enhanced-templates.js.map +1 -0
- package/dist/cli/simple-commands/init/templates/memory-bank-md.d.ts +4 -0
- package/dist/cli/simple-commands/init/templates/memory-bank-md.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/templates/memory-bank-md.js +257 -0
- package/dist/cli/simple-commands/init/templates/memory-bank-md.js.map +1 -0
- package/dist/cli/simple-commands/init/templates/readme-files.d.ts +3 -0
- package/dist/cli/simple-commands/init/templates/readme-files.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/templates/readme-files.js +71 -0
- package/dist/cli/simple-commands/init/templates/readme-files.js.map +1 -0
- package/dist/cli/simple-commands/init/templates/sparc-modes.d.ts +30 -0
- package/dist/cli/simple-commands/init/templates/sparc-modes.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/templates/sparc-modes.js +1375 -0
- package/dist/cli/simple-commands/init/templates/sparc-modes.js.map +1 -0
- package/dist/cli/simple-commands/init/validation/config-validator.d.ts +63 -0
- package/dist/cli/simple-commands/init/validation/config-validator.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/validation/config-validator.js +307 -0
- package/dist/cli/simple-commands/init/validation/config-validator.js.map +1 -0
- package/dist/cli/simple-commands/init/validation/health-checker.d.ts +117 -0
- package/dist/cli/simple-commands/init/validation/health-checker.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/validation/health-checker.js +538 -0
- package/dist/cli/simple-commands/init/validation/health-checker.js.map +1 -0
- package/dist/cli/simple-commands/init/validation/index.d.ts +55 -0
- package/dist/cli/simple-commands/init/validation/index.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/validation/index.js +347 -0
- package/dist/cli/simple-commands/init/validation/index.js.map +1 -0
- package/dist/cli/simple-commands/init/validation/mode-validator.d.ts +76 -0
- package/dist/cli/simple-commands/init/validation/mode-validator.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/validation/mode-validator.js +342 -0
- package/dist/cli/simple-commands/init/validation/mode-validator.js.map +1 -0
- package/dist/cli/simple-commands/init/validation/post-init-validator.d.ts +62 -0
- package/dist/cli/simple-commands/init/validation/post-init-validator.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/validation/post-init-validator.js +348 -0
- package/dist/cli/simple-commands/init/validation/post-init-validator.js.map +1 -0
- package/dist/cli/simple-commands/init/validation/pre-init-validator.d.ts +86 -0
- package/dist/cli/simple-commands/init/validation/pre-init-validator.d.ts.map +1 -0
- package/dist/cli/simple-commands/init/validation/pre-init-validator.js +260 -0
- package/dist/cli/simple-commands/init/validation/pre-init-validator.js.map +1 -0
- package/dist/cli/simple-commands/mcp.d.ts +2 -0
- package/dist/cli/simple-commands/mcp.d.ts.map +1 -0
- package/dist/cli/simple-commands/mcp.js +366 -0
- package/dist/cli/simple-commands/mcp.js.map +1 -0
- package/dist/cli/simple-commands/memory.d.ts +2 -0
- package/dist/cli/simple-commands/memory.d.ts.map +1 -0
- package/dist/cli/simple-commands/memory.js +277 -0
- package/dist/cli/simple-commands/memory.js.map +1 -0
- package/dist/cli/simple-commands/migrate-hooks.d.ts +10 -0
- package/dist/cli/simple-commands/migrate-hooks.d.ts.map +1 -0
- package/dist/cli/simple-commands/migrate-hooks.js +57 -0
- package/dist/cli/simple-commands/migrate-hooks.js.map +1 -0
- package/dist/cli/simple-commands/monitor.d.ts +3 -0
- package/dist/cli/simple-commands/monitor.d.ts.map +1 -0
- package/dist/cli/simple-commands/monitor.js +366 -0
- package/dist/cli/simple-commands/monitor.js.map +1 -0
- package/dist/cli/simple-commands/process-ui-enhanced.d.ts +55 -0
- package/dist/cli/simple-commands/process-ui-enhanced.d.ts.map +1 -0
- package/dist/cli/simple-commands/process-ui-enhanced.js +680 -0
- package/dist/cli/simple-commands/process-ui-enhanced.js.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/architect.d.ts +2 -0
- package/dist/cli/simple-commands/sparc-modes/architect.d.ts.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/architect.js +126 -0
- package/dist/cli/simple-commands/sparc-modes/architect.js.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/ask.d.ts +2 -0
- package/dist/cli/simple-commands/sparc-modes/ask.d.ts.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/ask.js +127 -0
- package/dist/cli/simple-commands/sparc-modes/ask.js.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/code.d.ts +2 -0
- package/dist/cli/simple-commands/sparc-modes/code.d.ts.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/code.js +149 -0
- package/dist/cli/simple-commands/sparc-modes/code.js.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/debug.d.ts +2 -0
- package/dist/cli/simple-commands/sparc-modes/debug.d.ts.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/debug.js +113 -0
- package/dist/cli/simple-commands/sparc-modes/debug.js.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/devops.d.ts +2 -0
- package/dist/cli/simple-commands/sparc-modes/devops.d.ts.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/devops.js +138 -0
- package/dist/cli/simple-commands/sparc-modes/devops.js.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/docs-writer.d.ts +2 -0
- package/dist/cli/simple-commands/sparc-modes/docs-writer.d.ts.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/docs-writer.js +39 -0
- package/dist/cli/simple-commands/sparc-modes/docs-writer.js.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/generic.d.ts +2 -0
- package/dist/cli/simple-commands/sparc-modes/generic.d.ts.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/generic.js +35 -0
- package/dist/cli/simple-commands/sparc-modes/generic.js.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/index.d.ts +17 -0
- package/dist/cli/simple-commands/sparc-modes/index.d.ts.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/index.js +196 -0
- package/dist/cli/simple-commands/sparc-modes/index.js.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/integration.d.ts +2 -0
- package/dist/cli/simple-commands/sparc-modes/integration.d.ts.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/integration.js +56 -0
- package/dist/cli/simple-commands/sparc-modes/integration.js.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/mcp.d.ts +2 -0
- package/dist/cli/simple-commands/sparc-modes/mcp.d.ts.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/mcp.js +39 -0
- package/dist/cli/simple-commands/sparc-modes/mcp.js.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/monitoring.d.ts +2 -0
- package/dist/cli/simple-commands/sparc-modes/monitoring.d.ts.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/monitoring.js +39 -0
- package/dist/cli/simple-commands/sparc-modes/monitoring.js.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/optimization.d.ts +2 -0
- package/dist/cli/simple-commands/sparc-modes/optimization.d.ts.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/optimization.js +39 -0
- package/dist/cli/simple-commands/sparc-modes/optimization.js.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/security-review.d.ts +2 -0
- package/dist/cli/simple-commands/sparc-modes/security-review.d.ts.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/security-review.js +131 -0
- package/dist/cli/simple-commands/sparc-modes/security-review.js.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/sparc-orchestrator.d.ts +2 -0
- package/dist/cli/simple-commands/sparc-modes/sparc-orchestrator.d.ts.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/sparc-orchestrator.js +168 -0
- package/dist/cli/simple-commands/sparc-modes/sparc-orchestrator.js.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/spec-pseudocode.d.ts +2 -0
- package/dist/cli/simple-commands/sparc-modes/spec-pseudocode.d.ts.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/spec-pseudocode.js +39 -0
- package/dist/cli/simple-commands/sparc-modes/spec-pseudocode.js.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/supabase-admin.d.ts +2 -0
- package/dist/cli/simple-commands/sparc-modes/supabase-admin.d.ts.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/supabase-admin.js +150 -0
- package/dist/cli/simple-commands/sparc-modes/supabase-admin.js.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/swarm.d.ts +81 -0
- package/dist/cli/simple-commands/sparc-modes/swarm.d.ts.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/swarm.js +428 -0
- package/dist/cli/simple-commands/sparc-modes/swarm.js.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/tdd.d.ts +2 -0
- package/dist/cli/simple-commands/sparc-modes/tdd.d.ts.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/tdd.js +113 -0
- package/dist/cli/simple-commands/sparc-modes/tdd.js.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/tutorial.d.ts +2 -0
- package/dist/cli/simple-commands/sparc-modes/tutorial.d.ts.map +1 -0
- package/dist/cli/simple-commands/sparc-modes/tutorial.js +278 -0
- package/dist/cli/simple-commands/sparc-modes/tutorial.js.map +1 -0
- package/dist/cli/simple-commands/sparc.d.ts +2 -0
- package/dist/cli/simple-commands/sparc.d.ts.map +1 -0
- package/dist/cli/simple-commands/sparc.js +478 -0
- package/dist/cli/simple-commands/sparc.js.map +1 -0
- package/dist/cli/simple-commands/start-ui.d.ts +2 -0
- package/dist/cli/simple-commands/start-ui.d.ts.map +1 -0
- package/dist/cli/simple-commands/start-ui.js +135 -0
- package/dist/cli/simple-commands/start-ui.js.map +1 -0
- package/dist/cli/simple-commands/start-wrapper.d.ts +2 -0
- package/dist/cli/simple-commands/start-wrapper.d.ts.map +1 -0
- package/dist/cli/simple-commands/start-wrapper.js +263 -0
- package/dist/cli/simple-commands/start-wrapper.js.map +1 -0
- package/dist/cli/simple-commands/start.d.ts +2 -0
- package/dist/cli/simple-commands/start.d.ts.map +1 -0
- package/dist/cli/simple-commands/start.js +3 -0
- package/dist/cli/simple-commands/start.js.map +1 -0
- package/dist/cli/simple-commands/status.d.ts +2 -0
- package/dist/cli/simple-commands/status.d.ts.map +1 -0
- package/dist/cli/simple-commands/status.js +273 -0
- package/dist/cli/simple-commands/status.js.map +1 -0
- package/dist/cli/simple-commands/swarm-executor.d.ts +68 -0
- package/dist/cli/simple-commands/swarm-executor.d.ts.map +1 -0
- package/dist/cli/simple-commands/swarm-executor.js +212 -0
- package/dist/cli/simple-commands/swarm-executor.js.map +1 -0
- package/dist/cli/simple-commands/swarm-metrics-integration.d.ts +69 -0
- package/dist/cli/simple-commands/swarm-metrics-integration.d.ts.map +1 -0
- package/dist/cli/simple-commands/swarm-metrics-integration.js +294 -0
- package/dist/cli/simple-commands/swarm-metrics-integration.js.map +1 -0
- package/dist/cli/simple-commands/swarm-webui-integration.d.ts +68 -0
- package/dist/cli/simple-commands/swarm-webui-integration.d.ts.map +1 -0
- package/dist/cli/simple-commands/swarm-webui-integration.js +265 -0
- package/dist/cli/simple-commands/swarm-webui-integration.js.map +1 -0
- package/dist/cli/simple-commands/swarm.d.ts +2 -0
- package/dist/cli/simple-commands/swarm.d.ts.map +1 -0
- package/dist/cli/simple-commands/swarm.js +1742 -0
- package/dist/cli/simple-commands/swarm.js.map +1 -0
- package/dist/cli/simple-commands/task.d.ts +2 -0
- package/dist/cli/simple-commands/task.d.ts.map +1 -0
- package/dist/cli/simple-commands/task.js +190 -0
- package/dist/cli/simple-commands/task.js.map +1 -0
- package/dist/cli/simple-commands/training.d.ts +2 -0
- package/dist/cli/simple-commands/training.d.ts.map +1 -0
- package/dist/cli/simple-commands/training.js +240 -0
- package/dist/cli/simple-commands/training.js.map +1 -0
- package/dist/cli/simple-commands/web-server.d.ts +152 -0
- package/dist/cli/simple-commands/web-server.d.ts.map +1 -0
- package/dist/cli/simple-commands/web-server.js +816 -0
- package/dist/cli/simple-commands/web-server.js.map +1 -0
- package/dist/cli/simple-mcp.d.ts.map +1 -1
- package/dist/cli/simple-mcp.js +2 -4
- package/dist/cli/simple-mcp.js.map +1 -1
- package/dist/cli/simple-orchestrator.d.ts +3 -0
- package/dist/cli/simple-orchestrator.d.ts.map +1 -1
- package/dist/cli/simple-orchestrator.js +38 -36
- package/dist/cli/simple-orchestrator.js.map +1 -1
- package/dist/cli/ui/compatible-ui.d.ts +4 -0
- package/dist/cli/ui/compatible-ui.d.ts.map +1 -1
- package/dist/cli/ui/compatible-ui.js +10 -9
- package/dist/cli/ui/compatible-ui.js.map +1 -1
- package/dist/cli/ui/fallback-handler.d.ts.map +1 -1
- package/dist/cli/ui/fallback-handler.js +8 -5
- package/dist/cli/ui/fallback-handler.js.map +1 -1
- package/dist/cli/ui/index.d.ts +2 -2
- package/dist/cli/ui/index.d.ts.map +1 -1
- package/dist/cli/ui/index.js +7 -5
- package/dist/cli/ui/index.js.map +1 -1
- package/dist/cli/utils/environment-detector.d.ts +7 -0
- package/dist/cli/utils/environment-detector.d.ts.map +1 -1
- package/dist/cli/utils/environment-detector.js +39 -10
- package/dist/cli/utils/environment-detector.js.map +1 -1
- package/dist/cli/utils/interactive-detector.d.ts +25 -0
- package/dist/cli/utils/interactive-detector.d.ts.map +1 -0
- package/dist/cli/utils/interactive-detector.js +129 -0
- package/dist/cli/utils/interactive-detector.js.map +1 -0
- package/dist/cli/utils/prompt-defaults.d.ts.map +1 -1
- package/dist/cli/utils/prompt-defaults.js +6 -7
- package/dist/cli/utils/prompt-defaults.js.map +1 -1
- package/dist/cli/utils/safe-interactive.d.ts +30 -0
- package/dist/cli/utils/safe-interactive.d.ts.map +1 -0
- package/dist/cli/utils/safe-interactive.js +134 -0
- package/dist/cli/utils/safe-interactive.js.map +1 -0
- package/dist/cli/utils.d.ts +74 -0
- package/dist/cli/utils.d.ts.map +1 -0
- package/dist/cli/utils.js +578 -0
- package/dist/cli/utils.js.map +1 -0
- package/dist/cli/validation-helper.d.ts +27 -0
- package/dist/cli/validation-helper.d.ts.map +1 -0
- package/dist/cli/validation-helper.js +72 -0
- package/dist/cli/validation-helper.js.map +1 -0
- package/dist/communication/message-bus.d.ts.map +1 -1
- package/dist/communication/message-bus.js +86 -75
- package/dist/communication/message-bus.js.map +1 -1
- package/dist/config/config-manager.d.ts +38 -0
- package/dist/config/config-manager.d.ts.map +1 -1
- package/dist/config/config-manager.js +112 -5
- package/dist/config/config-manager.js.map +1 -1
- package/dist/config/ruv-swarm-config.d.ts +6 -0
- package/dist/config/ruv-swarm-config.d.ts.map +1 -1
- package/dist/config/ruv-swarm-config.js +37 -22
- package/dist/config/ruv-swarm-config.js.map +1 -1
- package/dist/config/ruv-swarm-integration.d.ts.map +1 -1
- package/dist/config/ruv-swarm-integration.js +21 -21
- package/dist/config/ruv-swarm-integration.js.map +1 -1
- package/dist/constants/agent-types.d.ts +5 -5
- package/dist/constants/agent-types.d.ts.map +1 -1
- package/dist/constants/agent-types.js +4 -4
- package/dist/constants/agent-types.js.map +1 -1
- package/dist/coordination/advanced-scheduler.d.ts.map +1 -1
- package/dist/coordination/advanced-scheduler.js +6 -10
- package/dist/coordination/advanced-scheduler.js.map +1 -1
- package/dist/coordination/advanced-task-executor.d.ts.map +1 -1
- package/dist/coordination/advanced-task-executor.js +40 -36
- package/dist/coordination/advanced-task-executor.js.map +1 -1
- package/dist/coordination/background-executor.d.ts.map +1 -1
- package/dist/coordination/background-executor.js +17 -16
- package/dist/coordination/background-executor.js.map +1 -1
- package/dist/coordination/circuit-breaker.d.ts.map +1 -1
- package/dist/coordination/circuit-breaker.js +3 -0
- package/dist/coordination/circuit-breaker.js.map +1 -1
- package/dist/coordination/conflict-resolution.d.ts.map +1 -1
- package/dist/coordination/conflict-resolution.js +10 -8
- package/dist/coordination/conflict-resolution.js.map +1 -1
- package/dist/coordination/dependency-graph.d.ts.map +1 -1
- package/dist/coordination/dependency-graph.js +4 -3
- package/dist/coordination/dependency-graph.js.map +1 -1
- package/dist/coordination/hive-orchestrator.d.ts.map +1 -1
- package/dist/coordination/hive-orchestrator.js +29 -25
- package/dist/coordination/hive-orchestrator.js.map +1 -1
- package/dist/coordination/hive-protocol.d.ts.map +1 -1
- package/dist/coordination/hive-protocol.js +22 -23
- package/dist/coordination/hive-protocol.js.map +1 -1
- package/dist/coordination/index.d.ts +1 -1
- package/dist/coordination/index.d.ts.map +1 -1
- package/dist/coordination/index.js +1 -1
- package/dist/coordination/index.js.map +1 -1
- package/dist/coordination/load-balancer.d.ts.map +1 -1
- package/dist/coordination/load-balancer.js +67 -59
- package/dist/coordination/load-balancer.js.map +1 -1
- package/dist/coordination/manager.d.ts.map +1 -1
- package/dist/coordination/manager.js +2 -8
- package/dist/coordination/manager.js.map +1 -1
- package/dist/coordination/messaging.d.ts.map +1 -1
- package/dist/coordination/messaging.js +4 -4
- package/dist/coordination/messaging.js.map +1 -1
- package/dist/coordination/metrics.d.ts.map +1 -1
- package/dist/coordination/metrics.js +11 -9
- package/dist/coordination/metrics.js.map +1 -1
- package/dist/coordination/resources.d.ts.map +1 -1
- package/dist/coordination/resources.js +10 -6
- package/dist/coordination/resources.js.map +1 -1
- package/dist/coordination/scheduler.d.ts.map +1 -1
- package/dist/coordination/scheduler.js +4 -4
- package/dist/coordination/scheduler.js.map +1 -1
- package/dist/coordination/swarm-coordinator.d.ts.map +1 -1
- package/dist/coordination/swarm-coordinator.js +32 -34
- package/dist/coordination/swarm-coordinator.js.map +1 -1
- package/dist/coordination/swarm-monitor.d.ts.map +1 -1
- package/dist/coordination/swarm-monitor.js +17 -17
- package/dist/coordination/swarm-monitor.js.map +1 -1
- package/dist/coordination/work-stealing.d.ts.map +1 -1
- package/dist/coordination/work-stealing.js +3 -0
- package/dist/coordination/work-stealing.js.map +1 -1
- package/dist/core/config.d.ts +4 -0
- package/dist/core/config.d.ts.map +1 -1
- package/dist/core/config.js +28 -31
- package/dist/core/config.js.map +1 -1
- package/dist/core/event-bus.d.ts +3 -0
- package/dist/core/event-bus.d.ts.map +1 -1
- package/dist/core/event-bus.js.map +1 -1
- package/dist/core/json-persistence.d.ts +3 -0
- package/dist/core/json-persistence.d.ts.map +1 -1
- package/dist/core/json-persistence.js +19 -23
- package/dist/core/json-persistence.js.map +1 -1
- package/dist/core/logger.d.ts +5 -0
- package/dist/core/logger.d.ts.map +1 -1
- package/dist/core/logger.js +5 -6
- package/dist/core/logger.js.map +1 -1
- package/dist/core/orchestrator-fixed.d.ts.map +1 -1
- package/dist/core/orchestrator-fixed.js +4 -1
- package/dist/core/orchestrator-fixed.js.map +1 -1
- package/dist/core/orchestrator.d.ts +20 -0
- package/dist/core/orchestrator.d.ts.map +1 -1
- package/dist/core/orchestrator.js +126 -33
- package/dist/core/orchestrator.js.map +1 -1
- package/dist/core/persistence.d.ts +3 -0
- package/dist/core/persistence.d.ts.map +1 -1
- package/dist/core/persistence.js +25 -19
- package/dist/core/persistence.js.map +1 -1
- package/dist/enterprise/analytics-manager.d.ts.map +1 -1
- package/dist/enterprise/analytics-manager.js +141 -134
- package/dist/enterprise/analytics-manager.js.map +1 -1
- package/dist/enterprise/audit-manager.d.ts.map +1 -1
- package/dist/enterprise/audit-manager.js +144 -122
- package/dist/enterprise/audit-manager.js.map +1 -1
- package/dist/enterprise/cloud-manager.d.ts.map +1 -1
- package/dist/enterprise/cloud-manager.js +104 -99
- package/dist/enterprise/cloud-manager.js.map +1 -1
- package/dist/enterprise/deployment-manager.d.ts.map +1 -1
- package/dist/enterprise/deployment-manager.js +104 -97
- package/dist/enterprise/deployment-manager.js.map +1 -1
- package/dist/enterprise/index.d.ts +6 -6
- package/dist/enterprise/index.d.ts.map +1 -1
- package/dist/enterprise/project-manager.d.ts.map +1 -1
- package/dist/enterprise/project-manager.js +74 -66
- package/dist/enterprise/project-manager.js.map +1 -1
- package/dist/enterprise/security-manager.d.ts.map +1 -1
- package/dist/enterprise/security-manager.js +137 -129
- package/dist/enterprise/security-manager.js.map +1 -1
- package/dist/hive-mind/core/Agent.d.ts.map +1 -1
- package/dist/hive-mind/core/Agent.js +36 -36
- package/dist/hive-mind/core/Agent.js.map +1 -1
- package/dist/hive-mind/core/Communication.d.ts.map +1 -1
- package/dist/hive-mind/core/Communication.js +17 -17
- package/dist/hive-mind/core/Communication.js.map +1 -1
- package/dist/hive-mind/core/DatabaseManager.d.ts +6 -0
- package/dist/hive-mind/core/DatabaseManager.d.ts.map +1 -1
- package/dist/hive-mind/core/DatabaseManager.js +170 -73
- package/dist/hive-mind/core/DatabaseManager.js.map +1 -1
- package/dist/hive-mind/core/HiveMind.d.ts.map +1 -1
- package/dist/hive-mind/core/HiveMind.js +35 -35
- package/dist/hive-mind/core/HiveMind.js.map +1 -1
- package/dist/hive-mind/core/Memory.d.ts.map +1 -1
- package/dist/hive-mind/core/Memory.js +78 -71
- package/dist/hive-mind/core/Memory.js.map +1 -1
- package/dist/hive-mind/core/MemoryMonitor.d.ts.map +1 -1
- package/dist/hive-mind/core/MemoryMonitor.js +38 -38
- package/dist/hive-mind/core/MemoryMonitor.js.map +1 -1
- package/dist/hive-mind/core/Queen.d.ts.map +1 -1
- package/dist/hive-mind/core/Queen.js +110 -47
- package/dist/hive-mind/core/Queen.js.map +1 -1
- package/dist/hive-mind/integration/ConsensusEngine.d.ts.map +1 -1
- package/dist/hive-mind/integration/ConsensusEngine.js +25 -23
- package/dist/hive-mind/integration/ConsensusEngine.js.map +1 -1
- package/dist/hive-mind/integration/MCPToolWrapper.d.ts.map +1 -1
- package/dist/hive-mind/integration/MCPToolWrapper.js +2 -1
- package/dist/hive-mind/integration/MCPToolWrapper.js.map +1 -1
- package/dist/hive-mind/integration/SwarmOrchestrator.d.ts.map +1 -1
- package/dist/hive-mind/integration/SwarmOrchestrator.js +60 -58
- package/dist/hive-mind/integration/SwarmOrchestrator.js.map +1 -1
- package/dist/hive-mind/types.d.ts.map +1 -1
- package/dist/integration/mock-components.d.ts.map +1 -1
- package/dist/integration/mock-components.js +21 -21
- package/dist/integration/mock-components.js.map +1 -1
- package/dist/integration/system-integration.d.ts.map +1 -1
- package/dist/integration/system-integration.js +29 -12
- package/dist/integration/system-integration.js.map +1 -1
- package/dist/mcp/auth.d.ts +1 -1
- package/dist/mcp/auth.d.ts.map +1 -1
- package/dist/mcp/auth.js +8 -1
- package/dist/mcp/auth.js.map +1 -1
- package/dist/mcp/claude-code-wrapper.d.ts.map +1 -1
- package/dist/mcp/claude-code-wrapper.js +169 -68
- package/dist/mcp/claude-code-wrapper.js.map +1 -1
- package/dist/mcp/claude-flow-tools.d.ts.map +1 -1
- package/dist/mcp/claude-flow-tools.js +42 -3
- package/dist/mcp/claude-flow-tools.js.map +1 -1
- package/dist/mcp/client.d.ts.map +1 -1
- package/dist/mcp/client.js.map +1 -1
- package/dist/mcp/index.d.ts +6 -6
- package/dist/mcp/index.d.ts.map +1 -1
- package/dist/mcp/index.js +9 -9
- package/dist/mcp/index.js.map +1 -1
- package/dist/mcp/integrate-wrapper.d.ts.map +1 -1
- package/dist/mcp/integrate-wrapper.js +5 -7
- package/dist/mcp/integrate-wrapper.js.map +1 -1
- package/dist/mcp/lifecycle-manager.d.ts.map +1 -1
- package/dist/mcp/lifecycle-manager.js +8 -7
- package/dist/mcp/lifecycle-manager.js.map +1 -1
- package/dist/mcp/load-balancer.d.ts.map +1 -1
- package/dist/mcp/load-balancer.js +5 -1
- package/dist/mcp/load-balancer.js.map +1 -1
- package/dist/mcp/orchestration-integration.d.ts.map +1 -1
- package/dist/mcp/orchestration-integration.js +22 -9
- package/dist/mcp/orchestration-integration.js.map +1 -1
- package/dist/mcp/performance-monitor.d.ts.map +1 -1
- package/dist/mcp/performance-monitor.js +22 -19
- package/dist/mcp/performance-monitor.js.map +1 -1
- package/dist/mcp/protocol-manager.d.ts.map +1 -1
- package/dist/mcp/protocol-manager.js +8 -19
- package/dist/mcp/protocol-manager.js.map +1 -1
- package/dist/mcp/recovery/connection-health-monitor.d.ts.map +1 -1
- package/dist/mcp/recovery/connection-health-monitor.js +5 -5
- package/dist/mcp/recovery/connection-health-monitor.js.map +1 -1
- package/dist/mcp/recovery/connection-state-manager.d.ts +4 -0
- package/dist/mcp/recovery/connection-state-manager.d.ts.map +1 -1
- package/dist/mcp/recovery/connection-state-manager.js +13 -13
- package/dist/mcp/recovery/connection-state-manager.js.map +1 -1
- package/dist/mcp/recovery/fallback-coordinator.d.ts.map +1 -1
- package/dist/mcp/recovery/fallback-coordinator.js +5 -5
- package/dist/mcp/recovery/fallback-coordinator.js.map +1 -1
- package/dist/mcp/recovery/index.d.ts +4 -4
- package/dist/mcp/recovery/index.d.ts.map +1 -1
- package/dist/mcp/recovery/index.js +4 -4
- package/dist/mcp/recovery/index.js.map +1 -1
- package/dist/mcp/recovery/reconnection-manager.d.ts.map +1 -1
- package/dist/mcp/recovery/reconnection-manager.js +1 -1
- package/dist/mcp/recovery/reconnection-manager.js.map +1 -1
- package/dist/mcp/recovery/recovery-manager.d.ts.map +1 -1
- package/dist/mcp/recovery/recovery-manager.js +2 -4
- package/dist/mcp/recovery/recovery-manager.js.map +1 -1
- package/dist/mcp/router.d.ts.map +1 -1
- package/dist/mcp/router.js +3 -0
- package/dist/mcp/router.js.map +1 -1
- package/dist/mcp/ruv-swarm-tools.d.ts.map +1 -1
- package/dist/mcp/ruv-swarm-tools.js +132 -102
- package/dist/mcp/ruv-swarm-tools.js.map +1 -1
- package/dist/mcp/server-with-wrapper.d.ts +3 -0
- package/dist/mcp/server-with-wrapper.d.ts.map +1 -1
- package/dist/mcp/server-with-wrapper.js +2 -3
- package/dist/mcp/server-with-wrapper.js.map +1 -1
- package/dist/mcp/server-wrapper-mode.d.ts +5 -0
- package/dist/mcp/server-wrapper-mode.d.ts.map +1 -1
- package/dist/mcp/server-wrapper-mode.js +2 -3
- package/dist/mcp/server-wrapper-mode.js.map +1 -1
- package/dist/mcp/server.d.ts.map +1 -1
- package/dist/mcp/server.js +12 -7
- package/dist/mcp/server.js.map +1 -1
- package/dist/mcp/session-manager.d.ts.map +1 -1
- package/dist/mcp/session-manager.js +4 -3
- package/dist/mcp/session-manager.js.map +1 -1
- package/dist/mcp/sparc-modes.d.ts.map +1 -1
- package/dist/mcp/sparc-modes.js +15 -15
- package/dist/mcp/sparc-modes.js.map +1 -1
- package/dist/mcp/swarm-tools.d.ts.map +1 -1
- package/dist/mcp/swarm-tools.js +100 -80
- package/dist/mcp/swarm-tools.js.map +1 -1
- package/dist/mcp/tools.d.ts.map +1 -1
- package/dist/mcp/tools.js +28 -12
- package/dist/mcp/tools.js.map +1 -1
- package/dist/mcp/transports/base.d.ts.map +1 -1
- package/dist/mcp/transports/base.js +3 -0
- package/dist/mcp/transports/base.js.map +1 -1
- package/dist/mcp/transports/http.d.ts +3 -0
- package/dist/mcp/transports/http.d.ts.map +1 -1
- package/dist/mcp/transports/http.js +3 -3
- package/dist/mcp/transports/http.js.map +1 -1
- package/dist/mcp/transports/stdio.d.ts +3 -0
- package/dist/mcp/transports/stdio.d.ts.map +1 -1
- package/dist/mcp/transports/stdio.js +3 -0
- package/dist/mcp/transports/stdio.js.map +1 -1
- package/dist/memory/advanced-memory-manager.d.ts.map +1 -1
- package/dist/memory/advanced-memory-manager.js +109 -100
- package/dist/memory/advanced-memory-manager.js.map +1 -1
- package/dist/memory/backends/base.d.ts.map +1 -1
- package/dist/memory/backends/base.js +3 -0
- package/dist/memory/backends/base.js.map +1 -1
- package/dist/memory/backends/markdown.d.ts +3 -0
- package/dist/memory/backends/markdown.d.ts.map +1 -1
- package/dist/memory/backends/markdown.js +8 -8
- package/dist/memory/backends/markdown.js.map +1 -1
- package/dist/memory/backends/sqlite.d.ts +4 -0
- package/dist/memory/backends/sqlite.d.ts.map +1 -1
- package/dist/memory/backends/sqlite.js +23 -4
- package/dist/memory/backends/sqlite.js.map +1 -1
- package/dist/memory/cache.d.ts.map +1 -1
- package/dist/memory/cache.js +5 -3
- package/dist/memory/cache.js.map +1 -1
- package/dist/memory/distributed-memory.d.ts.map +1 -1
- package/dist/memory/distributed-memory.js +27 -28
- package/dist/memory/distributed-memory.js.map +1 -1
- package/dist/memory/fallback-store.d.ts +28 -0
- package/dist/memory/fallback-store.d.ts.map +1 -0
- package/dist/memory/fallback-store.js +101 -0
- package/dist/memory/fallback-store.js.map +1 -0
- package/dist/memory/in-memory-store.d.ts +41 -0
- package/dist/memory/in-memory-store.d.ts.map +1 -0
- package/dist/memory/in-memory-store.js +173 -0
- package/dist/memory/in-memory-store.js.map +1 -0
- package/dist/memory/indexer.d.ts.map +1 -1
- package/dist/memory/indexer.js +4 -1
- package/dist/memory/indexer.js.map +1 -1
- package/dist/memory/manager.d.ts.map +1 -1
- package/dist/memory/manager.js +17 -20
- package/dist/memory/manager.js.map +1 -1
- package/dist/memory/sqlite-store.d.ts +34 -0
- package/dist/memory/sqlite-store.d.ts.map +1 -0
- package/dist/memory/sqlite-store.js +266 -0
- package/dist/memory/sqlite-store.js.map +1 -0
- package/dist/memory/sqlite-wrapper.d.ts +38 -0
- package/dist/memory/sqlite-wrapper.d.ts.map +1 -0
- package/dist/memory/sqlite-wrapper.js +157 -0
- package/dist/memory/sqlite-wrapper.js.map +1 -0
- package/dist/memory/swarm-memory.d.ts.map +1 -1
- package/dist/memory/swarm-memory.js +37 -44
- package/dist/memory/swarm-memory.js.map +1 -1
- package/dist/migration/index.d.ts +4 -0
- package/dist/migration/index.d.ts.map +1 -1
- package/dist/migration/index.js +8 -8
- package/dist/migration/index.js.map +1 -1
- package/dist/migration/logger.d.ts.map +1 -1
- package/dist/migration/logger.js +5 -5
- package/dist/migration/logger.js.map +1 -1
- package/dist/migration/migration-analyzer.d.ts +3 -0
- package/dist/migration/migration-analyzer.d.ts.map +1 -1
- package/dist/migration/migration-analyzer.js +25 -20
- package/dist/migration/migration-analyzer.js.map +1 -1
- package/dist/migration/migration-runner.d.ts.map +1 -1
- package/dist/migration/migration-runner.js +35 -29
- package/dist/migration/migration-runner.js.map +1 -1
- package/dist/migration/migration-validator.d.ts +3 -0
- package/dist/migration/migration-validator.d.ts.map +1 -1
- package/dist/migration/migration-validator.js +22 -26
- package/dist/migration/migration-validator.js.map +1 -1
- package/dist/migration/progress-reporter.d.ts +3 -0
- package/dist/migration/progress-reporter.d.ts.map +1 -1
- package/dist/migration/progress-reporter.js +8 -8
- package/dist/migration/progress-reporter.js.map +1 -1
- package/dist/migration/rollback-manager.d.ts +3 -0
- package/dist/migration/rollback-manager.d.ts.map +1 -1
- package/dist/migration/rollback-manager.js +29 -26
- package/dist/migration/rollback-manager.js.map +1 -1
- package/dist/monitoring/diagnostics.d.ts.map +1 -1
- package/dist/monitoring/diagnostics.js +49 -37
- package/dist/monitoring/diagnostics.js.map +1 -1
- package/dist/monitoring/health-check.d.ts.map +1 -1
- package/dist/monitoring/health-check.js +24 -25
- package/dist/monitoring/health-check.js.map +1 -1
- package/dist/monitoring/real-time-monitor.d.ts.map +1 -1
- package/dist/monitoring/real-time-monitor.js +71 -58
- package/dist/monitoring/real-time-monitor.js.map +1 -1
- package/dist/providers/anthropic-provider.d.ts +27 -0
- package/dist/providers/anthropic-provider.d.ts.map +1 -0
- package/dist/providers/anthropic-provider.js +247 -0
- package/dist/providers/anthropic-provider.js.map +1 -0
- package/dist/providers/base-provider.d.ts +134 -0
- package/dist/providers/base-provider.d.ts.map +1 -0
- package/dist/providers/base-provider.js +407 -0
- package/dist/providers/base-provider.js.map +1 -0
- package/dist/providers/cohere-provider.d.ts +28 -0
- package/dist/providers/cohere-provider.d.ts.map +1 -0
- package/dist/providers/cohere-provider.js +407 -0
- package/dist/providers/cohere-provider.js.map +1 -0
- package/dist/providers/google-provider.d.ts +23 -0
- package/dist/providers/google-provider.d.ts.map +1 -0
- package/dist/providers/google-provider.js +362 -0
- package/dist/providers/google-provider.js.map +1 -0
- package/dist/providers/index.d.ts +14 -0
- package/dist/providers/index.d.ts.map +1 -0
- package/dist/providers/index.js +18 -0
- package/dist/providers/index.js.map +1 -0
- package/dist/providers/ollama-provider.d.ts +23 -0
- package/dist/providers/ollama-provider.d.ts.map +1 -0
- package/dist/providers/ollama-provider.js +374 -0
- package/dist/providers/ollama-provider.js.map +1 -0
- package/dist/providers/openai-provider.d.ts +23 -0
- package/dist/providers/openai-provider.d.ts.map +1 -0
- package/dist/providers/openai-provider.js +349 -0
- package/dist/providers/openai-provider.js.map +1 -0
- package/dist/providers/provider-manager.d.ts +139 -0
- package/dist/providers/provider-manager.d.ts.map +1 -0
- package/dist/providers/provider-manager.js +513 -0
- package/dist/providers/provider-manager.js.map +1 -0
- package/dist/providers/types.d.ts +356 -0
- package/dist/providers/types.d.ts.map +1 -0
- package/dist/providers/types.js +61 -0
- package/dist/providers/types.js.map +1 -0
- package/dist/providers/utils.d.ts +37 -0
- package/dist/providers/utils.d.ts.map +1 -0
- package/dist/providers/utils.js +322 -0
- package/dist/providers/utils.js.map +1 -0
- package/dist/resources/resource-manager.d.ts.map +1 -1
- package/dist/resources/resource-manager.js +96 -83
- package/dist/resources/resource-manager.js.map +1 -1
- package/dist/services/agentic-flow-hooks/hook-manager.d.ts +70 -0
- package/dist/services/agentic-flow-hooks/hook-manager.d.ts.map +1 -0
- package/dist/services/agentic-flow-hooks/hook-manager.js +512 -0
- package/dist/services/agentic-flow-hooks/hook-manager.js.map +1 -0
- package/dist/services/agentic-flow-hooks/index.d.ts +36 -0
- package/dist/services/agentic-flow-hooks/index.d.ts.map +1 -0
- package/dist/services/agentic-flow-hooks/index.js +325 -0
- package/dist/services/agentic-flow-hooks/index.js.map +1 -0
- package/dist/services/agentic-flow-hooks/llm-hooks.d.ts +33 -0
- package/dist/services/agentic-flow-hooks/llm-hooks.d.ts.map +1 -0
- package/dist/services/agentic-flow-hooks/llm-hooks.js +415 -0
- package/dist/services/agentic-flow-hooks/llm-hooks.js.map +1 -0
- package/dist/services/agentic-flow-hooks/memory-hooks.d.ts +45 -0
- package/dist/services/agentic-flow-hooks/memory-hooks.d.ts.map +1 -0
- package/dist/services/agentic-flow-hooks/memory-hooks.js +532 -0
- package/dist/services/agentic-flow-hooks/memory-hooks.js.map +1 -0
- package/dist/services/agentic-flow-hooks/neural-hooks.d.ts +39 -0
- package/dist/services/agentic-flow-hooks/neural-hooks.d.ts.map +1 -0
- package/dist/services/agentic-flow-hooks/neural-hooks.js +561 -0
- package/dist/services/agentic-flow-hooks/neural-hooks.js.map +1 -0
- package/dist/services/agentic-flow-hooks/performance-hooks.d.ts +33 -0
- package/dist/services/agentic-flow-hooks/performance-hooks.d.ts.map +1 -0
- package/dist/services/agentic-flow-hooks/performance-hooks.js +621 -0
- package/dist/services/agentic-flow-hooks/performance-hooks.js.map +1 -0
- package/dist/services/agentic-flow-hooks/types.d.ts +379 -0
- package/dist/services/agentic-flow-hooks/types.d.ts.map +1 -0
- package/dist/services/agentic-flow-hooks/types.js +8 -0
- package/dist/services/agentic-flow-hooks/types.js.map +1 -0
- package/dist/services/agentic-flow-hooks/workflow-hooks.d.ts +39 -0
- package/dist/services/agentic-flow-hooks/workflow-hooks.d.ts.map +1 -0
- package/dist/services/agentic-flow-hooks/workflow-hooks.js +742 -0
- package/dist/services/agentic-flow-hooks/workflow-hooks.js.map +1 -0
- package/dist/swarm/claude-flow-executor.d.ts.map +1 -1
- package/dist/swarm/claude-flow-executor.js +37 -31
- package/dist/swarm/claude-flow-executor.js.map +1 -1
- package/dist/swarm/coordinator.d.ts +33 -0
- package/dist/swarm/coordinator.d.ts.map +1 -1
- package/dist/swarm/coordinator.js +411 -280
- package/dist/swarm/coordinator.js.map +1 -1
- package/dist/swarm/direct-executor.d.ts.map +1 -1
- package/dist/swarm/direct-executor.js +44 -37
- package/dist/swarm/direct-executor.js.map +1 -1
- package/dist/swarm/executor-v2.d.ts.map +1 -1
- package/dist/swarm/executor-v2.js +28 -27
- package/dist/swarm/executor-v2.js.map +1 -1
- package/dist/swarm/executor.d.ts +3 -0
- package/dist/swarm/executor.d.ts.map +1 -1
- package/dist/swarm/executor.js +58 -52
- package/dist/swarm/executor.js.map +1 -1
- package/dist/swarm/index.d.ts.map +1 -1
- package/dist/swarm/index.js +2 -2
- package/dist/swarm/index.js.map +1 -1
- package/dist/swarm/json-output-aggregator.d.ts +100 -0
- package/dist/swarm/json-output-aggregator.d.ts.map +1 -0
- package/dist/swarm/json-output-aggregator.js +250 -0
- package/dist/swarm/json-output-aggregator.js.map +1 -0
- package/dist/swarm/memory.d.ts.map +1 -1
- package/dist/swarm/memory.js +67 -67
- package/dist/swarm/memory.js.map +1 -1
- package/dist/swarm/optimizations/async-file-manager.d.ts +4 -0
- package/dist/swarm/optimizations/async-file-manager.d.ts.map +1 -1
- package/dist/swarm/optimizations/async-file-manager.js +19 -23
- package/dist/swarm/optimizations/async-file-manager.js.map +1 -1
- package/dist/swarm/optimizations/circular-buffer.d.ts.map +1 -1
- package/dist/swarm/optimizations/circular-buffer.js +2 -4
- package/dist/swarm/optimizations/circular-buffer.js.map +1 -1
- package/dist/swarm/optimizations/connection-pool.d.ts.map +1 -1
- package/dist/swarm/optimizations/connection-pool.js +12 -13
- package/dist/swarm/optimizations/connection-pool.js.map +1 -1
- package/dist/swarm/optimizations/index.js +2 -2
- package/dist/swarm/optimizations/optimized-executor.d.ts.map +1 -1
- package/dist/swarm/optimizations/optimized-executor.js +23 -29
- package/dist/swarm/optimizations/optimized-executor.js.map +1 -1
- package/dist/swarm/optimizations/ttl-map.d.ts.map +1 -1
- package/dist/swarm/optimizations/ttl-map.js +4 -4
- package/dist/swarm/optimizations/ttl-map.js.map +1 -1
- package/dist/swarm/prompt-cli.d.ts.map +1 -1
- package/dist/swarm/prompt-cli.js +18 -13
- package/dist/swarm/prompt-cli.js.map +1 -1
- package/dist/swarm/prompt-copier-enhanced.d.ts +1 -1
- package/dist/swarm/prompt-copier-enhanced.d.ts.map +1 -1
- package/dist/swarm/prompt-copier-enhanced.js +16 -13
- package/dist/swarm/prompt-copier-enhanced.js.map +1 -1
- package/dist/swarm/prompt-copier.d.ts.map +1 -1
- package/dist/swarm/prompt-copier.js +16 -18
- package/dist/swarm/prompt-copier.js.map +1 -1
- package/dist/swarm/prompt-manager.d.ts +1 -1
- package/dist/swarm/prompt-manager.d.ts.map +1 -1
- package/dist/swarm/prompt-manager.js +28 -22
- package/dist/swarm/prompt-manager.js.map +1 -1
- package/dist/swarm/prompt-utils.d.ts.map +1 -1
- package/dist/swarm/prompt-utils.js +34 -32
- package/dist/swarm/prompt-utils.js.map +1 -1
- package/dist/swarm/sparc-executor.d.ts.map +1 -1
- package/dist/swarm/sparc-executor.js +190 -124
- package/dist/swarm/sparc-executor.js.map +1 -1
- package/dist/swarm/strategies/auto.d.ts.map +1 -1
- package/dist/swarm/strategies/auto.js +105 -86
- package/dist/swarm/strategies/auto.js.map +1 -1
- package/dist/swarm/strategies/base.d.ts.map +1 -1
- package/dist/swarm/strategies/base.js +14 -11
- package/dist/swarm/strategies/base.js.map +1 -1
- package/dist/swarm/strategies/research.d.ts.map +1 -1
- package/dist/swarm/strategies/research.js +76 -71
- package/dist/swarm/strategies/research.js.map +1 -1
- package/dist/swarm/types.d.ts.map +1 -1
- package/dist/swarm/types.js +3 -0
- package/dist/swarm/types.js.map +1 -1
- package/dist/swarm/workers/copy-worker.js +4 -4
- package/dist/swarm/workers/copy-worker.js.map +1 -1
- package/dist/task/commands.d.ts.map +1 -1
- package/dist/task/commands.js +11 -7
- package/dist/task/commands.js.map +1 -1
- package/dist/task/coordination.d.ts.map +1 -1
- package/dist/task/coordination.js +75 -70
- package/dist/task/coordination.js.map +1 -1
- package/dist/task/engine.d.ts.map +1 -1
- package/dist/task/engine.js +35 -33
- package/dist/task/engine.js.map +1 -1
- package/dist/task/index.d.ts +3 -3
- package/dist/task/index.d.ts.map +1 -1
- package/dist/task/index.js +11 -11
- package/dist/task/index.js.map +1 -1
- package/dist/terminal/adapters/native.d.ts.map +1 -1
- package/dist/terminal/adapters/native.js +6 -6
- package/dist/terminal/adapters/native.js.map +1 -1
- package/dist/terminal/adapters/vscode.d.ts +3 -0
- package/dist/terminal/adapters/vscode.d.ts.map +1 -1
- package/dist/terminal/adapters/vscode.js +6 -4
- package/dist/terminal/adapters/vscode.js.map +1 -1
- package/dist/terminal/manager.d.ts.map +1 -1
- package/dist/terminal/manager.js +6 -8
- package/dist/terminal/manager.js.map +1 -1
- package/dist/terminal/pool.d.ts.map +1 -1
- package/dist/terminal/pool.js +3 -0
- package/dist/terminal/pool.js.map +1 -1
- package/dist/terminal/session.d.ts.map +1 -1
- package/dist/terminal/session.js +6 -2
- package/dist/terminal/session.js.map +1 -1
- package/dist/ui/hive-dashboard.d.ts.map +1 -1
- package/dist/ui/hive-dashboard.js +52 -33
- package/dist/ui/hive-dashboard.js.map +1 -1
- package/dist/utils/error-handler.d.ts +4 -3
- package/dist/utils/error-handler.d.ts.map +1 -1
- package/dist/utils/error-handler.js +5 -21
- package/dist/utils/error-handler.js.map +1 -1
- package/dist/utils/errors.d.ts.map +1 -1
- package/dist/utils/errors.js.map +1 -1
- package/dist/utils/helpers.d.ts +3 -0
- package/dist/utils/helpers.d.ts.map +1 -1
- package/dist/utils/helpers.js +5 -8
- package/dist/utils/helpers.js.map +1 -1
- package/dist/utils/npx-isolated-cache.d.ts +17 -0
- package/dist/utils/npx-isolated-cache.d.ts.map +1 -0
- package/dist/utils/npx-isolated-cache.js +140 -0
- package/dist/utils/npx-isolated-cache.js.map +1 -0
- package/dist/utils/paths.d.ts.map +1 -1
- package/dist/utils/paths.js +8 -4
- package/dist/utils/paths.js.map +1 -1
- package/dist/utils/type-guards.d.ts +117 -0
- package/dist/utils/type-guards.d.ts.map +1 -0
- package/dist/utils/type-guards.js +166 -0
- package/dist/utils/type-guards.js.map +1 -0
- package/package.json +24 -15
- package/scripts/claude-flow-wrapper.sh +35 -0
- package/scripts/fix-timezone-issue-246.js +200 -0
- package/scripts/install-arm64.js +78 -0
- package/scripts/migrate-hooks.js +173 -0
- package/scripts/optimize-performance.js +400 -0
- package/scripts/performance-monitor.js +263 -0
- package/scripts/quick-fix-ts.js +281 -0
- package/scripts/ruv-swarm-safe.js +74 -0
- package/scripts/update-bin-version.js +32 -0
- package/src/adapters/cliffy-node.ts +27 -22
- package/src/agents/agent-manager.ts +145 -121
- package/src/agents/agent-registry.ts +77 -70
- package/src/api/claude-api-errors.ts +248 -0
- package/src/api/claude-client-enhanced.ts +616 -0
- package/src/api/claude-client.ts +756 -0
- package/src/api/routes/analysis.js +750 -735
- package/src/cli/__tests__/command-registry.test.js +42 -32
- package/src/cli/__tests__/simple-cli.test.js +42 -37
- package/src/cli/__tests__/utils.test.js +9 -9
- package/src/cli/agents/README.md +30 -4
- package/src/cli/agents/analyst.ts +161 -163
- package/src/cli/agents/architect.ts +126 -131
- package/src/cli/agents/base-agent.ts +48 -47
- package/src/cli/agents/capabilities.ts +87 -85
- package/src/cli/agents/coder.ts +127 -120
- package/src/cli/agents/coordinator.ts +72 -72
- package/src/cli/agents/hive-agents.ts +96 -70
- package/src/cli/agents/index.ts +70 -55
- package/src/cli/agents/researcher.ts +63 -74
- package/src/cli/agents/tester.ts +91 -98
- package/src/cli/cli-core.ts +56 -47
- package/src/cli/command-registry.js +196 -77
- package/src/cli/commands/advanced-memory-commands.ts +210 -142
- package/src/cli/commands/agent-simple.ts +146 -114
- package/src/cli/commands/agent.ts +119 -95
- package/src/cli/commands/claude-api.ts +276 -0
- package/src/cli/commands/claude.ts +96 -88
- package/src/cli/commands/config-integration.ts +120 -101
- package/src/cli/commands/config.ts +10 -8
- package/src/cli/commands/enterprise.ts +323 -187
- package/src/cli/commands/help-new.ts +246 -0
- package/src/cli/commands/help.ts +326 -183
- package/src/cli/commands/hive-mind/index.ts +16 -4
- package/src/cli/commands/hive-mind/init.ts +19 -12
- package/src/cli/commands/hive-mind/optimize-memory.ts +83 -53
- package/src/cli/commands/hive-mind/pause.ts +89 -0
- package/src/cli/commands/hive-mind/ps.ts +139 -0
- package/src/cli/commands/hive-mind/resume.ts +67 -0
- package/src/cli/commands/hive-mind/spawn.ts +37 -29
- package/src/cli/commands/hive-mind/status.ts +51 -51
- package/src/cli/commands/hive-mind/stop.ts +139 -0
- package/src/cli/commands/hive-mind/task.ts +65 -54
- package/src/cli/commands/hive-mind/wizard.ts +181 -167
- package/src/cli/commands/hive.ts +136 -96
- package/src/cli/commands/hook-types.ts +148 -0
- package/src/cli/commands/hook-validator.ts +195 -0
- package/src/cli/commands/hook.ts +348 -0
- package/src/cli/commands/index.ts +1203 -1019
- package/src/cli/commands/mcp.ts +105 -94
- package/src/cli/commands/memory.ts +24 -21
- package/src/cli/commands/migrate.ts +24 -24
- package/src/cli/commands/monitor.ts +123 -93
- package/src/cli/commands/ruv-swarm.ts +131 -122
- package/src/cli/commands/session.ts +60 -45
- package/src/cli/commands/sparc.ts +170 -139
- package/src/cli/commands/start/event-emitter.ts +2 -2
- package/src/cli/commands/start/index.ts +1 -1
- package/src/cli/commands/start/process-manager.ts +30 -47
- package/src/cli/commands/start/process-ui-simple.ts +60 -49
- package/src/cli/commands/start/process-ui.ts +1 -1
- package/src/cli/commands/start/start-command.ts +104 -75
- package/src/cli/commands/start/system-monitor.ts +35 -41
- package/src/cli/commands/start/types.ts +3 -3
- package/src/cli/commands/start.ts +1 -1
- package/src/cli/commands/status.ts +67 -67
- package/src/cli/commands/swarm-new.ts.disabled +1620 -0
- package/src/cli/commands/swarm-spawn.ts +28 -15
- package/src/cli/commands/swarm.ts +224 -149
- package/src/cli/commands/task.ts +63 -66
- package/src/cli/commands/workflow.ts +186 -173
- package/src/cli/completion.ts +34 -19
- package/src/cli/create-enhanced-task.js +49 -17
- package/src/cli/formatter.ts +39 -38
- package/src/cli/help-formatter.js +145 -0
- package/src/cli/help-formatter.ts +173 -0
- package/src/cli/help-text.js +297 -9
- package/src/cli/index-remote.ts +13 -10
- package/src/cli/index.ts +87 -81
- package/src/cli/init/batch-tools.ts +4 -5
- package/src/cli/init/claude-config.ts +125 -118
- package/src/cli/init/directory-structure.ts +10 -11
- package/src/cli/init/index.ts +13 -13
- package/src/cli/init/sparc-environment.ts +90 -74
- package/src/cli/init/swarm-commands.ts +5 -6
- package/src/cli/init/utils.ts +1 -1
- package/src/cli/main.ts +9 -10
- package/src/cli/node-compat.js +139 -10
- package/src/cli/node-repl.ts +104 -180
- package/src/cli/repl.ts +240 -183
- package/src/cli/runtime-detector.js +24 -19
- package/src/cli/simple-cli.js +479 -394
- package/src/cli/simple-cli.ts +437 -376
- package/src/cli/simple-commands/__tests__/agent.test.js +49 -55
- package/src/cli/simple-commands/__tests__/memory.test.js +4 -401
- package/src/cli/simple-commands/__tests__/swarm.test.js +49 -55
- package/src/cli/simple-commands/__tests__/task.test.js +4 -478
- package/src/cli/simple-commands/agent.js +27 -27
- package/src/cli/simple-commands/analysis.js +179 -161
- package/src/cli/simple-commands/automation.js +226 -205
- package/src/cli/simple-commands/batch-manager.js +98 -88
- package/src/cli/simple-commands/config.js +65 -60
- package/src/cli/simple-commands/coordination.js +220 -184
- package/src/cli/simple-commands/enhanced-ui-views.js +142 -115
- package/src/cli/simple-commands/enhanced-webui-complete.js +267 -167
- package/src/cli/simple-commands/fix-hook-variables.js +363 -0
- package/src/cli/simple-commands/github/gh-coordinator.js +63 -53
- package/src/cli/simple-commands/github/github-api.js +45 -47
- package/src/cli/simple-commands/github.js +88 -34
- package/src/cli/simple-commands/hive-mind/auto-save-middleware.js +311 -0
- package/src/cli/simple-commands/hive-mind/communication.js +198 -185
- package/src/cli/simple-commands/hive-mind/core.js +292 -305
- package/src/cli/simple-commands/hive-mind/db-optimizer.js +872 -0
- package/src/cli/simple-commands/hive-mind/mcp-wrapper.js +679 -263
- package/src/cli/simple-commands/hive-mind/memory.js +374 -291
- package/src/cli/simple-commands/hive-mind/performance-optimizer.js +88 -79
- package/src/cli/simple-commands/hive-mind/performance-test.js +61 -49
- package/src/cli/simple-commands/hive-mind/queen.js +223 -213
- package/src/cli/simple-commands/hive-mind/session-manager.js +996 -0
- package/src/cli/simple-commands/hive-mind-optimize.js +361 -0
- package/src/cli/simple-commands/hive-mind-wizard.js +214 -212
- package/src/cli/simple-commands/hive-mind.js +1403 -428
- package/src/cli/simple-commands/hive.js +12 -12
- package/src/cli/simple-commands/hook-safety.js +671 -0
- package/src/cli/simple-commands/hooks.js +1129 -320
- package/src/cli/simple-commands/init/README.md +8 -1
- package/src/cli/simple-commands/init/VALIDATION_ROLLBACK.md +27 -1
- package/src/cli/simple-commands/init/batch-init.js +105 -100
- package/src/cli/simple-commands/init/claude-commands/claude-flow-commands.js +6 -6
- package/src/cli/simple-commands/init/claude-commands/optimized-claude-flow-commands.js +6 -6
- package/src/cli/simple-commands/init/claude-commands/optimized-slash-commands.js +64 -37
- package/src/cli/simple-commands/init/claude-commands/optimized-sparc-commands.js +85 -71
- package/src/cli/simple-commands/init/claude-commands/slash-commands.js +40 -19
- package/src/cli/simple-commands/init/claude-commands/sparc-commands.js +149 -63
- package/src/cli/simple-commands/init/copy-revised-templates.js +175 -0
- package/src/cli/simple-commands/init/executable-wrapper.js +28 -21
- package/src/cli/simple-commands/init/gitignore-updater.js +137 -0
- package/src/cli/simple-commands/init/help.js +10 -3
- package/src/cli/simple-commands/init/index.js +579 -421
- package/src/cli/simple-commands/init/performance-monitor.js +71 -64
- package/src/cli/simple-commands/init/rollback/backup-manager.js +44 -64
- package/src/cli/simple-commands/init/rollback/index.js +31 -39
- package/src/cli/simple-commands/init/rollback/recovery-manager.js +71 -101
- package/src/cli/simple-commands/init/rollback/rollback-executor.js +34 -53
- package/src/cli/simple-commands/init/rollback/state-tracker.js +38 -49
- package/src/cli/simple-commands/init/sparc/roo-readme.js +1 -1
- package/src/cli/simple-commands/init/sparc/roomodes-config.js +99 -77
- package/src/cli/simple-commands/init/sparc/workflows.js +37 -33
- package/src/cli/simple-commands/init/sparc-structure.js +12 -11
- package/src/cli/simple-commands/init/template-copier.js +583 -0
- package/src/cli/simple-commands/init/templates/CLAUDE.md +363 -61
- package/src/cli/simple-commands/init/templates/claude-flow-universal +81 -0
- package/src/cli/simple-commands/init/templates/claude-md.js +183 -1
- package/src/cli/simple-commands/init/templates/commands/analysis/bottleneck-detect.md +15 -3
- package/src/cli/simple-commands/init/templates/commands/automation/auto-agent.md +12 -2
- package/src/cli/simple-commands/init/templates/commands/coordination/swarm-init.md +10 -1
- package/src/cli/simple-commands/init/templates/commands/github/github-swarm.md +18 -5
- package/src/cli/simple-commands/init/templates/commands/hooks/notification.md +113 -0
- package/src/cli/simple-commands/init/templates/commands/hooks/post-command.md +116 -0
- package/src/cli/simple-commands/init/templates/commands/hooks/post-edit.md +117 -0
- package/src/cli/simple-commands/init/templates/commands/hooks/post-task.md +112 -0
- package/src/cli/simple-commands/init/templates/commands/hooks/pre-command.md +113 -0
- package/src/cli/simple-commands/init/templates/commands/hooks/pre-edit.md +113 -0
- package/src/cli/simple-commands/init/templates/commands/hooks/pre-search.md +112 -0
- package/src/cli/simple-commands/init/templates/commands/hooks/pre-task.md +12 -1
- package/src/cli/simple-commands/init/templates/commands/hooks/session-end.md +118 -0
- package/src/cli/simple-commands/init/templates/commands/hooks/session-restore.md +118 -0
- package/src/cli/simple-commands/init/templates/commands/hooks/session-start.md +117 -0
- package/src/cli/simple-commands/init/templates/coordination-md.js +1 -1
- package/src/cli/simple-commands/init/templates/coordination.md +16 -0
- package/src/cli/simple-commands/init/templates/enhanced-templates.js +191 -137
- package/src/cli/simple-commands/init/templates/memory-bank-md.js +1 -1
- package/src/cli/simple-commands/init/templates/memory-bank.md +16 -0
- package/src/cli/simple-commands/init/templates/readme-files.js +1 -1
- package/src/cli/simple-commands/init/templates/safe-hook-patterns.js +430 -0
- package/src/cli/simple-commands/init/templates/settings.json +51 -64
- package/src/cli/simple-commands/init/templates/settings.json.enhanced +35 -0
- package/src/cli/simple-commands/init/templates/sparc-modes.js +637 -26
- package/src/cli/simple-commands/init/validation/config-validator.js +17 -28
- package/src/cli/simple-commands/init/validation/health-checker.js +54 -62
- package/src/cli/simple-commands/init/validation/index.js +18 -23
- package/src/cli/simple-commands/init/validation/mode-validator.js +22 -32
- package/src/cli/simple-commands/init/validation/post-init-validator.js +25 -26
- package/src/cli/simple-commands/init/validation/pre-init-validator.js +32 -36
- package/src/cli/simple-commands/init/validation/test-runner.js +55 -63
- package/src/cli/simple-commands/init.js +1 -1
- package/src/cli/simple-commands/mcp-integration-layer.js +179 -110
- package/src/cli/simple-commands/mcp.js +63 -47
- package/src/cli/simple-commands/memory.js +62 -56
- package/src/cli/simple-commands/migrate-hooks.js +63 -0
- package/src/cli/simple-commands/monitor.js +313 -75
- package/src/cli/simple-commands/process-ui-enhanced.js +207 -155
- package/src/cli/simple-commands/process-ui.js +65 -56
- package/src/cli/simple-commands/realtime-update-system.js +136 -129
- package/src/cli/simple-commands/sparc/architecture.js +352 -251
- package/src/cli/simple-commands/sparc/commands.js +122 -94
- package/src/cli/simple-commands/sparc/completion.js +274 -199
- package/src/cli/simple-commands/sparc/coordinator.js +217 -169
- package/src/cli/simple-commands/sparc/index.js +40 -36
- package/src/cli/simple-commands/sparc/phase-base.js +72 -58
- package/src/cli/simple-commands/sparc/pseudocode.js +275 -159
- package/src/cli/simple-commands/sparc/refinement.js +306 -212
- package/src/cli/simple-commands/sparc/specification.js +164 -94
- package/src/cli/simple-commands/sparc-modes/architect.js +1 -1
- package/src/cli/simple-commands/sparc-modes/ask.js +1 -1
- package/src/cli/simple-commands/sparc-modes/code.js +1 -1
- package/src/cli/simple-commands/sparc-modes/debug.js +1 -1
- package/src/cli/simple-commands/sparc-modes/devops.js +1 -1
- package/src/cli/simple-commands/sparc-modes/docs-writer.js +1 -1
- package/src/cli/simple-commands/sparc-modes/generic.js +1 -1
- package/src/cli/simple-commands/sparc-modes/index.js +15 -15
- package/src/cli/simple-commands/sparc-modes/integration.js +1 -1
- package/src/cli/simple-commands/sparc-modes/mcp.js +1 -1
- package/src/cli/simple-commands/sparc-modes/monitoring.js +1 -1
- package/src/cli/simple-commands/sparc-modes/optimization.js +1 -1
- package/src/cli/simple-commands/sparc-modes/security-review.js +1 -1
- package/src/cli/simple-commands/sparc-modes/sparc-orchestrator.js +1 -1
- package/src/cli/simple-commands/sparc-modes/spec-pseudocode.js +1 -1
- package/src/cli/simple-commands/sparc-modes/supabase-admin.js +1 -1
- package/src/cli/simple-commands/sparc-modes/swarm.js +52 -52
- package/src/cli/simple-commands/sparc-modes/tdd.js +1 -1
- package/src/cli/simple-commands/sparc-modes/tutorial.js +1 -1
- package/src/cli/simple-commands/sparc.js +87 -69
- package/src/cli/simple-commands/start-ui.js +21 -20
- package/src/cli/simple-commands/start-wrapper.js +29 -31
- package/src/cli/simple-commands/start.js +1 -1
- package/src/cli/simple-commands/status.js +53 -47
- package/src/cli/simple-commands/swarm-executor.js +47 -57
- package/src/cli/simple-commands/swarm-metrics-integration.js +119 -79
- package/src/cli/simple-commands/swarm-ui.js +183 -104
- package/src/cli/simple-commands/swarm-webui-integration.js +48 -27
- package/src/cli/simple-commands/swarm.js +293 -196
- package/src/cli/simple-commands/task.js +87 -35
- package/src/cli/simple-commands/timestamp-fix.js +104 -0
- package/src/cli/simple-commands/tool-execution-framework.js +115 -118
- package/src/cli/simple-commands/training.js +219 -194
- package/src/cli/simple-commands/web-server.js +118 -117
- package/src/cli/simple-commands/webui-validator.js +4 -3
- package/src/cli/simple-mcp.ts +14 -17
- package/src/cli/simple-orchestrator.ts +115 -102
- package/src/cli/swarm-standalone.js +24 -26
- package/src/cli/ui/compatible-ui.ts +56 -45
- package/src/cli/ui/fallback-handler.ts +23 -18
- package/src/cli/ui/index.ts +18 -17
- package/src/cli/utils/environment-detector.ts +102 -61
- package/src/cli/utils/interactive-detector.js +20 -11
- package/src/cli/utils/prompt-defaults.ts +32 -28
- package/src/cli/utils/safe-interactive.js +143 -0
- package/src/cli/utils.js +127 -110
- package/src/cli/validation-helper.js +113 -0
- package/src/cli/validation-helper.ts +128 -0
- package/src/communication/message-bus.ts +143 -126
- package/src/config/config-manager.ts +173 -27
- package/src/config/ruv-swarm-config.ts +105 -86
- package/src/config/ruv-swarm-integration.ts +38 -38
- package/src/constants/agent-types.ts +9 -8
- package/src/coordination/README.md +54 -31
- package/src/coordination/advanced-scheduler.ts +23 -26
- package/src/coordination/advanced-task-executor.ts +83 -74
- package/src/coordination/background-executor.ts +33 -30
- package/src/coordination/circuit-breaker.ts +26 -27
- package/src/coordination/conflict-resolution.ts +18 -27
- package/src/coordination/dependency-graph.ts +15 -18
- package/src/coordination/hive-orchestrator.ts +111 -81
- package/src/coordination/hive-protocol.ts +68 -77
- package/src/coordination/index.ts +3 -7
- package/src/coordination/load-balancer.ts +127 -109
- package/src/coordination/manager.ts +38 -51
- package/src/coordination/messaging.ts +19 -29
- package/src/coordination/metrics.ts +57 -60
- package/src/coordination/resources.ts +32 -37
- package/src/coordination/scheduler.ts +29 -30
- package/src/coordination/swarm-coordinator.ts +81 -70
- package/src/coordination/swarm-monitor.ts +90 -69
- package/src/coordination/work-stealing.ts +6 -13
- package/src/core/config.ts +148 -143
- package/src/core/event-bus.ts +5 -6
- package/src/core/json-persistence.ts +27 -34
- package/src/core/logger.ts +18 -16
- package/src/core/orchestrator-fixed.ts +33 -32
- package/src/core/orchestrator.ts +234 -156
- package/src/core/persistence.ts +47 -36
- package/src/enterprise/analytics-manager.ts +242 -233
- package/src/enterprise/audit-manager.ts +238 -184
- package/src/enterprise/cloud-manager.ts +167 -151
- package/src/enterprise/deployment-manager.ts +223 -180
- package/src/enterprise/index.ts +7 -7
- package/src/enterprise/project-manager.ts +151 -133
- package/src/enterprise/security-manager.ts +278 -223
- package/src/hive-mind/core/Agent.ts +112 -109
- package/src/hive-mind/core/Communication.ts +67 -69
- package/src/hive-mind/core/DatabaseManager.ts +371 -179
- package/src/hive-mind/core/HiveMind.ts +100 -96
- package/src/hive-mind/core/Memory.ts +304 -295
- package/src/hive-mind/core/MemoryMonitor.ts +46 -47
- package/src/hive-mind/core/Queen.ts +187 -114
- package/src/hive-mind/index.ts +2 -2
- package/src/hive-mind/integration/ConsensusEngine.ts +88 -92
- package/src/hive-mind/integration/MCPToolWrapper.ts +22 -73
- package/src/hive-mind/integration/SwarmOrchestrator.ts +173 -165
- package/src/hive-mind/types.ts +24 -12
- package/src/index.js +1 -1
- package/src/integration/mock-components.ts +42 -30
- package/src/integration/system-integration.ts +93 -69
- package/src/integration/types.ts +7 -7
- package/src/mcp/README.md +23 -4
- package/src/mcp/auth.ts +25 -18
- package/src/mcp/claude-code-wrapper.ts +257 -150
- package/src/mcp/claude-flow-tools.ts +52 -13
- package/src/mcp/client.ts +15 -13
- package/src/mcp/index.ts +22 -27
- package/src/mcp/integrate-wrapper.ts +18 -18
- package/src/mcp/lifecycle-manager.ts +30 -27
- package/src/mcp/load-balancer.ts +10 -11
- package/src/mcp/mcp-server.js +1027 -257
- package/src/mcp/orchestration-integration.ts +32 -17
- package/src/mcp/performance-monitor.ts +65 -51
- package/src/mcp/protocol-manager.ts +36 -52
- package/src/mcp/recovery/connection-health-monitor.ts +40 -35
- package/src/mcp/recovery/connection-state-manager.ts +52 -50
- package/src/mcp/recovery/fallback-coordinator.ts +24 -24
- package/src/mcp/recovery/index.ts +23 -4
- package/src/mcp/recovery/reconnection-manager.ts +14 -15
- package/src/mcp/recovery/recovery-manager.ts +52 -68
- package/src/mcp/router.ts +1 -2
- package/src/mcp/ruv-swarm-tools.ts +167 -138
- package/src/mcp/ruv-swarm-wrapper.js +254 -0
- package/src/mcp/server-with-wrapper.ts +4 -5
- package/src/mcp/server-wrapper-mode.ts +5 -6
- package/src/mcp/server.ts +45 -40
- package/src/mcp/session-manager.ts +8 -11
- package/src/mcp/sparc-modes.ts +29 -28
- package/src/mcp/swarm-tools.ts +131 -114
- package/src/mcp/tests/mcp-integration.test.ts +53 -59
- package/src/mcp/tools.ts +53 -38
- package/src/mcp/transports/base.ts +4 -5
- package/src/mcp/transports/http.ts +45 -42
- package/src/mcp/transports/stdio.ts +9 -12
- package/src/memory/README.md +292 -0
- package/src/memory/advanced-memory-manager.ts +336 -279
- package/src/memory/backends/base.ts +4 -5
- package/src/memory/backends/markdown.ts +16 -22
- package/src/memory/backends/sqlite.ts +40 -18
- package/src/memory/cache.ts +18 -18
- package/src/memory/distributed-memory.ts +84 -92
- package/src/memory/enhanced-examples.js +307 -0
- package/src/memory/enhanced-memory.js +339 -0
- package/src/memory/enhanced-schema.sql +154 -0
- package/src/memory/fallback-store.js +134 -0
- package/src/memory/in-memory-store.js +214 -0
- package/src/memory/index.js +38 -0
- package/src/memory/indexer.ts +6 -10
- package/src/memory/manager.ts +45 -59
- package/src/memory/migration.js +462 -0
- package/src/memory/shared-memory.js +790 -0
- package/src/memory/sqlite-store.js +329 -0
- package/src/memory/sqlite-wrapper.js +173 -0
- package/src/memory/swarm-memory.js +604 -0
- package/src/memory/swarm-memory.ts +74 -75
- package/src/memory/test-example.js +138 -0
- package/src/migration/README.md +25 -9
- package/src/migration/index.ts +13 -14
- package/src/migration/logger.ts +9 -7
- package/src/migration/migration-analyzer.ts +66 -52
- package/src/migration/migration-manifest.json +2 -6
- package/src/migration/migration-runner.ts +86 -63
- package/src/migration/migration-validator.ts +93 -68
- package/src/migration/package.json +1 -1
- package/src/migration/progress-reporter.ts +25 -21
- package/src/migration/rollback-manager.ts +79 -63
- package/src/migration/tests/migration-system.test.ts +4 -491
- package/src/migration/tsconfig.json +3 -10
- package/src/migration/types.ts +1 -1
- package/src/monitoring/diagnostics.ts +123 -97
- package/src/monitoring/health-check.ts +45 -51
- package/src/monitoring/real-time-monitor.ts +105 -92
- package/src/patches/hive-mind-timezone-fix.patch +123 -0
- package/src/providers/anthropic-provider.ts +282 -0
- package/src/providers/base-provider.ts +560 -0
- package/src/providers/cohere-provider.ts +521 -0
- package/src/providers/google-provider.ts +477 -0
- package/src/providers/index.ts +21 -0
- package/src/providers/ollama-provider.ts +489 -0
- package/src/providers/openai-provider.ts +476 -0
- package/src/providers/provider-manager.ts +654 -0
- package/src/providers/types.ts +531 -0
- package/src/providers/utils.ts +376 -0
- package/src/resources/resource-manager.ts +205 -159
- package/src/services/agentic-flow-hooks/hook-manager.ts +701 -0
- package/src/services/agentic-flow-hooks/index.ts +386 -0
- package/src/services/agentic-flow-hooks/llm-hooks.ts +557 -0
- package/src/services/agentic-flow-hooks/memory-hooks.ts +710 -0
- package/src/services/agentic-flow-hooks/neural-hooks.ts +758 -0
- package/src/services/agentic-flow-hooks/performance-hooks.ts +827 -0
- package/src/services/agentic-flow-hooks/types.ts +503 -0
- package/src/services/agentic-flow-hooks/workflow-hooks.ts +1026 -0
- package/src/swarm/__tests__/integration.test.ts +59 -65
- package/src/swarm/__tests__/prompt-copier.test.ts +27 -27
- package/src/swarm/claude-flow-executor.ts +50 -49
- package/src/swarm/coordinator.ts +821 -624
- package/src/swarm/direct-executor.ts +80 -86
- package/src/swarm/executor-v2.ts +81 -66
- package/src/swarm/executor.ts +124 -124
- package/src/swarm/index.ts +7 -8
- package/src/swarm/json-output-aggregator.ts +372 -0
- package/src/swarm/memory.ts +152 -147
- package/src/swarm/optimizations/README.md +20 -12
- package/src/swarm/optimizations/__tests__/optimization.test.ts +84 -87
- package/src/swarm/optimizations/async-file-manager.ts +70 -80
- package/src/swarm/optimizations/circular-buffer.ts +37 -37
- package/src/swarm/optimizations/connection-pool.ts +64 -64
- package/src/swarm/optimizations/index.ts +4 -4
- package/src/swarm/optimizations/migration-guide.md +27 -16
- package/src/swarm/optimizations/optimized-executor.ts +104 -114
- package/src/swarm/optimizations/ttl-map.ts +66 -63
- package/src/swarm/prompt-cli.ts +48 -42
- package/src/swarm/prompt-copier-enhanced.ts +72 -70
- package/src/swarm/prompt-copier.ts +59 -64
- package/src/swarm/prompt-copying-README.md +49 -33
- package/src/swarm/prompt-manager.ts +71 -64
- package/src/swarm/prompt-utils.ts +71 -66
- package/src/swarm/sparc-executor.ts +302 -229
- package/src/swarm/strategies/auto.ts +367 -252
- package/src/swarm/strategies/base.ts +24 -20
- package/src/swarm/strategies/research.ts +144 -124
- package/src/swarm/types.ts +340 -309
- package/src/swarm/workers/copy-worker.ts +12 -13
- package/src/task/README.md +99 -70
- package/src/task/commands.ts +16 -8
- package/src/task/coordination.ts +209 -162
- package/src/task/engine.ts +82 -66
- package/src/task/index.ts +28 -31
- package/src/templates/claude-optimized/.claude/BATCHTOOLS_BEST_PRACTICES.md +479 -481
- package/src/templates/claude-optimized/.claude/BATCHTOOLS_GUIDE.md +210 -188
- package/src/templates/claude-optimized/.claude/MIGRATION_GUIDE.md +151 -105
- package/src/templates/claude-optimized/.claude/PERFORMANCE_BENCHMARKS.md +102 -87
- package/src/templates/claude-optimized/.claude/commands/claude-flow-help.md +18 -1
- package/src/templates/claude-optimized/.claude/commands/claude-flow-memory.md +17 -1
- package/src/templates/claude-optimized/.claude/commands/claude-flow-swarm.md +21 -1
- package/src/templates/claude-optimized/.claude/commands/sparc/architect.md +11 -4
- package/src/templates/claude-optimized/.claude/commands/sparc/ask.md +16 -10
- package/src/templates/claude-optimized/.claude/commands/sparc/code.md +26 -7
- package/src/templates/claude-optimized/.claude/commands/sparc/debug.md +14 -4
- package/src/templates/claude-optimized/.claude/commands/sparc/devops.md +23 -10
- package/src/templates/claude-optimized/.claude/commands/sparc/docs-writer.md +8 -4
- package/src/templates/claude-optimized/.claude/commands/sparc/integration.md +43 -27
- package/src/templates/claude-optimized/.claude/commands/sparc/mcp.md +15 -1
- package/src/templates/claude-optimized/.claude/commands/sparc/post-deployment-monitoring-mode.md +45 -30
- package/src/templates/claude-optimized/.claude/commands/sparc/refinement-optimization-mode.md +23 -13
- package/src/templates/claude-optimized/.claude/commands/sparc/security-review.md +31 -17
- package/src/templates/claude-optimized/.claude/commands/sparc/sparc.md +54 -47
- package/src/templates/claude-optimized/.claude/commands/sparc/spec-pseudocode.md +27 -17
- package/src/templates/claude-optimized/.claude/commands/sparc/supabase-admin.md +18 -4
- package/src/templates/claude-optimized/.claude/commands/sparc/tdd.md +23 -9
- package/src/templates/claude-optimized/.claude/commands/sparc/tutorial.md +22 -16
- package/src/templates/claude-optimized/.claude/commands/sparc.md +20 -1
- package/src/templates/claude-optimized/README.md +10 -1
- package/src/templates/claude-optimized/SUMMARY.md +23 -1
- package/src/templates/claude-optimized/deploy-to-project.js +22 -10
- package/src/templates/claude-optimized/install-template.js +14 -10
- package/src/templates/claude-optimized/manifest.json +1 -1
- package/src/templates/claude-optimized/package.json +1 -1
- package/src/templates/claude-optimized/template-manager.js +8 -8
- package/src/templates/claude-optimized/validate-template.js +33 -23
- package/src/terminal/adapters/base.ts +1 -1
- package/src/terminal/adapters/native.ts +47 -47
- package/src/terminal/adapters/vscode.ts +21 -28
- package/src/terminal/manager.ts +27 -22
- package/src/terminal/pool.ts +24 -27
- package/src/terminal/session.ts +18 -18
- package/src/terminal/vscode-bridge.ts +21 -21
- package/src/tests/validation-consistency.test.ts +4 -4
- package/src/types/cliffy.d.ts +11 -14
- package/src/types/global.d.ts +1 -2
- package/src/types/index.ts +2 -2
- package/src/types/mcp.d.ts +11 -17
- package/src/types/vscode.d.ts +18 -5
- package/src/ui/console/README-analysis-tools.md +52 -2
- package/src/ui/console/README.md +33 -1
- package/src/ui/console/WORKFLOW_DESIGNER_README.md +81 -22
- package/src/ui/console/analysis-tools.html +282 -261
- package/src/ui/console/analytics.html +329 -326
- package/src/ui/console/index.html +221 -209
- package/src/ui/console/js/analysis-tools.js +831 -686
- package/src/ui/console/js/command-handler.js +226 -196
- package/src/ui/console/js/console.js +117 -119
- package/src/ui/console/js/daa-tools.js +797 -787
- package/src/ui/console/js/memory-interface.js +676 -638
- package/src/ui/console/js/memory-test.js +49 -46
- package/src/ui/console/js/memory-tools.js +181 -159
- package/src/ui/console/js/settings.js +124 -103
- package/src/ui/console/js/terminal-emulator.js +147 -130
- package/src/ui/console/js/websocket-client.js +71 -71
- package/src/ui/console/js/workflow-designer.js +1126 -1110
- package/src/ui/console/neural-networks-demo.md +45 -16
- package/src/ui/console/styles/analysis-tools.css +571 -561
- package/src/ui/console/styles/console.css +16 -12
- package/src/ui/console/styles/daa-tools.css +322 -319
- package/src/ui/console/styles/responsive.css +71 -70
- package/src/ui/console/styles/settings.css +12 -12
- package/src/ui/console/styles/workflow-designer.css +628 -584
- package/src/ui/console/test-neural-networks.js +59 -54
- package/src/ui/console/test-neural.html +194 -196
- package/src/ui/console/workflow-designer-demo.html +433 -424
- package/src/ui/extension/node_modules/@anthropic-ai/sdk/_shims/web-runtime.js +2 -2
- package/src/ui/extension/node_modules/@anthropic-ai/sdk/core.d.ts +1 -1
- package/src/ui/extension/node_modules/@anthropic-ai/sdk/core.js +3 -3
- package/src/ui/extension/node_modules/@anthropic-ai/sdk/error.js +2 -2
- package/src/ui/extension/node_modules/@anthropic-ai/sdk/lib/MessageStream.d.ts +3 -3
- package/src/ui/extension/node_modules/@anthropic-ai/sdk/lib/MessageStream.js +10 -10
- package/src/ui/extension/node_modules/@anthropic-ai/sdk/src/_shims/web-runtime.ts +3 -6
- package/src/ui/extension/node_modules/@anthropic-ai/sdk/src/core.ts +3 -173
- package/src/ui/extension/node_modules/@anthropic-ai/sdk/src/error.ts +2 -33
- package/src/ui/extension/node_modules/@anthropic-ai/sdk/src/lib/MessageStream.ts +14 -69
- package/src/ui/extension/node_modules/@anthropic-ai/sdk/src/streaming.ts +3 -81
- package/src/ui/extension/node_modules/@anthropic-ai/sdk/streaming.js +2 -2
- package/src/ui/extension/node_modules/@azure/core-client/dist/browser/deserializationPolicy.js +5 -5
- package/src/ui/extension/node_modules/@azure/core-client/dist/browser/httpClientCache.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-client/dist/browser/interfaceHelpers.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-client/dist/browser/operationHelpers.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-client/dist/browser/serializationPolicy.js +2 -2
- package/src/ui/extension/node_modules/@azure/core-client/dist/browser/serializer.js +5 -5
- package/src/ui/extension/node_modules/@azure/core-client/dist/browser/serviceClient.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-client/dist/commonjs/deserializationPolicy.js +5 -5
- package/src/ui/extension/node_modules/@azure/core-client/dist/commonjs/httpClientCache.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-client/dist/commonjs/interfaceHelpers.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-client/dist/commonjs/operationHelpers.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-client/dist/commonjs/serializationPolicy.js +2 -2
- package/src/ui/extension/node_modules/@azure/core-client/dist/commonjs/serializer.js +5 -5
- package/src/ui/extension/node_modules/@azure/core-client/dist/commonjs/serviceClient.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-client/dist/esm/deserializationPolicy.js +5 -5
- package/src/ui/extension/node_modules/@azure/core-client/dist/esm/httpClientCache.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-client/dist/esm/interfaceHelpers.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-client/dist/esm/operationHelpers.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-client/dist/esm/serializationPolicy.js +2 -2
- package/src/ui/extension/node_modules/@azure/core-client/dist/esm/serializer.js +5 -5
- package/src/ui/extension/node_modules/@azure/core-client/dist/esm/serviceClient.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-client/dist/react-native/deserializationPolicy.js +5 -5
- package/src/ui/extension/node_modules/@azure/core-client/dist/react-native/httpClientCache.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-client/dist/react-native/interfaceHelpers.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-client/dist/react-native/operationHelpers.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-client/dist/react-native/serializationPolicy.js +2 -2
- package/src/ui/extension/node_modules/@azure/core-client/dist/react-native/serializer.js +5 -5
- package/src/ui/extension/node_modules/@azure/core-client/dist/react-native/serviceClient.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/browser/pipeline.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/browser/policies/auxiliaryAuthenticationHeaderPolicy.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/browser/policies/bearerTokenAuthenticationPolicy.js +10 -10
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/browser/policies/multipartPolicy.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/browser/policies/ndJsonPolicy.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/browser/policies/setClientRequestIdPolicy.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/browser/policies/tracingPolicy.js +3 -3
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/browser/policies/userAgentPolicy.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/browser/policies/wrapAbortSignalLikePolicy.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/browser/util/tokenCycler.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/commonjs/pipeline.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/auxiliaryAuthenticationHeaderPolicy.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/bearerTokenAuthenticationPolicy.js +10 -10
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/multipartPolicy.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/ndJsonPolicy.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/setClientRequestIdPolicy.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/tracingPolicy.js +2 -2
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/userAgentPolicy.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/wrapAbortSignalLikePolicy.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/commonjs/util/tokenCycler.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/esm/pipeline.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/esm/policies/auxiliaryAuthenticationHeaderPolicy.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/esm/policies/bearerTokenAuthenticationPolicy.js +10 -10
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/esm/policies/multipartPolicy.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/esm/policies/ndJsonPolicy.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/esm/policies/setClientRequestIdPolicy.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/esm/policies/tracingPolicy.js +3 -3
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/esm/policies/userAgentPolicy.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/esm/policies/wrapAbortSignalLikePolicy.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/esm/util/tokenCycler.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/react-native/pipeline.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/auxiliaryAuthenticationHeaderPolicy.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/bearerTokenAuthenticationPolicy.js +10 -10
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/multipartPolicy.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/ndJsonPolicy.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/setClientRequestIdPolicy.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/tracingPolicy.js +3 -3
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/userAgentPolicy.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/wrapAbortSignalLikePolicy.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-rest-pipeline/dist/react-native/util/tokenCycler.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-tracing/dist/browser/instrumenter.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-tracing/dist/browser/tracingClient.js +2 -2
- package/src/ui/extension/node_modules/@azure/core-tracing/dist/commonjs/instrumenter.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-tracing/dist/commonjs/tracingClient.js +2 -2
- package/src/ui/extension/node_modules/@azure/core-tracing/dist/esm/instrumenter.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-tracing/dist/esm/tracingClient.js +2 -2
- package/src/ui/extension/node_modules/@azure/core-tracing/dist/react-native/instrumenter.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-tracing/dist/react-native/tracingClient.js +2 -2
- package/src/ui/extension/node_modules/@azure/core-util/dist/browser/delay.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-util/dist/browser/error.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-util/dist/commonjs/delay.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-util/dist/commonjs/error.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-util/dist/esm/delay.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-util/dist/esm/error.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-util/dist/react-native/delay.js +1 -1
- package/src/ui/extension/node_modules/@azure/core-util/dist/react-native/error.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/browser/credentials/chainedTokenCredential.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/imdsMsi.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/browser/msal/browserFlows/msalBrowserCommon.js +2 -2
- package/src/ui/extension/node_modules/@azure/identity/dist/browser/msal/nodeFlows/msalClient.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/browser/msal/utils.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/browser/msal/utils.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/browser/plugins/provider.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/browser/util/logging.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/browser/util/logging.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/browser/util/processMultiTenantRequest.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/commonjs/credentials/azureCliCredential.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/commonjs/credentials/azureDeveloperCliCredential.js +2 -2
- package/src/ui/extension/node_modules/@azure/identity/dist/commonjs/credentials/chainedTokenCredential.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/commonjs/credentials/clientCertificateCredential.js +2 -2
- package/src/ui/extension/node_modules/@azure/identity/dist/commonjs/credentials/managedIdentityCredential/imdsMsi.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/commonjs/credentials/managedIdentityCredential/index.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/commonjs/credentials/onBehalfOfCredential.js +2 -2
- package/src/ui/extension/node_modules/@azure/identity/dist/commonjs/credentials/visualStudioCodeCredential.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/commonjs/msal/browserFlows/msalBrowserCommon.js +2 -2
- package/src/ui/extension/node_modules/@azure/identity/dist/commonjs/msal/nodeFlows/msalClient.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/commonjs/msal/utils.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/commonjs/msal/utils.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/commonjs/plugins/provider.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/commonjs/util/logging.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/commonjs/util/logging.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/commonjs/util/processMultiTenantRequest.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/esm/credentials/azureCliCredential.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/esm/credentials/azureDeveloperCliCredential.js +2 -2
- package/src/ui/extension/node_modules/@azure/identity/dist/esm/credentials/chainedTokenCredential.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/esm/credentials/clientCertificateCredential.js +2 -2
- package/src/ui/extension/node_modules/@azure/identity/dist/esm/credentials/managedIdentityCredential/imdsMsi.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/esm/credentials/managedIdentityCredential/index.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/esm/credentials/onBehalfOfCredential.js +2 -2
- package/src/ui/extension/node_modules/@azure/identity/dist/esm/credentials/visualStudioCodeCredential.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/esm/msal/browserFlows/msalBrowserCommon.js +2 -2
- package/src/ui/extension/node_modules/@azure/identity/dist/esm/msal/nodeFlows/msalClient.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/esm/msal/utils.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/esm/msal/utils.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/esm/plugins/provider.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/esm/util/logging.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/esm/util/logging.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/esm/util/processMultiTenantRequest.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/workerd/credentials/azureCliCredential.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/workerd/credentials/azureDeveloperCliCredential.js +2 -2
- package/src/ui/extension/node_modules/@azure/identity/dist/workerd/credentials/chainedTokenCredential.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/workerd/credentials/clientCertificateCredential.js +2 -2
- package/src/ui/extension/node_modules/@azure/identity/dist/workerd/credentials/managedIdentityCredential/imdsMsi.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/workerd/credentials/managedIdentityCredential/index.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/workerd/credentials/onBehalfOfCredential.js +2 -2
- package/src/ui/extension/node_modules/@azure/identity/dist/workerd/credentials/visualStudioCodeCredential.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/workerd/msal/browserFlows/msalBrowserCommon.js +2 -2
- package/src/ui/extension/node_modules/@azure/identity/dist/workerd/msal/nodeFlows/msalClient.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/workerd/msal/utils.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/workerd/msal/utils.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/workerd/plugins/provider.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/workerd/util/logging.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/workerd/util/logging.js +1 -1
- package/src/ui/extension/node_modules/@azure/identity/dist/workerd/util/processMultiTenantRequest.js +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/app/IPublicClientApplication.d.ts +3 -3
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/app/PublicClientApplication.d.ts +3 -3
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/app/PublicClientNext.d.ts +3 -3
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthDOMHandler.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthExtensionHandler.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthProvider.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/cache/AccountManager.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/cache/AsyncMemoryStorage.d.ts +0 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/cache/BrowserCacheManager.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/cache/LocalStorage.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/cache/TokenCache.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/controllers/IController.d.ts +3 -3
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/controllers/NestedAppAuthController.d.ts +3 -3
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/controllers/StandardController.d.ts +3 -3
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/controllers/UnknownOperatingContextController.d.ts +3 -3
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/crypto/BrowserCrypto.d.ts +2 -2
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/crypto/CryptoOps.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/crypto/PkceGenerator.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/error/NativeAuthError.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/event/EventHandler.d.ts +1 -2
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/interaction_client/BaseInteractionClient.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/interaction_client/PlatformAuthInteractionClient.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/interaction_client/PopupClient.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/interaction_client/RedirectClient.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/interaction_client/SilentAuthCodeClient.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/interaction_client/SilentIframeClient.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/interaction_handler/InteractionHandler.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/interaction_handler/SilentHandler.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/naa/AuthBridge.d.ts +2 -2
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/naa/BridgeError.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/naa/mapping/NestedAppAuthAdapter.d.ts +2 -2
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/operatingcontext/BaseOperatingContext.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/protocol/Authorize.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/request/RequestHelpers.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/response/ResponseHandler.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/dist/utils/MsalFrameStatsUtils.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/msal-browser.js +97 -281
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/app/IPublicClientApplication.d.ts +3 -3
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/app/PublicClientApplication.d.ts +3 -3
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/app/PublicClientNext.d.ts +3 -3
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/broker/nativeBroker/PlatformAuthDOMHandler.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/broker/nativeBroker/PlatformAuthExtensionHandler.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/broker/nativeBroker/PlatformAuthProvider.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/cache/AccountManager.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/cache/AsyncMemoryStorage.d.ts +0 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/cache/BrowserCacheManager.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/cache/LocalStorage.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/cache/TokenCache.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/controllers/IController.d.ts +3 -3
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/controllers/NestedAppAuthController.d.ts +3 -3
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/controllers/StandardController.d.ts +3 -3
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/controllers/UnknownOperatingContextController.d.ts +3 -3
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/crypto/BrowserCrypto.d.ts +2 -2
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/crypto/CryptoOps.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/crypto/PkceGenerator.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/error/NativeAuthError.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/event/EventHandler.d.ts +1 -2
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/interaction_client/BaseInteractionClient.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/interaction_client/PlatformAuthInteractionClient.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/interaction_client/PopupClient.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/interaction_client/RedirectClient.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/interaction_client/SilentAuthCodeClient.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/interaction_client/SilentIframeClient.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/interaction_handler/InteractionHandler.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/interaction_handler/SilentHandler.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/naa/AuthBridge.d.ts +2 -2
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/naa/BridgeError.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/naa/mapping/NestedAppAuthAdapter.d.ts +2 -2
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/operatingcontext/BaseOperatingContext.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/protocol/Authorize.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/request/RequestHelpers.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/response/ResponseHandler.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/lib/types/utils/MsalFrameStatsUtils.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-browser/src/app/IPublicClientApplication.ts +2 -5
- package/src/ui/extension/node_modules/@azure/msal-browser/src/app/PublicClientApplication.ts +2 -44
- package/src/ui/extension/node_modules/@azure/msal-browser/src/app/PublicClientNext.ts +3 -40
- package/src/ui/extension/node_modules/@azure/msal-browser/src/broker/nativeBroker/PlatformAuthDOMHandler.ts +2 -23
- package/src/ui/extension/node_modules/@azure/msal-browser/src/broker/nativeBroker/PlatformAuthExtensionHandler.ts +5 -39
- package/src/ui/extension/node_modules/@azure/msal-browser/src/broker/nativeBroker/PlatformAuthProvider.ts +3 -16
- package/src/ui/extension/node_modules/@azure/msal-browser/src/cache/AccountManager.ts +2 -15
- package/src/ui/extension/node_modules/@azure/msal-browser/src/cache/AsyncMemoryStorage.ts +2 -14
- package/src/ui/extension/node_modules/@azure/msal-browser/src/cache/BrowserCacheManager.ts +4 -108
- package/src/ui/extension/node_modules/@azure/msal-browser/src/cache/LocalStorage.ts +3 -44
- package/src/ui/extension/node_modules/@azure/msal-browser/src/cache/TokenCache.ts +2 -38
- package/src/ui/extension/node_modules/@azure/msal-browser/src/controllers/IController.ts +2 -39
- package/src/ui/extension/node_modules/@azure/msal-browser/src/controllers/NestedAppAuthController.ts +2 -100
- package/src/ui/extension/node_modules/@azure/msal-browser/src/controllers/StandardController.ts +9 -205
- package/src/ui/extension/node_modules/@azure/msal-browser/src/controllers/UnknownOperatingContextController.ts +2 -24
- package/src/ui/extension/node_modules/@azure/msal-browser/src/error/NativeAuthError.ts +2 -15
- package/src/ui/extension/node_modules/@azure/msal-browser/src/event/EventHandler.ts +2 -17
- package/src/ui/extension/node_modules/@azure/msal-browser/src/interaction_client/BaseInteractionClient.ts +2 -18
- package/src/ui/extension/node_modules/@azure/msal-browser/src/interaction_client/PlatformAuthInteractionClient.ts +2 -99
- package/src/ui/extension/node_modules/@azure/msal-browser/src/interaction_client/PopupClient.ts +2 -72
- package/src/ui/extension/node_modules/@azure/msal-browser/src/interaction_client/RedirectClient.ts +2 -59
- package/src/ui/extension/node_modules/@azure/msal-browser/src/interaction_client/SilentCacheClient.ts +2 -8
- package/src/ui/extension/node_modules/@azure/msal-browser/src/interaction_client/SilentIframeClient.ts +2 -26
- package/src/ui/extension/node_modules/@azure/msal-browser/src/interaction_client/StandardInteractionClient.ts +2 -22
- package/src/ui/extension/node_modules/@azure/msal-browser/src/interaction_handler/InteractionHandler.ts +2 -18
- package/src/ui/extension/node_modules/@azure/msal-browser/src/naa/BridgeError.ts +2 -5
- package/src/ui/extension/node_modules/@azure/msal-browser/src/naa/BridgeProxy.ts +2 -23
- package/src/ui/extension/node_modules/@azure/msal-browser/src/naa/mapping/NestedAppAuthAdapter.ts +2 -29
- package/src/ui/extension/node_modules/@azure/msal-browser/src/network/FetchClient.ts +3 -11
- package/src/ui/extension/node_modules/@azure/msal-browser/src/operatingcontext/BaseOperatingContext.ts +3 -19
- package/src/ui/extension/node_modules/@azure/msal-browser/src/protocol/Authorize.ts +2 -37
- package/src/ui/extension/node_modules/@azure/msal-browser/src/telemetry/BrowserPerformanceClient.ts +2 -24
- package/src/ui/extension/node_modules/@azure/msal-browser/src/utils/MsalFrameStatsUtils.ts +2 -7
- package/src/ui/extension/node_modules/@azure/msal-common/dist/authority/Authority.d.ts +0 -1
- package/src/ui/extension/node_modules/@azure/msal-common/dist/authority/AuthorityFactory.d.ts +0 -1
- package/src/ui/extension/node_modules/@azure/msal-common/dist/authority/AuthorityMetadata.d.ts +0 -1
- package/src/ui/extension/node_modules/@azure/msal-common/dist/authority/RegionDiscovery.d.ts +0 -1
- package/src/ui/extension/node_modules/@azure/msal-common/dist/cache/CacheManager.d.ts +0 -1
- package/src/ui/extension/node_modules/@azure/msal-common/dist/cache/entities/AccountEntity.d.ts +0 -1
- package/src/ui/extension/node_modules/@azure/msal-common/dist/client/BaseClient.d.ts +0 -1
- package/src/ui/extension/node_modules/@azure/msal-common/dist/crypto/PopTokenGenerator.d.ts +0 -1
- package/src/ui/extension/node_modules/@azure/msal-common/dist/error/NetworkError.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-common/dist/protocol/Authorize.d.ts +0 -1
- package/src/ui/extension/node_modules/@azure/msal-common/dist/response/ResponseHandler.d.ts +0 -1
- package/src/ui/extension/node_modules/@azure/msal-common/dist/telemetry/performance/IPerformanceClient.d.ts +2 -2
- package/src/ui/extension/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceClient.d.ts +6 -7
- package/src/ui/extension/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-common/dist/utils/FunctionWrappers.d.ts +2 -3
- package/src/ui/extension/node_modules/@azure/msal-common/lib/index-node-DNGOJ4N7.js +31 -106
- package/src/ui/extension/node_modules/@azure/msal-common/lib/types/authority/Authority.d.ts +0 -1
- package/src/ui/extension/node_modules/@azure/msal-common/lib/types/authority/AuthorityFactory.d.ts +0 -1
- package/src/ui/extension/node_modules/@azure/msal-common/lib/types/authority/AuthorityMetadata.d.ts +0 -1
- package/src/ui/extension/node_modules/@azure/msal-common/lib/types/authority/RegionDiscovery.d.ts +0 -1
- package/src/ui/extension/node_modules/@azure/msal-common/lib/types/cache/CacheManager.d.ts +0 -1
- package/src/ui/extension/node_modules/@azure/msal-common/lib/types/cache/entities/AccountEntity.d.ts +0 -1
- package/src/ui/extension/node_modules/@azure/msal-common/lib/types/client/BaseClient.d.ts +0 -1
- package/src/ui/extension/node_modules/@azure/msal-common/lib/types/crypto/PopTokenGenerator.d.ts +0 -1
- package/src/ui/extension/node_modules/@azure/msal-common/lib/types/error/NetworkError.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-common/lib/types/protocol/Authorize.d.ts +0 -1
- package/src/ui/extension/node_modules/@azure/msal-common/lib/types/response/ResponseHandler.d.ts +0 -1
- package/src/ui/extension/node_modules/@azure/msal-common/lib/types/telemetry/performance/IPerformanceClient.d.ts +2 -2
- package/src/ui/extension/node_modules/@azure/msal-common/lib/types/telemetry/performance/PerformanceClient.d.ts +6 -7
- package/src/ui/extension/node_modules/@azure/msal-common/lib/types/telemetry/server/ServerTelemetryManager.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-common/lib/types/utils/FunctionWrappers.d.ts +2 -3
- package/src/ui/extension/node_modules/@azure/msal-common/src/authority/Authority.ts +5 -120
- package/src/ui/extension/node_modules/@azure/msal-common/src/authority/AuthorityFactory.ts +1 -6
- package/src/ui/extension/node_modules/@azure/msal-common/src/authority/AuthorityMetadata.ts +2 -16
- package/src/ui/extension/node_modules/@azure/msal-common/src/authority/RegionDiscovery.ts +1 -17
- package/src/ui/extension/node_modules/@azure/msal-common/src/cache/CacheManager.ts +3 -207
- package/src/ui/extension/node_modules/@azure/msal-common/src/cache/entities/AccountEntity.ts +2 -39
- package/src/ui/extension/node_modules/@azure/msal-common/src/client/AuthorizationCodeClient.ts +2 -52
- package/src/ui/extension/node_modules/@azure/msal-common/src/client/BaseClient.ts +2 -35
- package/src/ui/extension/node_modules/@azure/msal-common/src/client/RefreshTokenClient.ts +2 -49
- package/src/ui/extension/node_modules/@azure/msal-common/src/client/SilentFlowClient.ts +2 -19
- package/src/ui/extension/node_modules/@azure/msal-common/src/config/ClientConfiguration.ts +2 -25
- package/src/ui/extension/node_modules/@azure/msal-common/src/crypto/PopTokenGenerator.ts +2 -18
- package/src/ui/extension/node_modules/@azure/msal-common/src/error/NetworkError.ts +1 -7
- package/src/ui/extension/node_modules/@azure/msal-common/src/protocol/Authorize.ts +3 -38
- package/src/ui/extension/node_modules/@azure/msal-common/src/request/RequestParameterBuilder.ts +2 -55
- package/src/ui/extension/node_modules/@azure/msal-common/src/response/ResponseHandler.ts +9 -53
- package/src/ui/extension/node_modules/@azure/msal-common/src/telemetry/performance/IPerformanceClient.ts +3 -10
- package/src/ui/extension/node_modules/@azure/msal-common/src/telemetry/performance/PerformanceClient.ts +9 -96
- package/src/ui/extension/node_modules/@azure/msal-common/src/telemetry/server/ServerTelemetryManager.ts +4 -47
- package/src/ui/extension/node_modules/@azure/msal-common/src/url/UrlString.ts +2 -32
- package/src/ui/extension/node_modules/@azure/msal-common/src/utils/FunctionWrappers.ts +1 -5
- package/src/ui/extension/node_modules/@azure/msal-node/dist/cache/NodeStorage.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-node/dist/cache/TokenCache.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-node/dist/client/ClientApplication.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-node/dist/client/IConfidentialClientApplication.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-node/dist/client/IPublicClientApplication.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-node/dist/client/ManagedIdentityClient.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AppService.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AzureArc.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/BaseManagedIdentitySource.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/CloudShell.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/Imds.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/MachineLearning.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/ServiceFabric.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-node/dist/network/HttpClientWithRetries.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-node/dist/protocol/Authorize.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-node/dist/retry/DefaultManagedIdentityRetryPolicy.d.ts +0 -1
- package/src/ui/extension/node_modules/@azure/msal-node/dist/retry/IHttpRetryPolicy.d.ts +0 -1
- package/src/ui/extension/node_modules/@azure/msal-node/dist/retry/ImdsRetryPolicy.d.ts +0 -1
- package/src/ui/extension/node_modules/@azure/msal-node/lib/types/cache/NodeStorage.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-node/lib/types/cache/TokenCache.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-node/lib/types/client/ClientApplication.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-node/lib/types/client/IConfidentialClientApplication.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-node/lib/types/client/IPublicClientApplication.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-node/lib/types/client/ManagedIdentityClient.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/AppService.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/AzureArc.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/BaseManagedIdentitySource.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/CloudShell.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/Imds.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/MachineLearning.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/ServiceFabric.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-node/lib/types/network/HttpClientWithRetries.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-node/lib/types/protocol/Authorize.d.ts +1 -1
- package/src/ui/extension/node_modules/@azure/msal-node/lib/types/retry/DefaultManagedIdentityRetryPolicy.d.ts +0 -1
- package/src/ui/extension/node_modules/@azure/msal-node/lib/types/retry/IHttpRetryPolicy.d.ts +0 -1
- package/src/ui/extension/node_modules/@azure/msal-node/lib/types/retry/ImdsRetryPolicy.d.ts +0 -1
- package/src/ui/extension/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/parse.js +1 -9
- package/src/ui/extension/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/v1.js +2 -30
- package/src/ui/extension/node_modules/@azure/msal-node/node_modules/uuid/dist/parse.js +1 -12
- package/src/ui/extension/node_modules/@azure/msal-node/node_modules/uuid/dist/rng-browser.js +1 -5
- package/src/ui/extension/node_modules/@azure/msal-node/node_modules/uuid/dist/v1.js +2 -34
- package/src/ui/extension/node_modules/@azure/msal-node/src/cache/TokenCache.ts +3 -30
- package/src/ui/extension/node_modules/@azure/msal-node/src/cache/distributed/DistributedCachePlugin.ts +2 -9
- package/src/ui/extension/node_modules/@azure/msal-node/src/client/ClientApplication.ts +3 -44
- package/src/ui/extension/node_modules/@azure/msal-node/src/client/ClientAssertion.ts +2 -21
- package/src/ui/extension/node_modules/@azure/msal-node/src/client/ClientCredentialClient.ts +4 -49
- package/src/ui/extension/node_modules/@azure/msal-node/src/client/ConfidentialClientApplication.ts +3 -25
- package/src/ui/extension/node_modules/@azure/msal-node/src/client/DeviceCodeClient.ts +2 -28
- package/src/ui/extension/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/AppService.ts +2 -20
- package/src/ui/extension/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/AzureArc.ts +5 -43
- package/src/ui/extension/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/BaseManagedIdentitySource.ts +5 -38
- package/src/ui/extension/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/CloudShell.ts +2 -18
- package/src/ui/extension/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/Imds.ts +3 -19
- package/src/ui/extension/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/MachineLearning.ts +2 -21
- package/src/ui/extension/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/ServiceFabric.ts +2 -21
- package/src/ui/extension/node_modules/@azure/msal-node/src/client/OnBehalfOfClient.ts +2 -42
- package/src/ui/extension/node_modules/@azure/msal-node/src/client/PublicClientApplication.ts +2 -24
- package/src/ui/extension/node_modules/@azure/msal-node/src/config/Configuration.ts +2 -25
- package/src/ui/extension/node_modules/@azure/msal-node/src/network/HttpClient.ts +6 -50
- package/src/ui/extension/node_modules/@azure/msal-node/src/network/LoopbackClient.ts +2 -13
- package/src/ui/extension/node_modules/@azure/msal-node/src/retry/DefaultManagedIdentityRetryPolicy.ts +2 -11
- package/src/ui/extension/node_modules/@azure/msal-node/src/retry/IHttpRetryPolicy.ts +1 -5
- package/src/ui/extension/node_modules/@azure/msal-node/src/retry/ImdsRetryPolicy.ts +2 -18
- package/src/ui/extension/node_modules/@babel/code-frame/lib/index.js +5 -11
- package/src/ui/extension/node_modules/@babel/core/lib/config/caching.js +3 -5
- package/src/ui/extension/node_modules/@babel/core/lib/config/config-chain.js +19 -21
- package/src/ui/extension/node_modules/@babel/core/lib/config/config-descriptors.js +5 -7
- package/src/ui/extension/node_modules/@babel/core/lib/config/files/configuration.js +2 -12
- package/src/ui/extension/node_modules/@babel/core/lib/config/files/module-types.js +6 -9
- package/src/ui/extension/node_modules/@babel/core/lib/config/files/package.js +2 -4
- package/src/ui/extension/node_modules/@babel/core/lib/config/files/plugins.js +6 -8
- package/src/ui/extension/node_modules/@babel/core/lib/config/full.js +10 -12
- package/src/ui/extension/node_modules/@babel/core/lib/config/index.js +4 -6
- package/src/ui/extension/node_modules/@babel/core/lib/config/partial.js +3 -5
- package/src/ui/extension/node_modules/@babel/core/lib/config/resolve-targets-browser.js +2 -4
- package/src/ui/extension/node_modules/@babel/core/lib/config/resolve-targets.js +4 -6
- package/src/ui/extension/node_modules/@babel/core/lib/config/validation/options.js +3 -5
- package/src/ui/extension/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js +4 -6
- package/src/ui/extension/node_modules/@babel/core/lib/gensync-utils/functional.js +6 -8
- package/src/ui/extension/node_modules/@babel/core/lib/parse.js +3 -5
- package/src/ui/extension/node_modules/@babel/core/lib/parser/index.js +3 -5
- package/src/ui/extension/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js +2 -5
- package/src/ui/extension/node_modules/@babel/core/lib/tools/build-external-helpers.js +4 -6
- package/src/ui/extension/node_modules/@babel/core/lib/transform-ast.js +4 -6
- package/src/ui/extension/node_modules/@babel/core/lib/transform-file-browser.js +2 -4
- package/src/ui/extension/node_modules/@babel/core/lib/transform.js +4 -6
- package/src/ui/extension/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js +2 -4
- package/src/ui/extension/node_modules/@babel/core/lib/transformation/file/file.js +6 -8
- package/src/ui/extension/node_modules/@babel/core/lib/transformation/file/generate.js +6 -8
- package/src/ui/extension/node_modules/@babel/core/lib/transformation/index.js +2 -4
- package/src/ui/extension/node_modules/@babel/core/lib/transformation/normalize-file.js +2 -4
- package/src/ui/extension/node_modules/@babel/core/lib/transformation/normalize-opts.js +2 -4
- package/src/ui/extension/node_modules/@babel/core/lib/transformation/util/clone-deep.js +2 -4
- package/src/ui/extension/node_modules/@babel/core/lib/vendor/import-meta-resolve.js +28 -30
- package/src/ui/extension/node_modules/@babel/core/src/config/resolve-targets-browser.ts +2 -8
- package/src/ui/extension/node_modules/@babel/core/src/config/resolve-targets.ts +3 -11
- package/src/ui/extension/node_modules/@babel/core/src/transform-file-browser.ts +4 -9
- package/src/ui/extension/node_modules/@babel/generator/lib/buffer.js +2 -4
- package/src/ui/extension/node_modules/@babel/generator/lib/generators/base.js +2 -4
- package/src/ui/extension/node_modules/@babel/generator/lib/generators/classes.js +3 -5
- package/src/ui/extension/node_modules/@babel/generator/lib/generators/expressions.js +6 -8
- package/src/ui/extension/node_modules/@babel/generator/lib/generators/flow.js +11 -13
- package/src/ui/extension/node_modules/@babel/generator/lib/generators/methods.js +3 -5
- package/src/ui/extension/node_modules/@babel/generator/lib/generators/modules.js +4 -6
- package/src/ui/extension/node_modules/@babel/generator/lib/generators/statements.js +4 -6
- package/src/ui/extension/node_modules/@babel/generator/lib/generators/types.js +8 -10
- package/src/ui/extension/node_modules/@babel/generator/lib/generators/typescript.js +16 -18
- package/src/ui/extension/node_modules/@babel/generator/lib/index.js +2 -4
- package/src/ui/extension/node_modules/@babel/generator/lib/node/index.js +2 -4
- package/src/ui/extension/node_modules/@babel/generator/lib/node/parentheses.js +2 -4
- package/src/ui/extension/node_modules/@babel/generator/lib/node/whitespace.js +2 -4
- package/src/ui/extension/node_modules/@babel/generator/lib/printer.js +12 -14
- package/src/ui/extension/node_modules/@babel/generator/lib/source-map.js +2 -4
- package/src/ui/extension/node_modules/@babel/generator/lib/token-map.js +3 -5
- package/src/ui/extension/node_modules/@babel/helper-compilation-targets/lib/index.js +3 -5
- package/src/ui/extension/node_modules/@babel/helper-compilation-targets/lib/pretty.js +2 -4
- package/src/ui/extension/node_modules/@babel/helper-compilation-targets/node_modules/yallist/yallist.js +4 -63
- package/src/ui/extension/node_modules/@babel/helper-module-imports/lib/import-builder.js +2 -4
- package/src/ui/extension/node_modules/@babel/helper-module-imports/lib/import-injector.js +5 -7
- package/src/ui/extension/node_modules/@babel/helper-module-transforms/lib/get-module-name.js +3 -5
- package/src/ui/extension/node_modules/@babel/helper-module-transforms/lib/index.js +4 -8
- package/src/ui/extension/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js +4 -6
- package/src/ui/extension/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js +16 -18
- package/src/ui/extension/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js +2 -4
- package/src/ui/extension/node_modules/@babel/helper-string-parser/lib/index.js +7 -9
- package/src/ui/extension/node_modules/@babel/helper-validator-option/lib/find-suggestion.js +2 -4
- package/src/ui/extension/node_modules/@babel/helpers/lib/helpers/applyDecoratedDescriptor.js +3 -5
- package/src/ui/extension/node_modules/@babel/helpers/lib/helpers/asyncToGenerator.js +2 -4
- package/src/ui/extension/node_modules/@babel/helpers/lib/helpers/dispose.js +5 -7
- package/src/ui/extension/node_modules/@babel/helpers/lib/helpers/initializerDefineProperty.js +3 -5
- package/src/ui/extension/node_modules/@babel/helpers/lib/helpers/initializerWarningHelper.js +2 -4
- package/src/ui/extension/node_modules/@babel/helpers/lib/helpers/regeneratorAsyncIterator.js +3 -5
- package/src/ui/extension/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js +2 -5
- package/src/ui/extension/node_modules/@babel/helpers/lib/helpers/usingCtx.js +3 -5
- package/src/ui/extension/node_modules/@babel/helpers/lib/index.js +3 -5
- package/src/ui/extension/node_modules/@babel/parser/lib/index.js +211 -212
- package/src/ui/extension/node_modules/@babel/template/lib/builder.js +2 -4
- package/src/ui/extension/node_modules/@babel/template/lib/formatters.js +2 -4
- package/src/ui/extension/node_modules/@babel/template/lib/literal.js +3 -5
- package/src/ui/extension/node_modules/@babel/template/lib/options.js +2 -4
- package/src/ui/extension/node_modules/@babel/template/lib/parse.js +9 -11
- package/src/ui/extension/node_modules/@babel/template/lib/populate.js +3 -5
- package/src/ui/extension/node_modules/@babel/template/lib/string.js +2 -4
- package/src/ui/extension/node_modules/@babel/traverse/lib/cache.js +2 -4
- package/src/ui/extension/node_modules/@babel/traverse/lib/context.js +3 -5
- package/src/ui/extension/node_modules/@babel/traverse/lib/index.js +2 -4
- package/src/ui/extension/node_modules/@babel/traverse/lib/path/ancestry.js +6 -8
- package/src/ui/extension/node_modules/@babel/traverse/lib/path/comments.js +2 -4
- package/src/ui/extension/node_modules/@babel/traverse/lib/path/context.js +7 -9
- package/src/ui/extension/node_modules/@babel/traverse/lib/path/conversion.js +12 -16
- package/src/ui/extension/node_modules/@babel/traverse/lib/path/evaluation.js +7 -9
- package/src/ui/extension/node_modules/@babel/traverse/lib/path/family.js +9 -11
- package/src/ui/extension/node_modules/@babel/traverse/lib/path/index.js +2 -4
- package/src/ui/extension/node_modules/@babel/traverse/lib/path/inference/index.js +2 -4
- package/src/ui/extension/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js +6 -8
- package/src/ui/extension/node_modules/@babel/traverse/lib/path/inference/inferers.js +4 -6
- package/src/ui/extension/node_modules/@babel/traverse/lib/path/inference/util.js +2 -4
- package/src/ui/extension/node_modules/@babel/traverse/lib/path/introspection.js +8 -10
- package/src/ui/extension/node_modules/@babel/traverse/lib/path/lib/hoister.js +3 -5
- package/src/ui/extension/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js +8 -10
- package/src/ui/extension/node_modules/@babel/traverse/lib/path/modification.js +6 -8
- package/src/ui/extension/node_modules/@babel/traverse/lib/path/removal.js +2 -4
- package/src/ui/extension/node_modules/@babel/traverse/lib/path/replacement.js +3 -5
- package/src/ui/extension/node_modules/@babel/traverse/lib/scope/index.js +19 -21
- package/src/ui/extension/node_modules/@babel/traverse/lib/scope/lib/renamer.js +6 -8
- package/src/ui/extension/node_modules/@babel/traverse/lib/traverse-node.js +3 -5
- package/src/ui/extension/node_modules/@babel/traverse/lib/visitors.js +2 -4
- package/src/ui/extension/node_modules/@babel/types/lib/builders/generated/lowercase.js +3 -5
- package/src/ui/extension/node_modules/@babel/types/lib/clone/cloneNode.js +4 -6
- package/src/ui/extension/node_modules/@babel/types/lib/converters/toKeyAlias.js +2 -4
- package/src/ui/extension/node_modules/@babel/types/lib/converters/toStatement.js +2 -4
- package/src/ui/extension/node_modules/@babel/types/lib/converters/valueToNode.js +4 -6
- package/src/ui/extension/node_modules/@babel/types/lib/definitions/core.js +4 -6
- package/src/ui/extension/node_modules/@babel/types/lib/definitions/utils.js +4 -6
- package/src/ui/extension/node_modules/@babel/types/lib/retrievers/getFunctionName.js +2 -4
- package/src/ui/extension/node_modules/@babel/types/lib/traverse/traverse.js +2 -4
- package/src/ui/extension/node_modules/@babel/types/lib/utils/deprecationWarning.js +4 -6
- package/src/ui/extension/node_modules/@babel/types/lib/validators/matchesPattern.js +3 -5
- package/src/ui/extension/node_modules/@cspotcode/source-map-support/source-map-support.d.ts +2 -9
- package/src/ui/extension/node_modules/@cspotcode/source-map-support/source-map-support.js +5 -101
- package/src/ui/extension/node_modules/@eslint/eslintrc/lib/cascading-config-array-factory.js +5 -71
- package/src/ui/extension/node_modules/@eslint/eslintrc/lib/config-array/config-dependency.js +2 -19
- package/src/ui/extension/node_modules/@eslint/eslintrc/lib/config-array/extracted-config.js +2 -23
- package/src/ui/extension/node_modules/@eslint/eslintrc/lib/config-array-factory.js +12 -147
- package/src/ui/extension/node_modules/@eslint/eslintrc/lib/flat-compat.js +2 -59
- package/src/ui/extension/node_modules/@eslint/eslintrc/lib/shared/config-validator.js +2 -52
- package/src/ui/extension/node_modules/@eslint/eslintrc/lib/shared/relative-module-resolver.js +2 -7
- package/src/ui/extension/node_modules/@eslint-community/eslint-utils/index.js +4 -201
- package/src/ui/extension/node_modules/@eslint-community/regexpp/index.js +2 -16
- package/src/ui/extension/node_modules/@humanwhocodes/config-array/api.js +5 -214
- package/src/ui/extension/node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/lib/argument_parser.js +2 -165
- package/src/ui/extension/node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/lib/help/formatter.js +2 -115
- package/src/ui/extension/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/bin/js-yaml.js +4 -44
- package/src/ui/extension/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/dist/js-yaml.js +2 -868
- package/src/ui/extension/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml/dumper.js +2 -133
- package/src/ui/extension/node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate/index.js +2 -13
- package/src/ui/extension/node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from/index.js +3 -11
- package/src/ui/extension/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +4 -11
- package/src/ui/extension/node_modules/@nodelib/fs.scandir/out/adapters/fs.d.ts +3 -3
- package/src/ui/extension/node_modules/@nodelib/fs.scandir/out/index.d.ts +3 -3
- package/src/ui/extension/node_modules/@nodelib/fs.scandir/out/index.js +2 -2
- package/src/ui/extension/node_modules/@nodelib/fs.scandir/out/providers/async.d.ts +4 -4
- package/src/ui/extension/node_modules/@nodelib/fs.scandir/out/providers/async.js +6 -6
- package/src/ui/extension/node_modules/@nodelib/fs.scandir/out/providers/sync.js +2 -2
- package/src/ui/extension/node_modules/@nodelib/fs.stat/out/adapters/fs.d.ts +2 -2
- package/src/ui/extension/node_modules/@nodelib/fs.stat/out/index.d.ts +3 -3
- package/src/ui/extension/node_modules/@nodelib/fs.stat/out/index.js +2 -2
- package/src/ui/extension/node_modules/@nodelib/fs.stat/out/providers/async.d.ts +2 -2
- package/src/ui/extension/node_modules/@nodelib/fs.stat/out/providers/async.js +4 -4
- package/src/ui/extension/node_modules/@nodelib/fs.stat/out/providers/sync.js +2 -2
- package/src/ui/extension/node_modules/@nodelib/fs.walk/out/index.d.ts +3 -3
- package/src/ui/extension/node_modules/@nodelib/fs.walk/out/index.js +2 -2
- package/src/ui/extension/node_modules/@nodelib/fs.walk/out/providers/async.d.ts +3 -3
- package/src/ui/extension/node_modules/@nodelib/fs.walk/out/providers/async.js +4 -4
- package/src/ui/extension/node_modules/@nodelib/fs.walk/out/readers/async.d.ts +5 -5
- package/src/ui/extension/node_modules/@nodelib/fs.walk/out/readers/async.js +5 -5
- package/src/ui/extension/node_modules/@nodelib/fs.walk/out/readers/common.d.ts +2 -2
- package/src/ui/extension/node_modules/@nodelib/fs.walk/out/readers/common.js +2 -2
- package/src/ui/extension/node_modules/@nodelib/fs.walk/out/readers/sync.js +3 -3
- package/src/ui/extension/node_modules/@sinonjs/commons/lib/prototypes/throws-on-proto.js +2 -4
- package/src/ui/extension/node_modules/@sinonjs/fake-timers/src/fake-timers-src.js +13 -233
- package/src/ui/extension/node_modules/@sinonjs/samsam/lib/deep-equal-benchmark.js +2 -7
- package/src/ui/extension/node_modules/@sinonjs/samsam/lib/match.js +2 -1
- package/src/ui/extension/node_modules/@sinonjs/text-encoding/lib/encoding.js +4 -4
- package/src/ui/extension/node_modules/@types/mocha/index.d.ts +194 -570
- package/src/ui/extension/node_modules/@types/node/assert.d.ts +2 -2
- package/src/ui/extension/node_modules/@types/node/async_hooks.d.ts +63 -63
- package/src/ui/extension/node_modules/@types/node/child_process.d.ts +60 -60
- package/src/ui/extension/node_modules/@types/node/cluster.d.ts +93 -93
- package/src/ui/extension/node_modules/@types/node/console.d.ts +2 -2
- package/src/ui/extension/node_modules/@types/node/constants.d.ts +2 -3
- package/src/ui/extension/node_modules/@types/node/crypto.d.ts +79 -79
- package/src/ui/extension/node_modules/@types/node/dgram.d.ts +44 -44
- package/src/ui/extension/node_modules/@types/node/diagnostics_channel.d.ts +2 -2
- package/src/ui/extension/node_modules/@types/node/dns/promises.d.ts +25 -25
- package/src/ui/extension/node_modules/@types/node/dom-events.d.ts +2 -12
- package/src/ui/extension/node_modules/@types/node/events.d.ts +3 -12
- package/src/ui/extension/node_modules/@types/node/fs/promises.d.ts +2 -6
- package/src/ui/extension/node_modules/@types/node/fs.d.ts +196 -205
- package/src/ui/extension/node_modules/@types/node/http.d.ts +153 -157
- package/src/ui/extension/node_modules/@types/node/http2.d.ts +535 -535
- package/src/ui/extension/node_modules/@types/node/https.d.ts +100 -100
- package/src/ui/extension/node_modules/@types/node/inspector.d.ts +171 -174
- package/src/ui/extension/node_modules/@types/node/module.d.ts +3 -3
- package/src/ui/extension/node_modules/@types/node/net.d.ts +92 -92
- package/src/ui/extension/node_modules/@types/node/os.d.ts +153 -153
- package/src/ui/extension/node_modules/@types/node/path.d.ts +2 -2
- package/src/ui/extension/node_modules/@types/node/perf_hooks.d.ts +13 -14
- package/src/ui/extension/node_modules/@types/node/process.d.ts +89 -89
- package/src/ui/extension/node_modules/@types/node/punycode.d.ts +3 -3
- package/src/ui/extension/node_modules/@types/node/querystring.d.ts +3 -3
- package/src/ui/extension/node_modules/@types/node/readline.d.ts +57 -58
- package/src/ui/extension/node_modules/@types/node/repl.d.ts +65 -65
- package/src/ui/extension/node_modules/@types/node/stream/web.d.ts +18 -36
- package/src/ui/extension/node_modules/@types/node/stream.d.ts +204 -208
- package/src/ui/extension/node_modules/@types/node/test.d.ts +74 -122
- package/src/ui/extension/node_modules/@types/node/timers/promises.d.ts +2 -2
- package/src/ui/extension/node_modules/@types/node/timers.d.ts +5 -5
- package/src/ui/extension/node_modules/@types/node/tls.d.ts +75 -75
- package/src/ui/extension/node_modules/@types/node/tty.d.ts +14 -14
- package/src/ui/extension/node_modules/@types/node/util.d.ts +29 -58
- package/src/ui/extension/node_modules/@types/node/v8.d.ts +6 -6
- package/src/ui/extension/node_modules/@types/node/worker_threads.d.ts +88 -91
- package/src/ui/extension/node_modules/@types/node/zlib.d.ts +159 -159
- package/src/ui/extension/node_modules/@types/node-fetch/externals.d.ts +5 -11
- package/src/ui/extension/node_modules/@types/node-fetch/index.d.ts +2 -28
- package/src/ui/extension/node_modules/@types/sinon/index.d.ts +13 -88
- package/src/ui/extension/node_modules/@types/sinon-chai/index.d.ts +2 -6
- package/src/ui/extension/node_modules/@types/sinonjs__fake-timers/index.d.ts +4 -55
- package/src/ui/extension/node_modules/@types/vscode/index.d.ts +23 -2250
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/array-type.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/await-thenable.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-types.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/block-spacing.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/brace-style.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-dangle.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-spacing.js +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-generic-constructors.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/default-param-last.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/dot-notation.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.js +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/func-call-spacing.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.js +10 -10
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/init-declarations.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/key-spacing.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/keyword-spacing.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/lines-around-comment.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/lines-between-class-members.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-delimiter-style.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.js +4 -4
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/parse-options.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator.js +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-enum-values.js +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-imports.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-type-constituents.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-function.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-parens.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-semi.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implicit-any-catch.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-import-type-side-effects.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers.js +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-new.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-mixed-enums.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-namespace.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-parameter-properties.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redeclare.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redundant-type-constituents.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-require-imports.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-throw-literal.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-type-alias.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment.js +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-declaration-merging.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-enum-comparison.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js +3 -32
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-empty-export.js +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-var-requires.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/object-curly-spacing.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/padding-line-between-statements.js +3 -3
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/parameter-properties.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.js +3 -3
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.js +6 -6
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.js +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/quotes.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-await.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/return-await.js +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/semi.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-constituents.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-union-intersection-members.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-blocks.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-function-paren.js +3 -3
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-infix-ops.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.js +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/type-annotation-spacing.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.js +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js +6 -6
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/util/getStringLength.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/eslint-plugin/dist/util/objectIterators.js +3 -3
- package/src/ui/extension/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.d.ts +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.d.ts +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js +3 -3
- package/src/ui/extension/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.d.ts +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.js +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.d.ts +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.d.ts +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.js +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.d.ts +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.js +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.d.ts +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js +14 -14
- package/src/ui/extension/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.d.ts +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/type-utils/dist/getTokenAtPosition.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/convert.d.ts +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/node-utils.d.ts +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/typescript-estree/dist/convert.js +6 -6
- package/src/ui/extension/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.js +3 -3
- package/src/ui/extension/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.d.ts +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/typescript-estree/dist/parser.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils/eslint-utils/PatternMatcher.d.ts +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/utils/_ts3.4/dist/eslint-utils/RuleCreator.d.ts +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint/Rule.d.ts +3 -3
- package/src/ui/extension/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint/RuleTester.d.ts +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint/Scope.d.ts +3 -3
- package/src/ui/extension/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint-scope/PatternVisitor.d.ts +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint-scope/Referencer.d.ts +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/PatternMatcher.d.ts +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.d.ts +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/utils/dist/eslint-utils/getParserServices.js +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.d.ts +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.d.ts +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.d.ts +2 -2
- package/src/ui/extension/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/PatternVisitor.d.ts +1 -1
- package/src/ui/extension/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Referencer.d.ts +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/browser/client/apiVersionPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/browser/client/clientHelpers.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/browser/client/sendRequest.js +2 -2
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/browser/client/urlHelpers.js +2 -2
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/browser/fetchHttpClient.js +3 -3
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/browser/logger/debug.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/browser/logger/logger.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/browser/nodeHttpClient.js +7 -7
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/browser/pipeline.d.ts +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/browser/pipeline.js +2 -2
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/browser/policies/agentPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/browser/policies/auth/apiKeyAuthenticationPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/browser/policies/auth/basicAuthenticationPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/browser/policies/auth/bearerAuthenticationPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/browser/policies/auth/oauth2AuthenticationPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/browser/policies/formDataPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/browser/policies/logPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/browser/policies/multipartPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/browser/policies/redirectPolicy.js +2 -2
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/browser/policies/retryPolicy.js +3 -3
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/browser/policies/tlsPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/browser/policies/userAgentPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/browser/util/sha256.common.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/browser/xhrHttpClient.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/commonjs/client/apiVersionPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/commonjs/client/clientHelpers.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/commonjs/client/sendRequest.js +2 -2
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/commonjs/client/urlHelpers.js +2 -2
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/commonjs/fetchHttpClient.js +3 -3
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/commonjs/logger/debug.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/commonjs/logger/logger.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/commonjs/nodeHttpClient.js +7 -7
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/commonjs/pipeline.d.ts +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/commonjs/pipeline.js +2 -2
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/agentPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/auth/apiKeyAuthenticationPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/auth/basicAuthenticationPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/auth/bearerAuthenticationPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/auth/oauth2AuthenticationPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/decompressResponsePolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/formDataPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/logPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/multipartPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/proxyPolicy.js +2 -2
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/redirectPolicy.js +2 -2
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/retryPolicy.js +3 -3
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/tlsPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/userAgentPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/sha256.common.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/commonjs/xhrHttpClient.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/esm/client/apiVersionPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/esm/client/clientHelpers.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/esm/client/sendRequest.js +2 -2
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/esm/client/urlHelpers.js +2 -2
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/esm/fetchHttpClient.js +3 -3
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/esm/logger/debug.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/esm/logger/logger.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/esm/nodeHttpClient.js +7 -7
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/esm/pipeline.d.ts +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/esm/pipeline.js +2 -2
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/esm/policies/agentPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/esm/policies/auth/apiKeyAuthenticationPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/esm/policies/auth/basicAuthenticationPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/esm/policies/auth/bearerAuthenticationPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/esm/policies/auth/oauth2AuthenticationPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/esm/policies/decompressResponsePolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/esm/policies/formDataPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/esm/policies/logPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/esm/policies/multipartPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/esm/policies/proxyPolicy.js +2 -2
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/esm/policies/redirectPolicy.js +2 -2
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/esm/policies/retryPolicy.js +3 -3
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/esm/policies/tlsPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/esm/policies/userAgentPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/esm/util/sha256.common.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/esm/xhrHttpClient.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/react-native/client/apiVersionPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/react-native/client/clientHelpers.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/react-native/client/sendRequest.js +2 -2
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/react-native/client/urlHelpers.js +2 -2
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/react-native/fetchHttpClient.js +3 -3
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/react-native/logger/debug.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/react-native/logger/logger.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/react-native/nodeHttpClient.js +7 -7
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/react-native/pipeline.d.ts +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/react-native/pipeline.js +2 -2
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/agentPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/auth/apiKeyAuthenticationPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/auth/basicAuthenticationPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/auth/bearerAuthenticationPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/auth/oauth2AuthenticationPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/decompressResponsePolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/formDataPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/logPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/multipartPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/redirectPolicy.js +2 -2
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/retryPolicy.js +3 -3
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/tlsPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/userAgentPolicy.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/react-native/util/sha256.common.js +1 -1
- package/src/ui/extension/node_modules/@typespec/ts-http-runtime/dist/react-native/xhrHttpClient.js +1 -1
- package/src/ui/extension/node_modules/@ungap/structured-clone/cjs/deserialize.js +2 -9
- package/src/ui/extension/node_modules/@ungap/structured-clone/cjs/serialize.js +2 -21
- package/src/ui/extension/node_modules/@vscode/test-electron/out/download.js +3 -3
- package/src/ui/extension/node_modules/@vscode/test-electron/out/progress.js +2 -2
- package/src/ui/extension/node_modules/@vscode/test-electron/out/request.js +3 -3
- package/src/ui/extension/node_modules/@vscode/test-electron/out/runTest.js +2 -2
- package/src/ui/extension/node_modules/@vscode/test-electron/out/util.js +4 -4
- package/src/ui/extension/node_modules/@vscode/vsce/out/auth.js +1 -1
- package/src/ui/extension/node_modules/@vscode/vsce/out/npm.js +1 -1
- package/src/ui/extension/node_modules/@vscode/vsce/out/package.js +9 -10
- package/src/ui/extension/node_modules/@vscode/vsce/out/publish.js +3 -3
- package/src/ui/extension/node_modules/@vscode/vsce/out/store.js +2 -2
- package/src/ui/extension/node_modules/@vscode/vsce/out/util.js +2 -2
- package/src/ui/extension/node_modules/@vscode/vsce/out/validation.js +1 -1
- package/src/ui/extension/node_modules/@vscode/vsce-sign/src/main.js +1 -29
- package/src/ui/extension/node_modules/@vscode/vsce-sign/src/postinstall.js +1 -22
- package/src/ui/extension/node_modules/@vscode/vsce-sign/src/target.js +3 -24
- package/src/ui/extension/node_modules/acorn/dist/acorn.js +34 -778
- package/src/ui/extension/node_modules/acorn-jsx/index.js +5 -70
- package/src/ui/extension/node_modules/acorn-walk/dist/walk.d.ts +3 -23
- package/src/ui/extension/node_modules/acorn-walk/dist/walk.js +3 -44
- package/src/ui/extension/node_modules/agent-base/dist/index.d.ts +2 -2
- package/src/ui/extension/node_modules/agent-base/dist/index.js +1 -1
- package/src/ui/extension/node_modules/agentkeepalive/index.d.ts +3 -13
- package/src/ui/extension/node_modules/agentkeepalive/lib/agent.js +2 -44
- package/src/ui/extension/node_modules/agentkeepalive/lib/https_agent.js +2 -10
- package/src/ui/extension/node_modules/ajv/dist/ajv.bundle.js +13 -530
- package/src/ui/extension/node_modules/ajv/lib/ajv.js +6 -84
- package/src/ui/extension/node_modules/ajv/lib/compile/async.js +3 -21
- package/src/ui/extension/node_modules/ajv/lib/compile/resolve.js +4 -39
- package/src/ui/extension/node_modules/ansi-colors/types/index.d.ts +48 -71
- package/src/ui/extension/node_modules/append-transform/index.js +3 -21
- package/src/ui/extension/node_modules/argparse/argparse.js +301 -767
- package/src/ui/extension/node_modules/argparse/lib/sub.js +2 -13
- package/src/ui/extension/node_modules/argparse/lib/textwrap.js +5 -51
- package/src/ui/extension/node_modules/assertion-error/index.js +2 -25
- package/src/ui/extension/node_modules/asynckit/lib/async.js +2 -6
- package/src/ui/extension/node_modules/asynckit/lib/iterate.js +3 -12
- package/src/ui/extension/node_modules/asynckit/lib/readable_parallel.js +2 -6
- package/src/ui/extension/node_modules/asynckit/lib/readable_serial.js +2 -6
- package/src/ui/extension/node_modules/asynckit/lib/readable_serial_ordered.js +2 -6
- package/src/ui/extension/node_modules/asynckit/lib/streamify.js +5 -23
- package/src/ui/extension/node_modules/asynckit/lib/terminator.js +2 -7
- package/src/ui/extension/node_modules/asynckit/parallel.js +2 -8
- package/src/ui/extension/node_modules/asynckit/serial.js +2 -4
- package/src/ui/extension/node_modules/asynckit/serialOrdered.js +3 -13
- package/src/ui/extension/node_modules/azure-devops-node-api/AlertApi.js +9 -9
- package/src/ui/extension/node_modules/azure-devops-node-api/BuildApi.js +90 -90
- package/src/ui/extension/node_modules/azure-devops-node-api/CoreApi.js +34 -34
- package/src/ui/extension/node_modules/azure-devops-node-api/DashboardApi.js +14 -14
- package/src/ui/extension/node_modules/azure-devops-node-api/ExtensionManagementApi.js +26 -26
- package/src/ui/extension/node_modules/azure-devops-node-api/FeatureManagementApi.js +10 -10
- package/src/ui/extension/node_modules/azure-devops-node-api/FileContainerApi.js +6 -6
- package/src/ui/extension/node_modules/azure-devops-node-api/FileContainerApiBase.js +5 -5
- package/src/ui/extension/node_modules/azure-devops-node-api/GalleryApi.js +74 -74
- package/src/ui/extension/node_modules/azure-devops-node-api/GalleryCompatHttpClientBase.js +5 -5
- package/src/ui/extension/node_modules/azure-devops-node-api/GitApi.js +138 -138
- package/src/ui/extension/node_modules/azure-devops-node-api/LocationsApi.js +10 -10
- package/src/ui/extension/node_modules/azure-devops-node-api/ManagementApi.js +18 -18
- package/src/ui/extension/node_modules/azure-devops-node-api/NotificationApi.js +25 -25
- package/src/ui/extension/node_modules/azure-devops-node-api/PolicyApi.js +13 -13
- package/src/ui/extension/node_modules/azure-devops-node-api/ProfileApi.js +18 -18
- package/src/ui/extension/node_modules/azure-devops-node-api/ProjectAnalysisApi.js +5 -5
- package/src/ui/extension/node_modules/azure-devops-node-api/ReleaseApi.js +79 -79
- package/src/ui/extension/node_modules/azure-devops-node-api/SecurityRolesApi.js +7 -7
- package/src/ui/extension/node_modules/azure-devops-node-api/TaskAgentApi.js +2 -2
- package/src/ui/extension/node_modules/azure-devops-node-api/TaskAgentApiBase.js +152 -152
- package/src/ui/extension/node_modules/azure-devops-node-api/TaskApi.js +25 -25
- package/src/ui/extension/node_modules/azure-devops-node-api/TestApi.js +71 -71
- package/src/ui/extension/node_modules/azure-devops-node-api/TestPlanApi.js +42 -42
- package/src/ui/extension/node_modules/azure-devops-node-api/TestResultsApi.js +91 -91
- package/src/ui/extension/node_modules/azure-devops-node-api/TfvcApi.js +21 -21
- package/src/ui/extension/node_modules/azure-devops-node-api/VsoClient.js +7 -7
- package/src/ui/extension/node_modules/azure-devops-node-api/WebApi.js +3 -3
- package/src/ui/extension/node_modules/azure-devops-node-api/WikiApi.js +18 -18
- package/src/ui/extension/node_modules/azure-devops-node-api/WorkApi.js +58 -58
- package/src/ui/extension/node_modules/azure-devops-node-api/WorkItemTrackingApi.js +87 -87
- package/src/ui/extension/node_modules/azure-devops-node-api/WorkItemTrackingProcessApi.js +58 -58
- package/src/ui/extension/node_modules/azure-devops-node-api/WorkItemTrackingProcessDefinitionsApi.js +47 -47
- package/src/ui/extension/node_modules/azure-devops-node-api/interfaces/common/VsoBaseInterfaces.d.ts +2 -2
- package/src/ui/extension/node_modules/azure-devops-node-api/opensource/node-http-ntlm/ntlm.js +2 -2
- package/src/ui/extension/node_modules/bl/bl.js +4 -23
- package/src/ui/extension/node_modules/bl/node_modules/readable-stream/errors.js +3 -18
- package/src/ui/extension/node_modules/bl/node_modules/readable-stream/lib/_stream_readable.js +1 -71
- package/src/ui/extension/node_modules/bl/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +2 -4
- package/src/ui/extension/node_modules/bl/node_modules/readable-stream/lib/internal/streams/from.js +2 -3
- package/src/ui/extension/node_modules/bl/node_modules/readable-stream/lib/internal/streams/pipeline.js +2 -5
- package/src/ui/extension/node_modules/braces/lib/parse.js +10 -76
- package/src/ui/extension/node_modules/browserslist/browser.js +2 -16
- package/src/ui/extension/node_modules/browserslist/index.d.ts +9 -36
- package/src/ui/extension/node_modules/browserslist/index.js +43 -112
- package/src/ui/extension/node_modules/browserslist/node.js +2 -54
- package/src/ui/extension/node_modules/caching-transform/index.js +3 -19
- package/src/ui/extension/node_modules/call-bind-apply-helpers/index.d.ts +4 -11
- package/src/ui/extension/node_modules/call-bound/index.d.ts +3 -15
- package/src/ui/extension/node_modules/chai/chai.js +5 -1145
- package/src/ui/extension/node_modules/chai/lib/chai/core/assertions.js +2 -1
- package/src/ui/extension/node_modules/chai-as-promised/lib/chai-as-promised.js +4 -70
- package/src/ui/extension/node_modules/chalk/templates.js +3 -25
- package/src/ui/extension/node_modules/cheerio/dist/browser/api/css.js +1 -1
- package/src/ui/extension/node_modules/cheerio/dist/browser/api/manipulation.js +2 -2
- package/src/ui/extension/node_modules/cheerio/dist/browser/api/traversing.js +3 -3
- package/src/ui/extension/node_modules/cheerio/dist/browser/cheerio.d.ts +1 -1
- package/src/ui/extension/node_modules/cheerio/dist/browser/load-parse.js +1 -1
- package/src/ui/extension/node_modules/cheerio/dist/browser/load.js +3 -3
- package/src/ui/extension/node_modules/cheerio/dist/browser/parse.d.ts +1 -1
- package/src/ui/extension/node_modules/cheerio/dist/browser/parse.js +1 -1
- package/src/ui/extension/node_modules/cheerio/dist/browser/parsers/parse5-adapter.d.ts +1 -1
- package/src/ui/extension/node_modules/cheerio/dist/browser/parsers/parse5-adapter.js +1 -1
- package/src/ui/extension/node_modules/cheerio/dist/browser/static.js +2 -2
- package/src/ui/extension/node_modules/cheerio/dist/commonjs/api/css.js +1 -1
- package/src/ui/extension/node_modules/cheerio/dist/commonjs/api/manipulation.js +2 -2
- package/src/ui/extension/node_modules/cheerio/dist/commonjs/api/traversing.js +3 -3
- package/src/ui/extension/node_modules/cheerio/dist/commonjs/cheerio.d.ts +1 -1
- package/src/ui/extension/node_modules/cheerio/dist/commonjs/index.js +3 -3
- package/src/ui/extension/node_modules/cheerio/dist/commonjs/load-parse.js +1 -1
- package/src/ui/extension/node_modules/cheerio/dist/commonjs/load.js +3 -3
- package/src/ui/extension/node_modules/cheerio/dist/commonjs/parse.d.ts +1 -1
- package/src/ui/extension/node_modules/cheerio/dist/commonjs/parse.js +1 -1
- package/src/ui/extension/node_modules/cheerio/dist/commonjs/parsers/parse5-adapter.d.ts +1 -1
- package/src/ui/extension/node_modules/cheerio/dist/commonjs/parsers/parse5-adapter.js +1 -1
- package/src/ui/extension/node_modules/cheerio/dist/commonjs/static.js +2 -2
- package/src/ui/extension/node_modules/cheerio/dist/esm/api/css.js +1 -1
- package/src/ui/extension/node_modules/cheerio/dist/esm/api/manipulation.js +2 -2
- package/src/ui/extension/node_modules/cheerio/dist/esm/api/traversing.js +3 -3
- package/src/ui/extension/node_modules/cheerio/dist/esm/cheerio.d.ts +1 -1
- package/src/ui/extension/node_modules/cheerio/dist/esm/index.js +3 -3
- package/src/ui/extension/node_modules/cheerio/dist/esm/load-parse.js +1 -1
- package/src/ui/extension/node_modules/cheerio/dist/esm/load.js +3 -3
- package/src/ui/extension/node_modules/cheerio/dist/esm/parse.d.ts +1 -1
- package/src/ui/extension/node_modules/cheerio/dist/esm/parse.js +1 -1
- package/src/ui/extension/node_modules/cheerio/dist/esm/parsers/parse5-adapter.d.ts +1 -1
- package/src/ui/extension/node_modules/cheerio/dist/esm/parsers/parse5-adapter.js +1 -1
- package/src/ui/extension/node_modules/cheerio/dist/esm/static.js +2 -2
- package/src/ui/extension/node_modules/cheerio/src/__tests__/deprecated.spec.ts +2 -31
- package/src/ui/extension/node_modules/cheerio/src/api/attributes.spec.ts +11 -202
- package/src/ui/extension/node_modules/cheerio/src/api/css.spec.ts +2 -21
- package/src/ui/extension/node_modules/cheerio/src/api/css.ts +2 -18
- package/src/ui/extension/node_modules/cheerio/src/api/forms.spec.ts +2 -20
- package/src/ui/extension/node_modules/cheerio/src/api/manipulation.spec.ts +6 -364
- package/src/ui/extension/node_modules/cheerio/src/api/manipulation.ts +3 -110
- package/src/ui/extension/node_modules/cheerio/src/api/traversing.spec.ts +8 -263
- package/src/ui/extension/node_modules/cheerio/src/api/traversing.ts +3 -73
- package/src/ui/extension/node_modules/cheerio/src/index.spec.ts +6 -50
- package/src/ui/extension/node_modules/cheerio/src/index.ts +5 -38
- package/src/ui/extension/node_modules/cheerio/src/load-parse.ts +2 -4
- package/src/ui/extension/node_modules/cheerio/src/parse.spec.ts +2 -72
- package/src/ui/extension/node_modules/cheerio/src/static.spec.ts +4 -59
- package/src/ui/extension/node_modules/cheerio/src/static.ts +2 -29
- package/src/ui/extension/node_modules/cheerio/src/utils.ts +2 -11
- package/src/ui/extension/node_modules/cheerio-select/lib/esm/index.js +1 -1
- package/src/ui/extension/node_modules/chokidar/index.js +12 -136
- package/src/ui/extension/node_modules/chokidar/lib/fsevents-handler.js +14 -76
- package/src/ui/extension/node_modules/chokidar/lib/nodefs-handler.js +12 -82
- package/src/ui/extension/node_modules/chokidar/types/index.d.ts +8 -42
- package/src/ui/extension/node_modules/chownr/chownr.js +2 -23
- package/src/ui/extension/node_modules/cliui/build/lib/index.js +3 -3
- package/src/ui/extension/node_modules/cockatiel/dist/CircuitBreakerPolicy.js +3 -2
- package/src/ui/extension/node_modules/cockatiel/dist/Policy.d.ts +3 -3
- package/src/ui/extension/node_modules/cockatiel/dist/Policy.js +2 -2
- package/src/ui/extension/node_modules/cockatiel/dist/RetryPolicy.js +2 -2
- package/src/ui/extension/node_modules/cockatiel/dist/backoff/Backoff.d.ts +2 -2
- package/src/ui/extension/node_modules/cockatiel/dist/backoff/DelegateBackoff.d.ts +3 -3
- package/src/ui/extension/node_modules/cockatiel/dist/backoff/DelegateBackoff.js +2 -2
- package/src/ui/extension/node_modules/cockatiel/dist/common/Event.d.ts +3 -3
- package/src/ui/extension/node_modules/cockatiel/dist/common/Event.js +3 -3
- package/src/ui/extension/node_modules/cockatiel/dist/common/defer.d.ts +2 -2
- package/src/ui/extension/node_modules/cockatiel/dist/common/defer.js +2 -2
- package/src/ui/extension/node_modules/cockatiel/dist/esm/CircuitBreakerPolicy.js +3 -2
- package/src/ui/extension/node_modules/cockatiel/dist/esm/Policy.d.ts +3 -3
- package/src/ui/extension/node_modules/cockatiel/dist/esm/Policy.js +2 -2
- package/src/ui/extension/node_modules/cockatiel/dist/esm/RetryPolicy.js +2 -2
- package/src/ui/extension/node_modules/cockatiel/dist/esm/backoff/Backoff.d.ts +2 -2
- package/src/ui/extension/node_modules/cockatiel/dist/esm/backoff/DelegateBackoff.d.ts +3 -3
- package/src/ui/extension/node_modules/cockatiel/dist/esm/backoff/DelegateBackoff.js +2 -2
- package/src/ui/extension/node_modules/cockatiel/dist/esm/common/Event.d.ts +3 -3
- package/src/ui/extension/node_modules/cockatiel/dist/esm/common/Event.js +3 -3
- package/src/ui/extension/node_modules/cockatiel/dist/esm/common/defer.d.ts +2 -2
- package/src/ui/extension/node_modules/cockatiel/dist/esm/common/defer.js +2 -2
- package/src/ui/extension/node_modules/commander/index.js +9 -223
- package/src/ui/extension/node_modules/commander/typings/index.d.ts +2 -42
- package/src/ui/extension/node_modules/cross-spawn/lib/util/readShebang.js +2 -8
- package/src/ui/extension/node_modules/cross-spawn/lib/util/resolveCommand.js +2 -11
- package/src/ui/extension/node_modules/css-select/lib/attributes.d.ts +1 -1
- package/src/ui/extension/node_modules/css-select/lib/attributes.js +8 -8
- package/src/ui/extension/node_modules/css-select/lib/compile.js +5 -5
- package/src/ui/extension/node_modules/css-select/lib/esm/attributes.d.ts +1 -1
- package/src/ui/extension/node_modules/css-select/lib/esm/attributes.js +8 -8
- package/src/ui/extension/node_modules/css-select/lib/esm/compile.js +6 -6
- package/src/ui/extension/node_modules/css-select/lib/esm/general.js +2 -2
- package/src/ui/extension/node_modules/css-select/lib/esm/index.js +1 -1
- package/src/ui/extension/node_modules/css-select/lib/esm/pseudo-selectors/filters.d.ts +1 -1
- package/src/ui/extension/node_modules/css-select/lib/esm/pseudo-selectors/filters.js +6 -6
- package/src/ui/extension/node_modules/css-select/lib/esm/pseudo-selectors/index.js +1 -1
- package/src/ui/extension/node_modules/css-select/lib/esm/pseudo-selectors/subselects.d.ts +1 -1
- package/src/ui/extension/node_modules/css-select/lib/esm/pseudo-selectors/subselects.js +4 -4
- package/src/ui/extension/node_modules/css-select/lib/general.js +1 -1
- package/src/ui/extension/node_modules/css-select/lib/index.js +1 -1
- package/src/ui/extension/node_modules/css-select/lib/pseudo-selectors/filters.d.ts +1 -1
- package/src/ui/extension/node_modules/css-select/lib/pseudo-selectors/filters.js +10 -10
- package/src/ui/extension/node_modules/css-select/lib/pseudo-selectors/index.js +1 -1
- package/src/ui/extension/node_modules/css-select/lib/pseudo-selectors/subselects.d.ts +1 -1
- package/src/ui/extension/node_modules/css-select/lib/pseudo-selectors/subselects.js +4 -4
- package/src/ui/extension/node_modules/css-what/lib/es/parse.js +3 -3
- package/src/ui/extension/node_modules/debug/src/browser.js +7 -34
- package/src/ui/extension/node_modules/debug/src/common.js +4 -46
- package/src/ui/extension/node_modules/debug/src/node.js +2 -34
- package/src/ui/extension/node_modules/decompress-response/index.js +4 -18
- package/src/ui/extension/node_modules/default-require-extensions/json.js +2 -4
- package/src/ui/extension/node_modules/detect-libc/lib/detect-libc.js +3 -30
- package/src/ui/extension/node_modules/diff/dist/diff.js +8 -330
- package/src/ui/extension/node_modules/diff/lib/diff/array.js +2 -10
- package/src/ui/extension/node_modules/diff/lib/diff/base.js +3 -68
- package/src/ui/extension/node_modules/diff/lib/diff/css.js +2 -9
- package/src/ui/extension/node_modules/diff/lib/diff/line.js +3 -20
- package/src/ui/extension/node_modules/diff/lib/diff/sentence.js +2 -9
- package/src/ui/extension/node_modules/diff/lib/index.es6.js +8 -327
- package/src/ui/extension/node_modules/doctrine/lib/doctrine.js +2 -123
- package/src/ui/extension/node_modules/domhandler/lib/esm/index.d.ts +3 -3
- package/src/ui/extension/node_modules/domhandler/lib/esm/index.js +5 -5
- package/src/ui/extension/node_modules/domhandler/lib/esm/node.js +3 -3
- package/src/ui/extension/node_modules/domhandler/lib/index.d.ts +3 -3
- package/src/ui/extension/node_modules/domhandler/lib/index.js +5 -5
- package/src/ui/extension/node_modules/domhandler/lib/node.js +2 -2
- package/src/ui/extension/node_modules/domutils/lib/esm/manipulation.d.ts +1 -1
- package/src/ui/extension/node_modules/domutils/lib/esm/manipulation.js +2 -2
- package/src/ui/extension/node_modules/domutils/lib/manipulation.d.ts +1 -1
- package/src/ui/extension/node_modules/domutils/lib/manipulation.js +2 -2
- package/src/ui/extension/node_modules/encoding-sniffer/dist/commonjs/index.d.ts +2 -2
- package/src/ui/extension/node_modules/encoding-sniffer/dist/commonjs/index.js +2 -2
- package/src/ui/extension/node_modules/encoding-sniffer/dist/esm/index.d.ts +2 -2
- package/src/ui/extension/node_modules/encoding-sniffer/dist/esm/index.js +2 -2
- package/src/ui/extension/node_modules/end-of-stream/index.js +2 -21
- package/src/ui/extension/node_modules/entities/lib/esm/encode.js +1 -1
- package/src/ui/extension/node_modules/entities/lib/esm/escape.js +2 -2
- package/src/ui/extension/node_modules/escalade/dist/index.js +2 -6
- package/src/ui/extension/node_modules/escalade/sync/index.js +2 -5
- package/src/ui/extension/node_modules/eslint/bin/eslint.js +3 -33
- package/src/ui/extension/node_modules/eslint/lib/cli-engine/cli-engine.js +13 -152
- package/src/ui/extension/node_modules/eslint/lib/cli-engine/file-enumerator.js +6 -76
- package/src/ui/extension/node_modules/eslint/lib/cli-engine/formatters/html.js +4 -47
- package/src/ui/extension/node_modules/eslint/lib/cli-engine/formatters/stylish.js +2 -19
- package/src/ui/extension/node_modules/eslint/lib/cli.js +7 -81
- package/src/ui/extension/node_modules/eslint/lib/config/flat-config-array.js +6 -80
- package/src/ui/extension/node_modules/eslint/lib/config/flat-config-helpers.js +2 -24
- package/src/ui/extension/node_modules/eslint/lib/config/rule-validator.js +2 -36
- package/src/ui/extension/node_modules/eslint/lib/eslint/eslint-helpers.js +6 -140
- package/src/ui/extension/node_modules/eslint/lib/eslint/eslint.js +5 -83
- package/src/ui/extension/node_modules/eslint/lib/eslint/flat-eslint.js +16 -204
- package/src/ui/extension/node_modules/eslint/lib/linter/apply-disable-directives.js +3 -69
- package/src/ui/extension/node_modules/eslint/lib/linter/code-path-analysis/code-path-analyzer.js +2 -128
- package/src/ui/extension/node_modules/eslint/lib/linter/code-path-analysis/code-path-segment.js +2 -41
- package/src/ui/extension/node_modules/eslint/lib/linter/code-path-analysis/code-path-state.js +9 -342
- package/src/ui/extension/node_modules/eslint/lib/linter/code-path-analysis/code-path.js +4 -49
- package/src/ui/extension/node_modules/eslint/lib/linter/code-path-analysis/fork-context.js +3 -46
- package/src/ui/extension/node_modules/eslint/lib/linter/linter.js +11 -305
- package/src/ui/extension/node_modules/eslint/lib/linter/report-translator.js +2 -56
- package/src/ui/extension/node_modules/eslint/lib/options.js +8 -31
- package/src/ui/extension/node_modules/eslint/lib/rule-tester/flat-rule-tester.js +6 -170
- package/src/ui/extension/node_modules/eslint/lib/rule-tester/rule-tester.js +4 -162
- package/src/ui/extension/node_modules/eslint/lib/rules/accessor-pairs.js +2 -48
- package/src/ui/extension/node_modules/eslint/lib/rules/array-bracket-newline.js +2 -32
- package/src/ui/extension/node_modules/eslint/lib/rules/array-bracket-spacing.js +2 -28
- package/src/ui/extension/node_modules/eslint/lib/rules/array-callback-return.js +2 -74
- package/src/ui/extension/node_modules/eslint/lib/rules/array-element-newline.js +4 -50
- package/src/ui/extension/node_modules/eslint/lib/rules/arrow-body-style.js +3 -40
- package/src/ui/extension/node_modules/eslint/lib/rules/arrow-parens.js +2 -27
- package/src/ui/extension/node_modules/eslint/lib/rules/arrow-spacing.js +2 -27
- package/src/ui/extension/node_modules/eslint/lib/rules/block-scoped-var.js +2 -23
- package/src/ui/extension/node_modules/eslint/lib/rules/block-spacing.js +2 -26
- package/src/ui/extension/node_modules/eslint/lib/rules/brace-style.js +2 -29
- package/src/ui/extension/node_modules/eslint/lib/rules/callback-return.js +2 -40
- package/src/ui/extension/node_modules/eslint/lib/rules/camelcase.js +2 -50
- package/src/ui/extension/node_modules/eslint/lib/rules/capitalized-comments.js +2 -48
- package/src/ui/extension/node_modules/eslint/lib/rules/class-methods-use-this.js +2 -25
- package/src/ui/extension/node_modules/eslint/lib/rules/comma-dangle.js +2 -45
- package/src/ui/extension/node_modules/eslint/lib/rules/comma-spacing.js +4 -36
- package/src/ui/extension/node_modules/eslint/lib/rules/comma-style.js +2 -44
- package/src/ui/extension/node_modules/eslint/lib/rules/complexity.js +3 -29
- package/src/ui/extension/node_modules/eslint/lib/rules/computed-property-spacing.js +2 -27
- package/src/ui/extension/node_modules/eslint/lib/rules/consistent-return.js +3 -36
- package/src/ui/extension/node_modules/eslint/lib/rules/consistent-this.js +2 -24
- package/src/ui/extension/node_modules/eslint/lib/rules/constructor-super.js +2 -74
- package/src/ui/extension/node_modules/eslint/lib/rules/curly.js +2 -70
- package/src/ui/extension/node_modules/eslint/lib/rules/default-case-last.js +2 -11
- package/src/ui/extension/node_modules/eslint/lib/rules/default-case.js +3 -24
- package/src/ui/extension/node_modules/eslint/lib/rules/default-param-last.js +2 -13
- package/src/ui/extension/node_modules/eslint/lib/rules/dot-location.js +2 -20
- package/src/ui/extension/node_modules/eslint/lib/rules/dot-notation.js +3 -25
- package/src/ui/extension/node_modules/eslint/lib/rules/eol-last.js +2 -19
- package/src/ui/extension/node_modules/eslint/lib/rules/eqeqeq.js +2 -26
- package/src/ui/extension/node_modules/eslint/lib/rules/for-direction.js +3 -24
- package/src/ui/extension/node_modules/eslint/lib/rules/func-call-spacing.js +2 -29
- package/src/ui/extension/node_modules/eslint/lib/rules/func-name-matching.js +3 -33
- package/src/ui/extension/node_modules/eslint/lib/rules/func-names.js +2 -27
- package/src/ui/extension/node_modules/eslint/lib/rules/func-style.js +2 -19
- package/src/ui/extension/node_modules/eslint/lib/rules/function-call-argument-newline.js +2 -20
- package/src/ui/extension/node_modules/eslint/lib/rules/function-paren-newline.js +4 -43
- package/src/ui/extension/node_modules/eslint/lib/rules/generator-star-spacing.js +2 -30
- package/src/ui/extension/node_modules/eslint/lib/rules/getter-return.js +2 -34
- package/src/ui/extension/node_modules/eslint/lib/rules/global-require.js +2 -19
- package/src/ui/extension/node_modules/eslint/lib/rules/grouped-accessor-pairs.js +2 -35
- package/src/ui/extension/node_modules/eslint/lib/rules/guard-for-in.js +2 -19
- package/src/ui/extension/node_modules/eslint/lib/rules/handle-callback-err.js +2 -20
- package/src/ui/extension/node_modules/eslint/lib/rules/id-blacklist.js +3 -35
- package/src/ui/extension/node_modules/eslint/lib/rules/id-denylist.js +3 -32
- package/src/ui/extension/node_modules/eslint/lib/rules/id-length.js +2 -25
- package/src/ui/extension/node_modules/eslint/lib/rules/id-match.js +3 -55
- package/src/ui/extension/node_modules/eslint/lib/rules/implicit-arrow-linebreak.js +2 -13
- package/src/ui/extension/node_modules/eslint/lib/rules/indent-legacy.js +8 -180
- package/src/ui/extension/node_modules/eslint/lib/rules/indent.js +7 -258
- package/src/ui/extension/node_modules/eslint/lib/rules/init-declarations.js +2 -20
- package/src/ui/extension/node_modules/eslint/lib/rules/jsx-quotes.js +2 -16
- package/src/ui/extension/node_modules/eslint/lib/rules/key-spacing.js +4 -80
- package/src/ui/extension/node_modules/eslint/lib/rules/keyword-spacing.js +2 -84
- package/src/ui/extension/node_modules/eslint/lib/rules/line-comment-position.js +3 -20
- package/src/ui/extension/node_modules/eslint/lib/rules/linebreak-style.js +3 -20
- package/src/ui/extension/node_modules/eslint/lib/rules/lines-around-comment.js +2 -61
- package/src/ui/extension/node_modules/eslint/lib/rules/lines-around-directive.js +2 -30
- package/src/ui/extension/node_modules/eslint/lib/rules/lines-between-class-members.js +2 -32
- package/src/ui/extension/node_modules/eslint/lib/rules/logical-assignment-operators.js +2 -81
- package/src/ui/extension/node_modules/eslint/lib/rules/max-classes-per-file.js +2 -11
- package/src/ui/extension/node_modules/eslint/lib/rules/max-depth.js +2 -22
- package/src/ui/extension/node_modules/eslint/lib/rules/max-len.js +3 -69
- package/src/ui/extension/node_modules/eslint/lib/rules/max-lines-per-function.js +2 -32
- package/src/ui/extension/node_modules/eslint/lib/rules/max-lines.js +3 -31
- package/src/ui/extension/node_modules/eslint/lib/rules/max-nested-callbacks.js +2 -21
- package/src/ui/extension/node_modules/eslint/lib/rules/max-params.js +2 -14
- package/src/ui/extension/node_modules/eslint/lib/rules/max-statements-per-line.js +2 -24
- package/src/ui/extension/node_modules/eslint/lib/rules/max-statements.js +2 -28
- package/src/ui/extension/node_modules/eslint/lib/rules/multiline-comment-style.js +3 -71
- package/src/ui/extension/node_modules/eslint/lib/rules/multiline-ternary.js +2 -24
- package/src/ui/extension/node_modules/eslint/lib/rules/new-cap.js +2 -51
- package/src/ui/extension/node_modules/eslint/lib/rules/new-parens.js +2 -16
- package/src/ui/extension/node_modules/eslint/lib/rules/newline-after-var.js +2 -43
- package/src/ui/extension/node_modules/eslint/lib/rules/newline-before-return.js +3 -35
- package/src/ui/extension/node_modules/eslint/lib/rules/newline-per-chained-call.js +2 -21
- package/src/ui/extension/node_modules/eslint/lib/rules/no-alert.js +3 -25
- package/src/ui/extension/node_modules/eslint/lib/rules/no-array-constructor.js +5 -28
- package/src/ui/extension/node_modules/eslint/lib/rules/no-async-promise-executor.js +2 -7
- package/src/ui/extension/node_modules/eslint/lib/rules/no-await-in-loop.js +2 -17
- package/src/ui/extension/node_modules/eslint/lib/rules/no-bitwise.js +2 -17
- package/src/ui/extension/node_modules/eslint/lib/rules/no-buffer-constructor.js +2 -12
- package/src/ui/extension/node_modules/eslint/lib/rules/no-caller.js +2 -14
- package/src/ui/extension/node_modules/eslint/lib/rules/no-case-declarations.js +2 -12
- package/src/ui/extension/node_modules/eslint/lib/rules/no-catch-shadow.js +2 -21
- package/src/ui/extension/node_modules/eslint/lib/rules/no-class-assign.js +2 -16
- package/src/ui/extension/node_modules/eslint/lib/rules/no-compare-neg-zero.js +2 -11
- package/src/ui/extension/node_modules/eslint/lib/rules/no-cond-assign.js +2 -30
- package/src/ui/extension/node_modules/eslint/lib/rules/no-confusing-arrow.js +2 -18
- package/src/ui/extension/node_modules/eslint/lib/rules/no-console.js +2 -28
- package/src/ui/extension/node_modules/eslint/lib/rules/no-const-assign.js +2 -14
- package/src/ui/extension/node_modules/eslint/lib/rules/no-constant-binary-expression.js +2 -48
- package/src/ui/extension/node_modules/eslint/lib/rules/no-constant-condition.js +2 -22
- package/src/ui/extension/node_modules/eslint/lib/rules/no-constructor-return.js +2 -13
- package/src/ui/extension/node_modules/eslint/lib/rules/no-continue.js +2 -11
- package/src/ui/extension/node_modules/eslint/lib/rules/no-control-regex.js +2 -24
- package/src/ui/extension/node_modules/eslint/lib/rules/no-debugger.js +2 -11
- package/src/ui/extension/node_modules/eslint/lib/rules/no-delete-var.js +2 -12
- package/src/ui/extension/node_modules/eslint/lib/rules/no-div-regex.js +2 -14
- package/src/ui/extension/node_modules/eslint/lib/rules/no-dupe-args.js +2 -19
- package/src/ui/extension/node_modules/eslint/lib/rules/no-dupe-class-members.js +2 -22
- package/src/ui/extension/node_modules/eslint/lib/rules/no-dupe-else-if.js +2 -24
- package/src/ui/extension/node_modules/eslint/lib/rules/no-dupe-keys.js +2 -27
- package/src/ui/extension/node_modules/eslint/lib/rules/no-duplicate-case.js +2 -15
- package/src/ui/extension/node_modules/eslint/lib/rules/no-duplicate-imports.js +3 -30
- package/src/ui/extension/node_modules/eslint/lib/rules/no-else-return.js +4 -78
- package/src/ui/extension/node_modules/eslint/lib/rules/no-empty-character-class.js +3 -20
- package/src/ui/extension/node_modules/eslint/lib/rules/no-empty-function.js +2 -24
- package/src/ui/extension/node_modules/eslint/lib/rules/no-empty-pattern.js +2 -13
- package/src/ui/extension/node_modules/eslint/lib/rules/no-empty-static-block.js +2 -10
- package/src/ui/extension/node_modules/eslint/lib/rules/no-empty.js +2 -21
- package/src/ui/extension/node_modules/eslint/lib/rules/no-eq-null.js +2 -13
- package/src/ui/extension/node_modules/eslint/lib/rules/no-eval.js +2 -47
- package/src/ui/extension/node_modules/eslint/lib/rules/no-ex-assign.js +2 -14
- package/src/ui/extension/node_modules/eslint/lib/rules/no-extend-native.js +2 -26
- package/src/ui/extension/node_modules/eslint/lib/rules/no-extra-bind.js +2 -32
- package/src/ui/extension/node_modules/eslint/lib/rules/no-extra-boolean-cast.js +2 -59
- package/src/ui/extension/node_modules/eslint/lib/rules/no-extra-label.js +2 -21
- package/src/ui/extension/node_modules/eslint/lib/rules/no-extra-parens.js +4 -202
- package/src/ui/extension/node_modules/eslint/lib/rules/no-extra-semi.js +2 -23
- package/src/ui/extension/node_modules/eslint/lib/rules/no-fallthrough.js +3 -36
- package/src/ui/extension/node_modules/eslint/lib/rules/no-floating-decimal.js +2 -14
- package/src/ui/extension/node_modules/eslint/lib/rules/no-func-assign.js +2 -15
- package/src/ui/extension/node_modules/eslint/lib/rules/no-global-assign.js +2 -15
- package/src/ui/extension/node_modules/eslint/lib/rules/no-implicit-coercion.js +4 -61
- package/src/ui/extension/node_modules/eslint/lib/rules/no-implicit-globals.js +3 -28
- package/src/ui/extension/node_modules/eslint/lib/rules/no-implied-eval.js +2 -26
- package/src/ui/extension/node_modules/eslint/lib/rules/no-import-assign.js +2 -34
- package/src/ui/extension/node_modules/eslint/lib/rules/no-inline-comments.js +3 -21
- package/src/ui/extension/node_modules/eslint/lib/rules/no-inner-declarations.js +2 -27
- package/src/ui/extension/node_modules/eslint/lib/rules/no-invalid-regexp.js +2 -31
- package/src/ui/extension/node_modules/eslint/lib/rules/no-invalid-this.js +2 -25
- package/src/ui/extension/node_modules/eslint/lib/rules/no-irregular-whitespace.js +3 -40
- package/src/ui/extension/node_modules/eslint/lib/rules/no-iterator.js +2 -15
- package/src/ui/extension/node_modules/eslint/lib/rules/no-label-var.js +2 -20
- package/src/ui/extension/node_modules/eslint/lib/rules/no-labels.js +2 -22
- package/src/ui/extension/node_modules/eslint/lib/rules/no-lone-blocks.js +3 -24
- package/src/ui/extension/node_modules/eslint/lib/rules/no-lonely-if.js +2 -16
- package/src/ui/extension/node_modules/eslint/lib/rules/no-loop-func.js +2 -36
- package/src/ui/extension/node_modules/eslint/lib/rules/no-loss-of-precision.js +2 -33
- package/src/ui/extension/node_modules/eslint/lib/rules/no-magic-numbers.js +5 -32
- package/src/ui/extension/node_modules/eslint/lib/rules/no-misleading-character-class.js +4 -50
- package/src/ui/extension/node_modules/eslint/lib/rules/no-mixed-operators.js +2 -26
- package/src/ui/extension/node_modules/eslint/lib/rules/no-mixed-requires.js +2 -48
- package/src/ui/extension/node_modules/eslint/lib/rules/no-mixed-spaces-and-tabs.js +3 -22
- package/src/ui/extension/node_modules/eslint/lib/rules/no-multi-assign.js +2 -14
- package/src/ui/extension/node_modules/eslint/lib/rules/no-multi-spaces.js +3 -24
- package/src/ui/extension/node_modules/eslint/lib/rules/no-multi-str.js +2 -16
- package/src/ui/extension/node_modules/eslint/lib/rules/no-multiple-empty-lines.js +3 -25
- package/src/ui/extension/node_modules/eslint/lib/rules/no-native-reassign.js +2 -17
- package/src/ui/extension/node_modules/eslint/lib/rules/no-negated-condition.js +2 -14
- package/src/ui/extension/node_modules/eslint/lib/rules/no-negated-in-lhs.js +2 -13
- package/src/ui/extension/node_modules/eslint/lib/rules/no-nested-ternary.js +2 -10
- package/src/ui/extension/node_modules/eslint/lib/rules/no-new-func.js +3 -20
- package/src/ui/extension/node_modules/eslint/lib/rules/no-new-native-nonconstructor.js +2 -17
- package/src/ui/extension/node_modules/eslint/lib/rules/no-new-object.js +2 -17
- package/src/ui/extension/node_modules/eslint/lib/rules/no-new-require.js +2 -14
- package/src/ui/extension/node_modules/eslint/lib/rules/no-new-symbol.js +2 -14
- package/src/ui/extension/node_modules/eslint/lib/rules/no-new-wrappers.js +2 -16
- package/src/ui/extension/node_modules/eslint/lib/rules/no-new.js +2 -11
- package/src/ui/extension/node_modules/eslint/lib/rules/no-nonoctal-decimal-escape.js +3 -24
- package/src/ui/extension/node_modules/eslint/lib/rules/no-obj-calls.js +2 -19
- package/src/ui/extension/node_modules/eslint/lib/rules/no-object-constructor.js +5 -27
- package/src/ui/extension/node_modules/eslint/lib/rules/no-octal-escape.js +2 -15
- package/src/ui/extension/node_modules/eslint/lib/rules/no-octal.js +2 -12
- package/src/ui/extension/node_modules/eslint/lib/rules/no-param-reassign.js +2 -34
- package/src/ui/extension/node_modules/eslint/lib/rules/no-path-concat.js +2 -19
- package/src/ui/extension/node_modules/eslint/lib/rules/no-plusplus.js +2 -22
- package/src/ui/extension/node_modules/eslint/lib/rules/no-process-env.js +2 -16
- package/src/ui/extension/node_modules/eslint/lib/rules/no-process-exit.js +2 -13
- package/src/ui/extension/node_modules/eslint/lib/rules/no-promise-executor-return.js +3 -51
- package/src/ui/extension/node_modules/eslint/lib/rules/no-proto.js +2 -14
- package/src/ui/extension/node_modules/eslint/lib/rules/no-prototype-builtins.js +3 -30
- package/src/ui/extension/node_modules/eslint/lib/rules/no-redeclare.js +3 -29
- package/src/ui/extension/node_modules/eslint/lib/rules/no-regex-spaces.js +5 -38
- package/src/ui/extension/node_modules/eslint/lib/rules/no-restricted-exports.js +2 -27
- package/src/ui/extension/node_modules/eslint/lib/rules/no-restricted-globals.js +2 -19
- package/src/ui/extension/node_modules/eslint/lib/rules/no-restricted-imports.js +3 -46
- package/src/ui/extension/node_modules/eslint/lib/rules/no-restricted-modules.js +2 -33
- package/src/ui/extension/node_modules/eslint/lib/rules/no-restricted-properties.js +2 -22
- package/src/ui/extension/node_modules/eslint/lib/rules/no-restricted-syntax.js +2 -11
- package/src/ui/extension/node_modules/eslint/lib/rules/no-return-assign.js +2 -16
- package/src/ui/extension/node_modules/eslint/lib/rules/no-return-await.js +2 -26
- package/src/ui/extension/node_modules/eslint/lib/rules/no-script-url.js +2 -12
- package/src/ui/extension/node_modules/eslint/lib/rules/no-self-assign.js +2 -26
- package/src/ui/extension/node_modules/eslint/lib/rules/no-self-compare.js +2 -15
- package/src/ui/extension/node_modules/eslint/lib/rules/no-sequences.js +2 -25
- package/src/ui/extension/node_modules/eslint/lib/rules/no-setter-return.js +2 -41
- package/src/ui/extension/node_modules/eslint/lib/rules/no-shadow-restricted-names.js +2 -13
- package/src/ui/extension/node_modules/eslint/lib/rules/no-shadow.js +3 -54
- package/src/ui/extension/node_modules/eslint/lib/rules/no-spaced-func.js +2 -17
- package/src/ui/extension/node_modules/eslint/lib/rules/no-sparse-arrays.js +2 -16
- package/src/ui/extension/node_modules/eslint/lib/rules/no-sync.js +2 -13
- package/src/ui/extension/node_modules/eslint/lib/rules/no-tabs.js +3 -14
- package/src/ui/extension/node_modules/eslint/lib/rules/no-template-curly-in-string.js +2 -10
- package/src/ui/extension/node_modules/eslint/lib/rules/no-ternary.js +2 -13
- package/src/ui/extension/node_modules/eslint/lib/rules/no-this-before-super.js +2 -47
- package/src/ui/extension/node_modules/eslint/lib/rules/no-throw-literal.js +2 -15
- package/src/ui/extension/node_modules/eslint/lib/rules/no-trailing-spaces.js +2 -36
- package/src/ui/extension/node_modules/eslint/lib/rules/no-undef-init.js +2 -19
- package/src/ui/extension/node_modules/eslint/lib/rules/no-undef.js +2 -14
- package/src/ui/extension/node_modules/eslint/lib/rules/no-undefined.js +2 -21
- package/src/ui/extension/node_modules/eslint/lib/rules/no-underscore-dangle.js +3 -38
- package/src/ui/extension/node_modules/eslint/lib/rules/no-unexpected-multiline.js +2 -23
- package/src/ui/extension/node_modules/eslint/lib/rules/no-unmodified-loop-condition.js +4 -62
- package/src/ui/extension/node_modules/eslint/lib/rules/no-unneeded-ternary.js +2 -26
- package/src/ui/extension/node_modules/eslint/lib/rules/no-unreachable-loop.js +2 -37
- package/src/ui/extension/node_modules/eslint/lib/rules/no-unreachable.js +2 -49
- package/src/ui/extension/node_modules/eslint/lib/rules/no-unsafe-finally.js +3 -18
- package/src/ui/extension/node_modules/eslint/lib/rules/no-unsafe-negation.js +2 -20
- package/src/ui/extension/node_modules/eslint/lib/rules/no-unsafe-optional-chaining.js +2 -14
- package/src/ui/extension/node_modules/eslint/lib/rules/no-unused-expressions.js +2 -19
- package/src/ui/extension/node_modules/eslint/lib/rules/no-unused-labels.js +2 -25
- package/src/ui/extension/node_modules/eslint/lib/rules/no-unused-private-class-members.js +2 -34
- package/src/ui/extension/node_modules/eslint/lib/rules/no-unused-vars.js +6 -122
- package/src/ui/extension/node_modules/eslint/lib/rules/no-use-before-define.js +2 -49
- package/src/ui/extension/node_modules/eslint/lib/rules/no-useless-backreference.js +3 -39
- package/src/ui/extension/node_modules/eslint/lib/rules/no-useless-call.js +2 -18
- package/src/ui/extension/node_modules/eslint/lib/rules/no-useless-catch.js +2 -9
- package/src/ui/extension/node_modules/eslint/lib/rules/no-useless-computed-key.js +2 -31
- package/src/ui/extension/node_modules/eslint/lib/rules/no-useless-concat.js +2 -22
- package/src/ui/extension/node_modules/eslint/lib/rules/no-useless-constructor.js +2 -24
- package/src/ui/extension/node_modules/eslint/lib/rules/no-useless-escape.js +6 -60
- package/src/ui/extension/node_modules/eslint/lib/rules/no-useless-rename.js +2 -30
- package/src/ui/extension/node_modules/eslint/lib/rules/no-useless-return.js +2 -53
- package/src/ui/extension/node_modules/eslint/lib/rules/no-var.js +2 -44
- package/src/ui/extension/node_modules/eslint/lib/rules/no-void.js +2 -10
- package/src/ui/extension/node_modules/eslint/lib/rules/no-warning-comments.js +2 -30
- package/src/ui/extension/node_modules/eslint/lib/rules/no-whitespace-before-property.js +4 -24
- package/src/ui/extension/node_modules/eslint/lib/rules/no-with.js +2 -11
- package/src/ui/extension/node_modules/eslint/lib/rules/nonblock-statement-body-position.js +2 -19
- package/src/ui/extension/node_modules/eslint/lib/rules/object-curly-newline.js +4 -44
- package/src/ui/extension/node_modules/eslint/lib/rules/object-curly-spacing.js +2 -45
- package/src/ui/extension/node_modules/eslint/lib/rules/object-property-newline.js +2 -18
- package/src/ui/extension/node_modules/eslint/lib/rules/object-shorthand.js +3 -73
- package/src/ui/extension/node_modules/eslint/lib/rules/one-var-declaration-per-line.js +3 -20
- package/src/ui/extension/node_modules/eslint/lib/rules/one-var.js +3 -69
- package/src/ui/extension/node_modules/eslint/lib/rules/operator-assignment.js +3 -32
- package/src/ui/extension/node_modules/eslint/lib/rules/operator-linebreak.js +3 -44
- package/src/ui/extension/node_modules/eslint/lib/rules/padded-blocks.js +3 -43
- package/src/ui/extension/node_modules/eslint/lib/rules/padding-line-between-statements.js +4 -65
- package/src/ui/extension/node_modules/eslint/lib/rules/prefer-arrow-callback.js +2 -66
- package/src/ui/extension/node_modules/eslint/lib/rules/prefer-const.js +2 -87
- package/src/ui/extension/node_modules/eslint/lib/rules/prefer-destructuring.js +2 -38
- package/src/ui/extension/node_modules/eslint/lib/rules/prefer-exponentiation-operator.js +2 -32
- package/src/ui/extension/node_modules/eslint/lib/rules/prefer-named-capture-group.js +5 -29
- package/src/ui/extension/node_modules/eslint/lib/rules/prefer-numeric-literals.js +2 -28
- package/src/ui/extension/node_modules/eslint/lib/rules/prefer-object-has-own.js +2 -22
- package/src/ui/extension/node_modules/eslint/lib/rules/prefer-object-spread.js +3 -41
- package/src/ui/extension/node_modules/eslint/lib/rules/prefer-promise-reject-errors.js +2 -23
- package/src/ui/extension/node_modules/eslint/lib/rules/prefer-reflect.js +2 -17
- package/src/ui/extension/node_modules/eslint/lib/rules/prefer-regex-literals.js +3 -74
- package/src/ui/extension/node_modules/eslint/lib/rules/prefer-rest-params.js +2 -22
- package/src/ui/extension/node_modules/eslint/lib/rules/prefer-spread.js +3 -17
- package/src/ui/extension/node_modules/eslint/lib/rules/prefer-template.js +2 -45
- package/src/ui/extension/node_modules/eslint/lib/rules/quote-props.js +4 -42
- package/src/ui/extension/node_modules/eslint/lib/rules/quotes.js +2 -54
- package/src/ui/extension/node_modules/eslint/lib/rules/radix.js +3 -30
- package/src/ui/extension/node_modules/eslint/lib/rules/require-atomic-updates.js +2 -55
- package/src/ui/extension/node_modules/eslint/lib/rules/require-await.js +2 -20
- package/src/ui/extension/node_modules/eslint/lib/rules/require-jsdoc.js +2 -12
- package/src/ui/extension/node_modules/eslint/lib/rules/require-unicode-regexp.js +3 -24
- package/src/ui/extension/node_modules/eslint/lib/rules/require-yield.js +2 -16
- package/src/ui/extension/node_modules/eslint/lib/rules/rest-spread-spacing.js +3 -17
- package/src/ui/extension/node_modules/eslint/lib/rules/semi-spacing.js +2 -35
- package/src/ui/extension/node_modules/eslint/lib/rules/semi-style.js +2 -26
- package/src/ui/extension/node_modules/eslint/lib/rules/semi.js +3 -58
- package/src/ui/extension/node_modules/eslint/lib/rules/sort-imports.js +2 -32
- package/src/ui/extension/node_modules/eslint/lib/rules/sort-keys.js +2 -35
- package/src/ui/extension/node_modules/eslint/lib/rules/sort-vars.js +2 -21
- package/src/ui/extension/node_modules/eslint/lib/rules/space-before-blocks.js +5 -29
- package/src/ui/extension/node_modules/eslint/lib/rules/space-before-function-paren.js +2 -24
- package/src/ui/extension/node_modules/eslint/lib/rules/space-in-parens.js +3 -43
- package/src/ui/extension/node_modules/eslint/lib/rules/space-infix-ops.js +2 -33
- package/src/ui/extension/node_modules/eslint/lib/rules/space-unary-ops.js +2 -32
- package/src/ui/extension/node_modules/eslint/lib/rules/spaced-comment.js +2 -54
- package/src/ui/extension/node_modules/eslint/lib/rules/strict.js +2 -39
- package/src/ui/extension/node_modules/eslint/lib/rules/switch-colon-spacing.js +2 -15
- package/src/ui/extension/node_modules/eslint/lib/rules/symbol-description.js +2 -16
- package/src/ui/extension/node_modules/eslint/lib/rules/template-curly-spacing.js +2 -23
- package/src/ui/extension/node_modules/eslint/lib/rules/template-tag-spacing.js +2 -14
- package/src/ui/extension/node_modules/eslint/lib/rules/unicode-bom.js +2 -15
- package/src/ui/extension/node_modules/eslint/lib/rules/use-isnan.js +2 -24
- package/src/ui/extension/node_modules/eslint/lib/rules/utils/ast-utils.js +8 -276
- package/src/ui/extension/node_modules/eslint/lib/rules/utils/fix-tracker.js +2 -17
- package/src/ui/extension/node_modules/eslint/lib/rules/valid-jsdoc.js +4 -64
- package/src/ui/extension/node_modules/eslint/lib/rules/valid-typeof.js +3 -25
- package/src/ui/extension/node_modules/eslint/lib/rules/vars-on-top.js +2 -23
- package/src/ui/extension/node_modules/eslint/lib/rules/wrap-iife.js +2 -38
- package/src/ui/extension/node_modules/eslint/lib/rules/wrap-regex.js +2 -14
- package/src/ui/extension/node_modules/eslint/lib/rules/yield-star-spacing.js +2 -18
- package/src/ui/extension/node_modules/eslint/lib/rules/yoda.js +2 -45
- package/src/ui/extension/node_modules/eslint/lib/shared/config-validator.js +2 -51
- package/src/ui/extension/node_modules/eslint/lib/shared/relative-module-resolver.js +2 -8
- package/src/ui/extension/node_modules/eslint/lib/shared/runtime-info.js +2 -30
- package/src/ui/extension/node_modules/eslint/lib/shared/string-utils.js +2 -14
- package/src/ui/extension/node_modules/eslint/lib/source-code/source-code.js +4 -175
- package/src/ui/extension/node_modules/eslint/node_modules/ansi-styles/index.js +2 -26
- package/src/ui/extension/node_modules/eslint/node_modules/chalk/source/index.js +5 -47
- package/src/ui/extension/node_modules/eslint/node_modules/chalk/source/templates.js +3 -28
- package/src/ui/extension/node_modules/eslint/node_modules/color-convert/conversions.js +28 -197
- package/src/ui/extension/node_modules/eslint/node_modules/eslint-scope/lib/pattern-visitor.js +2 -32
- package/src/ui/extension/node_modules/eslint/node_modules/eslint-scope/lib/referencer.js +5 -137
- package/src/ui/extension/node_modules/eslint/node_modules/eslint-scope/lib/scope.js +5 -132
- package/src/ui/extension/node_modules/eslint/node_modules/estraverse/estraverse.js +3 -112
- package/src/ui/extension/node_modules/eslint/node_modules/supports-color/index.js +2 -27
- package/src/ui/extension/node_modules/eslint-scope/lib/pattern-visitor.js +2 -31
- package/src/ui/extension/node_modules/eslint-scope/lib/referencer.js +5 -130
- package/src/ui/extension/node_modules/eslint-scope/lib/scope.js +5 -129
- package/src/ui/extension/node_modules/espree/espree.js +2 -28
- package/src/ui/extension/node_modules/espree/lib/espree.js +2 -62
- package/src/ui/extension/node_modules/esprima/bin/esvalidate.js +5 -36
- package/src/ui/extension/node_modules/esprima/dist/esprima.js +17 -72
- package/src/ui/extension/node_modules/esquery/dist/esquery.esm.js +3 -63
- package/src/ui/extension/node_modules/esquery/dist/esquery.js +3 -65
- package/src/ui/extension/node_modules/esquery/node_modules/estraverse/estraverse.js +3 -112
- package/src/ui/extension/node_modules/esrecurse/node_modules/estraverse/estraverse.js +3 -112
- package/src/ui/extension/node_modules/estraverse/estraverse.js +3 -109
- package/src/ui/extension/node_modules/event-target-shim/dist/event-target-shim.js +11 -99
- package/src/ui/extension/node_modules/event-target-shim/index.d.ts +2 -47
- package/src/ui/extension/node_modules/fast-glob/out/index.d.ts +5 -5
- package/src/ui/extension/node_modules/fast-glob/out/index.js +3 -3
- package/src/ui/extension/node_modules/fast-glob/out/providers/filters/error.js +3 -3
- package/src/ui/extension/node_modules/fast-glob/out/readers/async.js +2 -2
- package/src/ui/extension/node_modules/fast-glob/out/readers/reader.d.ts +2 -2
- package/src/ui/extension/node_modules/fast-glob/out/readers/reader.js +2 -2
- package/src/ui/extension/node_modules/fast-glob/out/readers/sync.js +2 -2
- package/src/ui/extension/node_modules/fast-glob/out/utils/errno.d.ts +1 -1
- package/src/ui/extension/node_modules/fast-glob/out/utils/errno.js +2 -2
- package/src/ui/extension/node_modules/fastq/queue.js +4 -53
- package/src/ui/extension/node_modules/fd-slicer/index.js +9 -49
- package/src/ui/extension/node_modules/fill-range/index.js +2 -53
- package/src/ui/extension/node_modules/foreground-child/index.js +2 -22
- package/src/ui/extension/node_modules/form-data/index.d.ts +4 -12
- package/src/ui/extension/node_modules/form-data/lib/form_data.js +4 -95
- package/src/ui/extension/node_modules/form-data-encoder/lib/cjs/FormDataEncoder.js +2 -2
- package/src/ui/extension/node_modules/form-data-encoder/lib/esm/FormDataEncoder.js +2 -2
- package/src/ui/extension/node_modules/formdata-node/@type/FormData.d.ts +2 -2
- package/src/ui/extension/node_modules/formdata-node/lib/cjs/Blob.js +2 -2
- package/src/ui/extension/node_modules/formdata-node/lib/cjs/FormData.js +3 -3
- package/src/ui/extension/node_modules/formdata-node/lib/cjs/blobHelpers.js +2 -2
- package/src/ui/extension/node_modules/formdata-node/lib/cjs/fileFromPath.js +2 -2
- package/src/ui/extension/node_modules/formdata-node/lib/esm/Blob.js +2 -2
- package/src/ui/extension/node_modules/formdata-node/lib/esm/FormData.js +3 -3
- package/src/ui/extension/node_modules/formdata-node/lib/esm/blobHelpers.js +2 -2
- package/src/ui/extension/node_modules/formdata-node/lib/esm/fileFromPath.js +2 -2
- package/src/ui/extension/node_modules/gensync/index.js +7 -49
- package/src/ui/extension/node_modules/gensync/test/index.test.js +3 -81
- package/src/ui/extension/node_modules/globby/index.js +2 -42
- package/src/ui/extension/node_modules/globby/stream-utils.js +3 -11
- package/src/ui/extension/node_modules/graceful-fs/graceful-fs.js +2 -58
- package/src/ui/extension/node_modules/graceful-fs/polyfills.js +2 -40
- package/src/ui/extension/node_modules/graphemer/lib/Graphemer.js +3 -3
- package/src/ui/extension/node_modules/graphemer/lib/GraphemerHelper.js +3 -3
- package/src/ui/extension/node_modules/graphemer/lib/GraphemerIterator.js +2 -2
- package/src/ui/extension/node_modules/hasha/index.js +2 -35
- package/src/ui/extension/node_modules/hasha/node_modules/type-fest/source/merge-exclusive.d.ts +2 -12
- package/src/ui/extension/node_modules/hasha/thread.js +2 -10
- package/src/ui/extension/node_modules/highlight.js/es/languages/fsharp.js +2 -36
- package/src/ui/extension/node_modules/highlight.js/es/languages/javascript.js +2 -37
- package/src/ui/extension/node_modules/highlight.js/es/languages/typescript.js +2 -54
- package/src/ui/extension/node_modules/highlight.js/lib/core.js +2 -317
- package/src/ui/extension/node_modules/highlight.js/lib/languages/fsharp.js +2 -36
- package/src/ui/extension/node_modules/highlight.js/lib/languages/javascript.js +2 -37
- package/src/ui/extension/node_modules/highlight.js/lib/languages/typescript.js +2 -54
- package/src/ui/extension/node_modules/highlight.js/types/index.d.ts +4 -34
- package/src/ui/extension/node_modules/hosted-git-info/index.js +3 -39
- package/src/ui/extension/node_modules/htmlparser2/dist/commonjs/Parser.d.ts +1 -1
- package/src/ui/extension/node_modules/htmlparser2/dist/commonjs/WritableStream.d.ts +2 -2
- package/src/ui/extension/node_modules/htmlparser2/dist/commonjs/WritableStream.js +2 -2
- package/src/ui/extension/node_modules/htmlparser2/dist/commonjs/index.d.ts +2 -2
- package/src/ui/extension/node_modules/htmlparser2/dist/commonjs/index.js +2 -2
- package/src/ui/extension/node_modules/htmlparser2/dist/esm/Parser.d.ts +1 -1
- package/src/ui/extension/node_modules/htmlparser2/dist/esm/WritableStream.d.ts +2 -2
- package/src/ui/extension/node_modules/htmlparser2/dist/esm/WritableStream.js +2 -2
- package/src/ui/extension/node_modules/htmlparser2/dist/esm/index.d.ts +2 -2
- package/src/ui/extension/node_modules/htmlparser2/dist/esm/index.js +2 -2
- package/src/ui/extension/node_modules/htmlparser2/node_modules/entities/dist/commonjs/encode.js +2 -2
- package/src/ui/extension/node_modules/htmlparser2/node_modules/entities/dist/commonjs/escape.js +3 -3
- package/src/ui/extension/node_modules/htmlparser2/node_modules/entities/dist/esm/encode.js +2 -2
- package/src/ui/extension/node_modules/htmlparser2/node_modules/entities/dist/esm/escape.js +3 -3
- package/src/ui/extension/node_modules/htmlparser2/node_modules/entities/src/decode.ts +3 -82
- package/src/ui/extension/node_modules/htmlparser2/node_modules/entities/src/encode.ts +3 -12
- package/src/ui/extension/node_modules/htmlparser2/node_modules/entities/src/escape.ts +4 -19
- package/src/ui/extension/node_modules/htmlparser2/src/Parser.events.spec.ts +3 -64
- package/src/ui/extension/node_modules/htmlparser2/src/Parser.ts +2 -88
- package/src/ui/extension/node_modules/htmlparser2/src/Tokenizer.ts +3 -63
- package/src/ui/extension/node_modules/htmlparser2/src/WritableStream.spec.ts +4 -21
- package/src/ui/extension/node_modules/htmlparser2/src/WritableStream.ts +2 -7
- package/src/ui/extension/node_modules/htmlparser2/src/__fixtures__/testHelper.ts +7 -20
- package/src/ui/extension/node_modules/htmlparser2/src/index.spec.ts +5 -19
- package/src/ui/extension/node_modules/htmlparser2/src/index.ts +4 -16
- package/src/ui/extension/node_modules/http-proxy-agent/dist/index.d.ts +3 -3
- package/src/ui/extension/node_modules/http-proxy-agent/dist/index.js +7 -7
- package/src/ui/extension/node_modules/https-proxy-agent/dist/index.d.ts +1 -1
- package/src/ui/extension/node_modules/https-proxy-agent/dist/index.js +3 -3
- package/src/ui/extension/node_modules/is-docker/index.js +2 -7
- package/src/ui/extension/node_modules/is-inside-container/index.js +2 -6
- package/src/ui/extension/node_modules/istanbul-lib-coverage/lib/coverage-map.js +2 -18
- package/src/ui/extension/node_modules/istanbul-lib-coverage/lib/percent.js +2 -3
- package/src/ui/extension/node_modules/istanbul-lib-hook/lib/hook.js +3 -10
- package/src/ui/extension/node_modules/istanbul-lib-instrument/dist/instrumenter.js +2 -28
- package/src/ui/extension/node_modules/istanbul-lib-instrument/dist/read-coverage.js +2 -23
- package/src/ui/extension/node_modules/istanbul-lib-instrument/dist/visitor.js +1 -135
- package/src/ui/extension/node_modules/istanbul-lib-processinfo/index.js +2 -57
- package/src/ui/extension/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-node/parse.js +1 -9
- package/src/ui/extension/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-node/v1.js +2 -30
- package/src/ui/extension/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/index.js +2 -2
- package/src/ui/extension/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/parse.js +1 -12
- package/src/ui/extension/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/rng-browser.js +1 -5
- package/src/ui/extension/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/v1.js +4 -36
- package/src/ui/extension/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/v35.js +2 -2
- package/src/ui/extension/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/v4.js +2 -2
- package/src/ui/extension/node_modules/istanbul-lib-report/lib/file-writer.js +2 -22
- package/src/ui/extension/node_modules/istanbul-lib-report/lib/path.js +6 -30
- package/src/ui/extension/node_modules/istanbul-lib-report/lib/report-base.js +2 -6
- package/src/ui/extension/node_modules/istanbul-lib-report/lib/summarizer-factory.js +4 -49
- package/src/ui/extension/node_modules/istanbul-lib-report/node_modules/make-dir/index.js +3 -35
- package/src/ui/extension/node_modules/istanbul-lib-report/node_modules/supports-color/index.js +2 -27
- package/src/ui/extension/node_modules/istanbul-lib-source-maps/lib/get-mapping.js +2 -19
- package/src/ui/extension/node_modules/istanbul-lib-source-maps/lib/map-store.js +3 -29
- package/src/ui/extension/node_modules/istanbul-lib-source-maps/lib/transformer.js +3 -24
- package/src/ui/extension/node_modules/istanbul-reports/index.js +2 -5
- package/src/ui/extension/node_modules/istanbul-reports/lib/clover/index.js +4 -25
- package/src/ui/extension/node_modules/istanbul-reports/lib/cobertura/index.js +2 -19
- package/src/ui/extension/node_modules/istanbul-reports/lib/html/annotator.js +15 -34
- package/src/ui/extension/node_modules/istanbul-reports/lib/html/assets/block-navigation.js +2 -16
- package/src/ui/extension/node_modules/istanbul-reports/lib/html/index.js +7 -44
- package/src/ui/extension/node_modules/istanbul-reports/lib/html/insertion-text.js +5 -16
- package/src/ui/extension/node_modules/istanbul-reports/lib/html-spa/index.js +8 -26
- package/src/ui/extension/node_modules/istanbul-reports/lib/html-spa/src/getChildData.js +3 -17
- package/src/ui/extension/node_modules/istanbul-reports/lib/json/index.js +2 -9
- package/src/ui/extension/node_modules/istanbul-reports/lib/json-summary/index.js +2 -10
- package/src/ui/extension/node_modules/istanbul-reports/lib/lcovonly/index.js +2 -12
- package/src/ui/extension/node_modules/istanbul-reports/lib/teamcity/index.js +2 -13
- package/src/ui/extension/node_modules/istanbul-reports/lib/text/index.js +8 -49
- package/src/ui/extension/node_modules/istanbul-reports/lib/text-summary/index.js +2 -9
- package/src/ui/extension/node_modules/js-yaml/bin/js-yaml.js +4 -38
- package/src/ui/extension/node_modules/js-yaml/dist/js-yaml.js +2 -797
- package/src/ui/extension/node_modules/js-yaml/lib/dumper.js +2 -152
- package/src/ui/extension/node_modules/jsesc/jsesc.js +5 -31
- package/src/ui/extension/node_modules/json5/dist/index.js +2 -2
- package/src/ui/extension/node_modules/json5/lib/cli.js +11 -36
- package/src/ui/extension/node_modules/json5/lib/parse.js +16 -224
- package/src/ui/extension/node_modules/json5/lib/stringify.js +8 -51
- package/src/ui/extension/node_modules/jsonc-parser/lib/esm/impl/edit.js +6 -6
- package/src/ui/extension/node_modules/jsonc-parser/lib/esm/impl/format.js +7 -7
- package/src/ui/extension/node_modules/jsonc-parser/lib/esm/impl/parser.js +8 -6
- package/src/ui/extension/node_modules/jsonc-parser/lib/esm/impl/scanner.js +6 -4
- package/src/ui/extension/node_modules/jsonc-parser/lib/esm/main.d.ts +2 -2
- package/src/ui/extension/node_modules/jsonc-parser/lib/umd/impl/edit.js +6 -6
- package/src/ui/extension/node_modules/jsonc-parser/lib/umd/impl/format.js +7 -7
- package/src/ui/extension/node_modules/jsonc-parser/lib/umd/impl/parser.js +8 -6
- package/src/ui/extension/node_modules/jsonc-parser/lib/umd/impl/scanner.js +6 -4
- package/src/ui/extension/node_modules/jsonc-parser/lib/umd/main.d.ts +2 -2
- package/src/ui/extension/node_modules/jsonwebtoken/lib/JsonWebTokenError.js +2 -4
- package/src/ui/extension/node_modules/jsonwebtoken/lib/validateAsymmetricKey.js +2 -1
- package/src/ui/extension/node_modules/jsonwebtoken/sign.js +6 -35
- package/src/ui/extension/node_modules/jsonwebtoken/verify.js +7 -57
- package/src/ui/extension/node_modules/jszip/dist/jszip.js +9 -1379
- package/src/ui/extension/node_modules/jszip/index.d.ts +6 -48
- package/src/ui/extension/node_modules/jszip/lib/stream/GenericWorker.js +2 -16
- package/src/ui/extension/node_modules/jszip/lib/utils.js +2 -42
- package/src/ui/extension/node_modules/jszip/vendor/FileSaver.js +3 -9
- package/src/ui/extension/node_modules/leven/index.js +5 -20
- package/src/ui/extension/node_modules/lie/dist/lie.js +5 -40
- package/src/ui/extension/node_modules/lie/dist/lie.polyfill.js +5 -42
- package/src/ui/extension/node_modules/lie/lib/browser.js +5 -32
- package/src/ui/extension/node_modules/lie/lib/index.js +5 -32
- package/src/ui/extension/node_modules/log-symbols/node_modules/ansi-styles/index.js +2 -26
- package/src/ui/extension/node_modules/log-symbols/node_modules/chalk/source/index.js +5 -47
- package/src/ui/extension/node_modules/log-symbols/node_modules/chalk/source/templates.js +3 -28
- package/src/ui/extension/node_modules/log-symbols/node_modules/color-convert/conversions.js +28 -197
- package/src/ui/extension/node_modules/log-symbols/node_modules/supports-color/index.js +2 -27
- package/src/ui/extension/node_modules/loupe/lib/error.js +2 -4
- package/src/ui/extension/node_modules/loupe/loupe.js +2 -163
- package/src/ui/extension/node_modules/make-dir/index.js +3 -35
- package/src/ui/extension/node_modules/make-error/dist/make-error.js +1 -1
- package/src/ui/extension/node_modules/make-error/index.js +2 -25
- package/src/ui/extension/node_modules/markdown-it/bin/markdown-it.js +2 -31
- package/src/ui/extension/node_modules/marked/bin/main.js +10 -44
- package/src/ui/extension/node_modules/marked/lib/marked.d.ts +4 -7
- package/src/ui/extension/node_modules/marked/lib/marked.esm.js +21 -34
- package/src/ui/extension/node_modules/marked/lib/marked.umd.js +21 -36
- package/src/ui/extension/node_modules/minimist/index.js +2 -37
- package/src/ui/extension/node_modules/mocha/bin/mocha.js +2 -21
- package/src/ui/extension/node_modules/mocha/browser-entry.js +2 -38
- package/src/ui/extension/node_modules/mocha/lib/cli/cli.js +2 -11
- package/src/ui/extension/node_modules/mocha/lib/cli/config.js +2 -10
- package/src/ui/extension/node_modules/mocha/lib/cli/lookup-files.js +4 -14
- package/src/ui/extension/node_modules/mocha/lib/cli/options.js +3 -27
- package/src/ui/extension/node_modules/mocha/lib/cli/run-helpers.js +4 -37
- package/src/ui/extension/node_modules/mocha/lib/cli/run.js +3 -23
- package/src/ui/extension/node_modules/mocha/lib/cli/watch-run.js +2 -49
- package/src/ui/extension/node_modules/mocha/lib/interfaces/bdd.js +2 -18
- package/src/ui/extension/node_modules/mocha/lib/interfaces/common.js +2 -16
- package/src/ui/extension/node_modules/mocha/lib/interfaces/qunit.js +2 -15
- package/src/ui/extension/node_modules/mocha/lib/interfaces/tdd.js +2 -14
- package/src/ui/extension/node_modules/mocha/lib/mocha.js +5 -89
- package/src/ui/extension/node_modules/mocha/lib/nodejs/parallel-buffered-runner.js +9 -51
- package/src/ui/extension/node_modules/mocha/lib/nodejs/reporters/parallel-buffered.js +3 -19
- package/src/ui/extension/node_modules/mocha/lib/nodejs/serializer.js +2 -34
- package/src/ui/extension/node_modules/mocha/lib/nodejs/worker.js +5 -24
- package/src/ui/extension/node_modules/mocha/lib/plugin-loader.js +2 -21
- package/src/ui/extension/node_modules/mocha/lib/reporters/html.js +2 -50
- package/src/ui/extension/node_modules/mocha/lib/reporters/json-stream.js +2 -15
- package/src/ui/extension/node_modules/mocha/lib/runnable.js +2 -47
- package/src/ui/extension/node_modules/mocha/lib/runner.js +2 -130
- package/src/ui/extension/node_modules/mocha/lib/utils.js +7 -5
- package/src/ui/extension/node_modules/mocha/mocha.js +40 -2765
- package/src/ui/extension/node_modules/mocha/node_modules/minimatch/minimatch.js +7 -151
- package/src/ui/extension/node_modules/mocha/node_modules/supports-color/index.js +2 -32
- package/src/ui/extension/node_modules/nise/lib/event/event-target.js +2 -15
- package/src/ui/extension/node_modules/nise/lib/fake-xhr/index.js +5 -121
- package/src/ui/extension/node_modules/nise/nise.js +20 -1174
- package/src/ui/extension/node_modules/nise/node_modules/@sinonjs/fake-timers/src/fake-timers-src.js +17 -282
- package/src/ui/extension/node_modules/node-addon-api/tools/check-napi.js +4 -10
- package/src/ui/extension/node_modules/node-fetch/lib/index.es.js +16 -261
- package/src/ui/extension/node_modules/node-fetch/lib/index.js +16 -263
- package/src/ui/extension/node_modules/nyc/bin/nyc.js +2 -21
- package/src/ui/extension/node_modules/nyc/index.js +4 -88
- package/src/ui/extension/node_modules/nyc/lib/commands/helpers.js +2 -12
- package/src/ui/extension/node_modules/nyc/node_modules/ansi-styles/index.js +2 -26
- package/src/ui/extension/node_modules/nyc/node_modules/cliui/index.js +2 -70
- package/src/ui/extension/node_modules/nyc/node_modules/color-convert/conversions.js +28 -197
- package/src/ui/extension/node_modules/nyc/node_modules/p-locate/index.js +2 -13
- package/src/ui/extension/node_modules/nyc/node_modules/resolve-from/index.js +3 -11
- package/src/ui/extension/node_modules/nyc/node_modules/wrap-ansi/index.js +2 -41
- package/src/ui/extension/node_modules/nyc/node_modules/yargs/build/lib/command.d.ts +2 -2
- package/src/ui/extension/node_modules/nyc/node_modules/yargs/build/lib/command.js +5 -5
- package/src/ui/extension/node_modules/nyc/node_modules/yargs/build/lib/completion.js +2 -2
- package/src/ui/extension/node_modules/nyc/node_modules/yargs/build/lib/levenshtein.js +3 -6
- package/src/ui/extension/node_modules/nyc/node_modules/yargs/build/lib/middleware.js +3 -3
- package/src/ui/extension/node_modules/nyc/node_modules/yargs/build/lib/usage.js +3 -3
- package/src/ui/extension/node_modules/nyc/node_modules/yargs/build/lib/yargs.js +9 -9
- package/src/ui/extension/node_modules/nyc/node_modules/yargs-parser/index.js +11 -137
- package/src/ui/extension/node_modules/onetime/index.js +2 -13
- package/src/ui/extension/node_modules/open/index.js +5 -84
- package/src/ui/extension/node_modules/ora/index.js +2 -92
- package/src/ui/extension/node_modules/ora/node_modules/chalk/source/index.js +3 -45
- package/src/ui/extension/node_modules/ora/node_modules/chalk/source/vendor/ansi-styles/index.js +4 -40
- package/src/ui/extension/node_modules/ora/node_modules/chalk/source/vendor/supports-color/index.js +2 -38
- package/src/ui/extension/node_modules/p-locate/index.js +2 -13
- package/src/ui/extension/node_modules/p-map/index.js +2 -14
- package/src/ui/extension/node_modules/p-try/index.d.ts +2 -7
- package/src/ui/extension/node_modules/parse5/dist/cjs/common/error-codes.d.ts +2 -2
- package/src/ui/extension/node_modules/parse5/dist/cjs/parser/index.js +7 -7
- package/src/ui/extension/node_modules/parse5/dist/common/error-codes.d.ts +2 -2
- package/src/ui/extension/node_modules/parse5/dist/parser/index.js +7 -7
- package/src/ui/extension/node_modules/parse5/node_modules/entities/dist/commonjs/encode.js +2 -2
- package/src/ui/extension/node_modules/parse5/node_modules/entities/dist/commonjs/escape.js +3 -3
- package/src/ui/extension/node_modules/parse5/node_modules/entities/dist/esm/encode.js +2 -2
- package/src/ui/extension/node_modules/parse5/node_modules/entities/dist/esm/escape.js +3 -3
- package/src/ui/extension/node_modules/parse5/node_modules/entities/src/decode.ts +3 -82
- package/src/ui/extension/node_modules/parse5/node_modules/entities/src/encode.ts +3 -12
- package/src/ui/extension/node_modules/parse5/node_modules/entities/src/escape.ts +4 -19
- package/src/ui/extension/node_modules/parse5-htmlparser2-tree-adapter/dist/cjs/index.js +2 -2
- package/src/ui/extension/node_modules/parse5-htmlparser2-tree-adapter/dist/index.js +2 -2
- package/src/ui/extension/node_modules/parse5-parser-stream/dist/cjs/index.d.ts +3 -3
- package/src/ui/extension/node_modules/parse5-parser-stream/dist/cjs/index.js +2 -2
- package/src/ui/extension/node_modules/parse5-parser-stream/dist/index.d.ts +3 -3
- package/src/ui/extension/node_modules/parse5-parser-stream/dist/index.js +2 -2
- package/src/ui/extension/node_modules/path-type/index.js +3 -10
- package/src/ui/extension/node_modules/picomatch/lib/parse.js +9 -220
- package/src/ui/extension/node_modules/picomatch/lib/scan.js +8 -70
- package/src/ui/extension/node_modules/picomatch/lib/utils.js +2 -11
- package/src/ui/extension/node_modules/pkg-dir/node_modules/p-locate/index.js +2 -13
- package/src/ui/extension/node_modules/prebuild-install/asset.js +2 -9
- package/src/ui/extension/node_modules/prebuild-install/download.js +4 -26
- package/src/ui/extension/node_modules/prelude-ls/lib/Func.js +1 -1
- package/src/ui/extension/node_modules/prelude-ls/lib/List.js +1 -1
- package/src/ui/extension/node_modules/prelude-ls/lib/Num.js +1 -1
- package/src/ui/extension/node_modules/prelude-ls/lib/Obj.js +1 -1
- package/src/ui/extension/node_modules/prelude-ls/lib/Str.js +1 -1
- package/src/ui/extension/node_modules/prelude-ls/lib/index.js +1 -1
- package/src/ui/extension/node_modules/pump/index.js +2 -21
- package/src/ui/extension/node_modules/pump/test-browser.js +2 -16
- package/src/ui/extension/node_modules/pump/test-node.js +2 -14
- package/src/ui/extension/node_modules/punycode/punycode.es6.js +3 -59
- package/src/ui/extension/node_modules/punycode/punycode.js +3 -59
- package/src/ui/extension/node_modules/queue-microtask/index.js +2 -3
- package/src/ui/extension/node_modules/readable-stream/lib/_stream_readable.js +1 -149
- package/src/ui/extension/node_modules/readdirp/index.js +6 -38
- package/src/ui/extension/node_modules/release-zalgo/lib/unwrapSync.js +2 -11
- package/src/ui/extension/node_modules/rimraf/rimraf.js +5 -55
- package/src/ui/extension/node_modules/run-parallel/index.js +2 -9
- package/src/ui/extension/node_modules/sax/lib/sax.js +4 -134
- package/src/ui/extension/node_modules/semver/bin/semver.js +3 -40
- package/src/ui/extension/node_modules/semver/classes/range.js +4 -70
- package/src/ui/extension/node_modules/semver/functions/coerce.js +2 -11
- package/src/ui/extension/node_modules/semver/internal/re.js +2 -49
- package/src/ui/extension/node_modules/semver/ranges/outside.js +2 -13
- package/src/ui/extension/node_modules/semver/ranges/subset.js +5 -30
- package/src/ui/extension/node_modules/setimmediate/setImmediate.js +4 -27
- package/src/ui/extension/node_modules/signal-exit/index.js +2 -24
- package/src/ui/extension/node_modules/simple-get/index.js +4 -21
- package/src/ui/extension/node_modules/sinon/lib/sinon/assert.js +2 -35
- package/src/ui/extension/node_modules/sinon/lib/sinon/behavior.js +4 -47
- package/src/ui/extension/node_modules/sinon/lib/sinon/default-behaviors.js +8 -52
- package/src/ui/extension/node_modules/sinon/lib/sinon/fake.js +3 -32
- package/src/ui/extension/node_modules/sinon/lib/sinon/mock.js +3 -43
- package/src/ui/extension/node_modules/sinon/lib/sinon/promise.js +2 -12
- package/src/ui/extension/node_modules/sinon/lib/sinon/proxy-call-util.js +2 -11
- package/src/ui/extension/node_modules/sinon/lib/sinon/proxy-call.js +3 -55
- package/src/ui/extension/node_modules/sinon/lib/sinon/proxy-invoke.js +2 -17
- package/src/ui/extension/node_modules/sinon/lib/sinon/proxy.js +4 -42
- package/src/ui/extension/node_modules/sinon/lib/sinon/sandbox.js +3 -110
- package/src/ui/extension/node_modules/sinon/lib/sinon/spy.js +2 -28
- package/src/ui/extension/node_modules/sinon/lib/sinon/stub.js +2 -43
- package/src/ui/extension/node_modules/sinon/lib/sinon/util/core/extend.js +2 -15
- package/src/ui/extension/node_modules/sinon/lib/sinon/util/core/function-to-string.js +2 -6
- package/src/ui/extension/node_modules/sinon/lib/sinon/util/core/get-next-tick.js +2 -6
- package/src/ui/extension/node_modules/sinon/lib/sinon/util/core/get-property-descriptor.js +2 -6
- package/src/ui/extension/node_modules/sinon/lib/sinon/util/core/walk.js +4 -11
- package/src/ui/extension/node_modules/sinon/lib/sinon/util/core/wrap-method.js +6 -37
- package/src/ui/extension/node_modules/sinon/node_modules/supports-color/index.js +2 -27
- package/src/ui/extension/node_modules/sinon/pkg/sinon-esm.js +68 -2626
- package/src/ui/extension/node_modules/sinon/pkg/sinon.js +6 -5
- package/src/ui/extension/node_modules/sprintf-js/dist/sprintf.min.js +1 -1
- package/src/ui/extension/node_modules/sprintf-js/src/sprintf.js +2 -2
- package/src/ui/extension/node_modules/ts-node/dist-raw/node-options.js +5 -5
- package/src/ui/extension/node_modules/tsutils/util/usage.js +2 -1
- package/src/ui/extension/node_modules/tsutils/util/util.js +3 -2
- package/src/ui/extension/node_modules/typescript/lib/_tsc.js +266 -188
- package/src/ui/extension/node_modules/typescript/lib/_tsserver.js +2 -1
- package/src/ui/extension/node_modules/typescript/lib/typescript.js +399 -261
- package/src/ui/extension/node_modules/uri-js/dist/es5/uri.all.js +2 -1
- package/src/ui/extension/node_modules/uri-js/dist/esnext/schemes/mailto.js +2 -1
- package/src/ui/extension/node_modules/uuid/dist/commonjs-browser/index.js +2 -2
- package/src/ui/extension/node_modules/uuid/dist/commonjs-browser/v1.js +2 -2
- package/src/ui/extension/node_modules/uuid/dist/commonjs-browser/v35.js +2 -2
- package/src/ui/extension/node_modules/uuid/dist/commonjs-browser/v4.js +2 -2
- package/src/ui/extension/node_modules/uuid/dist/index.js +2 -2
- package/src/ui/extension/node_modules/uuid/dist/v1.js +2 -2
- package/src/ui/extension/node_modules/uuid/dist/v35.js +2 -2
- package/src/ui/extension/node_modules/uuid/dist/v4.js +2 -2
- package/src/ui/hive-dashboard.ts +74 -52
- package/src/ui/web-ui/EnhancedProcessUI.js +570 -424
- package/src/ui/web-ui/EnhancedWebUI.js +65 -65
- package/src/ui/web-ui/README.md +16 -16
- package/src/ui/web-ui/components/ComponentLibrary.js +173 -124
- package/src/ui/web-ui/core/EventBus.js +27 -25
- package/src/ui/web-ui/core/MCPIntegrationLayer.js +294 -108
- package/src/ui/web-ui/core/StateManager.js +43 -46
- package/src/ui/web-ui/core/UIManager.js +120 -70
- package/src/ui/web-ui/core/ViewManager.js +16 -19
- package/src/ui/web-ui/index.js +101 -48
- package/src/ui/web-ui/neural-panel-test.js +109 -108
- package/src/ui/web-ui/test-github-view.js +11 -12
- package/src/ui/web-ui/test-neural-panel.html +219 -205
- package/src/ui/web-ui/views/DAAView.js +88 -85
- package/src/ui/web-ui/views/GitHubIntegrationTest.js +42 -42
- package/src/ui/web-ui/views/GitHubIntegrationView.js +59 -53
- package/src/ui/web-ui/views/NeuralNetworkView.js +20 -21
- package/src/ui/web-ui/views/WorkflowAutomationView.js +31 -32
- package/src/utils/error-handler.js +1 -1
- package/src/utils/error-handler.ts +14 -27
- package/src/utils/errors.ts +20 -18
- package/src/utils/formatters.ts +6 -6
- package/src/utils/helpers.ts +53 -55
- package/src/utils/npx-isolated-cache.js +156 -0
- package/src/utils/paths.ts +9 -6
- package/src/utils/timezone-utils.js +134 -0
- package/src/utils/type-guards.ts +199 -0
- package/src/utils/types.ts +2 -2
- package/cli.mjs +0 -126
- package/dist/cli/commands/swarm-new.d.ts +0 -3
- package/dist/cli/commands/swarm-new.d.ts.map +0 -1
- package/dist/cli/commands/swarm-new.js +0 -989
- package/dist/cli/commands/swarm-new.js.map +0 -1
- package/src/cli/commands/swarm-new.ts +0 -1111
- package/src/templates/claude-optimized/.claude/tests/README.md +0 -139
- package/src/templates/claude-optimized/.claude/tests/e2e/workflows.test.js +0 -1110
- package/src/templates/claude-optimized/.claude/tests/error-handling/batch-errors.test.js +0 -550
- package/src/templates/claude-optimized/.claude/tests/error-handling/rollback.test.js +0 -746
- package/src/templates/claude-optimized/.claude/tests/integration/architect-batch.test.js +0 -275
- package/src/templates/claude-optimized/.claude/tests/integration/code-batch.test.js +0 -467
- package/src/templates/claude-optimized/.claude/tests/integration/debug-batch.test.js +0 -490
- package/src/templates/claude-optimized/.claude/tests/integration/security-batch.test.js +0 -618
- package/src/templates/claude-optimized/.claude/tests/integration/tdd-batch.test.js +0 -522
- package/src/templates/claude-optimized/.claude/tests/performance/benchmarks.test.js +0 -609
- package/src/templates/claude-optimized/.claude/tests/performance/resource-usage.test.js +0 -520
- package/src/templates/claude-optimized/.claude/tests/test-harness.js +0 -275
- package/src/templates/claude-optimized/.claude/tests/unit/batch-operations.test.js +0 -193
- package/src/templates/claude-optimized/.claude/tests/unit/parallel-utils.test.js +0 -238
|
@@ -8,27 +8,22 @@ declare class Mocha {
|
|
|
8
8
|
private _growl;
|
|
9
9
|
private _reporter;
|
|
10
10
|
private _ui;
|
|
11
|
-
|
|
12
11
|
constructor(options?: Mocha.MochaOptions);
|
|
13
|
-
|
|
14
12
|
suite: Mocha.Suite;
|
|
15
13
|
files: string[];
|
|
16
14
|
options: Mocha.MochaInstanceOptions;
|
|
17
|
-
|
|
18
15
|
/**
|
|
19
16
|
* Add test `file`.
|
|
20
17
|
*
|
|
21
18
|
* @see https://mochajs.org/api/mocha#addFile
|
|
22
19
|
*/
|
|
23
20
|
constructor(file: string): this;
|
|
24
|
-
|
|
25
21
|
/**
|
|
26
22
|
* Enable or disable bailing on the first failure.
|
|
27
23
|
*
|
|
28
24
|
* @see https://mochajs.org/api/mocha#bail
|
|
29
25
|
*/
|
|
30
26
|
constructor(bail?: boolean): this;
|
|
31
|
-
|
|
32
27
|
/**
|
|
33
28
|
* Enables or disables whether or not to dispose after each test run.
|
|
34
29
|
* Disable this to ensure you can run the test suite multiple times.
|
|
@@ -37,7 +32,6 @@ constructor(bail?: boolean): this;
|
|
|
37
32
|
* @see https://mochajs.org/api/mocha#cleanReferencesAfterRun
|
|
38
33
|
*/
|
|
39
34
|
constructor(clean?: boolean): this;
|
|
40
|
-
|
|
41
35
|
/**
|
|
42
36
|
* Manually dispose this mocha instance. Mark this instance as `disposed` and unable to run more tests.
|
|
43
37
|
* It also removes function references to tests functions and hooks, so variables trapped in closures can be cleaned by the garbage collector.
|
|
@@ -45,14 +39,12 @@ constructor(clean?: boolean): this;
|
|
|
45
39
|
* @see https://mochajs.org/api/mocha#dispose
|
|
46
40
|
*/
|
|
47
41
|
constructor(): void;
|
|
48
|
-
|
|
49
42
|
/**
|
|
50
43
|
* Set reporter to one of the built-in reporters.
|
|
51
44
|
*
|
|
52
45
|
* @see https://mochajs.org/api/mocha#reporter
|
|
53
46
|
*/
|
|
54
47
|
constructor(reporter: Mocha.Reporter, reporterOptions?: any): this;
|
|
55
|
-
|
|
56
48
|
/**
|
|
57
49
|
* Set reporter to the provided constructor, one of the built-in reporters, or loads a reporter
|
|
58
50
|
* from a module path. Defaults to `"spec"`.
|
|
@@ -60,14 +52,12 @@ constructor(reporter: Mocha.Reporter, reporterOptions?: any): this;
|
|
|
60
52
|
* @see https://mochajs.org/api/mocha#reporter
|
|
61
53
|
*/
|
|
62
54
|
constructor(reporter?: string | Mocha.ReporterConstructor, reporterOptions?: any): this;
|
|
63
|
-
|
|
64
55
|
/**
|
|
65
56
|
* Set test UI to one of the built-in test interfaces.
|
|
66
57
|
*
|
|
67
58
|
* @see https://mochajs.org/api/mocha#ui
|
|
68
59
|
*/
|
|
69
60
|
constructor(name: Mocha.Interface): this;
|
|
70
|
-
|
|
71
61
|
/**
|
|
72
62
|
* Set test UI to one of the built-in test interfaces or loads a test interface from a module
|
|
73
63
|
* path. Defaults to `"bdd"`.
|
|
@@ -75,133 +65,114 @@ constructor(name: Mocha.Interface): this;
|
|
|
75
65
|
* @see https://mochajs.org/api/mocha#ui
|
|
76
66
|
*/
|
|
77
67
|
constructor(name?: string): this;
|
|
78
|
-
|
|
79
68
|
/**
|
|
80
69
|
* Escape string and add it to grep as a RegExp.
|
|
81
70
|
*
|
|
82
71
|
* @see https://mochajs.org/api/mocha#fgrep
|
|
83
72
|
*/
|
|
84
73
|
constructor(str: string): this;
|
|
85
|
-
|
|
86
74
|
/**
|
|
87
75
|
* Add regexp to grep, if `re` is a string it is escaped.
|
|
88
76
|
*
|
|
89
77
|
* @see https://mochajs.org/api/mocha#grep
|
|
90
78
|
*/
|
|
91
79
|
constructor(re: string | RegExp): this;
|
|
92
|
-
|
|
93
80
|
/**
|
|
94
81
|
* Whether to activate dry-run mode.
|
|
95
82
|
*
|
|
96
83
|
* @param dryRun Whether to activate dry-run mode. Defaults to `true`.
|
|
97
84
|
*/
|
|
98
85
|
constructor(dryRun?: boolean): this;
|
|
99
|
-
|
|
100
86
|
/**
|
|
101
87
|
* Invert `.grep()` matches.
|
|
102
88
|
*
|
|
103
89
|
* @see https://mochajs.org/api/mocha#invert
|
|
104
90
|
*/
|
|
105
91
|
constructor(): this;
|
|
106
|
-
|
|
107
92
|
/**
|
|
108
93
|
* Enable global leak checking.
|
|
109
94
|
*
|
|
110
95
|
* @see https://mochajs.org/api/mocha#checkLeaks
|
|
111
96
|
*/
|
|
112
97
|
constructor(): this;
|
|
113
|
-
|
|
114
98
|
/**
|
|
115
99
|
* Display long stack-trace on failing
|
|
116
100
|
*
|
|
117
101
|
* @see https://mochajs.org/api/mocha#fullTrace
|
|
118
102
|
*/
|
|
119
103
|
constructor(): this;
|
|
120
|
-
|
|
121
104
|
/**
|
|
122
105
|
* Enable growl support.
|
|
123
106
|
*
|
|
124
107
|
* @see https://mochajs.org/api/mocha#growl
|
|
125
108
|
*/
|
|
126
109
|
constructor(): this;
|
|
127
|
-
|
|
128
110
|
/**
|
|
129
111
|
* Ignore `globals` array or string.
|
|
130
112
|
*
|
|
131
113
|
* @see https://mochajs.org/api/mocha#globals
|
|
132
114
|
*/
|
|
133
115
|
constructor(globals: string | readonly string[]): this;
|
|
134
|
-
|
|
135
116
|
/**
|
|
136
117
|
* Set the timeout in milliseconds.
|
|
137
118
|
*
|
|
138
119
|
* @see https://mochajs.org/api/mocha#timeout
|
|
139
120
|
*/
|
|
140
121
|
constructor(timeout: string | number): this;
|
|
141
|
-
|
|
142
122
|
/**
|
|
143
123
|
* Set the number of times to retry failed tests.
|
|
144
124
|
*
|
|
145
125
|
* @see https://mochajs.org/api/mocha#retries
|
|
146
126
|
*/
|
|
147
127
|
constructor(n: number): this;
|
|
148
|
-
|
|
149
128
|
/**
|
|
150
129
|
* Set slowness threshold in milliseconds.
|
|
151
130
|
*
|
|
152
131
|
* @see https://mochajs.org/api/mocha#slow
|
|
153
132
|
*/
|
|
154
133
|
constructor(slow: string | number): this;
|
|
155
|
-
|
|
156
134
|
/**
|
|
157
135
|
* Makes all tests async (accepting a callback)
|
|
158
136
|
*
|
|
159
137
|
* @see https://mochajs.org/api/mocha#asyncOnly.
|
|
160
138
|
*/
|
|
161
139
|
constructor(): this;
|
|
162
|
-
|
|
163
140
|
/**
|
|
164
141
|
* Disable syntax highlighting (in browser).
|
|
165
142
|
*
|
|
166
143
|
* @see https://mochajs.org/api/mocha#noHighlighting
|
|
167
144
|
*/
|
|
168
145
|
constructor(): this;
|
|
169
|
-
|
|
170
146
|
/**
|
|
171
147
|
* Enable uncaught errors to propagate (in browser).
|
|
172
148
|
*
|
|
173
149
|
* @see https://mochajs.org/api/mocha#allowUncaught
|
|
174
150
|
*/
|
|
175
151
|
constructor(): boolean;
|
|
176
|
-
|
|
177
152
|
/**
|
|
178
153
|
* Delay root suite execution.
|
|
179
154
|
*
|
|
180
155
|
* @see https://mochajs.org/api/mocha#delay
|
|
181
156
|
*/
|
|
182
157
|
constructor(): boolean;
|
|
183
|
-
|
|
184
158
|
/**
|
|
185
159
|
* Fails test run if no tests encountered with exit-code 1.
|
|
186
160
|
*
|
|
187
161
|
* @see https://mochajs.org/api/mocha#failZero
|
|
188
162
|
*/
|
|
189
163
|
constructor(failZero?: boolean): this;
|
|
190
|
-
|
|
191
164
|
/**
|
|
192
165
|
* Tests marked only fail the suite
|
|
193
166
|
*
|
|
194
167
|
* @see https://mochajs.org/api/mocha#forbidOnly
|
|
195
168
|
*/
|
|
196
169
|
constructor(): boolean;
|
|
197
|
-
|
|
198
170
|
/**
|
|
199
171
|
* Pending tests and tests marked skip fail the suite
|
|
200
172
|
*
|
|
201
173
|
* @see https://mochajs.org/api/mocha#forbidPending
|
|
202
174
|
*/
|
|
203
175
|
constructor(): boolean;
|
|
204
|
-
|
|
205
176
|
/**
|
|
206
177
|
* Run tests and invoke `fn()` when complete.
|
|
207
178
|
*
|
|
@@ -216,21 +187,18 @@ constructor(): boolean;
|
|
|
216
187
|
* @see https://mochajs.org/api/mocha#run
|
|
217
188
|
*/
|
|
218
189
|
constructor(fn?: (failures: number) => void): Mocha.Runner;
|
|
219
|
-
|
|
220
190
|
/**
|
|
221
191
|
* Loads ESM (and CJS) test files asynchronously.
|
|
222
192
|
*
|
|
223
193
|
* @see https://mochajs.org/api/mocha#loadFilesAsync
|
|
224
194
|
*/
|
|
225
195
|
constructor(): Promise<void>;
|
|
226
|
-
|
|
227
196
|
/**
|
|
228
197
|
* Load registered files.
|
|
229
198
|
*
|
|
230
199
|
* @see https://mochajs.org/api/mocha#loadFiles
|
|
231
200
|
*/
|
|
232
201
|
protected loadFiles(fn?: () => void): void;
|
|
233
|
-
|
|
234
202
|
/**
|
|
235
203
|
* Unloads `files` from Node's `require` cache.
|
|
236
204
|
*
|
|
@@ -239,7 +207,6 @@ constructor(): Promise<void>;
|
|
|
239
207
|
* Note: does not clear ESM module files from the cache
|
|
240
208
|
*/
|
|
241
209
|
constructor(): this;
|
|
242
|
-
|
|
243
210
|
/**
|
|
244
211
|
* Toggles parallel mode.
|
|
245
212
|
*
|
|
@@ -249,14 +216,12 @@ constructor(): this;
|
|
|
249
216
|
* @see https://mochajs.org/api/mocha#parallelMode
|
|
250
217
|
*/
|
|
251
218
|
constructor(enabled?: boolean): this;
|
|
252
|
-
|
|
253
219
|
/**
|
|
254
220
|
* Assigns hooks to the root suite.
|
|
255
221
|
*
|
|
256
222
|
* @see https://mochajs.org/api/mocha#rootHooks
|
|
257
223
|
*/
|
|
258
224
|
constructor(hooks: Mocha.RootHookObject): this;
|
|
259
|
-
|
|
260
225
|
/**
|
|
261
226
|
* Configures one or more global setup fixtures.
|
|
262
227
|
* If given no parameters, unsets any previously-set fixtures.
|
|
@@ -264,7 +229,6 @@ constructor(hooks: Mocha.RootHookObject): this;
|
|
|
264
229
|
* @see https://mochajs.org/api/mocha#globalSetup
|
|
265
230
|
*/
|
|
266
231
|
globalSetup: Mocha.HookFunction;
|
|
267
|
-
|
|
268
232
|
/**
|
|
269
233
|
* Configures one or more global teardown fixtures.
|
|
270
234
|
* If given no parameters, unsets any previously-set fixtures.
|
|
@@ -272,28 +236,24 @@ constructor(hooks: Mocha.RootHookObject): this;
|
|
|
272
236
|
* @see https://mochajs.org/api/mocha#globalTeardown
|
|
273
237
|
*/
|
|
274
238
|
globalTeardown: Mocha.HookFunction;
|
|
275
|
-
|
|
276
239
|
/**
|
|
277
240
|
* Returns `true` if one or more global setup fixtures have been supplied
|
|
278
241
|
*
|
|
279
242
|
* @see https://mochajs.org/api/mocha#hasGlobalSetupFixtures
|
|
280
243
|
*/
|
|
281
244
|
constructor(): boolean;
|
|
282
|
-
|
|
283
245
|
/**
|
|
284
246
|
* Returns `true` if one or more global teardown fixtures have been supplied
|
|
285
247
|
*
|
|
286
248
|
* @see https://mochajs.org/api/mocha#hasGlobalTeardownFixtures
|
|
287
249
|
*/
|
|
288
250
|
constructor(): boolean;
|
|
289
|
-
|
|
290
251
|
/**
|
|
291
252
|
* Toggle execution of any global setup fixture(s)
|
|
292
253
|
*
|
|
293
254
|
* @see https://mochajs.org/api/mocha#enableGlobalSetup
|
|
294
255
|
*/
|
|
295
256
|
constructor(enabled: boolean): this;
|
|
296
|
-
|
|
297
257
|
/**
|
|
298
258
|
* Toggle execution of any global teardown fixture(s)
|
|
299
259
|
*
|
|
@@ -301,7 +261,6 @@ constructor(enabled: boolean): this;
|
|
|
301
261
|
*/
|
|
302
262
|
constructor(enabled: boolean): this;
|
|
303
263
|
}
|
|
304
|
-
|
|
305
264
|
declare namespace Mocha {
|
|
306
265
|
namespace utils {
|
|
307
266
|
/**
|
|
@@ -310,24 +269,20 @@ declare namespace Mocha {
|
|
|
310
269
|
* @see https://mochajs.org/api/module-utils.html#.slug
|
|
311
270
|
*/
|
|
312
271
|
function slug(str: string): string;
|
|
313
|
-
|
|
314
272
|
/**
|
|
315
273
|
* Strip the function definition from `str`, and re-indent for pre whitespace.
|
|
316
274
|
*
|
|
317
275
|
* @see https://mochajs.org/api/module-utils.html#.clean
|
|
318
276
|
*/
|
|
319
277
|
function clean(str: string): string;
|
|
320
|
-
|
|
321
278
|
/**
|
|
322
279
|
* Highlight the given string of `js`.
|
|
323
280
|
*/
|
|
324
281
|
function highlight(js: string): string;
|
|
325
|
-
|
|
326
282
|
/**
|
|
327
283
|
* Takes some variable and asks `Object.prototype.toString()` what it thinks it is.
|
|
328
284
|
*/
|
|
329
285
|
function type(value: any): string;
|
|
330
|
-
|
|
331
286
|
/**
|
|
332
287
|
* Stringify `value`. Different behavior depending on type of value:
|
|
333
288
|
*
|
|
@@ -339,7 +294,6 @@ declare namespace Mocha {
|
|
|
339
294
|
* @see https://mochajs.org/api/module-utils.html#.stringify
|
|
340
295
|
*/
|
|
341
296
|
function stringify(value: any): string;
|
|
342
|
-
|
|
343
297
|
/**
|
|
344
298
|
* Return a new Thing that has the keys in sorted order. Recursive.
|
|
345
299
|
*
|
|
@@ -355,21 +309,18 @@ declare namespace Mocha {
|
|
|
355
309
|
* @see https://mochajs.org/api/module-utils.html#.canonicalize
|
|
356
310
|
*/
|
|
357
311
|
function canonicalize(value: any, stack: any[], typeHint: string): any;
|
|
358
|
-
|
|
359
312
|
/**
|
|
360
313
|
* Generate an undefined error with a message warning the user.
|
|
361
314
|
*
|
|
362
315
|
* @see https://mochajs.org/api/module-utils.html#.undefinedError
|
|
363
316
|
*/
|
|
364
317
|
function undefinedError(): Error;
|
|
365
|
-
|
|
366
318
|
/**
|
|
367
319
|
* Generate an undefined error if `err` is not defined.
|
|
368
320
|
*
|
|
369
321
|
* @see https://mochajs.org/api/module-utils.html#.getError
|
|
370
322
|
*/
|
|
371
323
|
function getError(err: Error | undefined): Error;
|
|
372
|
-
|
|
373
324
|
/**
|
|
374
325
|
* When invoking this function you get a filter function that get the Error.stack as an
|
|
375
326
|
* input, and return a prettify output. (i.e: strip Mocha and internal node functions from
|
|
@@ -379,16 +330,13 @@ declare namespace Mocha {
|
|
|
379
330
|
*/
|
|
380
331
|
function stackTraceFilter(): (stack: string) => string;
|
|
381
332
|
}
|
|
382
|
-
|
|
383
333
|
namespace interfaces {
|
|
384
334
|
function bdd(suite: Suite): void;
|
|
385
335
|
function tdd(suite: Suite): void;
|
|
386
336
|
function qunit(suite: Suite): void;
|
|
387
337
|
function exports(suite: Suite): void;
|
|
388
338
|
}
|
|
389
|
-
|
|
390
339
|
// #region Test interface augmentations
|
|
391
|
-
|
|
392
340
|
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type
|
|
393
341
|
interface HookFunction<T extends void | Hook = void> {
|
|
394
342
|
/**
|
|
@@ -398,7 +346,6 @@ declare namespace Mocha {
|
|
|
398
346
|
* - _Only available when invoked via the mocha CLI._
|
|
399
347
|
*/
|
|
400
348
|
(fn: Func): T;
|
|
401
|
-
|
|
402
349
|
/**
|
|
403
350
|
* [bdd, qunit, tdd] Describe a "hook" to execute the given callback `fn`. The name of the
|
|
404
351
|
* function is used as the name of the hook.
|
|
@@ -406,14 +353,12 @@ declare namespace Mocha {
|
|
|
406
353
|
* - _Only available when invoked via the mocha CLI._
|
|
407
354
|
*/
|
|
408
355
|
(fn: AsyncFunc): T;
|
|
409
|
-
|
|
410
356
|
/**
|
|
411
357
|
* [bdd, qunit, tdd] Describe a "hook" to execute the given `title` and callback `fn`.
|
|
412
358
|
*
|
|
413
359
|
* - _Only available when invoked via the mocha CLI._
|
|
414
360
|
*/
|
|
415
361
|
(name: string, fn?: Func): T;
|
|
416
|
-
|
|
417
362
|
/**
|
|
418
363
|
* [bdd, qunit, tdd] Describe a "hook" to execute the given `title` and callback `fn`.
|
|
419
364
|
*
|
|
@@ -421,7 +366,6 @@ declare namespace Mocha {
|
|
|
421
366
|
*/
|
|
422
367
|
(name: string, fn?: AsyncFunc): T;
|
|
423
368
|
}
|
|
424
|
-
|
|
425
369
|
interface SuiteFunction {
|
|
426
370
|
/**
|
|
427
371
|
* [bdd, tdd] Describe a "suite" with the given `title` and callback `fn` containing
|
|
@@ -430,21 +374,18 @@ declare namespace Mocha {
|
|
|
430
374
|
* - _Only available when invoked via the mocha CLI._
|
|
431
375
|
*/
|
|
432
376
|
(title: string, fn: (this: Suite) => void): Suite;
|
|
433
|
-
|
|
434
377
|
/**
|
|
435
378
|
* [qunit] Describe a "suite" with the given `title`.
|
|
436
379
|
*
|
|
437
380
|
* - _Only available when invoked via the mocha CLI._
|
|
438
381
|
*/
|
|
439
382
|
(title: string): Suite;
|
|
440
|
-
|
|
441
383
|
/**
|
|
442
384
|
* [bdd, tdd, qunit] Indicates this suite should be executed exclusively.
|
|
443
385
|
*
|
|
444
386
|
* - _Only available when invoked via the mocha CLI._
|
|
445
387
|
*/
|
|
446
388
|
only: ExclusiveSuiteFunction;
|
|
447
|
-
|
|
448
389
|
/**
|
|
449
390
|
* [bdd, tdd] Indicates this suite should not be executed.
|
|
450
391
|
*
|
|
@@ -452,7 +393,6 @@ declare namespace Mocha {
|
|
|
452
393
|
*/
|
|
453
394
|
skip: PendingSuiteFunction;
|
|
454
395
|
}
|
|
455
|
-
|
|
456
396
|
interface ExclusiveSuiteFunction {
|
|
457
397
|
/**
|
|
458
398
|
* [bdd, tdd] Describe a "suite" with the given `title` and callback `fn` containing
|
|
@@ -461,7 +401,6 @@ declare namespace Mocha {
|
|
|
461
401
|
* - _Only available when invoked via the mocha CLI._
|
|
462
402
|
*/
|
|
463
403
|
(title: string, fn: (this: Suite) => void): Suite;
|
|
464
|
-
|
|
465
404
|
/**
|
|
466
405
|
* [qunit] Describe a "suite" with the given `title`. Indicates this suite should be executed
|
|
467
406
|
* exclusively.
|
|
@@ -470,7 +409,6 @@ declare namespace Mocha {
|
|
|
470
409
|
*/
|
|
471
410
|
(title: string): Suite;
|
|
472
411
|
}
|
|
473
|
-
|
|
474
412
|
/**
|
|
475
413
|
* [bdd, tdd] Describe a "suite" with the given `title` and callback `fn` containing
|
|
476
414
|
* nested suites. Indicates this suite should not be executed.
|
|
@@ -484,7 +422,6 @@ declare namespace Mocha {
|
|
|
484
422
|
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type
|
|
485
423
|
(title: string, fn: (this: Suite) => void): Suite | void;
|
|
486
424
|
}
|
|
487
|
-
|
|
488
425
|
interface TestFunction {
|
|
489
426
|
/**
|
|
490
427
|
* Describe a specification or test-case with the given callback `fn` acting as a thunk.
|
|
@@ -493,7 +430,6 @@ declare namespace Mocha {
|
|
|
493
430
|
* - _Only available when invoked via the mocha CLI._
|
|
494
431
|
*/
|
|
495
432
|
(fn: Func): Test;
|
|
496
|
-
|
|
497
433
|
/**
|
|
498
434
|
* Describe a specification or test-case with the given callback `fn` acting as a thunk.
|
|
499
435
|
* The name of the function is used as the name of the test.
|
|
@@ -501,7 +437,6 @@ declare namespace Mocha {
|
|
|
501
437
|
* - _Only available when invoked via the mocha CLI._
|
|
502
438
|
*/
|
|
503
439
|
(fn: AsyncFunc): Test;
|
|
504
|
-
|
|
505
440
|
/**
|
|
506
441
|
* Describe a specification or test-case with the given `title` and callback `fn` acting
|
|
507
442
|
* as a thunk.
|
|
@@ -509,7 +444,6 @@ declare namespace Mocha {
|
|
|
509
444
|
* - _Only available when invoked via the mocha CLI._
|
|
510
445
|
*/
|
|
511
446
|
(title: string, fn?: Func): Test;
|
|
512
|
-
|
|
513
447
|
/**
|
|
514
448
|
* Describe a specification or test-case with the given `title` and callback `fn` acting
|
|
515
449
|
* as a thunk.
|
|
@@ -517,21 +451,18 @@ declare namespace Mocha {
|
|
|
517
451
|
* - _Only available when invoked via the mocha CLI._
|
|
518
452
|
*/
|
|
519
453
|
(title: string, fn?: AsyncFunc): Test;
|
|
520
|
-
|
|
521
454
|
/**
|
|
522
455
|
* Indicates this test should be executed exclusively.
|
|
523
456
|
*
|
|
524
457
|
* - _Only available when invoked via the mocha CLI._
|
|
525
458
|
*/
|
|
526
459
|
only: ExclusiveTestFunction;
|
|
527
|
-
|
|
528
460
|
/**
|
|
529
461
|
* Indicates this test should not be executed.
|
|
530
462
|
*
|
|
531
463
|
* - _Only available when invoked via the mocha CLI._
|
|
532
464
|
*/
|
|
533
465
|
skip: PendingTestFunction;
|
|
534
|
-
|
|
535
466
|
/**
|
|
536
467
|
* Number of attempts to retry.
|
|
537
468
|
*
|
|
@@ -539,7 +470,6 @@ declare namespace Mocha {
|
|
|
539
470
|
*/
|
|
540
471
|
constructor(n: number): void;
|
|
541
472
|
}
|
|
542
|
-
|
|
543
473
|
interface ExclusiveTestFunction {
|
|
544
474
|
/**
|
|
545
475
|
* [bdd, tdd, qunit] Describe a specification or test-case with the given callback `fn`
|
|
@@ -549,7 +479,6 @@ constructor(n: number): void;
|
|
|
549
479
|
* - _Only available when invoked via the mocha CLI._
|
|
550
480
|
*/
|
|
551
481
|
(fn: Func): Test;
|
|
552
|
-
|
|
553
482
|
/**
|
|
554
483
|
* [bdd, tdd, qunit] Describe a specification or test-case with the given callback `fn`
|
|
555
484
|
* acting as a thunk. The name of the function is used as the name of the test. Indicates
|
|
@@ -558,7 +487,6 @@ constructor(n: number): void;
|
|
|
558
487
|
* - _Only available when invoked via the mocha CLI._
|
|
559
488
|
*/
|
|
560
489
|
(fn: AsyncFunc): Test;
|
|
561
|
-
|
|
562
490
|
/**
|
|
563
491
|
* [bdd, tdd, qunit] Describe a specification or test-case with the given `title` and
|
|
564
492
|
* callback `fn` acting as a thunk. Indicates this test should be executed exclusively.
|
|
@@ -566,7 +494,6 @@ constructor(n: number): void;
|
|
|
566
494
|
* - _Only available when invoked via the mocha CLI._
|
|
567
495
|
*/
|
|
568
496
|
(title: string, fn?: Func): Test;
|
|
569
|
-
|
|
570
497
|
/**
|
|
571
498
|
* [bdd, tdd, qunit] Describe a specification or test-case with the given `title` and
|
|
572
499
|
* callback `fn` acting as a thunk. Indicates this test should be executed exclusively.
|
|
@@ -575,7 +502,6 @@ constructor(n: number): void;
|
|
|
575
502
|
*/
|
|
576
503
|
(title: string, fn?: AsyncFunc): Test;
|
|
577
504
|
}
|
|
578
|
-
|
|
579
505
|
interface PendingTestFunction {
|
|
580
506
|
/**
|
|
581
507
|
* [bdd, tdd, qunit] Describe a specification or test-case with the given callback `fn`
|
|
@@ -585,7 +511,6 @@ constructor(n: number): void;
|
|
|
585
511
|
* - _Only available when invoked via the mocha CLI._
|
|
586
512
|
*/
|
|
587
513
|
(fn: Func): Test;
|
|
588
|
-
|
|
589
514
|
/**
|
|
590
515
|
* [bdd, tdd, qunit] Describe a specification or test-case with the given callback `fn`
|
|
591
516
|
* acting as a thunk. The name of the function is used as the name of the test. Indicates
|
|
@@ -594,7 +519,6 @@ constructor(n: number): void;
|
|
|
594
519
|
* - _Only available when invoked via the mocha CLI._
|
|
595
520
|
*/
|
|
596
521
|
(fn: AsyncFunc): Test;
|
|
597
|
-
|
|
598
522
|
/**
|
|
599
523
|
* [bdd, tdd, qunit] Describe a specification or test-case with the given `title` and
|
|
600
524
|
* callback `fn` acting as a thunk. Indicates this test should not be executed.
|
|
@@ -602,7 +526,6 @@ constructor(n: number): void;
|
|
|
602
526
|
* - _Only available when invoked via the mocha CLI._
|
|
603
527
|
*/
|
|
604
528
|
(title: string, fn?: Func): Test;
|
|
605
|
-
|
|
606
529
|
/**
|
|
607
530
|
* [bdd, tdd, qunit] Describe a specification or test-case with the given `title` and
|
|
608
531
|
* callback `fn` acting as a thunk. Indicates this test should not be executed.
|
|
@@ -611,7 +534,6 @@ constructor(n: number): void;
|
|
|
611
534
|
*/
|
|
612
535
|
(title: string, fn?: AsyncFunc): Test;
|
|
613
536
|
}
|
|
614
|
-
|
|
615
537
|
/**
|
|
616
538
|
* Execute after each test case.
|
|
617
539
|
*
|
|
@@ -619,8 +541,7 @@ constructor(n: number): void;
|
|
|
619
541
|
*
|
|
620
542
|
* @see https://mochajs.org/api/global.html#afterEach
|
|
621
543
|
*/
|
|
622
|
-
let afterEach: HookFunction<Hook>;
|
|
623
|
-
|
|
544
|
+
let afterEach: HookFunction<Hook>; // TODO: Remove if unused
|
|
624
545
|
/**
|
|
625
546
|
* Execute after running tests.
|
|
626
547
|
*
|
|
@@ -628,8 +549,7 @@ constructor(n: number): void;
|
|
|
628
549
|
*
|
|
629
550
|
* @see https://mochajs.org/api/global.html#after
|
|
630
551
|
*/
|
|
631
|
-
let after: HookFunction<Hook>;
|
|
632
|
-
|
|
552
|
+
let after: HookFunction<Hook>; // TODO: Remove if unused
|
|
633
553
|
/**
|
|
634
554
|
* Execute before each test case.
|
|
635
555
|
*
|
|
@@ -637,8 +557,7 @@ constructor(n: number): void;
|
|
|
637
557
|
*
|
|
638
558
|
* @see https://mochajs.org/api/global.html#beforeEach
|
|
639
559
|
*/
|
|
640
|
-
let beforeEach: HookFunction<Hook>;
|
|
641
|
-
|
|
560
|
+
let beforeEach: HookFunction<Hook>; // TODO: Remove if unused
|
|
642
561
|
/**
|
|
643
562
|
* Execute before running tests.
|
|
644
563
|
*
|
|
@@ -646,36 +565,31 @@ constructor(n: number): void;
|
|
|
646
565
|
*
|
|
647
566
|
* @see https://mochajs.org/api/global.html#before
|
|
648
567
|
*/
|
|
649
|
-
let before: HookFunction<Hook>;
|
|
650
|
-
|
|
568
|
+
let before: HookFunction<Hook>; // TODO: Remove if unused
|
|
651
569
|
/**
|
|
652
570
|
* Describe a "suite" containing nested suites and tests.
|
|
653
571
|
*
|
|
654
572
|
* - _Only available when invoked via the mocha CLI._
|
|
655
573
|
*/
|
|
656
|
-
let describe: SuiteFunction;
|
|
657
|
-
|
|
574
|
+
let describe: SuiteFunction; // TODO: Remove if unused
|
|
658
575
|
/**
|
|
659
576
|
* Describe a pending suite.
|
|
660
577
|
*
|
|
661
578
|
* - _Only available when invoked via the mocha CLI._
|
|
662
579
|
*/
|
|
663
|
-
let xdescribe: PendingSuiteFunction;
|
|
664
|
-
|
|
580
|
+
let xdescribe: PendingSuiteFunction; // TODO: Remove if unused
|
|
665
581
|
/**
|
|
666
582
|
* Describes a test case.
|
|
667
583
|
*
|
|
668
584
|
* - _Only available when invoked via the mocha CLI._
|
|
669
585
|
*/
|
|
670
|
-
let it: TestFunction;
|
|
671
|
-
|
|
586
|
+
let it: TestFunction; // TODO: Remove if unused
|
|
672
587
|
/**
|
|
673
588
|
* Describes a pending test case.
|
|
674
589
|
*
|
|
675
590
|
* - _Only available when invoked via the mocha CLI._
|
|
676
591
|
*/
|
|
677
|
-
let xit: PendingTestFunction;
|
|
678
|
-
|
|
592
|
+
let xit: PendingTestFunction; // TODO: Remove if unused
|
|
679
593
|
/**
|
|
680
594
|
* Execute before each test case.
|
|
681
595
|
*
|
|
@@ -683,8 +597,7 @@ constructor(n: number): void;
|
|
|
683
597
|
*
|
|
684
598
|
* @see https://mochajs.org/api/global.html#beforeEach
|
|
685
599
|
*/
|
|
686
|
-
let setup: HookFunction;
|
|
687
|
-
|
|
600
|
+
let setup: HookFunction; // TODO: Remove if unused
|
|
688
601
|
/**
|
|
689
602
|
* Execute before running tests.
|
|
690
603
|
*
|
|
@@ -692,8 +605,7 @@ constructor(n: number): void;
|
|
|
692
605
|
*
|
|
693
606
|
* @see https://mochajs.org/api/global.html#before
|
|
694
607
|
*/
|
|
695
|
-
let suiteSetup: HookFunction;
|
|
696
|
-
|
|
608
|
+
let suiteSetup: HookFunction; // TODO: Remove if unused
|
|
697
609
|
/**
|
|
698
610
|
* Execute after running tests.
|
|
699
611
|
*
|
|
@@ -701,15 +613,13 @@ constructor(n: number): void;
|
|
|
701
613
|
*
|
|
702
614
|
* @see https://mochajs.org/api/global.html#after
|
|
703
615
|
*/
|
|
704
|
-
let suiteTeardown: HookFunction;
|
|
705
|
-
|
|
616
|
+
let suiteTeardown: HookFunction; // TODO: Remove if unused
|
|
706
617
|
/**
|
|
707
618
|
* Describe a "suite" containing nested suites and tests.
|
|
708
619
|
*
|
|
709
620
|
* - _Only available when invoked via the mocha CLI._
|
|
710
621
|
*/
|
|
711
|
-
let suite: SuiteFunction;
|
|
712
|
-
|
|
622
|
+
let suite: SuiteFunction; // TODO: Remove if unused
|
|
713
623
|
/**
|
|
714
624
|
* Execute after each test case.
|
|
715
625
|
*
|
|
@@ -717,15 +627,13 @@ constructor(n: number): void;
|
|
|
717
627
|
*
|
|
718
628
|
* @see https://mochajs.org/api/global.html#afterEach
|
|
719
629
|
*/
|
|
720
|
-
let teardown: HookFunction;
|
|
721
|
-
|
|
630
|
+
let teardown: HookFunction; // TODO: Remove if unused
|
|
722
631
|
/**
|
|
723
632
|
* Describes a test case.
|
|
724
633
|
*
|
|
725
634
|
* - _Only available when invoked via the mocha CLI._
|
|
726
635
|
*/
|
|
727
|
-
let test: TestFunction;
|
|
728
|
-
|
|
636
|
+
let test: TestFunction; // TODO: Remove if unused
|
|
729
637
|
/**
|
|
730
638
|
* Triggers root suite execution.
|
|
731
639
|
*
|
|
@@ -735,9 +643,7 @@ constructor(n: number): void;
|
|
|
735
643
|
* @see https://mochajs.org/api/global.html#runWithSuite
|
|
736
644
|
*/
|
|
737
645
|
function run(): void;
|
|
738
|
-
|
|
739
646
|
// #endregion Test interface augmentations
|
|
740
|
-
|
|
741
647
|
namespace reporters {
|
|
742
648
|
/**
|
|
743
649
|
* Initialize a new `Base` reporter.
|
|
@@ -749,56 +655,46 @@ constructor(n: number): void;
|
|
|
749
655
|
*/
|
|
750
656
|
class Base {
|
|
751
657
|
constructor(runner: Runner, options?: MochaOptions);
|
|
752
|
-
|
|
753
658
|
/**
|
|
754
659
|
* Test run statistics
|
|
755
660
|
*/
|
|
756
661
|
stats: Stats;
|
|
757
|
-
|
|
758
662
|
/**
|
|
759
663
|
* Test failures
|
|
760
664
|
*/
|
|
761
665
|
failures: Test[];
|
|
762
|
-
|
|
763
666
|
/**
|
|
764
667
|
* The configured runner
|
|
765
668
|
*/
|
|
766
669
|
runner: Runner;
|
|
767
|
-
|
|
768
670
|
/**
|
|
769
671
|
* Output common epilogue used by many of the bundled reporters.
|
|
770
672
|
*
|
|
771
673
|
* @see https://mochajs.org/api/Mocha.reporters.Base.html#.Base#epilogue
|
|
772
674
|
*/
|
|
773
675
|
constructor(): void;
|
|
774
|
-
|
|
775
676
|
done?(failures: number, fn?: (failures: number) => void): void;
|
|
776
|
-
|
|
777
677
|
static consoleLog: (...data: any[]) => void;
|
|
778
678
|
}
|
|
779
|
-
|
|
780
679
|
namespace Base {
|
|
781
680
|
/**
|
|
782
681
|
* Enables coloring by default
|
|
783
682
|
*
|
|
784
683
|
* @see https://mochajs.org/api/module-base#.useColors
|
|
785
684
|
*/
|
|
786
|
-
let useColors: boolean;
|
|
787
|
-
|
|
685
|
+
let useColors: boolean; // TODO: Remove if unused
|
|
788
686
|
/**
|
|
789
687
|
* Inline diffs instead of +/-
|
|
790
688
|
*
|
|
791
689
|
* @see https://mochajs.org/api/module-base#.inlineDiffs
|
|
792
690
|
*/
|
|
793
|
-
let inlineDiffs: boolean;
|
|
794
|
-
|
|
691
|
+
let inlineDiffs: boolean; // TODO: Remove if unused
|
|
795
692
|
/**
|
|
796
693
|
* Default color map
|
|
797
694
|
*
|
|
798
695
|
* @see https://mochajs.org/api/module-base#.colors
|
|
799
696
|
*/
|
|
800
|
-
const colors: ColorMap;
|
|
801
|
-
|
|
697
|
+
const colors: ColorMap; // TODO: Remove if unused
|
|
802
698
|
/**
|
|
803
699
|
* Default color map
|
|
804
700
|
*
|
|
@@ -825,25 +721,20 @@ constructor(): void;
|
|
|
825
721
|
"diff gutter": number;
|
|
826
722
|
"diff added": number;
|
|
827
723
|
"diff removed": number;
|
|
828
|
-
|
|
829
724
|
// added by Progress
|
|
830
725
|
progress: number;
|
|
831
|
-
|
|
832
726
|
// added by Landing
|
|
833
727
|
plane: number;
|
|
834
728
|
"plane crash": number;
|
|
835
729
|
runway: number;
|
|
836
|
-
|
|
837
730
|
[key: string]: number;
|
|
838
731
|
}
|
|
839
|
-
|
|
840
732
|
/**
|
|
841
733
|
* Default symbol map
|
|
842
734
|
*
|
|
843
735
|
* @see https://mochajs.org/api/module-base#.symbols
|
|
844
736
|
*/
|
|
845
|
-
const symbols: SymbolMap;
|
|
846
|
-
|
|
737
|
+
const symbols: SymbolMap; // TODO: Remove if unused
|
|
847
738
|
/**
|
|
848
739
|
* Default symbol map
|
|
849
740
|
*
|
|
@@ -857,23 +748,20 @@ constructor(): void;
|
|
|
857
748
|
bang: string;
|
|
858
749
|
[key: string]: string;
|
|
859
750
|
}
|
|
860
|
-
|
|
861
751
|
/**
|
|
862
752
|
* Color `str` with the given `type` (from `colors`)
|
|
863
753
|
*
|
|
864
754
|
* @see https://mochajs.org/api/module-base#.color
|
|
865
755
|
*/
|
|
866
756
|
function color(type: string, str: string): string;
|
|
867
|
-
|
|
868
757
|
/**
|
|
869
758
|
* Expose terminal window size
|
|
870
759
|
*
|
|
871
760
|
* @see https://mochajs.org/api/module-base#.window
|
|
872
761
|
*/
|
|
873
|
-
const window: {
|
|
762
|
+
const window: { // TODO: Remove if unused
|
|
874
763
|
width: number;
|
|
875
764
|
};
|
|
876
|
-
|
|
877
765
|
/**
|
|
878
766
|
* ANSI TTY control sequences common among reporters.
|
|
879
767
|
*
|
|
@@ -884,35 +772,29 @@ constructor(): void;
|
|
|
884
772
|
* Hides the cursor
|
|
885
773
|
*/
|
|
886
774
|
function hide(): void;
|
|
887
|
-
|
|
888
775
|
/**
|
|
889
776
|
* Shows the cursor
|
|
890
777
|
*/
|
|
891
778
|
function show(): void;
|
|
892
|
-
|
|
893
779
|
/**
|
|
894
780
|
* Deletes the current line
|
|
895
781
|
*/
|
|
896
782
|
function deleteLine(): void;
|
|
897
|
-
|
|
898
783
|
/**
|
|
899
784
|
* Moves to the beginning of the line
|
|
900
785
|
*/
|
|
901
786
|
function beginningOfLine(): void;
|
|
902
|
-
|
|
903
787
|
/**
|
|
904
788
|
* Clears the line and moves to the beginning of the line.
|
|
905
789
|
*/
|
|
906
790
|
function CR(): void;
|
|
907
791
|
}
|
|
908
|
-
|
|
909
792
|
/**
|
|
910
793
|
* Returns a diff between two strings with colored ANSI output.
|
|
911
794
|
*
|
|
912
795
|
* @see https://mochajs.org/api/module-base#.generateDiff
|
|
913
796
|
*/
|
|
914
797
|
function generateDiff(actual: string, expected: string): string;
|
|
915
|
-
|
|
916
798
|
/**
|
|
917
799
|
* Output the given `failures` as a list.
|
|
918
800
|
*
|
|
@@ -920,35 +802,30 @@ constructor(): void;
|
|
|
920
802
|
*/
|
|
921
803
|
function list(failures: Test[]): void;
|
|
922
804
|
}
|
|
923
|
-
|
|
924
805
|
/**
|
|
925
806
|
* Initialize a new `Dot` matrix test reporter.
|
|
926
807
|
*
|
|
927
808
|
* @see https://mochajs.org/api/Mocha.reporters.Dot.html
|
|
928
809
|
*/
|
|
929
810
|
class Dot extends Base {}
|
|
930
|
-
|
|
931
811
|
/**
|
|
932
812
|
* Initialize a new `Doc` reporter.
|
|
933
813
|
*
|
|
934
814
|
* @see https://mochajs.org/api/Mocha.reporters.Doc.html
|
|
935
815
|
*/
|
|
936
816
|
class Doc extends Base {}
|
|
937
|
-
|
|
938
817
|
/**
|
|
939
818
|
* Initialize a new `TAP` test reporter.
|
|
940
819
|
*
|
|
941
820
|
* @see https://mochajs.org/api/Mocha.reporters.TAP.html
|
|
942
821
|
*/
|
|
943
822
|
class TAP extends Base {}
|
|
944
|
-
|
|
945
823
|
/**
|
|
946
824
|
* Initialize a new `JSON` reporter
|
|
947
825
|
*
|
|
948
826
|
* @see https://mochajs.org/api/Mocha.reporters.JSON.html
|
|
949
827
|
*/
|
|
950
828
|
class JSON extends Base {}
|
|
951
|
-
|
|
952
829
|
/**
|
|
953
830
|
* Initialize a new `HTML` reporter.
|
|
954
831
|
*
|
|
@@ -963,14 +840,12 @@ constructor(): void;
|
|
|
963
840
|
* @see https://mochajs.org/api/Mocha.reporters.HTML.html#suiteURL
|
|
964
841
|
*/
|
|
965
842
|
constructor(suite: Suite): string;
|
|
966
|
-
|
|
967
843
|
/**
|
|
968
844
|
* Provide test URL.
|
|
969
845
|
*
|
|
970
846
|
* @see https://mochajs.org/api/Mocha.reporters.HTML.html#testURL
|
|
971
847
|
*/
|
|
972
848
|
constructor(test: Test): string;
|
|
973
|
-
|
|
974
849
|
/**
|
|
975
850
|
* Adds code toggle functionality for the provided test's list element.
|
|
976
851
|
*
|
|
@@ -978,28 +853,24 @@ constructor(test: Test): string;
|
|
|
978
853
|
*/
|
|
979
854
|
constructor(el: HTMLLIElement, contents: string): void;
|
|
980
855
|
}
|
|
981
|
-
|
|
982
856
|
/**
|
|
983
857
|
* Initialize a new `List` test reporter.
|
|
984
858
|
*
|
|
985
859
|
* @see https://mochajs.org/api/Mocha.reporters.List.html
|
|
986
860
|
*/
|
|
987
861
|
class List extends Base {}
|
|
988
|
-
|
|
989
862
|
/**
|
|
990
863
|
* Initialize a new `Min` minimal test reporter (best used with --watch).
|
|
991
864
|
*
|
|
992
865
|
* @see https://mochajs.org/api/Mocha.reporters.Min.html
|
|
993
866
|
*/
|
|
994
867
|
class Min extends Base {}
|
|
995
|
-
|
|
996
868
|
/**
|
|
997
869
|
* Initialize a new `Spec` test reporter.
|
|
998
870
|
*
|
|
999
871
|
* @see https://mochajs.org/api/Mocha.reporters.Spec.html
|
|
1000
872
|
*/
|
|
1001
873
|
class Spec extends Base {}
|
|
1002
|
-
|
|
1003
874
|
/**
|
|
1004
875
|
* Initialize a new `NyanCat` test reporter.
|
|
1005
876
|
*
|
|
@@ -1024,7 +895,6 @@ constructor(el: HTMLLIElement, contents: string): void;
|
|
|
1024
895
|
private generateColors;
|
|
1025
896
|
private rainbowify;
|
|
1026
897
|
}
|
|
1027
|
-
|
|
1028
898
|
/**
|
|
1029
899
|
* Initialize a new `XUnit` test reporter.
|
|
1030
900
|
*
|
|
@@ -1032,21 +902,18 @@ constructor(el: HTMLLIElement, contents: string): void;
|
|
|
1032
902
|
*/
|
|
1033
903
|
class XUnit extends Base {
|
|
1034
904
|
constructor(runner: Runner, options?: XUnit.MochaOptions);
|
|
1035
|
-
|
|
1036
905
|
/**
|
|
1037
906
|
* Override done to close the stream (if it's a file).
|
|
1038
907
|
*
|
|
1039
908
|
* @see https://mochajs.org/api/Mocha.reporters.XUnit.html#done
|
|
1040
909
|
*/
|
|
1041
910
|
constructor(failures: number, fn: (failures: number) => void): void;
|
|
1042
|
-
|
|
1043
911
|
/**
|
|
1044
912
|
* Write out the given line.
|
|
1045
913
|
*
|
|
1046
914
|
* @see https://mochajs.org/api/Mocha.reporters.XUnit.html#write
|
|
1047
915
|
*/
|
|
1048
916
|
constructor(line: string): void;
|
|
1049
|
-
|
|
1050
917
|
/**
|
|
1051
918
|
* Output tag for the given `test.`
|
|
1052
919
|
*
|
|
@@ -1054,25 +921,21 @@ constructor(line: string): void;
|
|
|
1054
921
|
*/
|
|
1055
922
|
constructor(test: Test): void;
|
|
1056
923
|
}
|
|
1057
|
-
|
|
1058
924
|
namespace XUnit {
|
|
1059
925
|
interface MochaOptions extends Mocha.MochaOptions {
|
|
1060
926
|
reporterOptions?: ReporterOptions | undefined;
|
|
1061
927
|
}
|
|
1062
|
-
|
|
1063
928
|
interface ReporterOptions {
|
|
1064
929
|
output?: string | undefined;
|
|
1065
930
|
suiteName?: string | undefined;
|
|
1066
931
|
}
|
|
1067
932
|
}
|
|
1068
|
-
|
|
1069
933
|
/**
|
|
1070
934
|
* Initialize a new `Markdown` test reporter.
|
|
1071
935
|
*
|
|
1072
936
|
* @see https://mochajs.org/api/Mocha.reporters.Markdown.html
|
|
1073
937
|
*/
|
|
1074
938
|
class Markdown extends Base {}
|
|
1075
|
-
|
|
1076
939
|
/**
|
|
1077
940
|
* Initialize a new `Progress` bar test reporter.
|
|
1078
941
|
*
|
|
@@ -1081,12 +944,10 @@ constructor(test: Test): void;
|
|
|
1081
944
|
class Progress extends Base {
|
|
1082
945
|
constructor(runner: Runner, options?: Progress.MochaOptions);
|
|
1083
946
|
}
|
|
1084
|
-
|
|
1085
947
|
namespace Progress {
|
|
1086
948
|
interface MochaOptions extends Mocha.MochaOptions {
|
|
1087
949
|
reporterOptions?: ReporterOptions | undefined;
|
|
1088
950
|
}
|
|
1089
|
-
|
|
1090
951
|
interface ReporterOptions {
|
|
1091
952
|
open?: string | undefined;
|
|
1092
953
|
complete?: string | undefined;
|
|
@@ -1095,39 +956,35 @@ constructor(runner: Runner, options?: Progress.MochaOptions);
|
|
|
1095
956
|
verbose?: boolean | undefined;
|
|
1096
957
|
}
|
|
1097
958
|
}
|
|
1098
|
-
|
|
1099
959
|
/**
|
|
1100
960
|
* Initialize a new `Landing` reporter.
|
|
1101
961
|
*
|
|
1102
962
|
* @see https://mochajs.org/api/Mocha.reporters.Landing.html
|
|
1103
963
|
*/
|
|
1104
964
|
class Landing extends Base {}
|
|
1105
|
-
|
|
1106
965
|
/**
|
|
1107
966
|
* Initialize a new `JSONStream` test reporter.
|
|
1108
967
|
*
|
|
1109
968
|
* @see https://mochajs.org/api/Mocha.reporters.JSONStream.html
|
|
1110
969
|
*/
|
|
1111
970
|
class JSONStream extends Base {}
|
|
1112
|
-
|
|
1113
971
|
// value-only aliases
|
|
1114
|
-
const base: typeof Base;
|
|
1115
|
-
const dot: typeof Dot;
|
|
1116
|
-
const doc: typeof Doc;
|
|
1117
|
-
const tap: typeof TAP;
|
|
1118
|
-
const json: typeof JSON;
|
|
1119
|
-
const html: typeof HTML;
|
|
1120
|
-
const list: typeof List;
|
|
1121
|
-
const spec: typeof Spec;
|
|
1122
|
-
const nyan: typeof Nyan;
|
|
1123
|
-
const xunit: typeof XUnit;
|
|
1124
|
-
const markdown: typeof Markdown;
|
|
1125
|
-
const progress: typeof Progress;
|
|
1126
|
-
const landing: typeof Landing;
|
|
972
|
+
const base: typeof Base; // TODO: Remove if unused
|
|
973
|
+
const dot: typeof Dot; // TODO: Remove if unused
|
|
974
|
+
const doc: typeof Doc; // TODO: Remove if unused
|
|
975
|
+
const tap: typeof TAP; // TODO: Remove if unused
|
|
976
|
+
const json: typeof JSON; // TODO: Remove if unused
|
|
977
|
+
const html: typeof HTML; // TODO: Remove if unused
|
|
978
|
+
const list: typeof List; // TODO: Remove if unused
|
|
979
|
+
const spec: typeof Spec; // TODO: Remove if unused
|
|
980
|
+
const nyan: typeof Nyan; // TODO: Remove if unused
|
|
981
|
+
const xunit: typeof XUnit; // TODO: Remove if unused
|
|
982
|
+
const markdown: typeof Markdown; // TODO: Remove if unused
|
|
983
|
+
const progress: typeof Progress; // TODO: Remove if unused
|
|
984
|
+
const landing: typeof Landing; // TODO: Remove if unused
|
|
1127
985
|
// NOTE: not possible to type this correctly:
|
|
1128
986
|
// const "json-stream": typeof JSONStream;
|
|
1129
987
|
}
|
|
1130
|
-
|
|
1131
988
|
/**
|
|
1132
989
|
* Initialize a new `Runnable` with the given `title` and callback `fn`.
|
|
1133
990
|
*
|
|
@@ -1139,9 +996,7 @@ constructor(runner: Runner, options?: Progress.MochaOptions);
|
|
|
1139
996
|
private _currentRetry;
|
|
1140
997
|
private _timeout;
|
|
1141
998
|
private _timeoutError;
|
|
1142
|
-
|
|
1143
999
|
constructor(title: string, fn?: Func | AsyncFunc);
|
|
1144
|
-
|
|
1145
1000
|
id: string;
|
|
1146
1001
|
title: string;
|
|
1147
1002
|
fn: Func | AsyncFunc | undefined;
|
|
@@ -1158,130 +1013,110 @@ constructor(title: string, fn?: Func | AsyncFunc);
|
|
|
1158
1013
|
callback?: Done | undefined;
|
|
1159
1014
|
allowUncaught?: boolean | undefined;
|
|
1160
1015
|
file?: string | undefined;
|
|
1161
|
-
|
|
1162
1016
|
/**
|
|
1163
1017
|
* Get test timeout.
|
|
1164
1018
|
*
|
|
1165
1019
|
* @see https://mochajs.org/api/Runnable.html#timeout
|
|
1166
1020
|
*/
|
|
1167
1021
|
constructor(): number;
|
|
1168
|
-
|
|
1169
1022
|
/**
|
|
1170
1023
|
* Set test timeout.
|
|
1171
1024
|
*
|
|
1172
1025
|
* @see https://mochajs.org/api/Runnable.html#timeout
|
|
1173
1026
|
*/
|
|
1174
1027
|
constructor(ms: string | number): this;
|
|
1175
|
-
|
|
1176
1028
|
/**
|
|
1177
1029
|
* Get test slowness threshold.
|
|
1178
1030
|
*
|
|
1179
1031
|
* @see https://mochajs.org/api/Runnable.html#slow
|
|
1180
1032
|
*/
|
|
1181
1033
|
constructor(): number;
|
|
1182
|
-
|
|
1183
1034
|
/**
|
|
1184
1035
|
* Set test slowness threshold.
|
|
1185
1036
|
*
|
|
1186
1037
|
* @see https://mochajs.org/api/Runnable.html#slow
|
|
1187
1038
|
*/
|
|
1188
1039
|
constructor(ms: string | number): this;
|
|
1189
|
-
|
|
1190
1040
|
/**
|
|
1191
1041
|
* Halt and mark as pending.
|
|
1192
1042
|
*/
|
|
1193
1043
|
constructor(): never;
|
|
1194
|
-
|
|
1195
1044
|
/**
|
|
1196
1045
|
* Check if this runnable or its parent suite is marked as pending.
|
|
1197
1046
|
*
|
|
1198
1047
|
* @see https://mochajs.org/api/Runnable.html#isPending
|
|
1199
1048
|
*/
|
|
1200
1049
|
constructor(): boolean;
|
|
1201
|
-
|
|
1202
1050
|
/**
|
|
1203
1051
|
* Return `true` if this Runnable has failed.
|
|
1204
1052
|
*/
|
|
1205
1053
|
constructor(): boolean;
|
|
1206
|
-
|
|
1207
1054
|
/**
|
|
1208
1055
|
* Return `true` if this Runnable has passed.
|
|
1209
1056
|
*/
|
|
1210
1057
|
constructor(): boolean;
|
|
1211
|
-
|
|
1212
1058
|
/**
|
|
1213
1059
|
* Set or get number of retries.
|
|
1214
1060
|
*
|
|
1215
1061
|
* @see https://mochajs.org/api/Runnable.html#retries
|
|
1216
1062
|
*/
|
|
1217
1063
|
constructor(): number;
|
|
1218
|
-
|
|
1219
1064
|
/**
|
|
1220
1065
|
* Set or get number of retries.
|
|
1221
1066
|
*
|
|
1222
1067
|
* @see https://mochajs.org/api/Runnable.html#retries
|
|
1223
1068
|
*/
|
|
1224
1069
|
constructor(n: number): void;
|
|
1225
|
-
|
|
1226
1070
|
/**
|
|
1227
1071
|
* Set or get current retry
|
|
1228
1072
|
*
|
|
1229
1073
|
* @see https://mochajs.org/api/Runnable.html#currentRetry
|
|
1230
1074
|
*/
|
|
1231
1075
|
protected currentRetry(): number;
|
|
1232
|
-
|
|
1233
1076
|
/**
|
|
1234
1077
|
* Set or get current retry
|
|
1235
1078
|
*
|
|
1236
1079
|
* @see https://mochajs.org/api/Runnable.html#currentRetry
|
|
1237
1080
|
*/
|
|
1238
1081
|
protected currentRetry(n: number): void;
|
|
1239
|
-
|
|
1240
1082
|
/**
|
|
1241
1083
|
* Return the full title generated by recursively concatenating the parent's full title.
|
|
1242
1084
|
*/
|
|
1243
1085
|
constructor(): string;
|
|
1244
|
-
|
|
1245
1086
|
/**
|
|
1246
1087
|
* Return the title path generated by concatenating the parent's title path with the title.
|
|
1247
1088
|
*/
|
|
1248
1089
|
constructor(): string[];
|
|
1249
|
-
|
|
1250
1090
|
/**
|
|
1251
1091
|
* Clear the timeout.
|
|
1252
1092
|
*
|
|
1253
1093
|
* @see https://mochajs.org/api/Runnable.html#clearTimeout
|
|
1254
1094
|
*/
|
|
1255
1095
|
constructor(): void;
|
|
1256
|
-
|
|
1257
1096
|
/**
|
|
1258
1097
|
* Inspect the runnable void of private properties.
|
|
1259
1098
|
*
|
|
1260
1099
|
* @see https://mochajs.org/api/Runnable.html#inspect
|
|
1261
1100
|
*/
|
|
1262
1101
|
constructor(): string;
|
|
1263
|
-
|
|
1264
1102
|
/**
|
|
1265
1103
|
* Reset the timeout.
|
|
1266
1104
|
*
|
|
1267
1105
|
* @see https://mochajs.org/api/Runnable.html#resetTimeout
|
|
1268
1106
|
*/
|
|
1269
1107
|
constructor(): void;
|
|
1270
|
-
|
|
1271
1108
|
/**
|
|
1272
1109
|
* Get a list of whitelisted globals for this test run.
|
|
1273
1110
|
*
|
|
1274
1111
|
* @see https://mochajs.org/api/Runnable.html#globals
|
|
1275
1112
|
*/
|
|
1276
1113
|
constructor(): string[];
|
|
1277
|
-
|
|
1278
1114
|
/**
|
|
1279
1115
|
* Set a list of whitelisted globals for this test run.
|
|
1280
1116
|
*
|
|
1281
1117
|
* @see https://mochajs.org/api/Runnable.html#globals
|
|
1282
1118
|
*/
|
|
1283
1119
|
constructor(globals: readonly string[]): void;
|
|
1284
|
-
|
|
1285
1120
|
/**
|
|
1286
1121
|
* Run the test and invoke `fn(err)`.
|
|
1287
1122
|
*
|
|
@@ -1289,30 +1124,28 @@ constructor(globals: readonly string[]): void;
|
|
|
1289
1124
|
*/
|
|
1290
1125
|
constructor(fn: Done): void;
|
|
1291
1126
|
}
|
|
1292
|
-
|
|
1293
1127
|
// #region Runnable "error" event
|
|
1294
1128
|
interface Runnable extends NodeJS.EventEmitter {
|
|
1295
|
-
constructor(
|
|
1296
|
-
constructor(
|
|
1297
|
-
constructor(
|
|
1298
|
-
constructor(
|
|
1299
|
-
constructor(
|
|
1300
|
-
constructor(
|
|
1301
|
-
constructor(name: "error",
|
|
1129
|
+
constructor(_event: "error", listener: (error: any) => void): this;
|
|
1130
|
+
constructor(_event: "error", listener: (error: any) => void): this;
|
|
1131
|
+
constructor(_event: "error", listener: (error: any) => void): this;
|
|
1132
|
+
constructor(_event: "error", listener: (error: any) => void): this;
|
|
1133
|
+
constructor(_event: "error", listener: (error: any) => void): this;
|
|
1134
|
+
constructor(_event: "error", listener: (error: any) => void): this;
|
|
1135
|
+
constructor(name: "error", _error: any): boolean;
|
|
1302
1136
|
}
|
|
1303
1137
|
// #endregion Runnable "error" event
|
|
1304
1138
|
// #region Runnable untyped events
|
|
1305
1139
|
interface Runnable extends NodeJS.EventEmitter {
|
|
1306
|
-
constructor(
|
|
1307
|
-
constructor(
|
|
1308
|
-
constructor(
|
|
1309
|
-
constructor(
|
|
1310
|
-
constructor(
|
|
1311
|
-
constructor(
|
|
1140
|
+
constructor(_event: string, listener: (...args: any[]) => void): this;
|
|
1141
|
+
constructor(_event: string, listener: (...args: any[]) => void): this;
|
|
1142
|
+
constructor(_event: string, listener: (...args: any[]) => void): this;
|
|
1143
|
+
constructor(_event: string, listener: (...args: any[]) => void): this;
|
|
1144
|
+
constructor(_event: string, listener: (...args: any[]) => void): this;
|
|
1145
|
+
constructor(_event: string, listener: (...args: any[]) => void): this;
|
|
1312
1146
|
constructor(name: string, ...args: any[]): boolean;
|
|
1313
1147
|
}
|
|
1314
1148
|
// #endregion Runnable untyped events
|
|
1315
|
-
|
|
1316
1149
|
/**
|
|
1317
1150
|
* Test context
|
|
1318
1151
|
*
|
|
@@ -1320,58 +1153,46 @@ constructor(name: string, ...args: any[]): boolean;
|
|
|
1320
1153
|
*/
|
|
1321
1154
|
class Context {
|
|
1322
1155
|
private _runnable;
|
|
1323
|
-
|
|
1324
1156
|
test?: Runnable | undefined;
|
|
1325
1157
|
currentTest?: Test | undefined;
|
|
1326
|
-
|
|
1327
1158
|
/**
|
|
1328
1159
|
* Get the context `Runnable`.
|
|
1329
1160
|
*/
|
|
1330
1161
|
constructor(): Runnable;
|
|
1331
|
-
|
|
1332
1162
|
/**
|
|
1333
1163
|
* Set the context `Runnable`.
|
|
1334
1164
|
*/
|
|
1335
1165
|
constructor(runnable: Runnable): this;
|
|
1336
|
-
|
|
1337
1166
|
/**
|
|
1338
1167
|
* Get test timeout.
|
|
1339
1168
|
*/
|
|
1340
1169
|
constructor(): number;
|
|
1341
|
-
|
|
1342
1170
|
/**
|
|
1343
1171
|
* Set test timeout.
|
|
1344
1172
|
*/
|
|
1345
1173
|
constructor(ms: string | number): this;
|
|
1346
|
-
|
|
1347
1174
|
/**
|
|
1348
1175
|
* Get test slowness threshold.
|
|
1349
1176
|
*/
|
|
1350
1177
|
constructor(): number;
|
|
1351
|
-
|
|
1352
1178
|
/**
|
|
1353
1179
|
* Set test slowness threshold.
|
|
1354
1180
|
*/
|
|
1355
1181
|
constructor(ms: string | number): this;
|
|
1356
|
-
|
|
1357
1182
|
/**
|
|
1358
1183
|
* Mark a test as skipped.
|
|
1359
1184
|
*/
|
|
1360
1185
|
constructor(): never;
|
|
1361
|
-
|
|
1362
1186
|
/**
|
|
1363
1187
|
* Get the number of allowed retries on failed tests.
|
|
1364
1188
|
*/
|
|
1365
1189
|
constructor(): number;
|
|
1366
|
-
|
|
1367
1190
|
/**
|
|
1368
1191
|
* Set the number of allowed retries on failed tests.
|
|
1369
1192
|
*/
|
|
1370
1193
|
constructor(n: number): this;
|
|
1371
|
-
|
|
1372
1194
|
[key: string]: any;
|
|
1373
1195
|
}
|
|
1374
|
-
|
|
1375
1196
|
interface RunnerConstants {
|
|
1376
1197
|
readonly EVENT_HOOK_BEGIN: "hook";
|
|
1377
1198
|
readonly EVENT_HOOK_END: "hook end";
|
|
@@ -1391,18 +1212,14 @@ constructor(n: number): this;
|
|
|
1391
1212
|
readonly STATE_RUNNING: "running";
|
|
1392
1213
|
readonly STATE_STOPPED: "stopped";
|
|
1393
1214
|
}
|
|
1394
|
-
|
|
1395
1215
|
interface RunnerOptions {
|
|
1396
1216
|
/** Whether to delay execution of root suite until ready. */
|
|
1397
1217
|
delay?: boolean;
|
|
1398
|
-
|
|
1399
1218
|
/** Whether to report tests without running them. */
|
|
1400
1219
|
dryRun?: boolean;
|
|
1401
|
-
|
|
1402
1220
|
/** Whether to clean references to test fns and hooks when a suite is done. */
|
|
1403
1221
|
cleanReferencesAfterRun?: boolean;
|
|
1404
1222
|
}
|
|
1405
|
-
|
|
1406
1223
|
/**
|
|
1407
1224
|
* Initialize a `Runner` for the given `suite`.
|
|
1408
1225
|
*
|
|
@@ -1417,9 +1234,7 @@ constructor(n: number): this;
|
|
|
1417
1234
|
private hookErr;
|
|
1418
1235
|
private prevGlobalsLength;
|
|
1419
1236
|
private nextSuite;
|
|
1420
|
-
|
|
1421
1237
|
static readonly constants: RunnerConstants;
|
|
1422
|
-
|
|
1423
1238
|
/**
|
|
1424
1239
|
* Initialize a `Runner` at the Root Suite, which represents a hierarchy of Suites and Tests.
|
|
1425
1240
|
*
|
|
@@ -1427,7 +1242,6 @@ constructor(n: number): this;
|
|
|
1427
1242
|
* @param optionsOrDelay Options. If boolean (deprecated), whether or not to delay execution of root suite until ready.
|
|
1428
1243
|
*/
|
|
1429
1244
|
constructor(suite: Suite, optionsOrDelay?: RunnerOptions | boolean);
|
|
1430
|
-
|
|
1431
1245
|
suite: Suite;
|
|
1432
1246
|
started: boolean;
|
|
1433
1247
|
total: number;
|
|
@@ -1441,7 +1255,6 @@ constructor(suite: Suite, optionsOrDelay?: RunnerOptions | boolean);
|
|
|
1441
1255
|
test?: Test | undefined;
|
|
1442
1256
|
currentRunnable?: Runnable | undefined;
|
|
1443
1257
|
stats?: Stats | undefined; // added by reporters
|
|
1444
|
-
|
|
1445
1258
|
/**
|
|
1446
1259
|
* Removes all event handlers set during a run on this instance.
|
|
1447
1260
|
* Remark: this does *not* clean/dispose the tests or suites themselves.
|
|
@@ -1449,7 +1262,6 @@ constructor(suite: Suite, optionsOrDelay?: RunnerOptions | boolean);
|
|
|
1449
1262
|
* @see https://mochajs.org/api/runner#dispose
|
|
1450
1263
|
*/
|
|
1451
1264
|
constructor(): void;
|
|
1452
|
-
|
|
1453
1265
|
/**
|
|
1454
1266
|
* Run tests with full titles matching `re`. Updates runner.total
|
|
1455
1267
|
* with number of tests matched.
|
|
@@ -1457,7 +1269,6 @@ constructor(): void;
|
|
|
1457
1269
|
* @see https://mochajs.org/api/Mocha.Runner.html#.Runner#grep
|
|
1458
1270
|
*/
|
|
1459
1271
|
constructor(re: RegExp, invert: boolean): this;
|
|
1460
|
-
|
|
1461
1272
|
/**
|
|
1462
1273
|
* Returns the number of tests matching the grep search for the
|
|
1463
1274
|
* given suite.
|
|
@@ -1465,68 +1276,58 @@ constructor(re: RegExp, invert: boolean): this;
|
|
|
1465
1276
|
* @see https://mochajs.org/api/Mocha.Runner.html#.Runner#grepTotal
|
|
1466
1277
|
*/
|
|
1467
1278
|
constructor(suite: Suite): number;
|
|
1468
|
-
|
|
1469
1279
|
/**
|
|
1470
1280
|
* Gets the allowed globals.
|
|
1471
1281
|
*
|
|
1472
1282
|
* @see https://mochajs.org/api/Mocha.Runner.html#.Runner#globals
|
|
1473
1283
|
*/
|
|
1474
1284
|
constructor(): string[];
|
|
1475
|
-
|
|
1476
1285
|
/**
|
|
1477
1286
|
* Allow the given `arr` of globals.
|
|
1478
1287
|
*
|
|
1479
1288
|
* @see https://mochajs.org/api/Mocha.Runner.html#.Runner#globals
|
|
1480
1289
|
*/
|
|
1481
1290
|
constructor(arr: readonly string[]): this;
|
|
1482
|
-
|
|
1483
1291
|
/**
|
|
1484
1292
|
* Run the root suite and invoke `fn(failures)` on completion.
|
|
1485
1293
|
*
|
|
1486
1294
|
* @see https://mochajs.org/api/Mocha.Runner.html#.Runner#run
|
|
1487
1295
|
*/
|
|
1488
1296
|
constructor(fn?: (failures: number) => void): this;
|
|
1489
|
-
|
|
1490
1297
|
/**
|
|
1491
1298
|
* Cleanly abort execution.
|
|
1492
1299
|
*
|
|
1493
1300
|
* @see https://mochajs.org/api/Mocha.Runner.html#.Runner#abort
|
|
1494
1301
|
*/
|
|
1495
1302
|
constructor(): this;
|
|
1496
|
-
|
|
1497
1303
|
/**
|
|
1498
1304
|
* Handle uncaught exceptions.
|
|
1499
1305
|
*
|
|
1500
1306
|
* @see https://mochajs.org/api/Mocha.Runner.html#uncaught
|
|
1501
1307
|
*/
|
|
1502
1308
|
constructor(err: any): void;
|
|
1503
|
-
|
|
1504
1309
|
/**
|
|
1505
1310
|
* Wrapper for setImmediate, process.nextTick, or browser polyfill.
|
|
1506
1311
|
*/
|
|
1507
|
-
protected static immediately(
|
|
1508
|
-
|
|
1312
|
+
protected static immediately(_callback: Function): void;
|
|
1509
1313
|
/**
|
|
1510
1314
|
* Return a list of global properties.
|
|
1511
1315
|
*
|
|
1512
1316
|
* @see https://mochajs.org/api/Mocha.Runner.html#globalProps
|
|
1513
1317
|
*/
|
|
1514
1318
|
protected globalProps(): string[];
|
|
1515
|
-
|
|
1516
1319
|
/**
|
|
1517
1320
|
* Check for global variable leaks.
|
|
1518
1321
|
*
|
|
1519
1322
|
* @see https://mochajs.org/api/Mocha.Runner.html#checkGlobals
|
|
1520
1323
|
*/
|
|
1521
1324
|
protected checkGlobals(test: Test): void;
|
|
1522
|
-
|
|
1523
1325
|
/**
|
|
1524
1326
|
* Fail the given `test`.
|
|
1525
1327
|
*
|
|
1526
1328
|
* @see https://mochajs.org/api/Mocha.Runner.html#fail
|
|
1527
1329
|
*/
|
|
1528
1330
|
protected fail(test: Test, err: any): void;
|
|
1529
|
-
|
|
1530
1331
|
/**
|
|
1531
1332
|
* Fail the given `hook` with `err`.
|
|
1532
1333
|
*
|
|
@@ -1546,14 +1347,12 @@ constructor(err: any): void;
|
|
|
1546
1347
|
* @see https://mochajs.org/api/Mocha.Runner.html#failHook
|
|
1547
1348
|
*/
|
|
1548
1349
|
protected failHook(hook: Hook, err: any): void;
|
|
1549
|
-
|
|
1550
1350
|
/**
|
|
1551
1351
|
* Run hook `name` callbacks and then invoke `fn()`.
|
|
1552
1352
|
*
|
|
1553
1353
|
* @see https://mochajs.org/api/Mocha.Runner.html#hook
|
|
1554
1354
|
*/
|
|
1555
1355
|
protected hook(name: string, fn: () => void): void;
|
|
1556
|
-
|
|
1557
1356
|
/**
|
|
1558
1357
|
* Run hook `name` for the given array of `suites`
|
|
1559
1358
|
* in order, and callback `fn(err, errSuite)`.
|
|
@@ -1561,42 +1360,36 @@ constructor(err: any): void;
|
|
|
1561
1360
|
* @see https://mochajs.org/api/Mocha.Runner.html#hooks
|
|
1562
1361
|
*/
|
|
1563
1362
|
protected hooks(name: string, suites: Suite[], fn: (err?: any, errSuite?: Suite) => void): void;
|
|
1564
|
-
|
|
1565
1363
|
/**
|
|
1566
1364
|
* Run hooks from the top level down.
|
|
1567
1365
|
*
|
|
1568
1366
|
* @see https://mochajs.org/api/Mocha.Runner.html#hookUp
|
|
1569
1367
|
*/
|
|
1570
1368
|
protected hookUp(name: string, fn: (err?: any, errSuite?: Suite) => void): void;
|
|
1571
|
-
|
|
1572
1369
|
/**
|
|
1573
1370
|
* Run hooks from the bottom up.
|
|
1574
1371
|
*
|
|
1575
1372
|
* @see https://mochajs.org/api/Mocha.Runner.html#hookDown
|
|
1576
1373
|
*/
|
|
1577
1374
|
protected hookDown(name: string, fn: (err?: any, errSuite?: Suite) => void): void;
|
|
1578
|
-
|
|
1579
1375
|
/**
|
|
1580
1376
|
* Return an array of parent Suites from closest to furthest.
|
|
1581
1377
|
*
|
|
1582
1378
|
* @see https://mochajs.org/api/Mocha.Runner.html#parents
|
|
1583
1379
|
*/
|
|
1584
1380
|
protected parents(): Suite[];
|
|
1585
|
-
|
|
1586
1381
|
/**
|
|
1587
1382
|
* Run the current test and callback `fn(err)`.
|
|
1588
1383
|
*
|
|
1589
1384
|
* @see https://mochajs.org/api/Mocha.Runner.html#runTest
|
|
1590
1385
|
*/
|
|
1591
1386
|
protected runTest(fn: Done): any;
|
|
1592
|
-
|
|
1593
1387
|
/**
|
|
1594
1388
|
* Run tests in the given `suite` and invoke the callback `fn()` when complete.
|
|
1595
1389
|
*
|
|
1596
1390
|
* @see https://mochajs.org/api/Mocha.Runner.html#runTests
|
|
1597
1391
|
*/
|
|
1598
1392
|
protected runTests(suite: Suite, fn: (errSuite?: Suite) => void): void;
|
|
1599
|
-
|
|
1600
1393
|
/**
|
|
1601
1394
|
* Run the given `suite` and invoke the callback `fn()` when complete.
|
|
1602
1395
|
*
|
|
@@ -1604,162 +1397,158 @@ constructor(err: any): void;
|
|
|
1604
1397
|
*/
|
|
1605
1398
|
protected runSuite(suite: Suite, fn: (errSuite?: Suite) => void): void;
|
|
1606
1399
|
}
|
|
1607
|
-
|
|
1608
1400
|
// #region Runner "waiting" event
|
|
1609
1401
|
interface Runner {
|
|
1610
|
-
constructor(
|
|
1611
|
-
constructor(
|
|
1612
|
-
constructor(
|
|
1613
|
-
constructor(
|
|
1614
|
-
constructor(
|
|
1615
|
-
constructor(
|
|
1402
|
+
constructor(_event: "waiting", listener: (rootSuite: Suite) => void): this;
|
|
1403
|
+
constructor(_event: "waiting", listener: (rootSuite: Suite) => void): this;
|
|
1404
|
+
constructor(_event: "waiting", listener: (rootSuite: Suite) => void): this;
|
|
1405
|
+
constructor(_event: "waiting", listener: (rootSuite: Suite) => void): this;
|
|
1406
|
+
constructor(_event: "waiting", listener: (rootSuite: Suite) => void): this;
|
|
1407
|
+
constructor(_event: "waiting", listener: (rootSuite: Suite) => void): this;
|
|
1616
1408
|
constructor(name: "waiting", rootSuite: Suite): boolean;
|
|
1617
1409
|
}
|
|
1618
1410
|
// #endregion Runner "waiting" event
|
|
1619
1411
|
// #region Runner "start" event
|
|
1620
1412
|
interface Runner extends NodeJS.EventEmitter {
|
|
1621
|
-
constructor(
|
|
1622
|
-
constructor(
|
|
1623
|
-
constructor(
|
|
1624
|
-
constructor(
|
|
1625
|
-
constructor(
|
|
1626
|
-
constructor(
|
|
1413
|
+
constructor(_event: "start", listener: () => void): this;
|
|
1414
|
+
constructor(_event: "start", listener: () => void): this;
|
|
1415
|
+
constructor(_event: "start", listener: () => void): this;
|
|
1416
|
+
constructor(_event: "start", listener: () => void): this;
|
|
1417
|
+
constructor(_event: "start", listener: () => void): this;
|
|
1418
|
+
constructor(_event: "start", listener: () => void): this;
|
|
1627
1419
|
constructor(name: "start"): boolean;
|
|
1628
1420
|
}
|
|
1629
1421
|
// #endregion Runner "start" event
|
|
1630
1422
|
// #region Runner "end" event
|
|
1631
1423
|
interface Runner extends NodeJS.EventEmitter {
|
|
1632
|
-
constructor(
|
|
1633
|
-
constructor(
|
|
1634
|
-
constructor(
|
|
1635
|
-
constructor(
|
|
1636
|
-
constructor(
|
|
1637
|
-
constructor(
|
|
1424
|
+
constructor(_event: "end", listener: () => void): this;
|
|
1425
|
+
constructor(_event: "end", listener: () => void): this;
|
|
1426
|
+
constructor(_event: "end", listener: () => void): this;
|
|
1427
|
+
constructor(_event: "end", listener: () => void): this;
|
|
1428
|
+
constructor(_event: "end", listener: () => void): this;
|
|
1429
|
+
constructor(_event: "end", listener: () => void): this;
|
|
1638
1430
|
constructor(name: "end"): boolean;
|
|
1639
1431
|
}
|
|
1640
1432
|
// #endregion Runner "end" event
|
|
1641
1433
|
// #region Runner "suite" event
|
|
1642
1434
|
interface Runner extends NodeJS.EventEmitter {
|
|
1643
|
-
constructor(
|
|
1644
|
-
constructor(
|
|
1645
|
-
constructor(
|
|
1646
|
-
constructor(
|
|
1647
|
-
constructor(
|
|
1648
|
-
constructor(
|
|
1435
|
+
constructor(_event: "suite", listener: (suite: Suite) => void): this;
|
|
1436
|
+
constructor(_event: "suite", listener: (suite: Suite) => void): this;
|
|
1437
|
+
constructor(_event: "suite", listener: (suite: Suite) => void): this;
|
|
1438
|
+
constructor(_event: "suite", listener: (suite: Suite) => void): this;
|
|
1439
|
+
constructor(_event: "suite", listener: (suite: Suite) => void): this;
|
|
1440
|
+
constructor(_event: "suite", listener: (suite: Suite) => void): this;
|
|
1649
1441
|
constructor(name: "suite", suite: Suite): boolean;
|
|
1650
1442
|
}
|
|
1651
1443
|
// #endregion Runner "suite" event
|
|
1652
1444
|
// #region Runner "suite end" event
|
|
1653
1445
|
interface Runner extends NodeJS.EventEmitter {
|
|
1654
|
-
constructor(
|
|
1655
|
-
constructor(
|
|
1656
|
-
constructor(
|
|
1657
|
-
constructor(
|
|
1658
|
-
constructor(
|
|
1659
|
-
constructor(
|
|
1446
|
+
constructor(_event: "suite end", listener: (suite: Suite) => void): this;
|
|
1447
|
+
constructor(_event: "suite end", listener: (suite: Suite) => void): this;
|
|
1448
|
+
constructor(_event: "suite end", listener: (suite: Suite) => void): this;
|
|
1449
|
+
constructor(_event: "suite end", listener: (suite: Suite) => void): this;
|
|
1450
|
+
constructor(_event: "suite end", listener: (suite: Suite) => void): this;
|
|
1451
|
+
constructor(_event: "suite end", listener: (suite: Suite) => void): this;
|
|
1660
1452
|
constructor(name: "suite end", suite: Suite): boolean;
|
|
1661
1453
|
}
|
|
1662
1454
|
// #endregion Runner "suite end" event
|
|
1663
1455
|
// #region Runner "test" event
|
|
1664
1456
|
interface Runner extends NodeJS.EventEmitter {
|
|
1665
|
-
constructor(
|
|
1666
|
-
constructor(
|
|
1667
|
-
constructor(
|
|
1668
|
-
constructor(
|
|
1669
|
-
constructor(
|
|
1670
|
-
constructor(
|
|
1457
|
+
constructor(_event: "test", listener: (test: Test) => void): this;
|
|
1458
|
+
constructor(_event: "test", listener: (test: Test) => void): this;
|
|
1459
|
+
constructor(_event: "test", listener: (test: Test) => void): this;
|
|
1460
|
+
constructor(_event: "test", listener: (test: Test) => void): this;
|
|
1461
|
+
constructor(_event: "test", listener: (test: Test) => void): this;
|
|
1462
|
+
constructor(_event: "test", listener: (test: Test) => void): this;
|
|
1671
1463
|
constructor(name: "test", test: Test): boolean;
|
|
1672
1464
|
}
|
|
1673
1465
|
// #endregion Runner "test" event
|
|
1674
1466
|
// #region Runner "test end" event
|
|
1675
1467
|
interface Runner extends NodeJS.EventEmitter {
|
|
1676
|
-
constructor(
|
|
1677
|
-
constructor(
|
|
1678
|
-
constructor(
|
|
1679
|
-
constructor(
|
|
1680
|
-
constructor(
|
|
1681
|
-
constructor(
|
|
1468
|
+
constructor(_event: "test end", listener: (test: Test) => void): this;
|
|
1469
|
+
constructor(_event: "test end", listener: (test: Test) => void): this;
|
|
1470
|
+
constructor(_event: "test end", listener: (test: Test) => void): this;
|
|
1471
|
+
constructor(_event: "test end", listener: (test: Test) => void): this;
|
|
1472
|
+
constructor(_event: "test end", listener: (test: Test) => void): this;
|
|
1473
|
+
constructor(_event: "test end", listener: (test: Test) => void): this;
|
|
1682
1474
|
constructor(name: "test end", test: Test): boolean;
|
|
1683
1475
|
}
|
|
1684
1476
|
// #endregion Runner "test end" event
|
|
1685
1477
|
// #region Runner "hook" event
|
|
1686
1478
|
interface Runner extends NodeJS.EventEmitter {
|
|
1687
|
-
constructor(
|
|
1688
|
-
constructor(
|
|
1689
|
-
constructor(
|
|
1690
|
-
constructor(
|
|
1691
|
-
constructor(
|
|
1692
|
-
constructor(
|
|
1479
|
+
constructor(_event: "hook", listener: (hook: Hook) => void): this;
|
|
1480
|
+
constructor(_event: "hook", listener: (hook: Hook) => void): this;
|
|
1481
|
+
constructor(_event: "hook", listener: (hook: Hook) => void): this;
|
|
1482
|
+
constructor(_event: "hook", listener: (hook: Hook) => void): this;
|
|
1483
|
+
constructor(_event: "hook", listener: (hook: Hook) => void): this;
|
|
1484
|
+
constructor(_event: "hook", listener: (hook: Hook) => void): this;
|
|
1693
1485
|
constructor(name: "hook", hook: Hook): boolean;
|
|
1694
1486
|
}
|
|
1695
1487
|
// #endregion Runner "hook" event
|
|
1696
1488
|
// #region Runner "hook end" event
|
|
1697
1489
|
interface Runner extends NodeJS.EventEmitter {
|
|
1698
|
-
constructor(
|
|
1699
|
-
constructor(
|
|
1700
|
-
constructor(
|
|
1701
|
-
constructor(
|
|
1702
|
-
constructor(
|
|
1703
|
-
constructor(
|
|
1490
|
+
constructor(_event: "hook end", listener: (hook: Hook) => void): this;
|
|
1491
|
+
constructor(_event: "hook end", listener: (hook: Hook) => void): this;
|
|
1492
|
+
constructor(_event: "hook end", listener: (hook: Hook) => void): this;
|
|
1493
|
+
constructor(_event: "hook end", listener: (hook: Hook) => void): this;
|
|
1494
|
+
constructor(_event: "hook end", listener: (hook: Hook) => void): this;
|
|
1495
|
+
constructor(_event: "hook end", listener: (hook: Hook) => void): this;
|
|
1704
1496
|
constructor(name: "hook end", hook: Hook): boolean;
|
|
1705
1497
|
}
|
|
1706
1498
|
// #endregion Runner "hook end" event
|
|
1707
1499
|
// #region Runner "pass" event
|
|
1708
1500
|
interface Runner extends NodeJS.EventEmitter {
|
|
1709
|
-
constructor(
|
|
1710
|
-
constructor(
|
|
1711
|
-
constructor(
|
|
1712
|
-
constructor(
|
|
1713
|
-
constructor(
|
|
1714
|
-
constructor(
|
|
1501
|
+
constructor(_event: "pass", listener: (test: Test) => void): this;
|
|
1502
|
+
constructor(_event: "pass", listener: (test: Test) => void): this;
|
|
1503
|
+
constructor(_event: "pass", listener: (test: Test) => void): this;
|
|
1504
|
+
constructor(_event: "pass", listener: (test: Test) => void): this;
|
|
1505
|
+
constructor(_event: "pass", listener: (test: Test) => void): this;
|
|
1506
|
+
constructor(_event: "pass", listener: (test: Test) => void): this;
|
|
1715
1507
|
constructor(name: "pass", test: Test): boolean;
|
|
1716
1508
|
}
|
|
1717
1509
|
// #endregion Runner "pass" event
|
|
1718
1510
|
// #region Runner "fail" event
|
|
1719
1511
|
interface Runner extends NodeJS.EventEmitter {
|
|
1720
|
-
constructor(
|
|
1721
|
-
constructor(
|
|
1722
|
-
constructor(
|
|
1723
|
-
constructor(
|
|
1724
|
-
constructor(
|
|
1725
|
-
constructor(
|
|
1512
|
+
constructor(_event: "fail", listener: (test: Test, err: any) => void): this;
|
|
1513
|
+
constructor(_event: "fail", listener: (test: Test, err: any) => void): this;
|
|
1514
|
+
constructor(_event: "fail", listener: (test: Test, err: any) => void): this;
|
|
1515
|
+
constructor(_event: "fail", listener: (test: Test, err: any) => void): this;
|
|
1516
|
+
constructor(_event: "fail", listener: (test: Test, err: any) => void): this;
|
|
1517
|
+
constructor(_event: "fail", listener: (test: Test, err: any) => void): this;
|
|
1726
1518
|
constructor(name: "fail", test: Test, err: any): boolean;
|
|
1727
1519
|
}
|
|
1728
1520
|
// #endregion Runner "fail" event
|
|
1729
1521
|
// #region Runner "pending" event
|
|
1730
1522
|
interface Runner extends NodeJS.EventEmitter {
|
|
1731
|
-
constructor(
|
|
1732
|
-
constructor(
|
|
1733
|
-
constructor(
|
|
1734
|
-
constructor(
|
|
1735
|
-
constructor(
|
|
1736
|
-
constructor(
|
|
1523
|
+
constructor(_event: "pending", listener: (test: Test) => void): this;
|
|
1524
|
+
constructor(_event: "pending", listener: (test: Test) => void): this;
|
|
1525
|
+
constructor(_event: "pending", listener: (test: Test) => void): this;
|
|
1526
|
+
constructor(_event: "pending", listener: (test: Test) => void): this;
|
|
1527
|
+
constructor(_event: "pending", listener: (test: Test) => void): this;
|
|
1528
|
+
constructor(_event: "pending", listener: (test: Test) => void): this;
|
|
1737
1529
|
constructor(name: "pending", test: Test): boolean;
|
|
1738
1530
|
}
|
|
1739
1531
|
// #endregion Runner "pending" event
|
|
1740
1532
|
// #region Runner untyped events
|
|
1741
1533
|
interface Runner extends NodeJS.EventEmitter {
|
|
1742
|
-
constructor(
|
|
1743
|
-
constructor(
|
|
1744
|
-
constructor(
|
|
1745
|
-
constructor(
|
|
1746
|
-
constructor(
|
|
1747
|
-
constructor(
|
|
1534
|
+
constructor(_event: string, listener: (...args: any[]) => void): this;
|
|
1535
|
+
constructor(_event: string, listener: (...args: any[]) => void): this;
|
|
1536
|
+
constructor(_event: string, listener: (...args: any[]) => void): this;
|
|
1537
|
+
constructor(_event: string, listener: (...args: any[]) => void): this;
|
|
1538
|
+
constructor(_event: string, listener: (...args: any[]) => void): this;
|
|
1539
|
+
constructor(_event: string, listener: (...args: any[]) => void): this;
|
|
1748
1540
|
constructor(name: string, ...args: any[]): boolean;
|
|
1749
1541
|
}
|
|
1750
1542
|
// #endregion Runner untyped events
|
|
1751
|
-
|
|
1752
1543
|
interface SuiteConstants {
|
|
1753
1544
|
readonly EVENT_FILE_POST_REQUIRE: "post-require";
|
|
1754
1545
|
readonly EVENT_FILE_PRE_REQUIRE: "pre-require";
|
|
1755
1546
|
readonly EVENT_FILE_REQUIRE: "require";
|
|
1756
1547
|
readonly EVENT_ROOT_SUITE_RUN: "run";
|
|
1757
|
-
|
|
1758
1548
|
readonly HOOK_TYPE_AFTER_ALL: "afterAll";
|
|
1759
1549
|
readonly HOOK_TYPE_AFTER_EACH: "afterEach";
|
|
1760
1550
|
readonly HOOK_TYPE_BEFORE_ALL: "beforeAll";
|
|
1761
1551
|
readonly HOOK_TYPE_BEFORE_EACH: "beforeEach";
|
|
1762
|
-
|
|
1763
1552
|
readonly EVENT_SUITE_ADD_HOOK_AFTER_ALL: "afterAll";
|
|
1764
1553
|
readonly EVENT_SUITE_ADD_HOOK_AFTER_EACH: "afterEach";
|
|
1765
1554
|
readonly EVENT_SUITE_ADD_HOOK_BEFORE_ALL: "beforeAll";
|
|
@@ -1767,7 +1556,6 @@ constructor(name: string, ...args: any[]): boolean;
|
|
|
1767
1556
|
readonly EVENT_SUITE_ADD_SUITE: "suite";
|
|
1768
1557
|
readonly EVENT_SUITE_ADD_TEST: "test";
|
|
1769
1558
|
}
|
|
1770
|
-
|
|
1771
1559
|
/**
|
|
1772
1560
|
* Initialize a new `Suite` with the given `title` and `ctx`.
|
|
1773
1561
|
*
|
|
@@ -1784,11 +1572,8 @@ constructor(name: string, ...args: any[]): boolean;
|
|
|
1784
1572
|
private _retries;
|
|
1785
1573
|
private _onlyTests;
|
|
1786
1574
|
private _onlySuites;
|
|
1787
|
-
|
|
1788
1575
|
static readonly constants: SuiteConstants;
|
|
1789
|
-
|
|
1790
1576
|
constructor(title: string, parentContext?: Context);
|
|
1791
|
-
|
|
1792
1577
|
ctx: Context;
|
|
1793
1578
|
suites: Suite[];
|
|
1794
1579
|
tests: Test[];
|
|
@@ -1798,7 +1583,6 @@ constructor(title: string, parentContext?: Context);
|
|
|
1798
1583
|
delayed: boolean;
|
|
1799
1584
|
parent: Suite | undefined;
|
|
1800
1585
|
title: string;
|
|
1801
|
-
|
|
1802
1586
|
/**
|
|
1803
1587
|
* Create a new `Suite` with the given `title` and parent `Suite`. When a suite
|
|
1804
1588
|
* with the same title is already present, that suite is returned to provide
|
|
@@ -1807,210 +1591,180 @@ constructor(title: string, parentContext?: Context);
|
|
|
1807
1591
|
* @see https://mochajs.org/api/mocha#.exports.create
|
|
1808
1592
|
*/
|
|
1809
1593
|
static create(parent: Suite, title: string): Suite;
|
|
1810
|
-
|
|
1811
1594
|
/**
|
|
1812
1595
|
* Return a clone of this `Suite`.
|
|
1813
1596
|
*
|
|
1814
1597
|
* @see https://mochajs.org/api/Mocha.Suite.html#clone
|
|
1815
1598
|
*/
|
|
1816
1599
|
constructor(): Suite;
|
|
1817
|
-
|
|
1818
1600
|
/**
|
|
1819
1601
|
* Get timeout `ms`.
|
|
1820
1602
|
*
|
|
1821
1603
|
* @see https://mochajs.org/api/Mocha.Suite.html#timeout
|
|
1822
1604
|
*/
|
|
1823
1605
|
constructor(): number;
|
|
1824
|
-
|
|
1825
1606
|
/**
|
|
1826
1607
|
* Set timeout `ms` or short-hand such as "2s".
|
|
1827
1608
|
*
|
|
1828
1609
|
* @see https://mochajs.org/api/Mocha.Suite.html#timeout
|
|
1829
1610
|
*/
|
|
1830
1611
|
constructor(ms: string | number): this;
|
|
1831
|
-
|
|
1832
1612
|
/**
|
|
1833
1613
|
* Get number of times to retry a failed test.
|
|
1834
1614
|
*
|
|
1835
1615
|
* @see https://mochajs.org/api/Mocha.Suite.html#retries
|
|
1836
1616
|
*/
|
|
1837
1617
|
constructor(): number;
|
|
1838
|
-
|
|
1839
1618
|
/**
|
|
1840
1619
|
* Set number of times to retry a failed test.
|
|
1841
1620
|
*
|
|
1842
1621
|
* @see https://mochajs.org/api/Mocha.Suite.html#retries
|
|
1843
1622
|
*/
|
|
1844
1623
|
constructor(n: string | number): this;
|
|
1845
|
-
|
|
1846
1624
|
/**
|
|
1847
1625
|
* Get slow `ms`.
|
|
1848
1626
|
*
|
|
1849
1627
|
* @see https://mochajs.org/api/Mocha.Suite.html#slow
|
|
1850
1628
|
*/
|
|
1851
1629
|
constructor(): number;
|
|
1852
|
-
|
|
1853
1630
|
/**
|
|
1854
1631
|
* Set slow `ms` or short-hand such as "2s".
|
|
1855
1632
|
*
|
|
1856
1633
|
* @see https://mochajs.org/api/Mocha.Suite.html#slow
|
|
1857
1634
|
*/
|
|
1858
1635
|
constructor(ms: string | number): this;
|
|
1859
|
-
|
|
1860
1636
|
/**
|
|
1861
1637
|
* Get whether to bail after first error.
|
|
1862
1638
|
*
|
|
1863
1639
|
* @see https://mochajs.org/api/Mocha.Suite.html#bail
|
|
1864
1640
|
*/
|
|
1865
1641
|
constructor(): boolean;
|
|
1866
|
-
|
|
1867
1642
|
/**
|
|
1868
1643
|
* Set whether to bail after first error.
|
|
1869
1644
|
*
|
|
1870
1645
|
* @see https://mochajs.org/api/Mocha.Suite.html#bail
|
|
1871
1646
|
*/
|
|
1872
1647
|
constructor(bail: boolean): this;
|
|
1873
|
-
|
|
1874
1648
|
/**
|
|
1875
1649
|
* Check if this suite or its parent suite is marked as pending.
|
|
1876
1650
|
*
|
|
1877
1651
|
* @see https://mochajs.org/api/Mocha.Suite.html#isPending
|
|
1878
1652
|
*/
|
|
1879
1653
|
constructor(): boolean;
|
|
1880
|
-
|
|
1881
1654
|
/**
|
|
1882
1655
|
* Run `fn(test[, done])` before running tests.
|
|
1883
1656
|
*
|
|
1884
1657
|
* @see https://mochajs.org/api/Mocha.Suite.html#beforeAll
|
|
1885
1658
|
*/
|
|
1886
1659
|
constructor(fn?: Func): this;
|
|
1887
|
-
|
|
1888
1660
|
/**
|
|
1889
1661
|
* Run `fn(test[, done])` before running tests.
|
|
1890
1662
|
*
|
|
1891
1663
|
* @see https://mochajs.org/api/Mocha.Suite.html#beforeAll
|
|
1892
1664
|
*/
|
|
1893
1665
|
constructor(fn?: AsyncFunc): this;
|
|
1894
|
-
|
|
1895
1666
|
/**
|
|
1896
1667
|
* Run `fn(test[, done])` before running tests.
|
|
1897
1668
|
*
|
|
1898
1669
|
* @see https://mochajs.org/api/Mocha.Suite.html#beforeAll
|
|
1899
1670
|
*/
|
|
1900
1671
|
constructor(title: string, fn?: Func): this;
|
|
1901
|
-
|
|
1902
1672
|
/**
|
|
1903
1673
|
* Run `fn(test[, done])` before running tests.
|
|
1904
1674
|
*
|
|
1905
1675
|
* @see https://mochajs.org/api/Mocha.Suite.html#beforeAll
|
|
1906
1676
|
*/
|
|
1907
1677
|
constructor(title: string, fn?: AsyncFunc): this;
|
|
1908
|
-
|
|
1909
1678
|
/**
|
|
1910
1679
|
* Run `fn(test[, done])` after running tests.
|
|
1911
1680
|
*
|
|
1912
1681
|
* @see https://mochajs.org/api/Mocha.Suite.html#afterAll
|
|
1913
1682
|
*/
|
|
1914
1683
|
constructor(fn?: Func): this;
|
|
1915
|
-
|
|
1916
1684
|
/**
|
|
1917
1685
|
* Run `fn(test[, done])` after running tests.
|
|
1918
1686
|
*
|
|
1919
1687
|
* @see https://mochajs.org/api/Mocha.Suite.html#afterAll
|
|
1920
1688
|
*/
|
|
1921
1689
|
constructor(fn?: AsyncFunc): this;
|
|
1922
|
-
|
|
1923
1690
|
/**
|
|
1924
1691
|
* Run `fn(test[, done])` after running tests.
|
|
1925
1692
|
*
|
|
1926
1693
|
* @see https://mochajs.org/api/Mocha.Suite.html#afterAll
|
|
1927
1694
|
*/
|
|
1928
1695
|
constructor(title: string, fn?: Func): this;
|
|
1929
|
-
|
|
1930
1696
|
/**
|
|
1931
1697
|
* Run `fn(test[, done])` after running tests.
|
|
1932
1698
|
*
|
|
1933
1699
|
* @see https://mochajs.org/api/Mocha.Suite.html#afterAll
|
|
1934
1700
|
*/
|
|
1935
1701
|
constructor(title: string, fn?: AsyncFunc): this;
|
|
1936
|
-
|
|
1937
1702
|
/**
|
|
1938
1703
|
* Run `fn(test[, done])` before each test case.
|
|
1939
1704
|
*
|
|
1940
1705
|
* @see https://mochajs.org/api/Mocha.Suite.html#beforeEach
|
|
1941
1706
|
*/
|
|
1942
1707
|
constructor(fn?: Func): this;
|
|
1943
|
-
|
|
1944
1708
|
/**
|
|
1945
1709
|
* Run `fn(test[, done])` before each test case.
|
|
1946
1710
|
*
|
|
1947
1711
|
* @see https://mochajs.org/api/Mocha.Suite.html#beforeEach
|
|
1948
1712
|
*/
|
|
1949
1713
|
constructor(fn?: AsyncFunc): this;
|
|
1950
|
-
|
|
1951
1714
|
/**
|
|
1952
1715
|
* Run `fn(test[, done])` before each test case.
|
|
1953
1716
|
*
|
|
1954
1717
|
* @see https://mochajs.org/api/Mocha.Suite.html#beforeEach
|
|
1955
1718
|
*/
|
|
1956
1719
|
constructor(title: string, fn?: Func): this;
|
|
1957
|
-
|
|
1958
1720
|
/**
|
|
1959
1721
|
* Run `fn(test[, done])` before each test case.
|
|
1960
1722
|
*
|
|
1961
1723
|
* @see https://mochajs.org/api/Mocha.Suite.html#beforeEach
|
|
1962
1724
|
*/
|
|
1963
1725
|
constructor(title: string, fn?: AsyncFunc): this;
|
|
1964
|
-
|
|
1965
1726
|
/**
|
|
1966
1727
|
* Run `fn(test[, done])` after each test case.
|
|
1967
1728
|
*
|
|
1968
1729
|
* @see https://mochajs.org/api/Mocha.Suite.html#afterEach
|
|
1969
1730
|
*/
|
|
1970
1731
|
constructor(fn?: Func): this;
|
|
1971
|
-
|
|
1972
1732
|
/**
|
|
1973
1733
|
* Run `fn(test[, done])` after each test case.
|
|
1974
1734
|
*
|
|
1975
1735
|
* @see https://mochajs.org/api/Mocha.Suite.html#afterEach
|
|
1976
1736
|
*/
|
|
1977
1737
|
constructor(fn?: AsyncFunc): this;
|
|
1978
|
-
|
|
1979
1738
|
/**
|
|
1980
1739
|
* Run `fn(test[, done])` after each test case.
|
|
1981
1740
|
*
|
|
1982
1741
|
* @see https://mochajs.org/api/Mocha.Suite.html#afterEach
|
|
1983
1742
|
*/
|
|
1984
1743
|
constructor(title: string, fn?: Func): this;
|
|
1985
|
-
|
|
1986
1744
|
/**
|
|
1987
1745
|
* Run `fn(test[, done])` after each test case.
|
|
1988
1746
|
*
|
|
1989
1747
|
* @see https://mochajs.org/api/Mocha.Suite.html#afterEach
|
|
1990
1748
|
*/
|
|
1991
1749
|
constructor(title: string, fn?: AsyncFunc): this;
|
|
1992
|
-
|
|
1993
1750
|
/**
|
|
1994
1751
|
* Add a test `suite`.
|
|
1995
1752
|
*
|
|
1996
1753
|
* @see https://mochajs.org/api/Mocha.Suite.html#addSuite
|
|
1997
1754
|
*/
|
|
1998
1755
|
constructor(suite: Suite): this;
|
|
1999
|
-
|
|
2000
1756
|
/**
|
|
2001
1757
|
* Add a `test` to this suite.
|
|
2002
1758
|
*
|
|
2003
1759
|
* @see https://mochajs.org/api/Mocha.Suite.html#addTest
|
|
2004
1760
|
*/
|
|
2005
1761
|
constructor(test: Test): this;
|
|
2006
|
-
|
|
2007
1762
|
/**
|
|
2008
1763
|
* Cleans all references from this suite and all child suites.
|
|
2009
1764
|
*
|
|
2010
1765
|
* https://mochajs.org/api/suite#dispose
|
|
2011
1766
|
*/
|
|
2012
1767
|
constructor(): void;
|
|
2013
|
-
|
|
2014
1768
|
/**
|
|
2015
1769
|
* Return the full title generated by recursively concatenating the parent's
|
|
2016
1770
|
* full title.
|
|
@@ -2018,7 +1772,6 @@ constructor(): void;
|
|
|
2018
1772
|
* @see https://mochajs.org/api/Mocha.Suite.html#.Suite#fullTitle
|
|
2019
1773
|
*/
|
|
2020
1774
|
constructor(): string;
|
|
2021
|
-
|
|
2022
1775
|
/**
|
|
2023
1776
|
* Return the title path generated by recursively concatenating the parent's
|
|
2024
1777
|
* title path.
|
|
@@ -2026,14 +1779,12 @@ constructor(): string;
|
|
|
2026
1779
|
* @see https://mochajs.org/api/Mocha.Suite.html#.Suite#titlePath
|
|
2027
1780
|
*/
|
|
2028
1781
|
constructor(): string[];
|
|
2029
|
-
|
|
2030
1782
|
/**
|
|
2031
1783
|
* Return the total number of tests.
|
|
2032
1784
|
*
|
|
2033
1785
|
* @see https://mochajs.org/api/Mocha.Suite.html#.Suite#total
|
|
2034
1786
|
*/
|
|
2035
1787
|
constructor(): number;
|
|
2036
|
-
|
|
2037
1788
|
/**
|
|
2038
1789
|
* Iterates through each suite recursively to find all tests. Applies a
|
|
2039
1790
|
* function in the format `fn(test)`.
|
|
@@ -2041,160 +1792,156 @@ constructor(): number;
|
|
|
2041
1792
|
* @see https://mochajs.org/api/Mocha.Suite.html#eachTest
|
|
2042
1793
|
*/
|
|
2043
1794
|
constructor(fn: (test: Test) => void): this;
|
|
2044
|
-
|
|
2045
1795
|
/**
|
|
2046
1796
|
* This will run the root suite if we happen to be running in delayed mode.
|
|
2047
1797
|
*
|
|
2048
1798
|
* @see https://mochajs.org/api/Mocha.Suite.html#run
|
|
2049
1799
|
*/
|
|
2050
1800
|
constructor(): void;
|
|
2051
|
-
|
|
2052
1801
|
/**
|
|
2053
1802
|
* Generic hook-creator.
|
|
2054
1803
|
*/
|
|
2055
1804
|
protected _createHook(title: string, fn?: Func | AsyncFunc): Hook;
|
|
2056
1805
|
}
|
|
2057
|
-
|
|
2058
1806
|
// #region Suite "beforeAll" event
|
|
2059
1807
|
interface Suite extends NodeJS.EventEmitter {
|
|
2060
|
-
constructor(
|
|
2061
|
-
constructor(
|
|
2062
|
-
constructor(
|
|
2063
|
-
constructor(
|
|
2064
|
-
constructor(
|
|
2065
|
-
constructor(
|
|
1808
|
+
constructor(_event: "beforeAll", listener: (hook: Hook) => void): this;
|
|
1809
|
+
constructor(_event: "beforeAll", listener: (hook: Hook) => void): this;
|
|
1810
|
+
constructor(_event: "beforeAll", listener: (hook: Hook) => void): this;
|
|
1811
|
+
constructor(_event: "beforeAll", listener: (hook: Hook) => void): this;
|
|
1812
|
+
constructor(_event: "beforeAll", listener: (hook: Hook) => void): this;
|
|
1813
|
+
constructor(_event: "beforeAll", listener: (hook: Hook) => void): this;
|
|
2066
1814
|
constructor(name: "beforeAll", hook: Hook): boolean;
|
|
2067
1815
|
}
|
|
2068
1816
|
// #endregion Suite "beforeAll" event
|
|
2069
1817
|
// #region Suite "afterAll" event
|
|
2070
1818
|
interface Suite extends NodeJS.EventEmitter {
|
|
2071
|
-
constructor(
|
|
2072
|
-
constructor(
|
|
2073
|
-
constructor(
|
|
2074
|
-
constructor(
|
|
2075
|
-
constructor(
|
|
2076
|
-
constructor(
|
|
1819
|
+
constructor(_event: "afterAll", listener: (hook: Hook) => void): this;
|
|
1820
|
+
constructor(_event: "afterAll", listener: (hook: Hook) => void): this;
|
|
1821
|
+
constructor(_event: "afterAll", listener: (hook: Hook) => void): this;
|
|
1822
|
+
constructor(_event: "afterAll", listener: (hook: Hook) => void): this;
|
|
1823
|
+
constructor(_event: "afterAll", listener: (hook: Hook) => void): this;
|
|
1824
|
+
constructor(_event: "afterAll", listener: (hook: Hook) => void): this;
|
|
2077
1825
|
constructor(name: "afterAll", hook: Hook): boolean;
|
|
2078
1826
|
}
|
|
2079
1827
|
// #endregion Suite "afterAll" event
|
|
2080
1828
|
// #region Suite "beforeEach" event
|
|
2081
1829
|
interface Suite extends NodeJS.EventEmitter {
|
|
2082
|
-
constructor(
|
|
2083
|
-
constructor(
|
|
2084
|
-
constructor(
|
|
2085
|
-
constructor(
|
|
2086
|
-
constructor(
|
|
2087
|
-
constructor(
|
|
1830
|
+
constructor(_event: "beforeEach", listener: (hook: Hook) => void): this;
|
|
1831
|
+
constructor(_event: "beforeEach", listener: (hook: Hook) => void): this;
|
|
1832
|
+
constructor(_event: "beforeEach", listener: (hook: Hook) => void): this;
|
|
1833
|
+
constructor(_event: "beforeEach", listener: (hook: Hook) => void): this;
|
|
1834
|
+
constructor(_event: "beforeEach", listener: (hook: Hook) => void): this;
|
|
1835
|
+
constructor(_event: "beforeEach", listener: (hook: Hook) => void): this;
|
|
2088
1836
|
constructor(name: "beforeEach", hook: Hook): boolean;
|
|
2089
1837
|
}
|
|
2090
1838
|
// #endregion Suite "beforeEach" event
|
|
2091
1839
|
// #region Suite "afterEach" event
|
|
2092
1840
|
interface Suite extends NodeJS.EventEmitter {
|
|
2093
|
-
constructor(
|
|
2094
|
-
constructor(
|
|
2095
|
-
constructor(
|
|
2096
|
-
constructor(
|
|
2097
|
-
constructor(
|
|
2098
|
-
constructor(
|
|
1841
|
+
constructor(_event: "afterEach", listener: (hook: Hook) => void): this;
|
|
1842
|
+
constructor(_event: "afterEach", listener: (hook: Hook) => void): this;
|
|
1843
|
+
constructor(_event: "afterEach", listener: (hook: Hook) => void): this;
|
|
1844
|
+
constructor(_event: "afterEach", listener: (hook: Hook) => void): this;
|
|
1845
|
+
constructor(_event: "afterEach", listener: (hook: Hook) => void): this;
|
|
1846
|
+
constructor(_event: "afterEach", listener: (hook: Hook) => void): this;
|
|
2099
1847
|
constructor(name: "afterEach", hook: Hook): boolean;
|
|
2100
1848
|
}
|
|
2101
1849
|
// #endregion Suite "afterEach" event
|
|
2102
1850
|
// #region Suite "suite" event
|
|
2103
1851
|
interface Suite extends NodeJS.EventEmitter {
|
|
2104
|
-
constructor(
|
|
2105
|
-
constructor(
|
|
2106
|
-
constructor(
|
|
2107
|
-
constructor(
|
|
2108
|
-
constructor(
|
|
2109
|
-
constructor(
|
|
1852
|
+
constructor(_event: "suite", listener: (suite: Suite) => void): this;
|
|
1853
|
+
constructor(_event: "suite", listener: (suite: Suite) => void): this;
|
|
1854
|
+
constructor(_event: "suite", listener: (suite: Suite) => void): this;
|
|
1855
|
+
constructor(_event: "suite", listener: (suite: Suite) => void): this;
|
|
1856
|
+
constructor(_event: "suite", listener: (suite: Suite) => void): this;
|
|
1857
|
+
constructor(_event: "suite", listener: (suite: Suite) => void): this;
|
|
2110
1858
|
constructor(name: "suite", suite: Suite): boolean;
|
|
2111
1859
|
}
|
|
2112
1860
|
// #endregion Suite "suite" event
|
|
2113
1861
|
// #region Suite "test" event
|
|
2114
1862
|
interface Suite {
|
|
2115
|
-
constructor(
|
|
2116
|
-
constructor(
|
|
2117
|
-
constructor(
|
|
2118
|
-
constructor(
|
|
2119
|
-
constructor(
|
|
2120
|
-
constructor(
|
|
1863
|
+
constructor(_event: "test", listener: (test: Test) => void): this;
|
|
1864
|
+
constructor(_event: "test", listener: (test: Test) => void): this;
|
|
1865
|
+
constructor(_event: "test", listener: (test: Test) => void): this;
|
|
1866
|
+
constructor(_event: "test", listener: (test: Test) => void): this;
|
|
1867
|
+
constructor(_event: "test", listener: (test: Test) => void): this;
|
|
1868
|
+
constructor(_event: "test", listener: (test: Test) => void): this;
|
|
2121
1869
|
constructor(name: "test", test: Test): boolean;
|
|
2122
1870
|
}
|
|
2123
1871
|
// #endregion Suite "test" event
|
|
2124
1872
|
// #region Suite "run" event
|
|
2125
1873
|
interface Suite extends NodeJS.EventEmitter {
|
|
2126
|
-
constructor(
|
|
2127
|
-
constructor(
|
|
2128
|
-
constructor(
|
|
2129
|
-
constructor(
|
|
2130
|
-
constructor(
|
|
2131
|
-
constructor(
|
|
1874
|
+
constructor(_event: "run", listener: () => void): this;
|
|
1875
|
+
constructor(_event: "run", listener: () => void): this;
|
|
1876
|
+
constructor(_event: "run", listener: () => void): this;
|
|
1877
|
+
constructor(_event: "run", listener: () => void): this;
|
|
1878
|
+
constructor(_event: "run", listener: () => void): this;
|
|
1879
|
+
constructor(_event: "run", listener: () => void): this;
|
|
2132
1880
|
constructor(name: "run"): boolean;
|
|
2133
1881
|
}
|
|
2134
1882
|
// #endregion Suite "run" event
|
|
2135
1883
|
// #region Suite "pre-require" event
|
|
2136
1884
|
interface Suite extends NodeJS.EventEmitter {
|
|
2137
|
-
constructor(
|
|
2138
|
-
constructor(
|
|
2139
|
-
constructor(
|
|
1885
|
+
constructor(_event: "pre-require", listener: (context: MochaGlobals, file: string, mocha: Mocha) => void): this;
|
|
1886
|
+
constructor(_event: "pre-require", listener: (context: MochaGlobals, file: string, mocha: Mocha) => void): this;
|
|
1887
|
+
constructor(_event: "pre-require", listener: (context: MochaGlobals, file: string, mocha: Mocha) => void): this;
|
|
2140
1888
|
constructor(
|
|
2141
1889
|
event: "pre-require",
|
|
2142
|
-
listener: (
|
|
1890
|
+
listener: (_context: MochaGlobals, file: string, mocha: Mocha) => void,
|
|
2143
1891
|
): this;
|
|
2144
1892
|
constructor(
|
|
2145
1893
|
event: "pre-require",
|
|
2146
|
-
listener: (
|
|
1894
|
+
listener: (_context: MochaGlobals, file: string, mocha: Mocha) => void,
|
|
2147
1895
|
): this;
|
|
2148
1896
|
constructor(
|
|
2149
1897
|
event: "pre-require",
|
|
2150
|
-
listener: (
|
|
1898
|
+
listener: (_context: MochaGlobals, file: string, mocha: Mocha) => void,
|
|
2151
1899
|
): this;
|
|
2152
|
-
constructor(name: "pre-require",
|
|
1900
|
+
constructor(name: "pre-require", _context: MochaGlobals, file: string, mocha: Mocha): boolean;
|
|
2153
1901
|
}
|
|
2154
1902
|
// #endregion Suite "pre-require" event
|
|
2155
1903
|
// #region Suite "require" event
|
|
2156
1904
|
interface Suite extends NodeJS.EventEmitter {
|
|
2157
|
-
constructor(
|
|
2158
|
-
constructor(
|
|
2159
|
-
constructor(
|
|
2160
|
-
constructor(
|
|
2161
|
-
constructor(
|
|
2162
|
-
constructor(
|
|
1905
|
+
constructor(_event: "require", listener: (module: any, file: string, mocha: Mocha) => void): this;
|
|
1906
|
+
constructor(_event: "require", listener: (module: any, file: string, mocha: Mocha) => void): this;
|
|
1907
|
+
constructor(_event: "require", listener: (module: any, file: string, mocha: Mocha) => void): this;
|
|
1908
|
+
constructor(_event: "require", listener: (module: any, file: string, mocha: Mocha) => void): this;
|
|
1909
|
+
constructor(_event: "require", listener: (module: any, file: string, mocha: Mocha) => void): this;
|
|
1910
|
+
constructor(_event: "require", listener: (module: any, file: string, mocha: Mocha) => void): this;
|
|
2163
1911
|
constructor(name: "require", module: any, file: string, mocha: Mocha): boolean;
|
|
2164
1912
|
}
|
|
2165
1913
|
// #endregion Suite "require" event
|
|
2166
1914
|
// #region Suite "post-require" event
|
|
2167
1915
|
interface Suite extends NodeJS.EventEmitter {
|
|
2168
|
-
constructor(
|
|
2169
|
-
constructor(
|
|
2170
|
-
constructor(
|
|
1916
|
+
constructor(_event: "post-require", listener: (context: MochaGlobals, file: string, mocha: Mocha) => void): this;
|
|
1917
|
+
constructor(_event: "post-require", listener: (context: MochaGlobals, file: string, mocha: Mocha) => void): this;
|
|
1918
|
+
constructor(_event: "post-require", listener: (context: MochaGlobals, file: string, mocha: Mocha) => void): this;
|
|
2171
1919
|
constructor(
|
|
2172
1920
|
event: "post-require",
|
|
2173
|
-
listener: (
|
|
1921
|
+
listener: (_context: MochaGlobals, file: string, mocha: Mocha) => void,
|
|
2174
1922
|
): this;
|
|
2175
1923
|
constructor(
|
|
2176
1924
|
event: "post-require",
|
|
2177
|
-
listener: (
|
|
1925
|
+
listener: (_context: MochaGlobals, file: string, mocha: Mocha) => void,
|
|
2178
1926
|
): this;
|
|
2179
1927
|
constructor(
|
|
2180
1928
|
event: "post-require",
|
|
2181
|
-
listener: (
|
|
1929
|
+
listener: (_context: MochaGlobals, file: string, mocha: Mocha) => void,
|
|
2182
1930
|
): this;
|
|
2183
|
-
constructor(name: "post-require",
|
|
1931
|
+
constructor(name: "post-require", _context: MochaGlobals, file: string, mocha: Mocha): boolean;
|
|
2184
1932
|
}
|
|
2185
1933
|
// #endregion Suite "post-require" event
|
|
2186
1934
|
// #region Suite untyped events
|
|
2187
1935
|
interface Suite extends NodeJS.EventEmitter {
|
|
2188
|
-
constructor(
|
|
2189
|
-
constructor(
|
|
2190
|
-
constructor(
|
|
2191
|
-
constructor(
|
|
2192
|
-
constructor(
|
|
2193
|
-
constructor(
|
|
1936
|
+
constructor(_event: string, listener: (...args: any[]) => void): this;
|
|
1937
|
+
constructor(_event: string, listener: (...args: any[]) => void): this;
|
|
1938
|
+
constructor(_event: string, listener: (...args: any[]) => void): this;
|
|
1939
|
+
constructor(_event: string, listener: (...args: any[]) => void): this;
|
|
1940
|
+
constructor(_event: string, listener: (...args: any[]) => void): this;
|
|
1941
|
+
constructor(_event: string, listener: (...args: any[]) => void): this;
|
|
2194
1942
|
constructor(name: string, ...args: any[]): boolean;
|
|
2195
1943
|
}
|
|
2196
1944
|
// #endregion Runner untyped events
|
|
2197
|
-
|
|
2198
1945
|
/**
|
|
2199
1946
|
* Initialize a new `Hook` with the given `title` and callback `fn`
|
|
2200
1947
|
*
|
|
@@ -2202,17 +1949,14 @@ constructor(name: string, ...args: any[]): boolean;
|
|
|
2202
1949
|
*/
|
|
2203
1950
|
class Hook extends Runnable {
|
|
2204
1951
|
private _error;
|
|
2205
|
-
|
|
2206
1952
|
type: "hook";
|
|
2207
1953
|
originalTitle?: string | undefined; // added by Runner
|
|
2208
|
-
|
|
2209
1954
|
/**
|
|
2210
1955
|
* Get the test `err`.
|
|
2211
1956
|
*
|
|
2212
1957
|
* @see https://mochajs.org/api/Hook.html#error
|
|
2213
1958
|
*/
|
|
2214
1959
|
constructor(): any;
|
|
2215
|
-
|
|
2216
1960
|
/**
|
|
2217
1961
|
* Set the test `err`.
|
|
2218
1962
|
*
|
|
@@ -2220,7 +1964,6 @@ constructor(): any;
|
|
|
2220
1964
|
*/
|
|
2221
1965
|
constructor(err: any): void;
|
|
2222
1966
|
}
|
|
2223
|
-
|
|
2224
1967
|
/**
|
|
2225
1968
|
* An alternative way to define root hooks that works with parallel runs.
|
|
2226
1969
|
*
|
|
@@ -2251,7 +1994,6 @@ constructor(err: any): void;
|
|
|
2251
1994
|
*/
|
|
2252
1995
|
beforeEach?: Func | AsyncFunc | Func[] | AsyncFunc[] | undefined;
|
|
2253
1996
|
}
|
|
2254
|
-
|
|
2255
1997
|
/**
|
|
2256
1998
|
* Initialize a new `Test` with the given `title` and callback `fn`.
|
|
2257
1999
|
*
|
|
@@ -2263,7 +2005,6 @@ constructor(err: any): void;
|
|
|
2263
2005
|
err?: Error | undefined; // added by reporters
|
|
2264
2006
|
constructor(): Test;
|
|
2265
2007
|
}
|
|
2266
|
-
|
|
2267
2008
|
/**
|
|
2268
2009
|
* Test statistics
|
|
2269
2010
|
*/
|
|
@@ -2277,124 +2018,87 @@ constructor(): Test;
|
|
|
2277
2018
|
end?: Date | undefined;
|
|
2278
2019
|
duration?: number | undefined;
|
|
2279
2020
|
}
|
|
2280
|
-
|
|
2281
2021
|
type TestInterface = (suite: Suite) => void;
|
|
2282
|
-
|
|
2283
2022
|
interface ReporterConstructor {
|
|
2284
2023
|
constructor(runner: Runner, options: MochaOptions): reporters.Base;
|
|
2285
2024
|
}
|
|
2286
|
-
|
|
2287
2025
|
type Done = (err?: any) => void;
|
|
2288
|
-
|
|
2289
2026
|
/**
|
|
2290
2027
|
* Callback function used for tests and hooks.
|
|
2291
2028
|
*/
|
|
2292
2029
|
type Func = (this: Context, done: Done) => void;
|
|
2293
|
-
|
|
2294
2030
|
/**
|
|
2295
2031
|
* Async callback function used for tests and hooks.
|
|
2296
2032
|
*/
|
|
2297
2033
|
type AsyncFunc = (this: Context) => PromiseLike<any>;
|
|
2298
|
-
|
|
2299
2034
|
/**
|
|
2300
2035
|
* Options to pass to Mocha.
|
|
2301
2036
|
*/
|
|
2302
2037
|
interface MochaOptions {
|
|
2303
2038
|
/** Propagate uncaught errors? */
|
|
2304
2039
|
allowUncaught?: boolean | undefined;
|
|
2305
|
-
|
|
2306
2040
|
/** Force `done` callback or promise? */
|
|
2307
2041
|
asyncOnly?: boolean | undefined;
|
|
2308
|
-
|
|
2309
2042
|
/** bail on the first test failure. */
|
|
2310
2043
|
bail?: boolean | undefined;
|
|
2311
|
-
|
|
2312
2044
|
/** Check for global variable leaks? */
|
|
2313
2045
|
checkLeaks?: boolean | undefined;
|
|
2314
|
-
|
|
2315
2046
|
/** Color TTY output from reporter */
|
|
2316
2047
|
color?: boolean | undefined;
|
|
2317
|
-
|
|
2318
2048
|
/** Delay root suite execution? */
|
|
2319
2049
|
delay?: boolean | undefined;
|
|
2320
|
-
|
|
2321
2050
|
/** Show diff on failure? */
|
|
2322
2051
|
diff?: boolean | undefined;
|
|
2323
|
-
|
|
2324
2052
|
/** Report tests without running them? */
|
|
2325
2053
|
dryRun?: boolean | undefined;
|
|
2326
|
-
|
|
2327
2054
|
/** Fail test run if zero tests encountered. */
|
|
2328
2055
|
failZero?: boolean | undefined;
|
|
2329
|
-
|
|
2330
2056
|
/** Test filter given string. */
|
|
2331
2057
|
fgrep?: string | undefined;
|
|
2332
|
-
|
|
2333
2058
|
/** Tests marked `only` fail the suite? */
|
|
2334
2059
|
forbidOnly?: boolean | undefined;
|
|
2335
|
-
|
|
2336
2060
|
/** Pending tests fail the suite? */
|
|
2337
2061
|
forbidPending?: boolean | undefined;
|
|
2338
|
-
|
|
2339
2062
|
/** Full stacktrace upon failure? */
|
|
2340
2063
|
fullTrace?: boolean | undefined;
|
|
2341
|
-
|
|
2342
2064
|
/** Variables expected in global scope. */
|
|
2343
2065
|
globals?: string[] | undefined;
|
|
2344
|
-
|
|
2345
2066
|
/** Test filter given regular expression. */
|
|
2346
2067
|
grep?: string | RegExp | undefined;
|
|
2347
|
-
|
|
2348
2068
|
/** Enable desktop notifications? */
|
|
2349
2069
|
growl?: boolean | undefined;
|
|
2350
|
-
|
|
2351
2070
|
/** Display inline diffs? */
|
|
2352
2071
|
inlineDiffs?: boolean | undefined;
|
|
2353
|
-
|
|
2354
2072
|
/** Invert test filter matches? */
|
|
2355
2073
|
invert?: boolean | undefined;
|
|
2356
|
-
|
|
2357
2074
|
/** Disable syntax highlighting? */
|
|
2358
2075
|
noHighlighting?: boolean | undefined;
|
|
2359
|
-
|
|
2360
2076
|
/** Reporter name or constructor. */
|
|
2361
2077
|
reporter?: string | ReporterConstructor | undefined;
|
|
2362
|
-
|
|
2363
2078
|
/** Reporter settings object. */
|
|
2364
2079
|
reporterOptions?: any;
|
|
2365
|
-
|
|
2366
2080
|
/** Number of times to retry failed tests. */
|
|
2367
2081
|
retries?: number | undefined;
|
|
2368
|
-
|
|
2369
2082
|
/** Slow threshold value. */
|
|
2370
2083
|
slow?: number | undefined;
|
|
2371
|
-
|
|
2372
2084
|
/** Timeout threshold value. */
|
|
2373
2085
|
timeout?: number | string | undefined;
|
|
2374
|
-
|
|
2375
2086
|
/** Interface name. */
|
|
2376
2087
|
ui?: Interface | undefined;
|
|
2377
|
-
|
|
2378
2088
|
/** Run jobs in parallel */
|
|
2379
2089
|
parallel?: boolean | undefined;
|
|
2380
|
-
|
|
2381
2090
|
/** Max number of worker processes for parallel runs. */
|
|
2382
2091
|
jobs?: number | undefined;
|
|
2383
|
-
|
|
2384
2092
|
/** Hooks to bootstrap the root suite with. */
|
|
2385
2093
|
rootHooks?: RootHookObject | undefined;
|
|
2386
|
-
|
|
2387
2094
|
/** Pathname of `rootHooks` plugin for parallel runs. */
|
|
2388
2095
|
require?: string[] | undefined;
|
|
2389
|
-
|
|
2390
2096
|
/** Should be `true` if `Mocha` process is running in a worker process. */
|
|
2391
2097
|
isWorker?: boolean | undefined;
|
|
2392
2098
|
}
|
|
2393
|
-
|
|
2394
2099
|
interface MochaInstanceOptions extends MochaOptions {
|
|
2395
2100
|
files?: string[] | undefined;
|
|
2396
2101
|
}
|
|
2397
|
-
|
|
2398
2102
|
/**
|
|
2399
2103
|
* Variables added to the global scope by Mocha when run in the CLI.
|
|
2400
2104
|
*/
|
|
@@ -2407,7 +2111,6 @@ constructor(runner: Runner, options: MochaOptions): reporters.Base;
|
|
|
2407
2111
|
* @see https://mochajs.org/api/global.html#before
|
|
2408
2112
|
*/
|
|
2409
2113
|
before: HookFunction;
|
|
2410
|
-
|
|
2411
2114
|
/**
|
|
2412
2115
|
* Execute after running tests.
|
|
2413
2116
|
*
|
|
@@ -2416,7 +2119,6 @@ constructor(runner: Runner, options: MochaOptions): reporters.Base;
|
|
|
2416
2119
|
* @see https://mochajs.org/api/global.html#after
|
|
2417
2120
|
*/
|
|
2418
2121
|
after: HookFunction;
|
|
2419
|
-
|
|
2420
2122
|
/**
|
|
2421
2123
|
* Execute before each test case.
|
|
2422
2124
|
*
|
|
@@ -2425,7 +2127,6 @@ constructor(runner: Runner, options: MochaOptions): reporters.Base;
|
|
|
2425
2127
|
* @see https://mochajs.org/api/global.html#beforeEach
|
|
2426
2128
|
*/
|
|
2427
2129
|
beforeEach: HookFunction;
|
|
2428
|
-
|
|
2429
2130
|
/**
|
|
2430
2131
|
* Execute after each test case.
|
|
2431
2132
|
*
|
|
@@ -2434,63 +2135,54 @@ constructor(runner: Runner, options: MochaOptions): reporters.Base;
|
|
|
2434
2135
|
* @see https://mochajs.org/api/global.html#afterEach
|
|
2435
2136
|
*/
|
|
2436
2137
|
afterEach: HookFunction;
|
|
2437
|
-
|
|
2438
2138
|
/**
|
|
2439
2139
|
* Describe a "suite" containing nested suites and tests.
|
|
2440
2140
|
*
|
|
2441
2141
|
* - _Only available when invoked via the mocha CLI._
|
|
2442
2142
|
*/
|
|
2443
2143
|
describe: SuiteFunction;
|
|
2444
|
-
|
|
2445
2144
|
/**
|
|
2446
2145
|
* Describe a "suite" containing nested suites and tests.
|
|
2447
2146
|
*
|
|
2448
2147
|
* - _Only available when invoked via the mocha CLI._
|
|
2449
2148
|
*/
|
|
2450
2149
|
context: SuiteFunction;
|
|
2451
|
-
|
|
2452
2150
|
/**
|
|
2453
2151
|
* Pending suite.
|
|
2454
2152
|
*
|
|
2455
2153
|
* - _Only available when invoked via the mocha CLI._
|
|
2456
2154
|
*/
|
|
2457
2155
|
xdescribe: PendingSuiteFunction;
|
|
2458
|
-
|
|
2459
2156
|
/**
|
|
2460
2157
|
* Pending suite.
|
|
2461
2158
|
*
|
|
2462
2159
|
* - _Only available when invoked via the mocha CLI._
|
|
2463
2160
|
*/
|
|
2464
2161
|
xcontext: PendingSuiteFunction;
|
|
2465
|
-
|
|
2466
2162
|
/**
|
|
2467
2163
|
* Describes a test case.
|
|
2468
2164
|
*
|
|
2469
2165
|
* - _Only available when invoked via the mocha CLI._
|
|
2470
2166
|
*/
|
|
2471
2167
|
it: TestFunction;
|
|
2472
|
-
|
|
2473
2168
|
/**
|
|
2474
2169
|
* Describes a test case.
|
|
2475
2170
|
*
|
|
2476
2171
|
* - _Only available when invoked via the mocha CLI._
|
|
2477
2172
|
*/
|
|
2478
2173
|
specify: TestFunction;
|
|
2479
|
-
|
|
2480
2174
|
/**
|
|
2481
2175
|
* Describes a pending test case.
|
|
2482
2176
|
*
|
|
2483
2177
|
* - _Only available when invoked via the mocha CLI._
|
|
2484
2178
|
*/
|
|
2485
2179
|
xit: PendingTestFunction;
|
|
2486
|
-
|
|
2487
2180
|
/**
|
|
2488
2181
|
* Describes a pending test case.
|
|
2489
2182
|
*
|
|
2490
2183
|
* - _Only available when invoked via the mocha CLI._
|
|
2491
2184
|
*/
|
|
2492
2185
|
xspecify: PendingTestFunction;
|
|
2493
|
-
|
|
2494
2186
|
/**
|
|
2495
2187
|
* Execute before running tests.
|
|
2496
2188
|
*
|
|
@@ -2499,7 +2191,6 @@ constructor(runner: Runner, options: MochaOptions): reporters.Base;
|
|
|
2499
2191
|
* @see https://mochajs.org/api/global.html#before
|
|
2500
2192
|
*/
|
|
2501
2193
|
suiteSetup: HookFunction;
|
|
2502
|
-
|
|
2503
2194
|
/**
|
|
2504
2195
|
* Execute after running tests.
|
|
2505
2196
|
*
|
|
@@ -2508,7 +2199,6 @@ constructor(runner: Runner, options: MochaOptions): reporters.Base;
|
|
|
2508
2199
|
* @see https://mochajs.org/api/global.html#after
|
|
2509
2200
|
*/
|
|
2510
2201
|
suiteTeardown: HookFunction;
|
|
2511
|
-
|
|
2512
2202
|
/**
|
|
2513
2203
|
* Execute before each test case.
|
|
2514
2204
|
*
|
|
@@ -2517,7 +2207,6 @@ constructor(runner: Runner, options: MochaOptions): reporters.Base;
|
|
|
2517
2207
|
* @see https://mochajs.org/api/global.html#beforeEach
|
|
2518
2208
|
*/
|
|
2519
2209
|
setup: HookFunction;
|
|
2520
|
-
|
|
2521
2210
|
/**
|
|
2522
2211
|
* Execute after each test case.
|
|
2523
2212
|
*
|
|
@@ -2526,24 +2215,20 @@ constructor(runner: Runner, options: MochaOptions): reporters.Base;
|
|
|
2526
2215
|
* @see https://mochajs.org/api/global.html#afterEach
|
|
2527
2216
|
*/
|
|
2528
2217
|
teardown: HookFunction;
|
|
2529
|
-
|
|
2530
2218
|
/**
|
|
2531
2219
|
* Describe a "suite" containing nested suites and tests.
|
|
2532
2220
|
*
|
|
2533
2221
|
* - _Only available when invoked via the mocha CLI._
|
|
2534
2222
|
*/
|
|
2535
2223
|
suite: SuiteFunction;
|
|
2536
|
-
|
|
2537
2224
|
/**
|
|
2538
2225
|
* Describes a test case.
|
|
2539
2226
|
*
|
|
2540
2227
|
* - _Only available when invoked via the mocha CLI._
|
|
2541
2228
|
*/
|
|
2542
2229
|
test: TestFunction;
|
|
2543
|
-
|
|
2544
2230
|
run: typeof run;
|
|
2545
2231
|
}
|
|
2546
|
-
|
|
2547
2232
|
/**
|
|
2548
2233
|
* Third-party declarations that want to add new entries to the `Reporter` union can
|
|
2549
2234
|
* contribute names here.
|
|
@@ -2578,9 +2263,7 @@ constructor(runner: Runner, options: MochaOptions): reporters.Base;
|
|
|
2578
2263
|
JSONStream: never;
|
|
2579
2264
|
"json-stream": never;
|
|
2580
2265
|
}
|
|
2581
|
-
|
|
2582
2266
|
type Reporter = keyof ReporterContributions;
|
|
2583
|
-
|
|
2584
2267
|
/**
|
|
2585
2268
|
* Third-party declarations that want to add new entries to the `Interface` union can
|
|
2586
2269
|
* contribute names here.
|
|
@@ -2591,12 +2274,9 @@ constructor(runner: Runner, options: MochaOptions): reporters.Base;
|
|
|
2591
2274
|
qunit: never;
|
|
2592
2275
|
exports: never;
|
|
2593
2276
|
}
|
|
2594
|
-
|
|
2595
2277
|
type Interface = keyof InterfaceContributions;
|
|
2596
2278
|
}
|
|
2597
|
-
|
|
2598
2279
|
// #region Test interface augmentations
|
|
2599
|
-
|
|
2600
2280
|
/**
|
|
2601
2281
|
* Triggers root suite execution.
|
|
2602
2282
|
*
|
|
@@ -2606,7 +2286,6 @@ constructor(runner: Runner, options: MochaOptions): reporters.Base;
|
|
|
2606
2286
|
* @see https://mochajs.org/api/global.html#runWithSuite
|
|
2607
2287
|
*/
|
|
2608
2288
|
declare function run(): void;
|
|
2609
|
-
|
|
2610
2289
|
/**
|
|
2611
2290
|
* Execute before running tests.
|
|
2612
2291
|
*
|
|
@@ -2615,7 +2294,6 @@ declare function run(): void;
|
|
|
2615
2294
|
* @see https://mochajs.org/api/global.html#before
|
|
2616
2295
|
*/
|
|
2617
2296
|
declare var before: Mocha.HookFunction<Mocha.Hook>;
|
|
2618
|
-
|
|
2619
2297
|
/**
|
|
2620
2298
|
* Execute before running tests.
|
|
2621
2299
|
*
|
|
@@ -2624,7 +2302,6 @@ declare var before: Mocha.HookFunction<Mocha.Hook>;
|
|
|
2624
2302
|
* @see https://mochajs.org/api/global.html#before
|
|
2625
2303
|
*/
|
|
2626
2304
|
declare var suiteSetup: Mocha.HookFunction;
|
|
2627
|
-
|
|
2628
2305
|
/**
|
|
2629
2306
|
* Execute after running tests.
|
|
2630
2307
|
*
|
|
@@ -2633,7 +2310,6 @@ declare var suiteSetup: Mocha.HookFunction;
|
|
|
2633
2310
|
* @see https://mochajs.org/api/global.html#after
|
|
2634
2311
|
*/
|
|
2635
2312
|
declare var after: Mocha.HookFunction<Mocha.Hook>;
|
|
2636
|
-
|
|
2637
2313
|
/**
|
|
2638
2314
|
* Execute after running tests.
|
|
2639
2315
|
*
|
|
@@ -2642,7 +2318,6 @@ declare var after: Mocha.HookFunction<Mocha.Hook>;
|
|
|
2642
2318
|
* @see https://mochajs.org/api/global.html#after
|
|
2643
2319
|
*/
|
|
2644
2320
|
declare var suiteTeardown: Mocha.HookFunction;
|
|
2645
|
-
|
|
2646
2321
|
/**
|
|
2647
2322
|
* Execute before each test case.
|
|
2648
2323
|
*
|
|
@@ -2651,7 +2326,6 @@ declare var suiteTeardown: Mocha.HookFunction;
|
|
|
2651
2326
|
* @see https://mochajs.org/api/global.html#beforeEach
|
|
2652
2327
|
*/
|
|
2653
2328
|
declare var beforeEach: Mocha.HookFunction<Mocha.Hook>;
|
|
2654
|
-
|
|
2655
2329
|
/**
|
|
2656
2330
|
* Execute before each test case.
|
|
2657
2331
|
*
|
|
@@ -2660,7 +2334,6 @@ declare var beforeEach: Mocha.HookFunction<Mocha.Hook>;
|
|
|
2660
2334
|
* @see https://mochajs.org/api/global.html#beforeEach
|
|
2661
2335
|
*/
|
|
2662
2336
|
declare var setup: Mocha.HookFunction;
|
|
2663
|
-
|
|
2664
2337
|
/**
|
|
2665
2338
|
* Execute after each test case.
|
|
2666
2339
|
*
|
|
@@ -2669,7 +2342,6 @@ declare var setup: Mocha.HookFunction;
|
|
|
2669
2342
|
* @see https://mochajs.org/api/global.html#afterEach
|
|
2670
2343
|
*/
|
|
2671
2344
|
declare var afterEach: Mocha.HookFunction<Mocha.Hook>;
|
|
2672
|
-
|
|
2673
2345
|
/**
|
|
2674
2346
|
* Execute after each test case.
|
|
2675
2347
|
*
|
|
@@ -2678,114 +2350,94 @@ declare var afterEach: Mocha.HookFunction<Mocha.Hook>;
|
|
|
2678
2350
|
* @see https://mochajs.org/api/global.html#afterEach
|
|
2679
2351
|
*/
|
|
2680
2352
|
declare var teardown: Mocha.HookFunction;
|
|
2681
|
-
|
|
2682
2353
|
/**
|
|
2683
2354
|
* Describe a "suite" containing nested suites and tests.
|
|
2684
2355
|
*
|
|
2685
2356
|
* - _Only available when invoked via the mocha CLI._
|
|
2686
2357
|
*/
|
|
2687
2358
|
declare var describe: Mocha.SuiteFunction;
|
|
2688
|
-
|
|
2689
2359
|
/**
|
|
2690
2360
|
* Describe a "suite" containing nested suites and tests.
|
|
2691
2361
|
*
|
|
2692
2362
|
* - _Only available when invoked via the mocha CLI._
|
|
2693
2363
|
*/
|
|
2694
2364
|
declare var context: Mocha.SuiteFunction;
|
|
2695
|
-
|
|
2696
2365
|
/**
|
|
2697
2366
|
* Describe a "suite" containing nested suites and tests.
|
|
2698
2367
|
*
|
|
2699
2368
|
* - _Only available when invoked via the mocha CLI._
|
|
2700
2369
|
*/
|
|
2701
2370
|
declare var suite: Mocha.SuiteFunction;
|
|
2702
|
-
|
|
2703
2371
|
/**
|
|
2704
2372
|
* Pending suite.
|
|
2705
2373
|
*
|
|
2706
2374
|
* - _Only available when invoked via the mocha CLI._
|
|
2707
2375
|
*/
|
|
2708
2376
|
declare var xdescribe: Mocha.PendingSuiteFunction;
|
|
2709
|
-
|
|
2710
2377
|
/**
|
|
2711
2378
|
* Pending suite.
|
|
2712
2379
|
*
|
|
2713
2380
|
* - _Only available when invoked via the mocha CLI._
|
|
2714
2381
|
*/
|
|
2715
2382
|
declare var xcontext: Mocha.PendingSuiteFunction;
|
|
2716
|
-
|
|
2717
2383
|
/**
|
|
2718
2384
|
* Describes a test case.
|
|
2719
2385
|
*
|
|
2720
2386
|
* - _Only available when invoked via the mocha CLI._
|
|
2721
2387
|
*/
|
|
2722
2388
|
declare var it: Mocha.TestFunction;
|
|
2723
|
-
|
|
2724
2389
|
/**
|
|
2725
2390
|
* Describes a test case.
|
|
2726
2391
|
*
|
|
2727
2392
|
* - _Only available when invoked via the mocha CLI._
|
|
2728
2393
|
*/
|
|
2729
2394
|
declare var specify: Mocha.TestFunction;
|
|
2730
|
-
|
|
2731
2395
|
/**
|
|
2732
2396
|
* Describes a test case.
|
|
2733
2397
|
*
|
|
2734
2398
|
* - _Only available when invoked via the mocha CLI._
|
|
2735
2399
|
*/
|
|
2736
2400
|
declare var test: Mocha.TestFunction;
|
|
2737
|
-
|
|
2738
2401
|
/**
|
|
2739
2402
|
* Describes a pending test case.
|
|
2740
2403
|
*
|
|
2741
2404
|
* - _Only available when invoked via the mocha CLI._
|
|
2742
2405
|
*/
|
|
2743
2406
|
declare var xit: Mocha.PendingTestFunction;
|
|
2744
|
-
|
|
2745
2407
|
/**
|
|
2746
2408
|
* Describes a pending test case.
|
|
2747
2409
|
*
|
|
2748
2410
|
* - _Only available when invoked via the mocha CLI._
|
|
2749
2411
|
*/
|
|
2750
2412
|
declare var xspecify: Mocha.PendingTestFunction;
|
|
2751
|
-
|
|
2752
2413
|
// #endregion Test interface augmentations
|
|
2753
|
-
|
|
2754
2414
|
// #region Reporter augmentations
|
|
2755
|
-
|
|
2756
2415
|
// Forward declaration for `HTMLLIElement` from lib.dom.d.ts.
|
|
2757
2416
|
// Required by Mocha.reporters.HTML.
|
|
2758
2417
|
// NOTE: Mocha *must not* have a direct dependency on DOM types.
|
|
2759
2418
|
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
|
2760
2419
|
interface HTMLLIElement {}
|
|
2761
|
-
|
|
2762
2420
|
// Augments the DOM `Window` object when lib.dom.d.ts is loaded.
|
|
2763
2421
|
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
|
2764
2422
|
interface Window extends Mocha.MochaGlobals {}
|
|
2765
|
-
|
|
2766
2423
|
declare namespace NodeJS {
|
|
2767
2424
|
// Forward declaration for `NodeJS.EventEmitter` from node.d.ts.
|
|
2768
2425
|
// Required by Mocha.Runnable, Mocha.Runner, and Mocha.Suite.
|
|
2769
2426
|
// NOTE: Mocha *must not* have a direct dependency on @types/node.
|
|
2770
2427
|
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
|
2771
2428
|
interface EventEmitter {}
|
|
2772
|
-
|
|
2773
2429
|
// Augments NodeJS's `global` object when node.d.ts is loaded
|
|
2774
2430
|
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
|
2775
2431
|
interface Global extends Mocha.MochaGlobals {}
|
|
2776
2432
|
}
|
|
2777
|
-
|
|
2778
2433
|
// #endregion Reporter augmentations
|
|
2779
|
-
|
|
2780
2434
|
// #region Browser augmentations
|
|
2781
|
-
|
|
2782
2435
|
/**
|
|
2783
2436
|
* Mocha global.
|
|
2784
2437
|
*
|
|
2785
2438
|
* - _Only supported in the browser._
|
|
2786
2439
|
*/
|
|
2787
2440
|
declare const mocha: BrowserMocha;
|
|
2788
|
-
|
|
2789
2441
|
interface BrowserMocha extends Mocha {
|
|
2790
2442
|
/**
|
|
2791
2443
|
* Function to allow assertion libraries to throw errors directly into mocha.
|
|
@@ -2795,7 +2447,6 @@ interface BrowserMocha extends Mocha {
|
|
|
2795
2447
|
* - _Only supported in the browser._
|
|
2796
2448
|
*/
|
|
2797
2449
|
constructor(err: any): never;
|
|
2798
|
-
|
|
2799
2450
|
/**
|
|
2800
2451
|
* Setup mocha with the given settings options.
|
|
2801
2452
|
*
|
|
@@ -2803,27 +2454,20 @@ constructor(err: any): never;
|
|
|
2803
2454
|
*/
|
|
2804
2455
|
constructor(opts?: Mocha.Interface | Mocha.MochaOptions): this;
|
|
2805
2456
|
}
|
|
2806
|
-
|
|
2807
2457
|
// #endregion Browser augmentations
|
|
2808
|
-
|
|
2809
2458
|
declare module "mocha" {
|
|
2810
2459
|
export = Mocha;
|
|
2811
2460
|
}
|
|
2812
|
-
|
|
2813
2461
|
declare module "mocha/lib/stats-collector" {
|
|
2814
2462
|
export = createStatsCollector;
|
|
2815
|
-
|
|
2816
2463
|
/**
|
|
2817
2464
|
* Provides stats such as test duration, number of tests passed / failed etc., by listening for events emitted by `runner`.
|
|
2818
2465
|
*/
|
|
2819
2466
|
function createStatsCollector(runner: Mocha.Runner): void;
|
|
2820
2467
|
}
|
|
2821
|
-
|
|
2822
2468
|
declare module "mocha/lib/interfaces/common" {
|
|
2823
2469
|
export = common;
|
|
2824
|
-
|
|
2825
|
-
function common(suites: Mocha.Suite[], context: Mocha.MochaGlobals, mocha: Mocha): common.CommonFunctions;
|
|
2826
|
-
|
|
2470
|
+
function common(suites: Mocha.Suite[], _context: Mocha.MochaGlobals, mocha: Mocha): common.CommonFunctions;
|
|
2827
2471
|
namespace common {
|
|
2828
2472
|
interface CommonFunctions {
|
|
2829
2473
|
/**
|
|
@@ -2831,100 +2475,80 @@ declare module "mocha/lib/interfaces/common" {
|
|
|
2831
2475
|
* root suite execution.
|
|
2832
2476
|
*/
|
|
2833
2477
|
constructor(suite: Mocha.Suite): () => void;
|
|
2834
|
-
|
|
2835
2478
|
/**
|
|
2836
2479
|
* Execute before running tests.
|
|
2837
2480
|
*/
|
|
2838
2481
|
constructor(fn?: Mocha.Func | Mocha.AsyncFunc): void;
|
|
2839
|
-
|
|
2840
2482
|
/**
|
|
2841
2483
|
* Execute before running tests.
|
|
2842
2484
|
*/
|
|
2843
2485
|
constructor(name: string, fn?: Mocha.Func | Mocha.AsyncFunc): void;
|
|
2844
|
-
|
|
2845
2486
|
/**
|
|
2846
2487
|
* Execute after running tests.
|
|
2847
2488
|
*/
|
|
2848
2489
|
constructor(fn?: Mocha.Func | Mocha.AsyncFunc): void;
|
|
2849
|
-
|
|
2850
2490
|
/**
|
|
2851
2491
|
* Execute after running tests.
|
|
2852
2492
|
*/
|
|
2853
2493
|
constructor(name: string, fn?: Mocha.Func | Mocha.AsyncFunc): void;
|
|
2854
|
-
|
|
2855
2494
|
/**
|
|
2856
2495
|
* Execute before each test case.
|
|
2857
2496
|
*/
|
|
2858
2497
|
constructor(fn?: Mocha.Func | Mocha.AsyncFunc): void;
|
|
2859
|
-
|
|
2860
2498
|
/**
|
|
2861
2499
|
* Execute before each test case.
|
|
2862
2500
|
*/
|
|
2863
2501
|
constructor(name: string, fn?: Mocha.Func | Mocha.AsyncFunc): void;
|
|
2864
|
-
|
|
2865
2502
|
/**
|
|
2866
2503
|
* Execute after each test case.
|
|
2867
2504
|
*/
|
|
2868
2505
|
constructor(fn?: Mocha.Func | Mocha.AsyncFunc): void;
|
|
2869
|
-
|
|
2870
2506
|
/**
|
|
2871
2507
|
* Execute after each test case.
|
|
2872
2508
|
*/
|
|
2873
2509
|
constructor(name: string, fn?: Mocha.Func | Mocha.AsyncFunc): void;
|
|
2874
|
-
|
|
2875
2510
|
suite: SuiteFunctions;
|
|
2876
2511
|
test: TestFunctions;
|
|
2877
2512
|
}
|
|
2878
|
-
|
|
2879
2513
|
interface CreateOptions {
|
|
2880
2514
|
/** Title of suite */
|
|
2881
2515
|
title: string;
|
|
2882
|
-
|
|
2883
2516
|
/** Suite function */
|
|
2884
2517
|
fn?: ((this: Mocha.Suite) => void) | undefined;
|
|
2885
|
-
|
|
2886
2518
|
/** Is suite pending? */
|
|
2887
2519
|
pending?: boolean | undefined;
|
|
2888
|
-
|
|
2889
2520
|
/** Filepath where this Suite resides */
|
|
2890
2521
|
file?: string | undefined;
|
|
2891
|
-
|
|
2892
2522
|
/** Is suite exclusive? */
|
|
2893
2523
|
isOnly?: boolean | undefined;
|
|
2894
2524
|
}
|
|
2895
|
-
|
|
2896
2525
|
interface SuiteFunctions {
|
|
2897
2526
|
/**
|
|
2898
2527
|
* Create an exclusive Suite; convenience function
|
|
2899
2528
|
*/
|
|
2900
2529
|
constructor(opts: CreateOptions): Mocha.Suite;
|
|
2901
|
-
|
|
2902
2530
|
/**
|
|
2903
2531
|
* Create a Suite, but skip it; convenience function
|
|
2904
2532
|
*/
|
|
2905
2533
|
constructor(opts: CreateOptions): Mocha.Suite;
|
|
2906
|
-
|
|
2907
2534
|
/**
|
|
2908
2535
|
* Creates a suite.
|
|
2909
2536
|
*/
|
|
2910
2537
|
constructor(opts: CreateOptions): Mocha.Suite;
|
|
2911
2538
|
}
|
|
2912
|
-
|
|
2913
2539
|
interface TestFunctions {
|
|
2914
2540
|
/**
|
|
2915
2541
|
* Exclusive test-case.
|
|
2916
2542
|
*/
|
|
2917
2543
|
constructor(mocha: Mocha, test: Mocha.Test): Mocha.Test;
|
|
2918
|
-
|
|
2919
2544
|
/**
|
|
2920
2545
|
* Pending test case.
|
|
2921
2546
|
*/
|
|
2922
2547
|
constructor(title: string): void;
|
|
2923
|
-
|
|
2924
2548
|
/**
|
|
2925
2549
|
* Number of retry attempts
|
|
2926
2550
|
*/
|
|
2927
2551
|
constructor(n: number): void;
|
|
2928
2552
|
}
|
|
2929
2553
|
}
|
|
2930
|
-
}
|
|
2554
|
+
}
|