claude-flow-novice 2.3.1 → 2.3.3

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.
Files changed (1403) hide show
  1. package/dist/scripts/.claude-flow/metrics/agent-metrics.json +1 -0
  2. package/dist/scripts/.claude-flow/metrics/performance.json +9 -0
  3. package/dist/scripts/.claude-flow/metrics/task-metrics.json +10 -0
  4. package/dist/scripts/CLEANUP_OPTIMIZATION_REPORT.json +312 -0
  5. package/dist/scripts/CLEANUP_PERFORMANCE_OPTIMIZATION.md +387 -0
  6. package/dist/scripts/CLEANUP_QUICK_START.md +268 -0
  7. package/dist/scripts/CLEANUP_TEST_RESULTS.md +205 -0
  8. package/dist/scripts/README.md +339 -0
  9. package/dist/scripts/ace-query.sh +384 -0
  10. package/dist/scripts/agent-token-analysis.js +430 -0
  11. package/dist/scripts/auto-setup.js +332 -0
  12. package/dist/scripts/build/README.md +167 -0
  13. package/dist/scripts/build/build-config.js +27 -0
  14. package/dist/scripts/build/build-prompt-copier.sh +30 -0
  15. package/dist/scripts/build/performance-monitor.js +869 -0
  16. package/dist/scripts/build/prepare-publish.js +150 -0
  17. package/dist/scripts/build/typescript-fixer.js +621 -0
  18. package/dist/scripts/build/unified-builder.sh +428 -0
  19. package/dist/scripts/build/update-bin-version.js +32 -0
  20. package/dist/scripts/build/validate-agents.js +238 -0
  21. package/dist/scripts/build-index.js +43 -0
  22. package/dist/scripts/build-orchestrator.js +320 -0
  23. package/dist/scripts/check-routing-stats.cjs +122 -0
  24. package/dist/scripts/ci-validation.js +375 -0
  25. package/dist/scripts/cleanup-blocking-coordination.sh +420 -0
  26. package/dist/scripts/cleanup-idle-sessions.sh +118 -0
  27. package/dist/scripts/collect-build-metrics.js +65 -0
  28. package/dist/scripts/demo/README.md +79 -0
  29. package/dist/scripts/demo/autoscaling-demo-simplified.js +963 -0
  30. package/dist/scripts/demo/comprehensive-dashboard-test.js +693 -0
  31. package/dist/scripts/demo/confidence-log.js +87 -0
  32. package/dist/scripts/demo/confidence-report.js +82 -0
  33. package/dist/scripts/demo/demo-multi-swarm-coordination.js +325 -0
  34. package/dist/scripts/demo/demo-production-deployment.js +399 -0
  35. package/dist/scripts/demo/demo-visualization-system.js +149 -0
  36. package/dist/scripts/demo/performance-analysis.cjs +71 -0
  37. package/dist/scripts/demo/performance-analysis.js +71 -0
  38. package/dist/scripts/demo/test-autoscaling-demo.js +314 -0
  39. package/dist/scripts/dependency-optimizer.js +349 -0
  40. package/dist/scripts/dependency-security-assessment.js +331 -0
  41. package/dist/scripts/deploy-sdk.sh +176 -0
  42. package/dist/scripts/deployment-readiness-report.json +179 -0
  43. package/dist/scripts/dev/README.md +264 -0
  44. package/dist/scripts/dev/claude-flow-wrapper.sh +35 -0
  45. package/dist/scripts/dev/claude-monitor.py +419 -0
  46. package/dist/scripts/dev/claude-sparc.sh +562 -0
  47. package/dist/scripts/dev/claude-wrapper.sh +17 -0
  48. package/dist/scripts/dev/demo-phase3-compliance.js +172 -0
  49. package/dist/scripts/dev/demo-task-system.ts +224 -0
  50. package/dist/scripts/dev/deployment-validator.js +315 -0
  51. package/dist/scripts/dev/spawn-claude-terminal.sh +32 -0
  52. package/dist/scripts/dev/start-portal.sh +506 -0
  53. package/dist/scripts/dev/start-web-ui.js +15 -0
  54. package/dist/scripts/dev/stop-portal.sh +311 -0
  55. package/dist/scripts/dev/validate-examples.ts +288 -0
  56. package/dist/scripts/dev/validate-phase2.cjs +451 -0
  57. package/dist/scripts/dev/validate-phase2.js +785 -0
  58. package/dist/scripts/dev/validate-phase3.cjs +208 -0
  59. package/dist/scripts/dev/validate-security-remediation.js +1 -0
  60. package/dist/scripts/ecosystem.config.cjs +90 -0
  61. package/dist/scripts/enhanced-memory-spiral-killer.sh +221 -0
  62. package/dist/scripts/fix-js-extensions.js +167 -0
  63. package/dist/scripts/generate-basic-types.js +73 -0
  64. package/dist/scripts/generate-changelog.js +318 -0
  65. package/dist/scripts/git-hooks/pre-commit.sh +143 -0
  66. package/dist/scripts/health-checks.js +634 -0
  67. package/dist/scripts/hook-wrapper.sh +54 -0
  68. package/dist/scripts/install/README.md +375 -0
  69. package/dist/scripts/install/REDIS_SETUP_VALIDATION.json +245 -0
  70. package/dist/scripts/install/check-prerequisites.js +303 -0
  71. package/dist/scripts/install/config-wizard.js +606 -0
  72. package/dist/scripts/install/dependency-checker.js +385 -0
  73. package/dist/scripts/install/health-check.js +765 -0
  74. package/dist/scripts/install/install.js +256 -0
  75. package/dist/scripts/install/installation-benchmark.js +461 -0
  76. package/dist/scripts/install/quick-install.js +720 -0
  77. package/dist/scripts/install/quick-start-wizard.js +295 -0
  78. package/dist/scripts/install/redis-cli.js +289 -0
  79. package/dist/scripts/install/redis-install-guides.md +407 -0
  80. package/dist/scripts/install/redis-setup.js +559 -0
  81. package/dist/scripts/install/redis-test.js +278 -0
  82. package/dist/scripts/install/service-manager.js +672 -0
  83. package/dist/scripts/install/setup.js +832 -0
  84. package/dist/scripts/install/uninstall.js +526 -0
  85. package/dist/scripts/install/update.js +461 -0
  86. package/dist/scripts/install-pre-commit-hook.sh +127 -0
  87. package/dist/scripts/legacy/README.md +272 -0
  88. package/dist/scripts/legacy/batch-fix-ts.sh +54 -0
  89. package/dist/scripts/legacy/build-migration.sh +105 -0
  90. package/dist/scripts/legacy/build-monitor.js +209 -0
  91. package/dist/scripts/legacy/build-with-filter.sh +84 -0
  92. package/dist/scripts/legacy/build-workaround.sh +71 -0
  93. package/dist/scripts/legacy/fix-ts-advanced.js +358 -0
  94. package/dist/scripts/legacy/fix-ts-final.sh +50 -0
  95. package/dist/scripts/legacy/fix-ts-targeted.sh +49 -0
  96. package/dist/scripts/legacy/fix-typescript-errors.js +305 -0
  97. package/dist/scripts/legacy/force-build.sh +63 -0
  98. package/dist/scripts/legacy/optimize-performance.js +400 -0
  99. package/dist/scripts/legacy/performance-monitor.js +263 -0
  100. package/dist/scripts/legacy/performance-monitoring.js +532 -0
  101. package/dist/scripts/legacy/performance-test-runner.js +645 -0
  102. package/dist/scripts/legacy/quick-fix-ts.js +281 -0
  103. package/dist/scripts/legacy/safe-build.sh +63 -0
  104. package/dist/scripts/memory-monitor-coordinator.js +451 -0
  105. package/dist/scripts/migrate-to-sdk.sh +520 -0
  106. package/dist/scripts/migration/QUICK-START.md +189 -0
  107. package/dist/scripts/migration/QUICK-START.md.backup-1760135091363 +189 -0
  108. package/dist/scripts/migration/README.md +464 -0
  109. package/dist/scripts/migration/TASK-1.3.2-COMPLETION-REPORT.md +500 -0
  110. package/dist/scripts/migration/TASK-1.3.2-COMPLETION-REPORT.md.backup-1760135091348 +500 -0
  111. package/dist/scripts/migration/UPDATE-PATHS-README.md +464 -0
  112. package/dist/scripts/migration/UPDATE-PATHS-README.md.backup-1760135091337 +464 -0
  113. package/dist/scripts/migration/example-patterns.json +19 -0
  114. package/dist/scripts/migration/install-arm64.js +78 -0
  115. package/dist/scripts/migration/install.js +83 -0
  116. package/dist/scripts/migration/migrate-hooks.js +173 -0
  117. package/dist/scripts/migration/migration-examples.ts +318 -0
  118. package/dist/scripts/migration/reorganize-workspace.js +504 -0
  119. package/dist/scripts/migration/test-update-paths.js +359 -0
  120. package/dist/scripts/migration/update-paths.js +664 -0
  121. package/dist/scripts/migration/validate-migration.js +647 -0
  122. package/dist/scripts/monitor-loop.sh +65 -0
  123. package/dist/scripts/monitor-memory.sh +47 -0
  124. package/dist/scripts/monitor-migration.js +339 -0
  125. package/dist/scripts/monitor.py +43 -0
  126. package/dist/scripts/monitoring/README.md +178 -0
  127. package/dist/scripts/monitoring/alert-monitor.sh +220 -0
  128. package/dist/scripts/monitoring/analyze-resources.sh +199 -0
  129. package/dist/scripts/monitoring/dashboards/rate-limiting-dashboard.json +211 -0
  130. package/dist/scripts/monitoring/dynamic-monitor.sh +85 -0
  131. package/dist/scripts/monitoring/launch-stability-test.sh +184 -0
  132. package/dist/scripts/monitoring/monitor-test.sh +93 -0
  133. package/dist/scripts/monitoring/pre-test-validation.sh +208 -0
  134. package/dist/scripts/monitoring/quick-test-alerting.sh +118 -0
  135. package/dist/scripts/monitoring/quick-test-rate-limiting.sh +206 -0
  136. package/dist/scripts/monitoring/rate-limiting-monitor.sh +380 -0
  137. package/dist/scripts/monitoring/resource-monitor.sh +126 -0
  138. package/dist/scripts/monitoring/stability-monitor.js +429 -0
  139. package/dist/scripts/monitoring/test-monitor-quick.sh +54 -0
  140. package/dist/scripts/monitoring/view-alerts.sh +307 -0
  141. package/dist/scripts/npm-metrics-collector.js +482 -0
  142. package/dist/scripts/npm-package-validation.cjs +299 -0
  143. package/dist/scripts/optimization/build-optimizer.js +438 -0
  144. package/dist/scripts/optimization/config-validator.js +761 -0
  145. package/dist/scripts/optimization/test-optimization.js +432 -0
  146. package/dist/scripts/optimization/unified-activation.js +839 -0
  147. package/dist/scripts/optimize-package-swarm.js +54 -0
  148. package/dist/scripts/performance/ACTIVATION_COMMANDS.md +292 -0
  149. package/dist/scripts/performance/sqlite-enhanced-activation.sh +583 -0
  150. package/dist/scripts/performance/test-enhanced-backend.sh +504 -0
  151. package/dist/scripts/performance-monitor.js +644 -0
  152. package/dist/scripts/performance-test-runner.js +698 -0
  153. package/dist/scripts/post-deployment-monitoring.js +350 -0
  154. package/dist/scripts/post-edit-pipeline.js +2091 -0
  155. package/dist/scripts/post-install-claude-md.js +78 -0
  156. package/dist/scripts/postinstall.js +165 -0
  157. package/dist/scripts/pre-publish-validation.cjs +212 -0
  158. package/dist/scripts/pre-publish-validation.js +429 -0
  159. package/dist/scripts/redis-lua/cleanup-blocking-coordination.lua +198 -0
  160. package/dist/scripts/release-announcement.js +425 -0
  161. package/dist/scripts/release-notification.js +248 -0
  162. package/dist/scripts/release-rollback.js +376 -0
  163. package/dist/scripts/release-validation.js +460 -0
  164. package/dist/scripts/rollback-sdk.sh +66 -0
  165. package/dist/scripts/run-production-validation.ts +590 -0
  166. package/dist/scripts/run-stability-validation.sh +687 -0
  167. package/dist/scripts/security/README.md +339 -0
  168. package/dist/scripts/security/deployment-validation.cjs +279 -0
  169. package/dist/scripts/security/envelope-encryption-confidence-report.cjs +422 -0
  170. package/dist/scripts/security/install-git-hooks.sh +132 -0
  171. package/dist/scripts/security/install-git-secrets.sh +295 -0
  172. package/dist/scripts/security/rotate-api-keys.js +469 -0
  173. package/dist/scripts/security/ruv-swarm-safe.js +74 -0
  174. package/dist/scripts/security/security-audit.cjs +538 -0
  175. package/dist/scripts/security/setup-redis-auth.sh +397 -0
  176. package/dist/scripts/security/validate-envelope-encryption.cjs +340 -0
  177. package/dist/scripts/security-scan.js +492 -0
  178. package/dist/scripts/src/web/frontend/.claude-flow/metrics/agent-metrics.json +1 -0
  179. package/dist/scripts/src/web/frontend/.claude-flow/metrics/performance.json +9 -0
  180. package/dist/scripts/src/web/frontend/.claude-flow/metrics/task-metrics.json +10 -0
  181. package/dist/scripts/switch-api.sh +159 -0
  182. package/dist/scripts/sync-agents.js +290 -0
  183. package/dist/scripts/test/50-agent-test.js +625 -0
  184. package/dist/scripts/test/NEW_STABILITY_TEST_GUIDE.md +407 -0
  185. package/dist/scripts/test/README.md +236 -0
  186. package/dist/scripts/test/STABILITY_TEST_EXAMPLE.md +347 -0
  187. package/dist/scripts/test/STABILITY_TEST_README.md +480 -0
  188. package/dist/scripts/test/agent-worker.js +309 -0
  189. package/dist/scripts/test/ai-coordination-test.js +650 -0
  190. package/dist/scripts/test/ai-mesh-coordination-test.js +416 -0
  191. package/dist/scripts/test/check-links.ts +274 -0
  192. package/dist/scripts/test/check-performance-regression.ts +168 -0
  193. package/dist/scripts/test/cli-agent-coordination-test.js +313 -0
  194. package/dist/scripts/test/coordinator-multilingual-test.js +396 -0
  195. package/dist/scripts/test/coordinator-transparency-demo.js +585 -0
  196. package/dist/scripts/test/coverage-report.ts +692 -0
  197. package/dist/scripts/test/generate-swarm-tests.js +633 -0
  198. package/dist/scripts/test/integration-test-validation.cjs +253 -0
  199. package/dist/scripts/test/load-test-swarm.js +576 -0
  200. package/dist/scripts/test/mesh-coordination-zero-overlap-test.js +740 -0
  201. package/dist/scripts/test/multilingual-hello-world-test.js +390 -0
  202. package/dist/scripts/test/quick-multilingual-demo.js +464 -0
  203. package/dist/scripts/test/real-agent-test.js +312 -0
  204. package/dist/scripts/test/run-phase3-compliance-tests.js +427 -0
  205. package/dist/scripts/test/run-stability-test-examples.sh +292 -0
  206. package/dist/scripts/test/stability-results/stability-metrics.jsonl +83 -0
  207. package/dist/scripts/test/stability-results/stability-test-report.json +128 -0
  208. package/dist/scripts/test/stability-results/stability-test.log +1827 -0
  209. package/dist/scripts/test/stability-test-50-agents.js +734 -0
  210. package/dist/scripts/test/test-batch-tasks.ts +29 -0
  211. package/dist/scripts/test/test-byzantine-resolution.js +246 -0
  212. package/dist/scripts/test/test-claude-spawn-options.sh +63 -0
  213. package/dist/scripts/test/test-cli-wizard.js +331 -0
  214. package/dist/scripts/test/test-comprehensive.js +401 -0
  215. package/dist/scripts/test/test-coordination-features.ts +238 -0
  216. package/dist/scripts/test/test-fallback-systems.js +276 -0
  217. package/dist/scripts/test/test-init-command.ts +302 -0
  218. package/dist/scripts/test/test-mcp.ts +251 -0
  219. package/dist/scripts/test/test-runner.ts +568 -0
  220. package/dist/scripts/test/test-swarm-integration.sh +92 -0
  221. package/dist/scripts/test/test-swarm.ts +142 -0
  222. package/dist/scripts/test/validation-summary.ts +408 -0
  223. package/dist/scripts/test-cleanup-performance.sh +416 -0
  224. package/dist/scripts/test-dashboard-auth.cjs +203 -0
  225. package/dist/scripts/test-docker-deployment.sh +207 -0
  226. package/dist/scripts/test-npm-package.cjs +167 -0
  227. package/dist/scripts/test-provider-routing.cjs +226 -0
  228. package/dist/scripts/test-routing-telemetry.cjs +147 -0
  229. package/dist/scripts/test-runner.cjs +154 -0
  230. package/dist/scripts/test-zai-10k.cjs +81 -0
  231. package/dist/scripts/test-zai-api.cjs +191 -0
  232. package/dist/scripts/test-zai-diagnostic.cjs +151 -0
  233. package/dist/scripts/test-zai-final.cjs +128 -0
  234. package/dist/scripts/test-zai-with-env.cjs +85 -0
  235. package/dist/scripts/toggle-cost-savings.cjs +302 -0
  236. package/dist/scripts/unified-memory-monitor.js +526 -0
  237. package/dist/scripts/utils/README.md +261 -0
  238. package/dist/scripts/utils/clean-build-artifacts.sh +94 -0
  239. package/dist/scripts/utils/cleanup-root.sh +69 -0
  240. package/dist/scripts/utils/fix-cliffy-imports.js +307 -0
  241. package/dist/scripts/utils/fix-duplicate-imports.js +114 -0
  242. package/dist/scripts/utils/fix-error-handling.cjs +70 -0
  243. package/dist/scripts/utils/fix-import-paths.js +104 -0
  244. package/dist/scripts/utils/fix-imports.js +116 -0
  245. package/dist/scripts/utils/fix-shebang.js +78 -0
  246. package/dist/scripts/utils/fix-test-modules.js +27 -0
  247. package/dist/scripts/utils/fix-timezone-issue-246.js +200 -0
  248. package/dist/scripts/utils/fix-ts-comprehensive.py +182 -0
  249. package/dist/scripts/utils/fix-ts-targeted-batch.js +250 -0
  250. package/dist/scripts/utils/remove-benchmark-conflicts.sh +140 -0
  251. package/dist/scripts/utils/simple-test-fixer.js +190 -0
  252. package/dist/scripts/utils/validate-metrics-structure.cjs +144 -0
  253. package/dist/scripts/validate-agent-hooks.js +506 -0
  254. package/dist/scripts/validate-changelog.js +241 -0
  255. package/dist/scripts/validate-coordination-cli.js +69 -0
  256. package/dist/scripts/validate-coordination-toggle-integration.cjs +501 -0
  257. package/dist/scripts/validate-docker-infrastructure.sh +502 -0
  258. package/dist/scripts/validate-entry-points.js +300 -0
  259. package/dist/scripts/validate-memory-monitoring.sh +225 -0
  260. package/dist/scripts/validate-stage3-performance.ts +377 -0
  261. package/dist/scripts/validate-template-bundling.js +180 -0
  262. package/dist/scripts/validation/README.md +33 -0
  263. package/dist/scripts/validation/acl-security-validation.cjs +214 -0
  264. package/dist/scripts/validation/acl-security-validation.js +402 -0
  265. package/dist/scripts/validation/byzantine-verification.js +407 -0
  266. package/dist/scripts/validation/final-phase-2-consensus.cjs +219 -0
  267. package/dist/scripts/validation/final-security-validation.js +791 -0
  268. package/dist/scripts/validation/final-wasm-validation.cjs +840 -0
  269. package/dist/scripts/validation/integration-test-analysis.js +105 -0
  270. package/dist/scripts/validation/phase-0-comprehensive-validation.js +474 -0
  271. package/dist/scripts/validation/phase-0-consensus-report.js +139 -0
  272. package/dist/scripts/validation/phase-0-final-report.js +112 -0
  273. package/dist/scripts/validation/phase-0-redis-consensus-report.js +129 -0
  274. package/dist/scripts/validation/phase-0-validation-improved.js +490 -0
  275. package/dist/scripts/validation/phase-0-validation-test.js +65 -0
  276. package/dist/scripts/validation/phase-1-consensus-report.cjs +342 -0
  277. package/dist/scripts/validation/phase-1-consensus-validation.cjs +551 -0
  278. package/dist/scripts/validation/phase-1-consensus-validation.js +551 -0
  279. package/dist/scripts/validation/phase-2-consensus-report.cjs +186 -0
  280. package/dist/scripts/validation/phase-2-validation.cjs +171 -0
  281. package/dist/scripts/validation/phase-2-validation.js +171 -0
  282. package/dist/scripts/validation/phase-4-consensus-report.js +181 -0
  283. package/dist/scripts/validation/phase-4-final-validation.js +351 -0
  284. package/dist/scripts/validation/phase-5-consensus-report.cjs +113 -0
  285. package/dist/scripts/validation/phase-5-consensus-report.js +113 -0
  286. package/dist/scripts/validation/security-analysis.js +49 -0
  287. package/dist/scripts/validation/security-validation.js +492 -0
  288. package/dist/scripts/validation/simple-security-validation.js +464 -0
  289. package/dist/scripts/verify-installation.js +112 -0
  290. package/dist/scripts/verify-mcp-server.js +86 -0
  291. package/dist/scripts/verify-sdk-phase1.cjs +293 -0
  292. package/dist/src/booster/performance-benchmark.js +1 -1
  293. package/dist/src/booster/wasm-demo.js +1 -1
  294. package/dist/src/cli/command-registry.js +2 -2
  295. package/dist/src/cli/help-formatter.js +109 -137
  296. package/dist/src/cli/main.js +32 -1
  297. package/dist/src/cli/simple-cli.js +2121 -2528
  298. package/dist/src/cli/simple-commands/sparc/refinement.js +3 -3
  299. package/dist/src/cli/validation-helper.js +49 -98
  300. package/dist/src/commands/suggest-templates.js +4 -4
  301. package/dist/src/core/version.js +15 -23
  302. package/dist/src/memory/swarm-memory.js +470 -603
  303. package/dist/src/slash-commands/fullstack.js +2 -2
  304. package/dist/src/slash-commands/parse-epic.js +1 -1
  305. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-template.js +275 -0
  306. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/quote-props.js +310 -0
  307. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/quotes.js +350 -0
  308. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/radix.js +198 -0
  309. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/require-atomic-updates.js +331 -0
  310. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/require-await.js +113 -0
  311. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/require-jsdoc.js +122 -0
  312. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/require-unicode-regexp.js +129 -0
  313. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/require-yield.js +77 -0
  314. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/rest-spread-spacing.js +123 -0
  315. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/semi-spacing.js +248 -0
  316. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/semi-style.js +158 -0
  317. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/semi.js +438 -0
  318. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/sort-imports.js +241 -0
  319. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/sort-keys.js +230 -0
  320. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/sort-vars.js +104 -0
  321. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/space-before-blocks.js +204 -0
  322. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/space-before-function-paren.js +167 -0
  323. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/space-in-parens.js +285 -0
  324. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/space-infix-ops.js +198 -0
  325. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/space-unary-ops.js +324 -0
  326. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/spaced-comment.js +385 -0
  327. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/strict.js +277 -0
  328. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/switch-colon-spacing.js +132 -0
  329. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/symbol-description.js +73 -0
  330. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/template-curly-spacing.js +144 -0
  331. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/template-tag-spacing.js +93 -0
  332. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/unicode-bom.js +73 -0
  333. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/use-isnan.js +141 -0
  334. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/ast-utils.js +2282 -0
  335. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/fix-tracker.js +114 -0
  336. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/keywords.js +67 -0
  337. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/lazy-loading-rule-map.js +115 -0
  338. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/patterns/letters.js +36 -0
  339. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/regular-expressions.js +42 -0
  340. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/unicode/index.js +11 -0
  341. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/unicode/is-combining-character.js +13 -0
  342. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/unicode/is-emoji-modifier.js +13 -0
  343. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/unicode/is-regional-indicator-symbol.js +13 -0
  344. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/unicode/is-surrogate-pair.js +14 -0
  345. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/valid-jsdoc.js +516 -0
  346. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/valid-typeof.js +127 -0
  347. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/vars-on-top.js +157 -0
  348. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/wrap-iife.js +207 -0
  349. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/wrap-regex.js +61 -0
  350. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/yield-star-spacing.js +130 -0
  351. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/yoda.js +353 -0
  352. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/ajv.js +34 -0
  353. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/ast-utils.js +29 -0
  354. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/config-validator.js +347 -0
  355. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/deprecation-warnings.js +58 -0
  356. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/directives.js +15 -0
  357. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/logging.js +30 -0
  358. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/relative-module-resolver.js +50 -0
  359. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/runtime-info.js +167 -0
  360. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/severity.js +49 -0
  361. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/string-utils.js +60 -0
  362. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/traverser.js +195 -0
  363. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/types.js +216 -0
  364. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/index.js +5 -0
  365. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/source-code.js +1055 -0
  366. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/backward-token-comment-cursor.js +57 -0
  367. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/backward-token-cursor.js +58 -0
  368. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/cursor.js +76 -0
  369. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/cursors.js +90 -0
  370. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/decorative-cursor.js +39 -0
  371. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/filter-cursor.js +43 -0
  372. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/forward-token-comment-cursor.js +57 -0
  373. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/forward-token-cursor.js +63 -0
  374. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/index.js +627 -0
  375. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/limit-cursor.js +40 -0
  376. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/padded-token-cursor.js +38 -0
  377. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/skip-cursor.js +42 -0
  378. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/utils.js +107 -0
  379. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/unsupported-api.js +30 -0
  380. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/all-files-ignored.js +16 -0
  381. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/eslintrc-incompat.js +98 -0
  382. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/eslintrc-plugins.js +24 -0
  383. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/extend-config-missing.js +13 -0
  384. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/failed-to-read-json.js +11 -0
  385. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/file-not-found.js +10 -0
  386. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/invalid-rule-options.js +17 -0
  387. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/invalid-rule-severity.js +13 -0
  388. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/no-config-found.js +15 -0
  389. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/plugin-conflict.js +22 -0
  390. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/plugin-invalid.js +16 -0
  391. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/plugin-missing.js +19 -0
  392. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/print-config-with-directory-path.js +8 -0
  393. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/shared.js +18 -0
  394. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/whitespace-found.js +11 -0
  395. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/node_modules/brace-expansion/index.js +201 -0
  396. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/node_modules/minimatch/minimatch.js +947 -0
  397. package/dist/src/web/frontend/node_modules/.esprima-9BICs9SA/bin/esparse.js +139 -0
  398. package/dist/src/web/frontend/node_modules/.esprima-9BICs9SA/bin/esvalidate.js +236 -0
  399. package/dist/src/web/frontend/node_modules/.esprima-9BICs9SA/dist/esprima.js +6709 -0
  400. package/dist/src/web/frontend/node_modules/.he-WANrIpvs/he.js +345 -0
  401. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/cli.js +315 -0
  402. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/index.js +27 -0
  403. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/lib/argument.js +147 -0
  404. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/lib/command.js +1944 -0
  405. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/lib/error.js +45 -0
  406. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/lib/help.js +396 -0
  407. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/lib/option.js +208 -0
  408. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/lib/suggestSimilar.js +100 -0
  409. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/src/htmlminifier.js +1368 -0
  410. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/src/htmlparser.js +581 -0
  411. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/src/tokenchain.js +71 -0
  412. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/src/utils.js +31 -0
  413. package/dist/src/web/frontend/node_modules/.husky-CmW1OijX/lib/bin.js +30 -0
  414. package/dist/src/web/frontend/node_modules/.husky-CmW1OijX/lib/index.js +67 -0
  415. package/dist/src/web/frontend/node_modules/.import-local-oKL6wyV0/fixtures/cli.js +7 -0
  416. package/dist/src/web/frontend/node_modules/.import-local-oKL6wyV0/index.js +24 -0
  417. package/dist/src/web/frontend/node_modules/.is-docker-Mti2VF6G/cli.js +5 -0
  418. package/dist/src/web/frontend/node_modules/.is-docker-Mti2VF6G/index.js +29 -0
  419. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/bin/cli.js +31 -0
  420. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/jakefile.js +112 -0
  421. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/api.js +409 -0
  422. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/jake.js +330 -0
  423. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/loader.js +174 -0
  424. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/namespace.js +115 -0
  425. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/package_task.js +406 -0
  426. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/parseargs.js +134 -0
  427. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/program.js +282 -0
  428. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/publish_task.js +290 -0
  429. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/rule.js +311 -0
  430. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/task/directory_task.js +30 -0
  431. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/task/file_task.js +126 -0
  432. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/task/index.js +9 -0
  433. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/task/task.js +458 -0
  434. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/test_task.js +270 -0
  435. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/utils/file.js +286 -0
  436. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/utils/index.js +297 -0
  437. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/utils/logger.js +24 -0
  438. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/concurrent.js +45 -0
  439. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/file.js +228 -0
  440. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/file_task.js +141 -0
  441. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/helpers.js +80 -0
  442. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/jakefile.js +352 -0
  443. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/jakelib/concurrent.jake.js +113 -0
  444. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/jakelib/publish.jake.js +49 -0
  445. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/jakelib/required_module.jake.js +10 -0
  446. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/jakelib/rule.jake.js +222 -0
  447. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/list_tasks.js +15 -0
  448. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/publish_task.js +27 -0
  449. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/rule.js +217 -0
  450. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/selfdep.js +42 -0
  451. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/task_base.js +167 -0
  452. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/unit/jakefile.js +36 -0
  453. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/unit/namespace.js +77 -0
  454. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/unit/parseargs.js +169 -0
  455. package/dist/src/web/frontend/node_modules/.jest-7ip6NMuN/bin/jest.js +13 -0
  456. package/dist/src/web/frontend/node_modules/.jest-7ip6NMuN/build/jest.js +61 -0
  457. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/bin/jest.js +17 -0
  458. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/cli/args.js +710 -0
  459. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/cli/index.js +265 -0
  460. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/index.js +13 -0
  461. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/init/errors.js +35 -0
  462. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/init/generateConfigFile.js +104 -0
  463. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/init/index.js +246 -0
  464. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/init/modifyPackageJson.js +28 -0
  465. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/init/questions.js +76 -0
  466. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/init/types.js +1 -0
  467. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/@jest/types/build/Circus.js +1 -0
  468. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/@jest/types/build/Config.js +1 -0
  469. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/@jest/types/build/Global.js +1 -0
  470. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/@jest/types/build/TestResult.js +1 -0
  471. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/@jest/types/build/Transform.js +1 -0
  472. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/@jest/types/build/index.js +1 -0
  473. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/cliui/build/lib/index.js +287 -0
  474. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/cliui/build/lib/string-utils.js +27 -0
  475. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/emoji-regex/es2015/index.js +6 -0
  476. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/emoji-regex/es2015/text.js +6 -0
  477. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/emoji-regex/index.js +6 -0
  478. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/emoji-regex/text.js +6 -0
  479. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/is-fullwidth-code-point/index.js +50 -0
  480. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/ErrorWithStack.js +33 -0
  481. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/clearLine.js +18 -0
  482. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/convertDescriptorToString.js +41 -0
  483. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/createDirectory.js +76 -0
  484. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/createProcessObject.js +126 -0
  485. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/deepCyclicCopy.js +84 -0
  486. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/formatTime.js +24 -0
  487. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/globsToMatcher.js +108 -0
  488. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/index.js +209 -0
  489. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/installCommonGlobals.js +123 -0
  490. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/interopRequireDefault.js +22 -0
  491. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/isInteractive.js +27 -0
  492. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/isPromise.js +20 -0
  493. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/pluralize.js +16 -0
  494. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/preRunMessage.js +48 -0
  495. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/replacePathSepForGlob.js +16 -0
  496. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/requireOrImportModule.js +91 -0
  497. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/setGlobal.js +17 -0
  498. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/specialChars.js +25 -0
  499. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/testPathPatternToRegExp.js +19 -0
  500. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/tryRealpath.js +34 -0
  501. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/string-width/index.js +47 -0
  502. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/wrap-ansi/index.js +216 -0
  503. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/argsert.js +62 -0
  504. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/command.js +382 -0
  505. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/completion-templates.js +47 -0
  506. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/completion.js +128 -0
  507. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/middleware.js +53 -0
  508. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/parse-command.js +32 -0
  509. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/typings/common-types.js +9 -0
  510. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/typings/yargs-parser-types.js +1 -0
  511. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/usage.js +548 -0
  512. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/apply-extends.js +59 -0
  513. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/is-promise.js +5 -0
  514. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/levenshtein.js +26 -0
  515. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/obj-filter.js +10 -0
  516. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/process-argv.js +17 -0
  517. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/set-blocking.js +12 -0
  518. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/which-module.js +10 -0
  519. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/validation.js +308 -0
  520. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/yargs-factory.js +1143 -0
  521. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/yerror.js +7 -0
  522. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/helpers/index.js +14 -0
  523. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs-parser/browser.js +29 -0
  524. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs-parser/build/lib/index.js +59 -0
  525. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs-parser/build/lib/string-utils.js +65 -0
  526. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs-parser/build/lib/tokenize-arg-string.js +40 -0
  527. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs-parser/build/lib/yargs-parser-types.js +12 -0
  528. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs-parser/build/lib/yargs-parser.js +1037 -0
  529. package/dist/src/web/frontend/node_modules/.jiti-pB4fYkW6/bin/jiti.js +16 -0
  530. package/dist/src/web/frontend/node_modules/.jiti-pB4fYkW6/dist/babel.js +227 -0
  531. package/dist/src/web/frontend/node_modules/.jiti-pB4fYkW6/dist/jiti.js +1 -0
  532. package/dist/src/web/frontend/node_modules/.jiti-pB4fYkW6/lib/index.js +15 -0
  533. package/dist/src/web/frontend/node_modules/.jiti-pB4fYkW6/register.js +3 -0
  534. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/bin/js-yaml.js +126 -0
  535. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/dist/js-yaml.js +3874 -0
  536. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/dist/js-yaml.min.js +2 -0
  537. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/index.js +47 -0
  538. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/common.js +59 -0
  539. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/dumper.js +965 -0
  540. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/exception.js +55 -0
  541. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/loader.js +1727 -0
  542. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/schema/core.js +11 -0
  543. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/schema/default.js +22 -0
  544. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/schema/failsafe.js +17 -0
  545. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/schema/json.js +19 -0
  546. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/schema.js +121 -0
  547. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/snippet.js +101 -0
  548. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/binary.js +125 -0
  549. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/bool.js +35 -0
  550. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/float.js +97 -0
  551. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/int.js +156 -0
  552. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/map.js +8 -0
  553. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/merge.js +12 -0
  554. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/null.js +35 -0
  555. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/omap.js +44 -0
  556. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/pairs.js +53 -0
  557. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/seq.js +8 -0
  558. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/set.js +29 -0
  559. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/str.js +8 -0
  560. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/timestamp.js +88 -0
  561. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type.js +66 -0
  562. package/dist/src/web/frontend/node_modules/.jsesc-HO7WBVtD/jsesc.js +337 -0
  563. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/dist/index.js +1737 -0
  564. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/dist/index.min.js +1 -0
  565. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/cli.js +152 -0
  566. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/index.js +9 -0
  567. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/parse.js +1114 -0
  568. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/register.js +13 -0
  569. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/require.js +4 -0
  570. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/stringify.js +261 -0
  571. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/unicode.js +4 -0
  572. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/util.js +35 -0
  573. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/bin/lint-staged.js +164 -0
  574. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/chunkFiles.js +54 -0
  575. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/configFiles.js +30 -0
  576. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/dynamicImport.js +3 -0
  577. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/execGit.js +28 -0
  578. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/figures.js +8 -0
  579. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/file.js +53 -0
  580. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/generateTasks.js +52 -0
  581. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/getDiffCommand.js +19 -0
  582. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/getRenderer.js +64 -0
  583. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/getStagedFiles.js +56 -0
  584. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/gitWorkflow.js +359 -0
  585. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/groupFilesByConfig.js +55 -0
  586. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/index.js +160 -0
  587. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/loadConfig.js +127 -0
  588. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/makeCmdTasks.js +52 -0
  589. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/messages.js +98 -0
  590. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/normalizePath.js +50 -0
  591. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/parseGitZOutput.js +11 -0
  592. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/printTaskOutput.js +12 -0
  593. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/readStdin.js +19 -0
  594. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/resolveConfig.js +15 -0
  595. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/resolveGitRepo.js +66 -0
  596. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/resolveTaskFn.js +185 -0
  597. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/runAll.js +344 -0
  598. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/searchConfigs.js +131 -0
  599. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/state.js +72 -0
  600. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/symbols.js +27 -0
  601. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/validateBraces.js +91 -0
  602. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/validateConfig.js +121 -0
  603. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/validateOptions.js +47 -0
  604. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/version.js +6 -0
  605. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/chalk/source/index.js +225 -0
  606. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/chalk/source/utilities.js +33 -0
  607. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/chalk/source/vendor/ansi-styles/index.js +223 -0
  608. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/chalk/source/vendor/supports-color/browser.js +34 -0
  609. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/chalk/source/vendor/supports-color/index.js +190 -0
  610. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/compose-collection.js +88 -0
  611. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/compose-doc.js +43 -0
  612. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/compose-node.js +102 -0
  613. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/compose-scalar.js +86 -0
  614. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/composer.js +217 -0
  615. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-block-map.js +115 -0
  616. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-block-scalar.js +198 -0
  617. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-block-seq.js +49 -0
  618. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-end.js +37 -0
  619. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-flow-collection.js +207 -0
  620. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-flow-scalar.js +223 -0
  621. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-props.js +146 -0
  622. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/util-contains-newline.js +34 -0
  623. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/util-empty-scalar-position.js +26 -0
  624. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/util-flow-indent-check.js +15 -0
  625. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/util-map-includes.js +13 -0
  626. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/doc/Document.js +335 -0
  627. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/doc/anchors.js +71 -0
  628. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/doc/applyReviver.js +55 -0
  629. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/doc/createNode.js +88 -0
  630. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/doc/directives.js +176 -0
  631. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/errors.js +57 -0
  632. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/index.js +17 -0
  633. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/log.js +11 -0
  634. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/Alias.js +114 -0
  635. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/Collection.js +147 -0
  636. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/Node.js +38 -0
  637. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/Pair.js +36 -0
  638. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/Scalar.js +24 -0
  639. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/YAMLMap.js +144 -0
  640. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/YAMLSeq.js +113 -0
  641. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/addPairToJSMap.js +63 -0
  642. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/identity.js +36 -0
  643. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/toJS.js +37 -0
  644. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/cst-scalar.js +214 -0
  645. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/cst-stringify.js +61 -0
  646. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/cst-visit.js +97 -0
  647. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/cst.js +98 -0
  648. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/lexer.js +717 -0
  649. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/line-counter.js +39 -0
  650. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/parser.js +967 -0
  651. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/public-api.js +102 -0
  652. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/Schema.js +37 -0
  653. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/common/map.js +17 -0
  654. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/common/null.js +15 -0
  655. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/common/seq.js +17 -0
  656. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/common/string.js +14 -0
  657. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/core/bool.js +19 -0
  658. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/core/float.js +43 -0
  659. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/core/int.js +38 -0
  660. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/core/schema.js +23 -0
  661. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/json/schema.js +62 -0
  662. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/tags.js +96 -0
  663. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.js +58 -0
  664. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/bool.js +26 -0
  665. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/float.js +46 -0
  666. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/int.js +71 -0
  667. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/merge.js +64 -0
  668. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/omap.js +74 -0
  669. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.js +78 -0
  670. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/schema.js +39 -0
  671. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/set.js +93 -0
  672. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.js +101 -0
  673. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/foldFlowLines.js +146 -0
  674. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringify.js +128 -0
  675. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringifyCollection.js +143 -0
  676. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringifyComment.js +20 -0
  677. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringifyDocument.js +85 -0
  678. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringifyNumber.js +24 -0
  679. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringifyPair.js +150 -0
  680. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringifyString.js +336 -0
  681. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/util.js +11 -0
  682. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/visit.js +233 -0
  683. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/index.js +5 -0
  684. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/compose-collection.js +90 -0
  685. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/compose-doc.js +45 -0
  686. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/compose-node.js +105 -0
  687. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/compose-scalar.js +88 -0
  688. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/composer.js +222 -0
  689. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-block-map.js +117 -0
  690. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-block-scalar.js +200 -0
  691. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-block-seq.js +51 -0
  692. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-end.js +39 -0
  693. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-flow-collection.js +209 -0
  694. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-flow-scalar.js +225 -0
  695. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-props.js +148 -0
  696. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/util-contains-newline.js +36 -0
  697. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/util-empty-scalar-position.js +28 -0
  698. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/util-flow-indent-check.js +17 -0
  699. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/util-map-includes.js +15 -0
  700. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/doc/Document.js +337 -0
  701. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/doc/anchors.js +76 -0
  702. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/doc/applyReviver.js +57 -0
  703. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/doc/createNode.js +90 -0
  704. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/doc/directives.js +178 -0
  705. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/errors.js +62 -0
  706. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/index.js +50 -0
  707. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/log.js +19 -0
  708. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/Alias.js +116 -0
  709. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/Collection.js +151 -0
  710. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/Node.js +40 -0
  711. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/Pair.js +39 -0
  712. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/Scalar.js +27 -0
  713. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/YAMLMap.js +147 -0
  714. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/YAMLSeq.js +115 -0
  715. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/addPairToJSMap.js +65 -0
  716. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/identity.js +53 -0
  717. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/toJS.js +39 -0
  718. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/cst-scalar.js +218 -0
  719. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/cst-stringify.js +63 -0
  720. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/cst-visit.js +99 -0
  721. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/cst.js +112 -0
  722. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/lexer.js +719 -0
  723. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/line-counter.js +41 -0
  724. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/parser.js +972 -0
  725. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/public-api.js +107 -0
  726. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/Schema.js +39 -0
  727. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/common/map.js +19 -0
  728. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/common/null.js +17 -0
  729. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/common/seq.js +19 -0
  730. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/common/string.js +16 -0
  731. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/core/bool.js +21 -0
  732. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/core/float.js +47 -0
  733. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/core/int.js +42 -0
  734. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/core/schema.js +25 -0
  735. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/json/schema.js +64 -0
  736. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/tags.js +99 -0
  737. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/binary.js +70 -0
  738. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/bool.js +29 -0
  739. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/float.js +50 -0
  740. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/int.js +76 -0
  741. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/merge.js +68 -0
  742. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/omap.js +77 -0
  743. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/pairs.js +82 -0
  744. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/schema.js +41 -0
  745. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/set.js +96 -0
  746. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js +105 -0
  747. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/foldFlowLines.js +151 -0
  748. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringify.js +131 -0
  749. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringifyCollection.js +145 -0
  750. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringifyComment.js +24 -0
  751. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringifyDocument.js +87 -0
  752. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringifyNumber.js +26 -0
  753. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringifyPair.js +152 -0
  754. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringifyString.js +338 -0
  755. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/test-events.js +134 -0
  756. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/util.js +28 -0
  757. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/visit.js +236 -0
  758. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/util.js +2 -0
  759. package/dist/src/web/frontend/node_modules/.loose-envify-xQmkUywD/cli.js +16 -0
  760. package/dist/src/web/frontend/node_modules/.loose-envify-xQmkUywD/custom.js +4 -0
  761. package/dist/src/web/frontend/node_modules/.loose-envify-xQmkUywD/index.js +3 -0
  762. package/dist/src/web/frontend/node_modules/.loose-envify-xQmkUywD/loose-envify.js +36 -0
  763. package/dist/src/web/frontend/node_modules/.loose-envify-xQmkUywD/replace.js +65 -0
  764. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/bin/bin.js +13 -0
  765. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/libs/base64-string.js +285 -0
  766. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/libs/lz-string.js +506 -0
  767. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/libs/lz-string.min.js +1 -0
  768. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/reference/lz-string-1.0.2.js +204 -0
  769. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/tests/lib/jasmine-1.3.1/jasmine-html.js +681 -0
  770. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/tests/lib/jasmine-1.3.1/jasmine.js +2600 -0
  771. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/tests/lz-string-spec.js +226 -0
  772. package/dist/src/web/frontend/node_modules/.mime-jO6Gv7S9/cli.js +8 -0
  773. package/dist/src/web/frontend/node_modules/.mime-jO6Gv7S9/mime.js +108 -0
  774. package/dist/src/web/frontend/node_modules/.mime-jO6Gv7S9/src/build.js +53 -0
  775. package/dist/src/web/frontend/node_modules/.mime-jO6Gv7S9/src/test.js +60 -0
  776. package/dist/src/web/frontend/node_modules/.mkdirp-idfX6Cn8/bin/cmd.js +33 -0
  777. package/dist/src/web/frontend/node_modules/.mkdirp-idfX6Cn8/index.js +102 -0
  778. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/abap/abap.js +1342 -0
  779. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/apex/apex.js +347 -0
  780. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/azcli/azcli.js +102 -0
  781. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/bat/bat.js +123 -0
  782. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/bicep/bicep.js +143 -0
  783. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/cameligo/cameligo.js +196 -0
  784. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/clojure/clojure.js +782 -0
  785. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/coffee/coffee.js +256 -0
  786. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/cpp/cpp.js +418 -0
  787. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/csharp/csharp.js +348 -0
  788. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/csp/csp.js +85 -0
  789. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/css/css.js +212 -0
  790. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/cypher/cypher.js +290 -0
  791. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/dart/dart.js +298 -0
  792. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/dockerfile/dockerfile.js +160 -0
  793. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/ecl/ecl.js +482 -0
  794. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/elixir/elixir.js +517 -0
  795. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/flow9/flow9.js +169 -0
  796. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.js +175099 -0
  797. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.de.js +2023 -0
  798. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.es.js +2023 -0
  799. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.fr.js +2023 -0
  800. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.it.js +2023 -0
  801. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.ja.js +2023 -0
  802. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.js +2026 -0
  803. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.ko.js +2023 -0
  804. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.ru.js +2023 -0
  805. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.zh-cn.js +2023 -0
  806. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.zh-tw.js +2023 -0
  807. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/language/css/cssMode.js +2069 -0
  808. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/language/css/cssWorker.js +36893 -0
  809. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/browser.js +132 -0
  810. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/canIUse.js +32 -0
  811. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/contextmenu.js +5 -0
  812. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/defaultWorkerFactory.js +128 -0
  813. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/dnd.js +26 -0
  814. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/dom.js +1405 -0
  815. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/dompurify/dompurify.js +1640 -0
  816. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/event.js +20 -0
  817. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/fastDomNode.js +250 -0
  818. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/formattedTextRenderer.js +167 -0
  819. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/actionbar/actionViewItems.js +372 -0
  820. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/actionbar/actionbar.js +421 -0
  821. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/aria/aria.js +81 -0
  822. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/breadcrumbs/breadcrumbsWidget.js +1 -0
  823. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/button/button.js +190 -0
  824. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/codicons/codiconStyles.js +6 -0
  825. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/contextview/contextview.js +299 -0
  826. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/countBadge/countBadge.js +36 -0
  827. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/dialog/dialog.js +1 -0
  828. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/dropdown/dropdown.js +139 -0
  829. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/dropdown/dropdownActionViewItem.js +106 -0
  830. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/findinput/findInput.js +295 -0
  831. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/findinput/findInputToggles.js +46 -0
  832. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/scrollbar/abstractScrollbar.js +207 -0
  833. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/tree/abstractTree.js +1644 -0
  834. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/tree/asyncDataTree.js +845 -0
  835. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/tree/compressedObjectTreeModel.js +365 -0
  836. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/tree/dataTree.js +17 -0
  837. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/actions.js +175 -0
  838. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/arrays.js +470 -0
  839. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/arraysFind.js +175 -0
  840. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/assert.js +51 -0
  841. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/async.js +832 -0
  842. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/buffer.js +68 -0
  843. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/cache.js +40 -0
  844. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/cancellation.js +109 -0
  845. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/charCode.js +5 -0
  846. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/codicons.js +591 -0
  847. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/collections.js +35 -0
  848. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/color.js +462 -0
  849. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/comparers.js +83 -0
  850. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/dataTransfer.js +129 -0
  851. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/decorators.js +30 -0
  852. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/diff/diff.js +899 -0
  853. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/diff/diffChange.js +32 -0
  854. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/errorMessage.js +68 -0
  855. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/errors.js +150 -0
  856. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/event.js +1185 -0
  857. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/extpath.js +144 -0
  858. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/filters.js +768 -0
  859. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/observableInternal/autorun.js +185 -0
  860. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/observableInternal/base.js +326 -0
  861. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/observableInternal/derived.js +276 -0
  862. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/_.contribution.js +82 -0
  863. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/abap/abap.contribution.js +23 -0
  864. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/abap/abap.js +1317 -0
  865. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/apex/apex.contribution.js +24 -0
  866. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/apex/apex.js +322 -0
  867. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/azcli/azcli.contribution.js +23 -0
  868. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/azcli/azcli.js +77 -0
  869. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/bat/bat.contribution.js +23 -0
  870. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/bat/bat.js +98 -0
  871. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/bicep/bicep.contribution.js +23 -0
  872. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/bicep/bicep.js +118 -0
  873. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/cameligo/cameligo.contribution.js +23 -0
  874. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/cameligo/cameligo.js +171 -0
  875. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/clojure/clojure.contribution.js +23 -0
  876. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/clojure/clojure.js +757 -0
  877. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/coffee/coffee.contribution.js +24 -0
  878. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/coffee/coffee.js +231 -0
  879. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/cpp/cpp.contribution.js +37 -0
  880. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/cpp/cpp.js +393 -0
  881. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/csharp/csharp.contribution.js +23 -0
  882. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/csharp/csharp.js +323 -0
  883. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/csp/csp.contribution.js +23 -0
  884. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/csp/csp.js +60 -0
  885. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/css/css.contribution.js +24 -0
  886. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/css/css.js +187 -0
  887. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/cypher/cypher.contribution.js +23 -0
  888. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/cypher/cypher.js +265 -0
  889. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/dart/dart.contribution.js +24 -0
  890. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/dart/dart.js +273 -0
  891. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/dockerfile/dockerfile.contribution.js +24 -0
  892. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/dockerfile/dockerfile.js +135 -0
  893. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/ecl/ecl.contribution.js +23 -0
  894. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/ecl/ecl.js +457 -0
  895. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/elixir/elixir.contribution.js +23 -0
  896. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/elixir/elixir.js +492 -0
  897. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/flow9/flow9.contribution.js +23 -0
  898. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/flow9/flow9.js +144 -0
  899. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/freemarker2/freemarker2.contribution.js +101 -0
  900. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/config/charWidthReader.js +102 -0
  901. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/config/domFontInfo.js +25 -0
  902. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/config/editorConfiguration.js +280 -0
  903. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/config/elementSizeObserver.js +99 -0
  904. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/config/fontMeasurements.js +191 -0
  905. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/coreCommands.js +1727 -0
  906. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/dnd.js +76 -0
  907. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/editorBrowser.js +50 -0
  908. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/editorDom.js +282 -0
  909. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/editorExtensions.js +461 -0
  910. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/services/abstractCodeEditorService.js +127 -0
  911. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/services/bulkEditService.js +73 -0
  912. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/services/codeEditorService.js +6 -0
  913. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/services/editorWorkerService.js +454 -0
  914. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/view/domLineBreaksComputer.js +299 -0
  915. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/view/dynamicViewOverlay.js +7 -0
  916. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/blockDecorations/blockDecorations.js +95 -0
  917. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/contentWidgets/contentWidgets.js +462 -0
  918. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight.js +176 -0
  919. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/decorations/decorations.js +200 -0
  920. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/editorScrollbar/editorScrollbar.js +142 -0
  921. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/lines/domReadingContext.js +41 -0
  922. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/overviewRuler/decorationsOverviewRuler.js +396 -0
  923. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/codeEditorContributions.js +130 -0
  924. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/codeEditorWidget.js +1734 -0
  925. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/accessibleDiffViewer.js +531 -0
  926. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/colors.js +9 -0
  927. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/decorations.js +65 -0
  928. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/delegatingEditorImpl.js +108 -0
  929. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditor.contribution.js +274 -0
  930. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditorDecorations.js +225 -0
  931. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditorEditors.js +164 -0
  932. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditorOptions.js +91 -0
  933. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditorSash.js +69 -0
  934. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditorViewModel.js +522 -0
  935. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditorWidget.js +493 -0
  936. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffProviderFactoryService.js +30 -0
  937. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/embeddedCodeEditorWidget.js +57 -0
  938. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/multiDiffEditorWidget/colors.js +7 -0
  939. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/multiDiffEditorWidget/diffEditorItemTemplate.js +213 -0
  940. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/config/diffEditor.js +34 -0
  941. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/config/editorConfiguration.js +5 -0
  942. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/config/editorConfigurationSchema.js +284 -0
  943. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/config/editorOptions.js +2999 -0
  944. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/config/editorZoom.js +23 -0
  945. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/config/fontInfo.js +153 -0
  946. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/core/characterClassifier.js +56 -0
  947. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/core/cursorColumns.js +109 -0
  948. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/core/dimension.js +5 -0
  949. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/core/editOperation.js +33 -0
  950. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/core/editorColorRegistry.js +85 -0
  951. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/core/eolCounter.js +42 -0
  952. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursor.js +877 -0
  953. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorAtomicMoveOperations.js +142 -0
  954. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorCollection.js +191 -0
  955. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorColumnSelection.js +90 -0
  956. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorContext.js +13 -0
  957. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorDeleteOperations.js +215 -0
  958. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorMoveCommands.js +651 -0
  959. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorMoveOperations.js +287 -0
  960. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorTypeOperations.js +973 -0
  961. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorWordOperations.js +686 -0
  962. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursorCommon.js +239 -0
  963. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursorEvents.js +5 -0
  964. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/diff/defaultLinesDiffComputer/algorithms/diffAlgorithm.js +118 -0
  965. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/diff/defaultLinesDiffComputer/algorithms/dynamicProgrammingDiffing.js +98 -0
  966. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/diff/defaultLinesDiffComputer/computeMovedLines.js +246 -0
  967. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/diff/defaultLinesDiffComputer/defaultLinesDiffComputer.js +220 -0
  968. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/diff/documentDiffProvider.js +5 -0
  969. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/editorAction.js +24 -0
  970. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/editorCommon.js +11 -0
  971. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/editorContextKeys.js +76 -0
  972. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/editorFeatures.js +15 -0
  973. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/editorTheme.js +21 -0
  974. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/encodedTokenAttributes.js +77 -0
  975. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/languages/autoIndent.js +374 -0
  976. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/languages/defaultDocumentColorsComputer.js +135 -0
  977. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/languages/enterAction.js +63 -0
  978. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/languages/supports/characterPair.js +37 -0
  979. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/languages/supports/electricCharacter.js +52 -0
  980. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl.js +724 -0
  981. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/ast.js +482 -0
  982. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper.js +107 -0
  983. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree.js +343 -0
  984. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/brackets.js +105 -0
  985. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos.js +121 -0
  986. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/concat23Trees.js +189 -0
  987. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider.js +94 -0
  988. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/fixBrackets.js +66 -0
  989. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/decorationProvider.js +1 -0
  990. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/editStack.js +359 -0
  991. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/fixedArray.js +67 -0
  992. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/services/editorBaseApi.js +40 -0
  993. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/services/editorSimpleWorker.js +523 -0
  994. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/services/editorWorker.js +6 -0
  995. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/services/editorWorkerHost.js +5 -0
  996. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/tokens/contiguousMultilineTokens.js +30 -0
  997. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/tokens/contiguousMultilineTokensBuilder.js +20 -0
  998. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/tokens/contiguousTokensEditing.js +125 -0
  999. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/tokens/contiguousTokensStore.js +204 -0
  1000. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/anchorSelect/browser/anchorSelect.js +164 -0
  1001. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/bracketMatching/browser/bracketMatching.js +351 -0
  1002. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/caretOperations/browser/caretOperations.js +49 -0
  1003. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/clipboard/browser/clipboard.js +236 -0
  1004. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeAction.js +284 -0
  1005. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeActionCommands.js +229 -0
  1006. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeActionContributions.js +43 -0
  1007. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeActionController.js +315 -0
  1008. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeActionKeybindingResolver.js +86 -0
  1009. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeActionMenu.js +64 -0
  1010. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeActionModel.js +271 -0
  1011. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codelens/browser/codeLensCache.js +112 -0
  1012. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codelens/browser/codelens.js +104 -0
  1013. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codelens/browser/codelensController.js +472 -0
  1014. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codelens/browser/codelensWidget.js +262 -0
  1015. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/color.js +112 -0
  1016. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/colorContributions.js +51 -0
  1017. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/colorDetector.js +242 -0
  1018. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/colorHoverParticipant.js +244 -0
  1019. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/colorPickerModel.js +71 -0
  1020. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/colorPickerWidget.js +353 -0
  1021. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider.js +54 -0
  1022. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/comment/browser/blockCommentCommand.js +146 -0
  1023. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/comment/browser/comment.js +146 -0
  1024. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/contextmenu/browser/contextmenu.js +345 -0
  1025. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/cursorUndo/browser/cursorUndo.js +134 -0
  1026. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dnd/browser/dnd.js +195 -0
  1027. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dnd/browser/dragAndDropCommand.js +62 -0
  1028. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/documentSymbols/browser/documentSymbols.js +23 -0
  1029. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution.js +57 -0
  1030. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteController.js +401 -0
  1031. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/defaultProviders.js +181 -0
  1032. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorContribution.js +44 -0
  1033. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController.js +157 -0
  1034. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/edit.js +71 -0
  1035. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/editorState/browser/editorState.js +112 -0
  1036. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findController.js +990 -0
  1037. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findDecorations.js +296 -0
  1038. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findModel.js +488 -0
  1039. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findOptionsWidget.js +138 -0
  1040. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findState.js +243 -0
  1041. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findWidget.js +1177 -0
  1042. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/folding/browser/folding.js +1093 -0
  1043. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/folding/browser/foldingDecorations.js +133 -0
  1044. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/folding/browser/foldingModel.js +538 -0
  1045. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/folding/browser/foldingRanges.js +351 -0
  1046. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/fontZoom/browser/fontZoom.js +49 -0
  1047. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/format/browser/format.js +360 -0
  1048. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/format/browser/formatActions.js +263 -0
  1049. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/format/browser/formattingEdit.js +54 -0
  1050. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture.js +149 -0
  1051. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/hover/browser/contentHover.js +874 -0
  1052. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/inlineCompletions/browser/commandIds.js +7 -0
  1053. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/inlineCompletions/browser/commands.js +199 -0
  1054. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/linesOperations/browser/copyLinesCommand.js +70 -0
  1055. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/quickAccess/browser/commandsQuickAccess.js +26 -0
  1056. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess.js +153 -0
  1057. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/readOnlyMessage/browser/contribution.js +33 -0
  1058. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/semanticTokens/browser/documentSemanticTokens.js +354 -0
  1059. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/smartSelect/browser/bracketSelections.js +146 -0
  1060. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/suggest/browser/completionModel.js +224 -0
  1061. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/unicodeHighlighter/browser/bannerController.js +119 -0
  1062. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/edcore.main.js +14 -0
  1063. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/editor.all.js +63 -0
  1064. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/editor.api.js +55 -0
  1065. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/editor.main.js +7 -0
  1066. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/editor.worker.js +25 -0
  1067. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/standalone/browser/colorizer.js +118 -0
  1068. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/language/css/css.worker.js +36869 -0
  1069. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/language/css/cssMode.js +2035 -0
  1070. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/accessibility/browser/accessibilityService.js +88 -0
  1071. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/accessibility/common/accessibility.js +9 -0
  1072. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/action/common/action.js +7 -0
  1073. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/action/common/actionCommonCategories.js +13 -0
  1074. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/actionWidget/browser/actionList.js +276 -0
  1075. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/actionWidget/browser/actionWidget.js +248 -0
  1076. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/actionWidget/common/actionWidget.js +5 -0
  1077. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/actions/common/actions.js +409 -0
  1078. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/audioCues/browser/audioCueService.js +176 -0
  1079. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/clipboard/browser/clipboardService.js +141 -0
  1080. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/clipboard/common/clipboardService.js +6 -0
  1081. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/commands/common/commands.js +80 -0
  1082. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/configuration/common/configuration.js +86 -0
  1083. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/configuration/common/configurationModels.js +554 -0
  1084. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/configuration/common/configurationRegistry.js +317 -0
  1085. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/configuration/common/configurations.js +41 -0
  1086. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/contextkey/browser/contextKeyService.js +432 -0
  1087. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/contextkey/common/contextkey.js +1547 -0
  1088. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/contextkey/common/contextkeys.js +18 -0
  1089. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/contextview/browser/contextMenuHandler.js +124 -0
  1090. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/contextview/browser/contextMenuService.js +101 -0
  1091. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/contextview/browser/contextView.js +7 -0
  1092. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/contextview/browser/contextViewService.js +72 -0
  1093. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/dialogs/common/dialogs.js +2 -0
  1094. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/dnd/browser/dnd.js +36 -0
  1095. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/editor/common/editor.js +17 -0
  1096. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/environment/common/environment.js +2 -0
  1097. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/extensions/common/extensions.js +47 -0
  1098. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/files/common/files.js +9 -0
  1099. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/history/browser/contextScopedHistoryWidget.js +105 -0
  1100. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/instantiation/common/descriptors.js +11 -0
  1101. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/instantiation/common/extensions.js +15 -0
  1102. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/keybinding/common/abstractKeybindingService.js +277 -0
  1103. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/keybinding/common/baseResolvedKeybinding.js +53 -0
  1104. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/quickinput/browser/commandsQuickAccess.js +354 -0
  1105. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/theme/browser/defaultStyles.js +162 -0
  1106. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/theme/common/colorRegistry.js +482 -0
  1107. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/basic-languages/abap/abap.js +10 -0
  1108. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/basic-languages/apex/apex.js +10 -0
  1109. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/basic-languages/azcli/azcli.js +10 -0
  1110. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/basic-languages/bat/bat.js +10 -0
  1111. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/min/vs/basic-languages/bicep/bicep.js +11 -0
  1112. package/package.json +2 -1
  1113. package/scripts/.claude-flow/metrics/agent-metrics.json +1 -0
  1114. package/scripts/.claude-flow/metrics/performance.json +9 -0
  1115. package/scripts/.claude-flow/metrics/task-metrics.json +10 -0
  1116. package/scripts/CLEANUP_OPTIMIZATION_REPORT.json +312 -0
  1117. package/scripts/CLEANUP_PERFORMANCE_OPTIMIZATION.md +387 -0
  1118. package/scripts/CLEANUP_QUICK_START.md +268 -0
  1119. package/scripts/CLEANUP_TEST_RESULTS.md +205 -0
  1120. package/scripts/README.md +339 -0
  1121. package/scripts/ace-query.sh +384 -0
  1122. package/scripts/agent-token-analysis.js +430 -0
  1123. package/scripts/auto-setup.js +332 -0
  1124. package/scripts/build/README.md +167 -0
  1125. package/scripts/build/build-config.js +27 -0
  1126. package/scripts/build/build-prompt-copier.sh +30 -0
  1127. package/scripts/build/performance-monitor.js +869 -0
  1128. package/scripts/build/prepare-publish.js +150 -0
  1129. package/scripts/build/typescript-fixer.js +621 -0
  1130. package/scripts/build/unified-builder.sh +428 -0
  1131. package/scripts/build/update-bin-version.js +32 -0
  1132. package/scripts/build/validate-agents.js +238 -0
  1133. package/scripts/build-index.js +43 -0
  1134. package/scripts/build-orchestrator.js +320 -0
  1135. package/scripts/check-routing-stats.cjs +122 -0
  1136. package/scripts/ci-validation.js +375 -0
  1137. package/scripts/cleanup-blocking-coordination.sh +420 -0
  1138. package/scripts/cleanup-idle-sessions.sh +118 -0
  1139. package/scripts/collect-build-metrics.js +65 -0
  1140. package/scripts/demo/README.md +79 -0
  1141. package/scripts/demo/autoscaling-demo-simplified.js +963 -0
  1142. package/scripts/demo/comprehensive-dashboard-test.js +693 -0
  1143. package/scripts/demo/confidence-log.js +87 -0
  1144. package/scripts/demo/confidence-report.js +82 -0
  1145. package/scripts/demo/demo-multi-swarm-coordination.js +325 -0
  1146. package/scripts/demo/demo-production-deployment.js +399 -0
  1147. package/scripts/demo/demo-visualization-system.js +149 -0
  1148. package/scripts/demo/performance-analysis.cjs +71 -0
  1149. package/scripts/demo/performance-analysis.js +71 -0
  1150. package/scripts/demo/test-autoscaling-demo.js +314 -0
  1151. package/scripts/dependency-optimizer.js +349 -0
  1152. package/scripts/dependency-security-assessment.js +331 -0
  1153. package/scripts/deploy-sdk.sh +176 -0
  1154. package/scripts/deployment-readiness-report.json +179 -0
  1155. package/scripts/dev/README.md +264 -0
  1156. package/scripts/dev/claude-flow-wrapper.sh +35 -0
  1157. package/scripts/dev/claude-monitor.py +419 -0
  1158. package/scripts/dev/claude-sparc.sh +562 -0
  1159. package/scripts/dev/claude-wrapper.sh +17 -0
  1160. package/scripts/dev/demo-phase3-compliance.js +172 -0
  1161. package/scripts/dev/demo-task-system.ts +224 -0
  1162. package/scripts/dev/deployment-validator.js +315 -0
  1163. package/scripts/dev/spawn-claude-terminal.sh +32 -0
  1164. package/scripts/dev/start-portal.sh +506 -0
  1165. package/scripts/dev/start-web-ui.js +15 -0
  1166. package/scripts/dev/stop-portal.sh +311 -0
  1167. package/scripts/dev/validate-examples.ts +288 -0
  1168. package/scripts/dev/validate-phase2.cjs +451 -0
  1169. package/scripts/dev/validate-phase2.js +785 -0
  1170. package/scripts/dev/validate-phase3.cjs +208 -0
  1171. package/scripts/dev/validate-security-remediation.js +1 -0
  1172. package/scripts/ecosystem.config.cjs +90 -0
  1173. package/scripts/enhanced-memory-spiral-killer.sh +221 -0
  1174. package/scripts/fix-js-extensions.js +167 -0
  1175. package/scripts/generate-basic-types.js +73 -0
  1176. package/scripts/generate-changelog.js +318 -0
  1177. package/scripts/git-hooks/pre-commit.sh +143 -0
  1178. package/scripts/health-checks.js +634 -0
  1179. package/scripts/hook-wrapper.sh +54 -0
  1180. package/scripts/install/README.md +375 -0
  1181. package/scripts/install/REDIS_SETUP_VALIDATION.json +245 -0
  1182. package/scripts/install/check-prerequisites.js +303 -0
  1183. package/scripts/install/config-wizard.js +606 -0
  1184. package/scripts/install/dependency-checker.js +385 -0
  1185. package/scripts/install/health-check.js +765 -0
  1186. package/scripts/install/install.js +256 -0
  1187. package/scripts/install/installation-benchmark.js +461 -0
  1188. package/scripts/install/quick-install.js +720 -0
  1189. package/scripts/install/quick-start-wizard.js +295 -0
  1190. package/scripts/install/redis-cli.js +289 -0
  1191. package/scripts/install/redis-install-guides.md +407 -0
  1192. package/scripts/install/redis-setup.js +559 -0
  1193. package/scripts/install/redis-test.js +278 -0
  1194. package/scripts/install/service-manager.js +672 -0
  1195. package/scripts/install/setup.js +832 -0
  1196. package/scripts/install/uninstall.js +526 -0
  1197. package/scripts/install/update.js +461 -0
  1198. package/scripts/install-pre-commit-hook.sh +127 -0
  1199. package/scripts/legacy/README.md +272 -0
  1200. package/scripts/legacy/batch-fix-ts.sh +54 -0
  1201. package/scripts/legacy/build-migration.sh +105 -0
  1202. package/scripts/legacy/build-monitor.js +209 -0
  1203. package/scripts/legacy/build-with-filter.sh +84 -0
  1204. package/scripts/legacy/build-workaround.sh +71 -0
  1205. package/scripts/legacy/fix-ts-advanced.js +358 -0
  1206. package/scripts/legacy/fix-ts-final.sh +50 -0
  1207. package/scripts/legacy/fix-ts-targeted.sh +49 -0
  1208. package/scripts/legacy/fix-typescript-errors.js +305 -0
  1209. package/scripts/legacy/force-build.sh +63 -0
  1210. package/scripts/legacy/optimize-performance.js +400 -0
  1211. package/scripts/legacy/performance-monitor.js +263 -0
  1212. package/scripts/legacy/performance-monitoring.js +532 -0
  1213. package/scripts/legacy/performance-test-runner.js +645 -0
  1214. package/scripts/legacy/quick-fix-ts.js +281 -0
  1215. package/scripts/legacy/safe-build.sh +63 -0
  1216. package/scripts/memory-monitor-coordinator.js +451 -0
  1217. package/scripts/migrate-to-sdk.sh +520 -0
  1218. package/scripts/migration/QUICK-START.md +189 -0
  1219. package/scripts/migration/QUICK-START.md.backup-1760135091363 +189 -0
  1220. package/scripts/migration/README.md +464 -0
  1221. package/scripts/migration/TASK-1.3.2-COMPLETION-REPORT.md +500 -0
  1222. package/scripts/migration/TASK-1.3.2-COMPLETION-REPORT.md.backup-1760135091348 +500 -0
  1223. package/scripts/migration/UPDATE-PATHS-README.md +464 -0
  1224. package/scripts/migration/UPDATE-PATHS-README.md.backup-1760135091337 +464 -0
  1225. package/scripts/migration/example-patterns.json +19 -0
  1226. package/scripts/migration/install-arm64.js +78 -0
  1227. package/scripts/migration/install.js +83 -0
  1228. package/scripts/migration/migrate-hooks.js +173 -0
  1229. package/scripts/migration/migration-examples.ts +318 -0
  1230. package/scripts/migration/reorganize-workspace.js +504 -0
  1231. package/scripts/migration/test-update-paths.js +359 -0
  1232. package/scripts/migration/update-paths.js +664 -0
  1233. package/scripts/migration/validate-migration.js +647 -0
  1234. package/scripts/monitor-loop.sh +65 -0
  1235. package/scripts/monitor-memory.sh +47 -0
  1236. package/scripts/monitor-migration.js +339 -0
  1237. package/scripts/monitor.py +43 -0
  1238. package/scripts/monitoring/README.md +178 -0
  1239. package/scripts/monitoring/alert-monitor.sh +220 -0
  1240. package/scripts/monitoring/analyze-resources.sh +199 -0
  1241. package/scripts/monitoring/dashboards/rate-limiting-dashboard.json +211 -0
  1242. package/scripts/monitoring/dynamic-monitor.sh +85 -0
  1243. package/scripts/monitoring/launch-stability-test.sh +184 -0
  1244. package/scripts/monitoring/monitor-test.sh +93 -0
  1245. package/scripts/monitoring/pre-test-validation.sh +208 -0
  1246. package/scripts/monitoring/quick-test-alerting.sh +118 -0
  1247. package/scripts/monitoring/quick-test-rate-limiting.sh +206 -0
  1248. package/scripts/monitoring/rate-limiting-monitor.sh +380 -0
  1249. package/scripts/monitoring/resource-monitor.sh +126 -0
  1250. package/scripts/monitoring/stability-monitor.js +429 -0
  1251. package/scripts/monitoring/test-monitor-quick.sh +54 -0
  1252. package/scripts/monitoring/view-alerts.sh +307 -0
  1253. package/scripts/npm-metrics-collector.js +482 -0
  1254. package/scripts/npm-package-validation.cjs +299 -0
  1255. package/scripts/optimization/build-optimizer.js +438 -0
  1256. package/scripts/optimization/config-validator.js +761 -0
  1257. package/scripts/optimization/test-optimization.js +432 -0
  1258. package/scripts/optimization/unified-activation.js +839 -0
  1259. package/scripts/optimize-package-swarm.js +54 -0
  1260. package/scripts/performance/ACTIVATION_COMMANDS.md +292 -0
  1261. package/scripts/performance/sqlite-enhanced-activation.sh +583 -0
  1262. package/scripts/performance/test-enhanced-backend.sh +504 -0
  1263. package/scripts/performance-monitor.js +644 -0
  1264. package/scripts/performance-test-runner.js +698 -0
  1265. package/scripts/post-deployment-monitoring.js +350 -0
  1266. package/scripts/post-edit-pipeline.js +2091 -0
  1267. package/scripts/post-install-claude-md.js +78 -0
  1268. package/scripts/postinstall.js +165 -0
  1269. package/scripts/pre-publish-validation.cjs +212 -0
  1270. package/scripts/pre-publish-validation.js +429 -0
  1271. package/scripts/redis-lua/cleanup-blocking-coordination.lua +198 -0
  1272. package/scripts/release-announcement.js +425 -0
  1273. package/scripts/release-notification.js +248 -0
  1274. package/scripts/release-rollback.js +376 -0
  1275. package/scripts/release-validation.js +460 -0
  1276. package/scripts/rollback-sdk.sh +66 -0
  1277. package/scripts/run-production-validation.ts +590 -0
  1278. package/scripts/run-stability-validation.sh +687 -0
  1279. package/scripts/security/README.md +339 -0
  1280. package/scripts/security/deployment-validation.cjs +279 -0
  1281. package/scripts/security/envelope-encryption-confidence-report.cjs +422 -0
  1282. package/scripts/security/install-git-hooks.sh +132 -0
  1283. package/scripts/security/install-git-secrets.sh +295 -0
  1284. package/scripts/security/rotate-api-keys.js +469 -0
  1285. package/scripts/security/ruv-swarm-safe.js +74 -0
  1286. package/scripts/security/security-audit.cjs +538 -0
  1287. package/scripts/security/setup-redis-auth.sh +397 -0
  1288. package/scripts/security/validate-envelope-encryption.cjs +340 -0
  1289. package/scripts/security-scan.js +492 -0
  1290. package/scripts/src/web/frontend/.claude-flow/metrics/agent-metrics.json +1 -0
  1291. package/scripts/src/web/frontend/.claude-flow/metrics/performance.json +9 -0
  1292. package/scripts/src/web/frontend/.claude-flow/metrics/task-metrics.json +10 -0
  1293. package/scripts/switch-api.sh +159 -0
  1294. package/scripts/sync-agents.js +290 -0
  1295. package/scripts/test/50-agent-test.js +625 -0
  1296. package/scripts/test/NEW_STABILITY_TEST_GUIDE.md +407 -0
  1297. package/scripts/test/README.md +236 -0
  1298. package/scripts/test/STABILITY_TEST_EXAMPLE.md +347 -0
  1299. package/scripts/test/STABILITY_TEST_README.md +480 -0
  1300. package/scripts/test/agent-worker.js +309 -0
  1301. package/scripts/test/ai-coordination-test.js +650 -0
  1302. package/scripts/test/ai-mesh-coordination-test.js +416 -0
  1303. package/scripts/test/check-links.ts +274 -0
  1304. package/scripts/test/check-performance-regression.ts +168 -0
  1305. package/scripts/test/cli-agent-coordination-test.js +313 -0
  1306. package/scripts/test/coordinator-multilingual-test.js +396 -0
  1307. package/scripts/test/coordinator-transparency-demo.js +585 -0
  1308. package/scripts/test/coverage-report.ts +692 -0
  1309. package/scripts/test/generate-swarm-tests.js +633 -0
  1310. package/scripts/test/integration-test-validation.cjs +253 -0
  1311. package/scripts/test/load-test-swarm.js +576 -0
  1312. package/scripts/test/mesh-coordination-zero-overlap-test.js +740 -0
  1313. package/scripts/test/multilingual-hello-world-test.js +390 -0
  1314. package/scripts/test/quick-multilingual-demo.js +464 -0
  1315. package/scripts/test/real-agent-test.js +312 -0
  1316. package/scripts/test/run-phase3-compliance-tests.js +427 -0
  1317. package/scripts/test/run-stability-test-examples.sh +292 -0
  1318. package/scripts/test/stability-results/stability-metrics.jsonl +83 -0
  1319. package/scripts/test/stability-results/stability-test-report.json +128 -0
  1320. package/scripts/test/stability-results/stability-test.log +1827 -0
  1321. package/scripts/test/stability-test-50-agents.js +734 -0
  1322. package/scripts/test/test-batch-tasks.ts +29 -0
  1323. package/scripts/test/test-byzantine-resolution.js +246 -0
  1324. package/scripts/test/test-claude-spawn-options.sh +63 -0
  1325. package/scripts/test/test-cli-wizard.js +331 -0
  1326. package/scripts/test/test-comprehensive.js +401 -0
  1327. package/scripts/test/test-coordination-features.ts +238 -0
  1328. package/scripts/test/test-fallback-systems.js +276 -0
  1329. package/scripts/test/test-init-command.ts +302 -0
  1330. package/scripts/test/test-mcp.ts +251 -0
  1331. package/scripts/test/test-runner.ts +568 -0
  1332. package/scripts/test/test-swarm-integration.sh +92 -0
  1333. package/scripts/test/test-swarm.ts +142 -0
  1334. package/scripts/test/validation-summary.ts +408 -0
  1335. package/scripts/test-cleanup-performance.sh +416 -0
  1336. package/scripts/test-dashboard-auth.cjs +203 -0
  1337. package/scripts/test-docker-deployment.sh +207 -0
  1338. package/scripts/test-npm-package.cjs +167 -0
  1339. package/scripts/test-provider-routing.cjs +226 -0
  1340. package/scripts/test-routing-telemetry.cjs +147 -0
  1341. package/scripts/test-runner.cjs +154 -0
  1342. package/scripts/test-zai-10k.cjs +81 -0
  1343. package/scripts/test-zai-api.cjs +191 -0
  1344. package/scripts/test-zai-diagnostic.cjs +151 -0
  1345. package/scripts/test-zai-final.cjs +128 -0
  1346. package/scripts/test-zai-with-env.cjs +85 -0
  1347. package/scripts/toggle-cost-savings.cjs +302 -0
  1348. package/scripts/unified-memory-monitor.js +526 -0
  1349. package/scripts/utils/README.md +261 -0
  1350. package/scripts/utils/clean-build-artifacts.sh +94 -0
  1351. package/scripts/utils/cleanup-root.sh +69 -0
  1352. package/scripts/utils/fix-cliffy-imports.js +307 -0
  1353. package/scripts/utils/fix-duplicate-imports.js +114 -0
  1354. package/scripts/utils/fix-error-handling.cjs +70 -0
  1355. package/scripts/utils/fix-import-paths.js +104 -0
  1356. package/scripts/utils/fix-imports.js +116 -0
  1357. package/scripts/utils/fix-shebang.js +78 -0
  1358. package/scripts/utils/fix-test-modules.js +27 -0
  1359. package/scripts/utils/fix-timezone-issue-246.js +200 -0
  1360. package/scripts/utils/fix-ts-comprehensive.py +182 -0
  1361. package/scripts/utils/fix-ts-targeted-batch.js +250 -0
  1362. package/scripts/utils/remove-benchmark-conflicts.sh +140 -0
  1363. package/scripts/utils/simple-test-fixer.js +190 -0
  1364. package/scripts/utils/validate-metrics-structure.cjs +144 -0
  1365. package/scripts/validate-agent-hooks.js +506 -0
  1366. package/scripts/validate-changelog.js +241 -0
  1367. package/scripts/validate-coordination-cli.js +69 -0
  1368. package/scripts/validate-coordination-toggle-integration.cjs +501 -0
  1369. package/scripts/validate-docker-infrastructure.sh +502 -0
  1370. package/scripts/validate-entry-points.js +300 -0
  1371. package/scripts/validate-memory-monitoring.sh +225 -0
  1372. package/scripts/validate-stage3-performance.ts +377 -0
  1373. package/scripts/validate-template-bundling.js +180 -0
  1374. package/scripts/validation/README.md +33 -0
  1375. package/scripts/validation/acl-security-validation.cjs +214 -0
  1376. package/scripts/validation/acl-security-validation.js +402 -0
  1377. package/scripts/validation/byzantine-verification.js +407 -0
  1378. package/scripts/validation/final-phase-2-consensus.cjs +219 -0
  1379. package/scripts/validation/final-security-validation.js +791 -0
  1380. package/scripts/validation/final-wasm-validation.cjs +840 -0
  1381. package/scripts/validation/integration-test-analysis.js +105 -0
  1382. package/scripts/validation/phase-0-comprehensive-validation.js +474 -0
  1383. package/scripts/validation/phase-0-consensus-report.js +139 -0
  1384. package/scripts/validation/phase-0-final-report.js +112 -0
  1385. package/scripts/validation/phase-0-redis-consensus-report.js +129 -0
  1386. package/scripts/validation/phase-0-validation-improved.js +490 -0
  1387. package/scripts/validation/phase-0-validation-test.js +65 -0
  1388. package/scripts/validation/phase-1-consensus-report.cjs +342 -0
  1389. package/scripts/validation/phase-1-consensus-validation.cjs +551 -0
  1390. package/scripts/validation/phase-1-consensus-validation.js +551 -0
  1391. package/scripts/validation/phase-2-consensus-report.cjs +186 -0
  1392. package/scripts/validation/phase-2-validation.cjs +171 -0
  1393. package/scripts/validation/phase-2-validation.js +171 -0
  1394. package/scripts/validation/phase-4-consensus-report.js +181 -0
  1395. package/scripts/validation/phase-4-final-validation.js +351 -0
  1396. package/scripts/validation/phase-5-consensus-report.cjs +113 -0
  1397. package/scripts/validation/phase-5-consensus-report.js +113 -0
  1398. package/scripts/validation/security-analysis.js +49 -0
  1399. package/scripts/validation/security-validation.js +492 -0
  1400. package/scripts/validation/simple-security-validation.js +464 -0
  1401. package/scripts/verify-installation.js +112 -0
  1402. package/scripts/verify-mcp-server.js +86 -0
  1403. package/scripts/verify-sdk-phase1.cjs +293 -0
@@ -0,0 +1,2035 @@
1
+ /*!-----------------------------------------------------------------------------
2
+ * Copyright (c) Microsoft Corporation. All rights reserved.
3
+ * Version: 0.45.0(5e5af013f8d295555a7210df0d5f2cea0bf5dd56)
4
+ * Released under the MIT license
5
+ * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
6
+ *-----------------------------------------------------------------------------*/
7
+
8
+ var __defProp = Object.defineProperty;
9
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
10
+ var __getOwnPropNames = Object.getOwnPropertyNames;
11
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
21
+
22
+ // src/fillers/monaco-editor-core.ts
23
+ var monaco_editor_core_exports = {};
24
+ __reExport(monaco_editor_core_exports, monaco_editor_core_star);
25
+ import * as monaco_editor_core_star from "../../editor/editor.api.js";
26
+
27
+ // src/language/css/workerManager.ts
28
+ var STOP_WHEN_IDLE_FOR = 2 * 60 * 1e3;
29
+ var WorkerManager = class {
30
+ _defaults;
31
+ _idleCheckInterval;
32
+ _lastUsedTime;
33
+ _configChangeListener;
34
+ _worker;
35
+ _client;
36
+ constructor(defaults) {
37
+ this._defaults = defaults;
38
+ this._worker = null;
39
+ this._client = null;
40
+ this._idleCheckInterval = window.setInterval(() => this._checkIfIdle(), 30 * 1e3);
41
+ this._lastUsedTime = 0;
42
+ this._configChangeListener = this._defaults.onDidChange(() => this._stopWorker());
43
+ }
44
+ _stopWorker() {
45
+ if (this._worker) {
46
+ this._worker.dispose();
47
+ this._worker = null;
48
+ }
49
+ this._client = null;
50
+ }
51
+ dispose() {
52
+ clearInterval(this._idleCheckInterval);
53
+ this._configChangeListener.dispose();
54
+ this._stopWorker();
55
+ }
56
+ _checkIfIdle() {
57
+ if (!this._worker) {
58
+ return;
59
+ }
60
+ let timePassedSinceLastUsed = Date.now() - this._lastUsedTime;
61
+ if (timePassedSinceLastUsed > STOP_WHEN_IDLE_FOR) {
62
+ this._stopWorker();
63
+ }
64
+ }
65
+ _getClient() {
66
+ this._lastUsedTime = Date.now();
67
+ if (!this._client) {
68
+ this._worker = monaco_editor_core_exports.editor.createWebWorker({
69
+ moduleId: "vs/language/css/cssWorker",
70
+ label: this._defaults.languageId,
71
+ createData: {
72
+ options: this._defaults.options,
73
+ languageId: this._defaults.languageId
74
+ }
75
+ });
76
+ this._client = this._worker.getProxy();
77
+ }
78
+ return this._client;
79
+ }
80
+ getLanguageServiceWorker(...resources) {
81
+ let _client;
82
+ return this._getClient().then((client) => {
83
+ _client = client;
84
+ }).then((_) => {
85
+ if (this._worker) {
86
+ return this._worker.withSyncedResources(resources);
87
+ }
88
+ }).then((_) => _client);
89
+ }
90
+ };
91
+
92
+ // node_modules/vscode-languageserver-types/lib/esm/main.js
93
+ var integer;
94
+ (function(integer2) {
95
+ integer2.MIN_VALUE = -2147483648;
96
+ integer2.MAX_VALUE = 2147483647;
97
+ })(integer || (integer = {}));
98
+ var uinteger;
99
+ (function(uinteger2) {
100
+ uinteger2.MIN_VALUE = 0;
101
+ uinteger2.MAX_VALUE = 2147483647;
102
+ })(uinteger || (uinteger = {}));
103
+ var Position;
104
+ (function(Position3) {
105
+ function create(line, character) {
106
+ if (line === Number.MAX_VALUE) {
107
+ line = uinteger.MAX_VALUE;
108
+ }
109
+ if (character === Number.MAX_VALUE) {
110
+ character = uinteger.MAX_VALUE;
111
+ }
112
+ return { line, character };
113
+ }
114
+ Position3.create = create;
115
+ function is(value) {
116
+ var candidate = value;
117
+ return Is.objectLiteral(candidate) && Is.uinteger(candidate.line) && Is.uinteger(candidate.character);
118
+ }
119
+ Position3.is = is;
120
+ })(Position || (Position = {}));
121
+ var Range;
122
+ (function(Range3) {
123
+ function create(one, two, three, four) {
124
+ if (Is.uinteger(one) && Is.uinteger(two) && Is.uinteger(three) && Is.uinteger(four)) {
125
+ return { start: Position.create(one, two), end: Position.create(three, four) };
126
+ } else if (Position.is(one) && Position.is(two)) {
127
+ return { start: one, end: two };
128
+ } else {
129
+ throw new Error("Range#create called with invalid arguments[" + one + ", " + two + ", " + three + ", " + four + "]");
130
+ }
131
+ }
132
+ Range3.create = create;
133
+ function is(value) {
134
+ var candidate = value;
135
+ return Is.objectLiteral(candidate) && Position.is(candidate.start) && Position.is(candidate.end);
136
+ }
137
+ Range3.is = is;
138
+ })(Range || (Range = {}));
139
+ var Location;
140
+ (function(Location2) {
141
+ function create(uri, range) {
142
+ return { uri, range };
143
+ }
144
+ Location2.create = create;
145
+ function is(value) {
146
+ var candidate = value;
147
+ return Is.defined(candidate) && Range.is(candidate.range) && (Is.string(candidate.uri) || Is.undefined(candidate.uri));
148
+ }
149
+ Location2.is = is;
150
+ })(Location || (Location = {}));
151
+ var LocationLink;
152
+ (function(LocationLink2) {
153
+ function create(targetUri, targetRange, targetSelectionRange, originSelectionRange) {
154
+ return { targetUri, targetRange, targetSelectionRange, originSelectionRange };
155
+ }
156
+ LocationLink2.create = create;
157
+ function is(value) {
158
+ var candidate = value;
159
+ return Is.defined(candidate) && Range.is(candidate.targetRange) && Is.string(candidate.targetUri) && (Range.is(candidate.targetSelectionRange) || Is.undefined(candidate.targetSelectionRange)) && (Range.is(candidate.originSelectionRange) || Is.undefined(candidate.originSelectionRange));
160
+ }
161
+ LocationLink2.is = is;
162
+ })(LocationLink || (LocationLink = {}));
163
+ var Color;
164
+ (function(Color2) {
165
+ function create(red, green, blue, alpha) {
166
+ return {
167
+ red,
168
+ green,
169
+ blue,
170
+ alpha
171
+ };
172
+ }
173
+ Color2.create = create;
174
+ function is(value) {
175
+ var candidate = value;
176
+ return Is.numberRange(candidate.red, 0, 1) && Is.numberRange(candidate.green, 0, 1) && Is.numberRange(candidate.blue, 0, 1) && Is.numberRange(candidate.alpha, 0, 1);
177
+ }
178
+ Color2.is = is;
179
+ })(Color || (Color = {}));
180
+ var ColorInformation;
181
+ (function(ColorInformation2) {
182
+ function create(range, color) {
183
+ return {
184
+ range,
185
+ color
186
+ };
187
+ }
188
+ ColorInformation2.create = create;
189
+ function is(value) {
190
+ var candidate = value;
191
+ return Range.is(candidate.range) && Color.is(candidate.color);
192
+ }
193
+ ColorInformation2.is = is;
194
+ })(ColorInformation || (ColorInformation = {}));
195
+ var ColorPresentation;
196
+ (function(ColorPresentation2) {
197
+ function create(label, textEdit, additionalTextEdits) {
198
+ return {
199
+ label,
200
+ textEdit,
201
+ additionalTextEdits
202
+ };
203
+ }
204
+ ColorPresentation2.create = create;
205
+ function is(value) {
206
+ var candidate = value;
207
+ return Is.string(candidate.label) && (Is.undefined(candidate.textEdit) || TextEdit.is(candidate)) && (Is.undefined(candidate.additionalTextEdits) || Is.typedArray(candidate.additionalTextEdits, TextEdit.is));
208
+ }
209
+ ColorPresentation2.is = is;
210
+ })(ColorPresentation || (ColorPresentation = {}));
211
+ var FoldingRangeKind;
212
+ (function(FoldingRangeKind2) {
213
+ FoldingRangeKind2["Comment"] = "comment";
214
+ FoldingRangeKind2["Imports"] = "imports";
215
+ FoldingRangeKind2["Region"] = "region";
216
+ })(FoldingRangeKind || (FoldingRangeKind = {}));
217
+ var FoldingRange;
218
+ (function(FoldingRange2) {
219
+ function create(startLine, endLine, startCharacter, endCharacter, kind) {
220
+ var result = {
221
+ startLine,
222
+ endLine
223
+ };
224
+ if (Is.defined(startCharacter)) {
225
+ result.startCharacter = startCharacter;
226
+ }
227
+ if (Is.defined(endCharacter)) {
228
+ result.endCharacter = endCharacter;
229
+ }
230
+ if (Is.defined(kind)) {
231
+ result.kind = kind;
232
+ }
233
+ return result;
234
+ }
235
+ FoldingRange2.create = create;
236
+ function is(value) {
237
+ var candidate = value;
238
+ return Is.uinteger(candidate.startLine) && Is.uinteger(candidate.startLine) && (Is.undefined(candidate.startCharacter) || Is.uinteger(candidate.startCharacter)) && (Is.undefined(candidate.endCharacter) || Is.uinteger(candidate.endCharacter)) && (Is.undefined(candidate.kind) || Is.string(candidate.kind));
239
+ }
240
+ FoldingRange2.is = is;
241
+ })(FoldingRange || (FoldingRange = {}));
242
+ var DiagnosticRelatedInformation;
243
+ (function(DiagnosticRelatedInformation2) {
244
+ function create(location, message) {
245
+ return {
246
+ location,
247
+ message
248
+ };
249
+ }
250
+ DiagnosticRelatedInformation2.create = create;
251
+ function is(value) {
252
+ var candidate = value;
253
+ return Is.defined(candidate) && Location.is(candidate.location) && Is.string(candidate.message);
254
+ }
255
+ DiagnosticRelatedInformation2.is = is;
256
+ })(DiagnosticRelatedInformation || (DiagnosticRelatedInformation = {}));
257
+ var DiagnosticSeverity;
258
+ (function(DiagnosticSeverity2) {
259
+ DiagnosticSeverity2.Error = 1;
260
+ DiagnosticSeverity2.Warning = 2;
261
+ DiagnosticSeverity2.Information = 3;
262
+ DiagnosticSeverity2.Hint = 4;
263
+ })(DiagnosticSeverity || (DiagnosticSeverity = {}));
264
+ var DiagnosticTag;
265
+ (function(DiagnosticTag2) {
266
+ DiagnosticTag2.Unnecessary = 1;
267
+ DiagnosticTag2.Deprecated = 2;
268
+ })(DiagnosticTag || (DiagnosticTag = {}));
269
+ var CodeDescription;
270
+ (function(CodeDescription2) {
271
+ function is(value) {
272
+ var candidate = value;
273
+ return candidate !== void 0 && candidate !== null && Is.string(candidate.href);
274
+ }
275
+ CodeDescription2.is = is;
276
+ })(CodeDescription || (CodeDescription = {}));
277
+ var Diagnostic;
278
+ (function(Diagnostic2) {
279
+ function create(range, message, severity, code, source, relatedInformation) {
280
+ var result = { range, message };
281
+ if (Is.defined(severity)) {
282
+ result.severity = severity;
283
+ }
284
+ if (Is.defined(code)) {
285
+ result.code = code;
286
+ }
287
+ if (Is.defined(source)) {
288
+ result.source = source;
289
+ }
290
+ if (Is.defined(relatedInformation)) {
291
+ result.relatedInformation = relatedInformation;
292
+ }
293
+ return result;
294
+ }
295
+ Diagnostic2.create = create;
296
+ function is(value) {
297
+ var _a;
298
+ var candidate = value;
299
+ return Is.defined(candidate) && Range.is(candidate.range) && Is.string(candidate.message) && (Is.number(candidate.severity) || Is.undefined(candidate.severity)) && (Is.integer(candidate.code) || Is.string(candidate.code) || Is.undefined(candidate.code)) && (Is.undefined(candidate.codeDescription) || Is.string((_a = candidate.codeDescription) === null || _a === void 0 ? void 0 : _a.href)) && (Is.string(candidate.source) || Is.undefined(candidate.source)) && (Is.undefined(candidate.relatedInformation) || Is.typedArray(candidate.relatedInformation, DiagnosticRelatedInformation.is));
300
+ }
301
+ Diagnostic2.is = is;
302
+ })(Diagnostic || (Diagnostic = {}));
303
+ var Command;
304
+ (function(Command2) {
305
+ function create(title, command) {
306
+ var args = [];
307
+ for (var _i = 2; _i < arguments.length; _i++) {
308
+ args[_i - 2] = arguments[_i];
309
+ }
310
+ var result = { title, command };
311
+ if (Is.defined(args) && args.length > 0) {
312
+ result.arguments = args;
313
+ }
314
+ return result;
315
+ }
316
+ Command2.create = create;
317
+ function is(value) {
318
+ var candidate = value;
319
+ return Is.defined(candidate) && Is.string(candidate.title) && Is.string(candidate.command);
320
+ }
321
+ Command2.is = is;
322
+ })(Command || (Command = {}));
323
+ var TextEdit;
324
+ (function(TextEdit2) {
325
+ function replace(range, newText) {
326
+ return { range, newText };
327
+ }
328
+ TextEdit2.replace = replace;
329
+ function insert(position, newText) {
330
+ return { range: { start: position, end: position }, newText };
331
+ }
332
+ TextEdit2.insert = insert;
333
+ function del(range) {
334
+ return { range, newText: "" };
335
+ }
336
+ TextEdit2.del = del;
337
+ function is(value) {
338
+ var candidate = value;
339
+ return Is.objectLiteral(candidate) && Is.string(candidate.newText) && Range.is(candidate.range);
340
+ }
341
+ TextEdit2.is = is;
342
+ })(TextEdit || (TextEdit = {}));
343
+ var ChangeAnnotation;
344
+ (function(ChangeAnnotation2) {
345
+ function create(label, needsConfirmation, description) {
346
+ var result = { label };
347
+ if (needsConfirmation !== void 0) {
348
+ result.needsConfirmation = needsConfirmation;
349
+ }
350
+ if (description !== void 0) {
351
+ result.description = description;
352
+ }
353
+ return result;
354
+ }
355
+ ChangeAnnotation2.create = create;
356
+ function is(value) {
357
+ var candidate = value;
358
+ return candidate !== void 0 && Is.objectLiteral(candidate) && Is.string(candidate.label) && (Is.boolean(candidate.needsConfirmation) || candidate.needsConfirmation === void 0) && (Is.string(candidate.description) || candidate.description === void 0);
359
+ }
360
+ ChangeAnnotation2.is = is;
361
+ })(ChangeAnnotation || (ChangeAnnotation = {}));
362
+ var ChangeAnnotationIdentifier;
363
+ (function(ChangeAnnotationIdentifier2) {
364
+ function is(value) {
365
+ var candidate = value;
366
+ return typeof candidate === "string";
367
+ }
368
+ ChangeAnnotationIdentifier2.is = is;
369
+ })(ChangeAnnotationIdentifier || (ChangeAnnotationIdentifier = {}));
370
+ var AnnotatedTextEdit;
371
+ (function(AnnotatedTextEdit2) {
372
+ function replace(range, newText, annotation) {
373
+ return { range, newText, annotationId: annotation };
374
+ }
375
+ AnnotatedTextEdit2.replace = replace;
376
+ function insert(position, newText, annotation) {
377
+ return { range: { start: position, end: position }, newText, annotationId: annotation };
378
+ }
379
+ AnnotatedTextEdit2.insert = insert;
380
+ function del(range, annotation) {
381
+ return { range, newText: "", annotationId: annotation };
382
+ }
383
+ AnnotatedTextEdit2.del = del;
384
+ function is(value) {
385
+ var candidate = value;
386
+ return TextEdit.is(candidate) && (ChangeAnnotation.is(candidate.annotationId) || ChangeAnnotationIdentifier.is(candidate.annotationId));
387
+ }
388
+ AnnotatedTextEdit2.is = is;
389
+ })(AnnotatedTextEdit || (AnnotatedTextEdit = {}));
390
+ var TextDocumentEdit;
391
+ (function(TextDocumentEdit2) {
392
+ function create(textDocument, edits) {
393
+ return { textDocument, edits };
394
+ }
395
+ TextDocumentEdit2.create = create;
396
+ function is(value) {
397
+ var candidate = value;
398
+ return Is.defined(candidate) && OptionalVersionedTextDocumentIdentifier.is(candidate.textDocument) && Array.isArray(candidate.edits);
399
+ }
400
+ TextDocumentEdit2.is = is;
401
+ })(TextDocumentEdit || (TextDocumentEdit = {}));
402
+ var CreateFile;
403
+ (function(CreateFile2) {
404
+ function create(uri, options, annotation) {
405
+ var result = {
406
+ kind: "create",
407
+ uri
408
+ };
409
+ if (options !== void 0 && (options.overwrite !== void 0 || options.ignoreIfExists !== void 0)) {
410
+ result.options = options;
411
+ }
412
+ if (annotation !== void 0) {
413
+ result.annotationId = annotation;
414
+ }
415
+ return result;
416
+ }
417
+ CreateFile2.create = create;
418
+ function is(value) {
419
+ var candidate = value;
420
+ return candidate && candidate.kind === "create" && Is.string(candidate.uri) && (candidate.options === void 0 || (candidate.options.overwrite === void 0 || Is.boolean(candidate.options.overwrite)) && (candidate.options.ignoreIfExists === void 0 || Is.boolean(candidate.options.ignoreIfExists))) && (candidate.annotationId === void 0 || ChangeAnnotationIdentifier.is(candidate.annotationId));
421
+ }
422
+ CreateFile2.is = is;
423
+ })(CreateFile || (CreateFile = {}));
424
+ var RenameFile;
425
+ (function(RenameFile2) {
426
+ function create(oldUri, newUri, options, annotation) {
427
+ var result = {
428
+ kind: "rename",
429
+ oldUri,
430
+ newUri
431
+ };
432
+ if (options !== void 0 && (options.overwrite !== void 0 || options.ignoreIfExists !== void 0)) {
433
+ result.options = options;
434
+ }
435
+ if (annotation !== void 0) {
436
+ result.annotationId = annotation;
437
+ }
438
+ return result;
439
+ }
440
+ RenameFile2.create = create;
441
+ function is(value) {
442
+ var candidate = value;
443
+ return candidate && candidate.kind === "rename" && Is.string(candidate.oldUri) && Is.string(candidate.newUri) && (candidate.options === void 0 || (candidate.options.overwrite === void 0 || Is.boolean(candidate.options.overwrite)) && (candidate.options.ignoreIfExists === void 0 || Is.boolean(candidate.options.ignoreIfExists))) && (candidate.annotationId === void 0 || ChangeAnnotationIdentifier.is(candidate.annotationId));
444
+ }
445
+ RenameFile2.is = is;
446
+ })(RenameFile || (RenameFile = {}));
447
+ var DeleteFile;
448
+ (function(DeleteFile2) {
449
+ function create(uri, options, annotation) {
450
+ var result = {
451
+ kind: "delete",
452
+ uri
453
+ };
454
+ if (options !== void 0 && (options.recursive !== void 0 || options.ignoreIfNotExists !== void 0)) {
455
+ result.options = options;
456
+ }
457
+ if (annotation !== void 0) {
458
+ result.annotationId = annotation;
459
+ }
460
+ return result;
461
+ }
462
+ DeleteFile2.create = create;
463
+ function is(value) {
464
+ var candidate = value;
465
+ return candidate && candidate.kind === "delete" && Is.string(candidate.uri) && (candidate.options === void 0 || (candidate.options.recursive === void 0 || Is.boolean(candidate.options.recursive)) && (candidate.options.ignoreIfNotExists === void 0 || Is.boolean(candidate.options.ignoreIfNotExists))) && (candidate.annotationId === void 0 || ChangeAnnotationIdentifier.is(candidate.annotationId));
466
+ }
467
+ DeleteFile2.is = is;
468
+ })(DeleteFile || (DeleteFile = {}));
469
+ var WorkspaceEdit;
470
+ (function(WorkspaceEdit2) {
471
+ function is(value) {
472
+ var candidate = value;
473
+ return candidate && (candidate.changes !== void 0 || candidate.documentChanges !== void 0) && (candidate.documentChanges === void 0 || candidate.documentChanges.every(function(change) {
474
+ if (Is.string(change.kind)) {
475
+ return CreateFile.is(change) || RenameFile.is(change) || DeleteFile.is(change);
476
+ } else {
477
+ return TextDocumentEdit.is(change);
478
+ }
479
+ }));
480
+ }
481
+ WorkspaceEdit2.is = is;
482
+ })(WorkspaceEdit || (WorkspaceEdit = {}));
483
+ var TextEditChangeImpl = function() {
484
+ function TextEditChangeImpl2(edits, changeAnnotations) {
485
+ this.edits = edits;
486
+ this.changeAnnotations = changeAnnotations;
487
+ }
488
+ TextEditChangeImpl2.prototype.insert = function(position, newText, annotation) {
489
+ var edit;
490
+ var id;
491
+ if (annotation === void 0) {
492
+ edit = TextEdit.insert(position, newText);
493
+ } else if (ChangeAnnotationIdentifier.is(annotation)) {
494
+ id = annotation;
495
+ edit = AnnotatedTextEdit.insert(position, newText, annotation);
496
+ } else {
497
+ this.assertChangeAnnotations(this.changeAnnotations);
498
+ id = this.changeAnnotations.manage(annotation);
499
+ edit = AnnotatedTextEdit.insert(position, newText, id);
500
+ }
501
+ this.edits.push(edit);
502
+ if (id !== void 0) {
503
+ return id;
504
+ }
505
+ };
506
+ TextEditChangeImpl2.prototype.replace = function(range, newText, annotation) {
507
+ var edit;
508
+ var id;
509
+ if (annotation === void 0) {
510
+ edit = TextEdit.replace(range, newText);
511
+ } else if (ChangeAnnotationIdentifier.is(annotation)) {
512
+ id = annotation;
513
+ edit = AnnotatedTextEdit.replace(range, newText, annotation);
514
+ } else {
515
+ this.assertChangeAnnotations(this.changeAnnotations);
516
+ id = this.changeAnnotations.manage(annotation);
517
+ edit = AnnotatedTextEdit.replace(range, newText, id);
518
+ }
519
+ this.edits.push(edit);
520
+ if (id !== void 0) {
521
+ return id;
522
+ }
523
+ };
524
+ TextEditChangeImpl2.prototype.delete = function(range, annotation) {
525
+ var edit;
526
+ var id;
527
+ if (annotation === void 0) {
528
+ edit = TextEdit.del(range);
529
+ } else if (ChangeAnnotationIdentifier.is(annotation)) {
530
+ id = annotation;
531
+ edit = AnnotatedTextEdit.del(range, annotation);
532
+ } else {
533
+ this.assertChangeAnnotations(this.changeAnnotations);
534
+ id = this.changeAnnotations.manage(annotation);
535
+ edit = AnnotatedTextEdit.del(range, id);
536
+ }
537
+ this.edits.push(edit);
538
+ if (id !== void 0) {
539
+ return id;
540
+ }
541
+ };
542
+ TextEditChangeImpl2.prototype.add = function(edit) {
543
+ this.edits.push(edit);
544
+ };
545
+ TextEditChangeImpl2.prototype.all = function() {
546
+ return this.edits;
547
+ };
548
+ TextEditChangeImpl2.prototype.clear = function() {
549
+ this.edits.splice(0, this.edits.length);
550
+ };
551
+ TextEditChangeImpl2.prototype.assertChangeAnnotations = function(value) {
552
+ if (value === void 0) {
553
+ throw new Error("Text edit change is not configured to manage change annotations.");
554
+ }
555
+ };
556
+ return TextEditChangeImpl2;
557
+ }();
558
+ var ChangeAnnotations = function() {
559
+ function ChangeAnnotations2(annotations) {
560
+ this._annotations = annotations === void 0 ? /* @__PURE__ */ Object.create(null) : annotations;
561
+ this._counter = 0;
562
+ this._size = 0;
563
+ }
564
+ ChangeAnnotations2.prototype.all = function() {
565
+ return this._annotations;
566
+ };
567
+ Object.defineProperty(ChangeAnnotations2.prototype, "size", {
568
+ get: function() {
569
+ return this._size;
570
+ },
571
+ enumerable: false,
572
+ configurable: true
573
+ });
574
+ ChangeAnnotations2.prototype.manage = function(idOrAnnotation, annotation) {
575
+ var id;
576
+ if (ChangeAnnotationIdentifier.is(idOrAnnotation)) {
577
+ id = idOrAnnotation;
578
+ } else {
579
+ id = this.nextId();
580
+ annotation = idOrAnnotation;
581
+ }
582
+ if (this._annotations[id] !== void 0) {
583
+ throw new Error("Id " + id + " is already in use.");
584
+ }
585
+ if (annotation === void 0) {
586
+ throw new Error("No annotation provided for id " + id);
587
+ }
588
+ this._annotations[id] = annotation;
589
+ this._size++;
590
+ return id;
591
+ };
592
+ ChangeAnnotations2.prototype.nextId = function() {
593
+ this._counter++;
594
+ return this._counter.toString();
595
+ };
596
+ return ChangeAnnotations2;
597
+ }();
598
+ var WorkspaceChange = function() {
599
+ function WorkspaceChange2(workspaceEdit) {
600
+ var _this = this;
601
+ this._textEditChanges = /* @__PURE__ */ Object.create(null);
602
+ if (workspaceEdit !== void 0) {
603
+ this._workspaceEdit = workspaceEdit;
604
+ if (workspaceEdit.documentChanges) {
605
+ this._changeAnnotations = new ChangeAnnotations(workspaceEdit.changeAnnotations);
606
+ workspaceEdit.changeAnnotations = this._changeAnnotations.all();
607
+ workspaceEdit.documentChanges.forEach(function(change) {
608
+ if (TextDocumentEdit.is(change)) {
609
+ var textEditChange = new TextEditChangeImpl(change.edits, _this._changeAnnotations);
610
+ _this._textEditChanges[change.textDocument.uri] = textEditChange;
611
+ }
612
+ });
613
+ } else if (workspaceEdit.changes) {
614
+ Object.keys(workspaceEdit.changes).forEach(function(key) {
615
+ var textEditChange = new TextEditChangeImpl(workspaceEdit.changes[key]);
616
+ _this._textEditChanges[key] = textEditChange;
617
+ });
618
+ }
619
+ } else {
620
+ this._workspaceEdit = {};
621
+ }
622
+ }
623
+ Object.defineProperty(WorkspaceChange2.prototype, "edit", {
624
+ get: function() {
625
+ this.initDocumentChanges();
626
+ if (this._changeAnnotations !== void 0) {
627
+ if (this._changeAnnotations.size === 0) {
628
+ this._workspaceEdit.changeAnnotations = void 0;
629
+ } else {
630
+ this._workspaceEdit.changeAnnotations = this._changeAnnotations.all();
631
+ }
632
+ }
633
+ return this._workspaceEdit;
634
+ },
635
+ enumerable: false,
636
+ configurable: true
637
+ });
638
+ WorkspaceChange2.prototype.getTextEditChange = function(key) {
639
+ if (OptionalVersionedTextDocumentIdentifier.is(key)) {
640
+ this.initDocumentChanges();
641
+ if (this._workspaceEdit.documentChanges === void 0) {
642
+ throw new Error("Workspace edit is not configured for document changes.");
643
+ }
644
+ var textDocument = { uri: key.uri, version: key.version };
645
+ var result = this._textEditChanges[textDocument.uri];
646
+ if (!result) {
647
+ var edits = [];
648
+ var textDocumentEdit = {
649
+ textDocument,
650
+ edits
651
+ };
652
+ this._workspaceEdit.documentChanges.push(textDocumentEdit);
653
+ result = new TextEditChangeImpl(edits, this._changeAnnotations);
654
+ this._textEditChanges[textDocument.uri] = result;
655
+ }
656
+ return result;
657
+ } else {
658
+ this.initChanges();
659
+ if (this._workspaceEdit.changes === void 0) {
660
+ throw new Error("Workspace edit is not configured for normal text edit changes.");
661
+ }
662
+ var result = this._textEditChanges[key];
663
+ if (!result) {
664
+ var edits = [];
665
+ this._workspaceEdit.changes[key] = edits;
666
+ result = new TextEditChangeImpl(edits);
667
+ this._textEditChanges[key] = result;
668
+ }
669
+ return result;
670
+ }
671
+ };
672
+ WorkspaceChange2.prototype.initDocumentChanges = function() {
673
+ if (this._workspaceEdit.documentChanges === void 0 && this._workspaceEdit.changes === void 0) {
674
+ this._changeAnnotations = new ChangeAnnotations();
675
+ this._workspaceEdit.documentChanges = [];
676
+ this._workspaceEdit.changeAnnotations = this._changeAnnotations.all();
677
+ }
678
+ };
679
+ WorkspaceChange2.prototype.initChanges = function() {
680
+ if (this._workspaceEdit.documentChanges === void 0 && this._workspaceEdit.changes === void 0) {
681
+ this._workspaceEdit.changes = /* @__PURE__ */ Object.create(null);
682
+ }
683
+ };
684
+ WorkspaceChange2.prototype.createFile = function(uri, optionsOrAnnotation, options) {
685
+ this.initDocumentChanges();
686
+ if (this._workspaceEdit.documentChanges === void 0) {
687
+ throw new Error("Workspace edit is not configured for document changes.");
688
+ }
689
+ var annotation;
690
+ if (ChangeAnnotation.is(optionsOrAnnotation) || ChangeAnnotationIdentifier.is(optionsOrAnnotation)) {
691
+ annotation = optionsOrAnnotation;
692
+ } else {
693
+ options = optionsOrAnnotation;
694
+ }
695
+ var operation;
696
+ var id;
697
+ if (annotation === void 0) {
698
+ operation = CreateFile.create(uri, options);
699
+ } else {
700
+ id = ChangeAnnotationIdentifier.is(annotation) ? annotation : this._changeAnnotations.manage(annotation);
701
+ operation = CreateFile.create(uri, options, id);
702
+ }
703
+ this._workspaceEdit.documentChanges.push(operation);
704
+ if (id !== void 0) {
705
+ return id;
706
+ }
707
+ };
708
+ WorkspaceChange2.prototype.renameFile = function(oldUri, newUri, optionsOrAnnotation, options) {
709
+ this.initDocumentChanges();
710
+ if (this._workspaceEdit.documentChanges === void 0) {
711
+ throw new Error("Workspace edit is not configured for document changes.");
712
+ }
713
+ var annotation;
714
+ if (ChangeAnnotation.is(optionsOrAnnotation) || ChangeAnnotationIdentifier.is(optionsOrAnnotation)) {
715
+ annotation = optionsOrAnnotation;
716
+ } else {
717
+ options = optionsOrAnnotation;
718
+ }
719
+ var operation;
720
+ var id;
721
+ if (annotation === void 0) {
722
+ operation = RenameFile.create(oldUri, newUri, options);
723
+ } else {
724
+ id = ChangeAnnotationIdentifier.is(annotation) ? annotation : this._changeAnnotations.manage(annotation);
725
+ operation = RenameFile.create(oldUri, newUri, options, id);
726
+ }
727
+ this._workspaceEdit.documentChanges.push(operation);
728
+ if (id !== void 0) {
729
+ return id;
730
+ }
731
+ };
732
+ WorkspaceChange2.prototype.deleteFile = function(uri, optionsOrAnnotation, options) {
733
+ this.initDocumentChanges();
734
+ if (this._workspaceEdit.documentChanges === void 0) {
735
+ throw new Error("Workspace edit is not configured for document changes.");
736
+ }
737
+ var annotation;
738
+ if (ChangeAnnotation.is(optionsOrAnnotation) || ChangeAnnotationIdentifier.is(optionsOrAnnotation)) {
739
+ annotation = optionsOrAnnotation;
740
+ } else {
741
+ options = optionsOrAnnotation;
742
+ }
743
+ var operation;
744
+ var id;
745
+ if (annotation === void 0) {
746
+ operation = DeleteFile.create(uri, options);
747
+ } else {
748
+ id = ChangeAnnotationIdentifier.is(annotation) ? annotation : this._changeAnnotations.manage(annotation);
749
+ operation = DeleteFile.create(uri, options, id);
750
+ }
751
+ this._workspaceEdit.documentChanges.push(operation);
752
+ if (id !== void 0) {
753
+ return id;
754
+ }
755
+ };
756
+ return WorkspaceChange2;
757
+ }();
758
+ var TextDocumentIdentifier;
759
+ (function(TextDocumentIdentifier2) {
760
+ function create(uri) {
761
+ return { uri };
762
+ }
763
+ TextDocumentIdentifier2.create = create;
764
+ function is(value) {
765
+ var candidate = value;
766
+ return Is.defined(candidate) && Is.string(candidate.uri);
767
+ }
768
+ TextDocumentIdentifier2.is = is;
769
+ })(TextDocumentIdentifier || (TextDocumentIdentifier = {}));
770
+ var VersionedTextDocumentIdentifier;
771
+ (function(VersionedTextDocumentIdentifier2) {
772
+ function create(uri, version) {
773
+ return { uri, version };
774
+ }
775
+ VersionedTextDocumentIdentifier2.create = create;
776
+ function is(value) {
777
+ var candidate = value;
778
+ return Is.defined(candidate) && Is.string(candidate.uri) && Is.integer(candidate.version);
779
+ }
780
+ VersionedTextDocumentIdentifier2.is = is;
781
+ })(VersionedTextDocumentIdentifier || (VersionedTextDocumentIdentifier = {}));
782
+ var OptionalVersionedTextDocumentIdentifier;
783
+ (function(OptionalVersionedTextDocumentIdentifier2) {
784
+ function create(uri, version) {
785
+ return { uri, version };
786
+ }
787
+ OptionalVersionedTextDocumentIdentifier2.create = create;
788
+ function is(value) {
789
+ var candidate = value;
790
+ return Is.defined(candidate) && Is.string(candidate.uri) && (candidate.version === null || Is.integer(candidate.version));
791
+ }
792
+ OptionalVersionedTextDocumentIdentifier2.is = is;
793
+ })(OptionalVersionedTextDocumentIdentifier || (OptionalVersionedTextDocumentIdentifier = {}));
794
+ var TextDocumentItem;
795
+ (function(TextDocumentItem2) {
796
+ function create(uri, languageId, version, text) {
797
+ return { uri, languageId, version, text };
798
+ }
799
+ TextDocumentItem2.create = create;
800
+ function is(value) {
801
+ var candidate = value;
802
+ return Is.defined(candidate) && Is.string(candidate.uri) && Is.string(candidate.languageId) && Is.integer(candidate.version) && Is.string(candidate.text);
803
+ }
804
+ TextDocumentItem2.is = is;
805
+ })(TextDocumentItem || (TextDocumentItem = {}));
806
+ var MarkupKind;
807
+ (function(MarkupKind2) {
808
+ MarkupKind2.PlainText = "plaintext";
809
+ MarkupKind2.Markdown = "markdown";
810
+ })(MarkupKind || (MarkupKind = {}));
811
+ (function(MarkupKind2) {
812
+ function is(value) {
813
+ var candidate = value;
814
+ return candidate === MarkupKind2.PlainText || candidate === MarkupKind2.Markdown;
815
+ }
816
+ MarkupKind2.is = is;
817
+ })(MarkupKind || (MarkupKind = {}));
818
+ var MarkupContent;
819
+ (function(MarkupContent2) {
820
+ function is(value) {
821
+ var candidate = value;
822
+ return Is.objectLiteral(value) && MarkupKind.is(candidate.kind) && Is.string(candidate.value);
823
+ }
824
+ MarkupContent2.is = is;
825
+ })(MarkupContent || (MarkupContent = {}));
826
+ var CompletionItemKind;
827
+ (function(CompletionItemKind2) {
828
+ CompletionItemKind2.Text = 1;
829
+ CompletionItemKind2.Method = 2;
830
+ CompletionItemKind2.Function = 3;
831
+ CompletionItemKind2.Constructor = 4;
832
+ CompletionItemKind2.Field = 5;
833
+ CompletionItemKind2.Variable = 6;
834
+ CompletionItemKind2.Class = 7;
835
+ CompletionItemKind2.Interface = 8;
836
+ CompletionItemKind2.Module = 9;
837
+ CompletionItemKind2.Property = 10;
838
+ CompletionItemKind2.Unit = 11;
839
+ CompletionItemKind2.Value = 12;
840
+ CompletionItemKind2.Enum = 13;
841
+ CompletionItemKind2.Keyword = 14;
842
+ CompletionItemKind2.Snippet = 15;
843
+ CompletionItemKind2.Color = 16;
844
+ CompletionItemKind2.File = 17;
845
+ CompletionItemKind2.Reference = 18;
846
+ CompletionItemKind2.Folder = 19;
847
+ CompletionItemKind2.EnumMember = 20;
848
+ CompletionItemKind2.Constant = 21;
849
+ CompletionItemKind2.Struct = 22;
850
+ CompletionItemKind2.Event = 23;
851
+ CompletionItemKind2.Operator = 24;
852
+ CompletionItemKind2.TypeParameter = 25;
853
+ })(CompletionItemKind || (CompletionItemKind = {}));
854
+ var InsertTextFormat;
855
+ (function(InsertTextFormat2) {
856
+ InsertTextFormat2.PlainText = 1;
857
+ InsertTextFormat2.Snippet = 2;
858
+ })(InsertTextFormat || (InsertTextFormat = {}));
859
+ var CompletionItemTag;
860
+ (function(CompletionItemTag2) {
861
+ CompletionItemTag2.Deprecated = 1;
862
+ })(CompletionItemTag || (CompletionItemTag = {}));
863
+ var InsertReplaceEdit;
864
+ (function(InsertReplaceEdit2) {
865
+ function create(newText, insert, replace) {
866
+ return { newText, insert, replace };
867
+ }
868
+ InsertReplaceEdit2.create = create;
869
+ function is(value) {
870
+ var candidate = value;
871
+ return candidate && Is.string(candidate.newText) && Range.is(candidate.insert) && Range.is(candidate.replace);
872
+ }
873
+ InsertReplaceEdit2.is = is;
874
+ })(InsertReplaceEdit || (InsertReplaceEdit = {}));
875
+ var InsertTextMode;
876
+ (function(InsertTextMode2) {
877
+ InsertTextMode2.asIs = 1;
878
+ InsertTextMode2.adjustIndentation = 2;
879
+ })(InsertTextMode || (InsertTextMode = {}));
880
+ var CompletionItem;
881
+ (function(CompletionItem2) {
882
+ function create(label) {
883
+ return { label };
884
+ }
885
+ CompletionItem2.create = create;
886
+ })(CompletionItem || (CompletionItem = {}));
887
+ var CompletionList;
888
+ (function(CompletionList2) {
889
+ function create(items, isIncomplete) {
890
+ return { items: items ? items : [], isIncomplete: !!isIncomplete };
891
+ }
892
+ CompletionList2.create = create;
893
+ })(CompletionList || (CompletionList = {}));
894
+ var MarkedString;
895
+ (function(MarkedString2) {
896
+ function fromPlainText(plainText) {
897
+ return plainText.replace(/[\\`*_{}[\]()#+\-.!]/g, "\\$&");
898
+ }
899
+ MarkedString2.fromPlainText = fromPlainText;
900
+ function is(value) {
901
+ var candidate = value;
902
+ return Is.string(candidate) || Is.objectLiteral(candidate) && Is.string(candidate.language) && Is.string(candidate.value);
903
+ }
904
+ MarkedString2.is = is;
905
+ })(MarkedString || (MarkedString = {}));
906
+ var Hover;
907
+ (function(Hover2) {
908
+ function is(value) {
909
+ var candidate = value;
910
+ return !!candidate && Is.objectLiteral(candidate) && (MarkupContent.is(candidate.contents) || MarkedString.is(candidate.contents) || Is.typedArray(candidate.contents, MarkedString.is)) && (value.range === void 0 || Range.is(value.range));
911
+ }
912
+ Hover2.is = is;
913
+ })(Hover || (Hover = {}));
914
+ var ParameterInformation;
915
+ (function(ParameterInformation2) {
916
+ function create(label, documentation) {
917
+ return documentation ? { label, documentation } : { label };
918
+ }
919
+ ParameterInformation2.create = create;
920
+ })(ParameterInformation || (ParameterInformation = {}));
921
+ var SignatureInformation;
922
+ (function(SignatureInformation2) {
923
+ function create(label, documentation) {
924
+ var parameters = [];
925
+ for (var _i = 2; _i < arguments.length; _i++) {
926
+ parameters[_i - 2] = arguments[_i];
927
+ }
928
+ var result = { label };
929
+ if (Is.defined(documentation)) {
930
+ result.documentation = documentation;
931
+ }
932
+ if (Is.defined(parameters)) {
933
+ result.parameters = parameters;
934
+ } else {
935
+ result.parameters = [];
936
+ }
937
+ return result;
938
+ }
939
+ SignatureInformation2.create = create;
940
+ })(SignatureInformation || (SignatureInformation = {}));
941
+ var DocumentHighlightKind;
942
+ (function(DocumentHighlightKind2) {
943
+ DocumentHighlightKind2.Text = 1;
944
+ DocumentHighlightKind2.Read = 2;
945
+ DocumentHighlightKind2.Write = 3;
946
+ })(DocumentHighlightKind || (DocumentHighlightKind = {}));
947
+ var DocumentHighlight;
948
+ (function(DocumentHighlight2) {
949
+ function create(range, kind) {
950
+ var result = { range };
951
+ if (Is.number(kind)) {
952
+ result.kind = kind;
953
+ }
954
+ return result;
955
+ }
956
+ DocumentHighlight2.create = create;
957
+ })(DocumentHighlight || (DocumentHighlight = {}));
958
+ var SymbolKind;
959
+ (function(SymbolKind2) {
960
+ SymbolKind2.File = 1;
961
+ SymbolKind2.Module = 2;
962
+ SymbolKind2.Namespace = 3;
963
+ SymbolKind2.Package = 4;
964
+ SymbolKind2.Class = 5;
965
+ SymbolKind2.Method = 6;
966
+ SymbolKind2.Property = 7;
967
+ SymbolKind2.Field = 8;
968
+ SymbolKind2.Constructor = 9;
969
+ SymbolKind2.Enum = 10;
970
+ SymbolKind2.Interface = 11;
971
+ SymbolKind2.Function = 12;
972
+ SymbolKind2.Variable = 13;
973
+ SymbolKind2.Constant = 14;
974
+ SymbolKind2.String = 15;
975
+ SymbolKind2.Number = 16;
976
+ SymbolKind2.Boolean = 17;
977
+ SymbolKind2.Array = 18;
978
+ SymbolKind2.Object = 19;
979
+ SymbolKind2.Key = 20;
980
+ SymbolKind2.Null = 21;
981
+ SymbolKind2.EnumMember = 22;
982
+ SymbolKind2.Struct = 23;
983
+ SymbolKind2.Event = 24;
984
+ SymbolKind2.Operator = 25;
985
+ SymbolKind2.TypeParameter = 26;
986
+ })(SymbolKind || (SymbolKind = {}));
987
+ var SymbolTag;
988
+ (function(SymbolTag2) {
989
+ SymbolTag2.Deprecated = 1;
990
+ })(SymbolTag || (SymbolTag = {}));
991
+ var SymbolInformation;
992
+ (function(SymbolInformation2) {
993
+ function create(name, kind, range, uri, containerName) {
994
+ var result = {
995
+ name,
996
+ kind,
997
+ location: { uri, range }
998
+ };
999
+ if (containerName) {
1000
+ result.containerName = containerName;
1001
+ }
1002
+ return result;
1003
+ }
1004
+ SymbolInformation2.create = create;
1005
+ })(SymbolInformation || (SymbolInformation = {}));
1006
+ var DocumentSymbol;
1007
+ (function(DocumentSymbol2) {
1008
+ function create(name, detail, kind, range, selectionRange, children) {
1009
+ var result = {
1010
+ name,
1011
+ detail,
1012
+ kind,
1013
+ range,
1014
+ selectionRange
1015
+ };
1016
+ if (children !== void 0) {
1017
+ result.children = children;
1018
+ }
1019
+ return result;
1020
+ }
1021
+ DocumentSymbol2.create = create;
1022
+ function is(value) {
1023
+ var candidate = value;
1024
+ return candidate && Is.string(candidate.name) && Is.number(candidate.kind) && Range.is(candidate.range) && Range.is(candidate.selectionRange) && (candidate.detail === void 0 || Is.string(candidate.detail)) && (candidate.deprecated === void 0 || Is.boolean(candidate.deprecated)) && (candidate.children === void 0 || Array.isArray(candidate.children)) && (candidate.tags === void 0 || Array.isArray(candidate.tags));
1025
+ }
1026
+ DocumentSymbol2.is = is;
1027
+ })(DocumentSymbol || (DocumentSymbol = {}));
1028
+ var CodeActionKind;
1029
+ (function(CodeActionKind2) {
1030
+ CodeActionKind2.Empty = "";
1031
+ CodeActionKind2.QuickFix = "quickfix";
1032
+ CodeActionKind2.Refactor = "refactor";
1033
+ CodeActionKind2.RefactorExtract = "refactor.extract";
1034
+ CodeActionKind2.RefactorInline = "refactor.inline";
1035
+ CodeActionKind2.RefactorRewrite = "refactor.rewrite";
1036
+ CodeActionKind2.Source = "source";
1037
+ CodeActionKind2.SourceOrganizeImports = "source.organizeImports";
1038
+ CodeActionKind2.SourceFixAll = "source.fixAll";
1039
+ })(CodeActionKind || (CodeActionKind = {}));
1040
+ var CodeActionContext;
1041
+ (function(CodeActionContext2) {
1042
+ function create(diagnostics, only) {
1043
+ var result = { diagnostics };
1044
+ if (only !== void 0 && only !== null) {
1045
+ result.only = only;
1046
+ }
1047
+ return result;
1048
+ }
1049
+ CodeActionContext2.create = create;
1050
+ function is(value) {
1051
+ var candidate = value;
1052
+ return Is.defined(candidate) && Is.typedArray(candidate.diagnostics, Diagnostic.is) && (candidate.only === void 0 || Is.typedArray(candidate.only, Is.string));
1053
+ }
1054
+ CodeActionContext2.is = is;
1055
+ })(CodeActionContext || (CodeActionContext = {}));
1056
+ var CodeAction;
1057
+ (function(CodeAction2) {
1058
+ function create(title, kindOrCommandOrEdit, kind) {
1059
+ var result = { title };
1060
+ var checkKind = true;
1061
+ if (typeof kindOrCommandOrEdit === "string") {
1062
+ checkKind = false;
1063
+ result.kind = kindOrCommandOrEdit;
1064
+ } else if (Command.is(kindOrCommandOrEdit)) {
1065
+ result.command = kindOrCommandOrEdit;
1066
+ } else {
1067
+ result.edit = kindOrCommandOrEdit;
1068
+ }
1069
+ if (checkKind && kind !== void 0) {
1070
+ result.kind = kind;
1071
+ }
1072
+ return result;
1073
+ }
1074
+ CodeAction2.create = create;
1075
+ function is(value) {
1076
+ var candidate = value;
1077
+ return candidate && Is.string(candidate.title) && (candidate.diagnostics === void 0 || Is.typedArray(candidate.diagnostics, Diagnostic.is)) && (candidate.kind === void 0 || Is.string(candidate.kind)) && (candidate.edit !== void 0 || candidate.command !== void 0) && (candidate.command === void 0 || Command.is(candidate.command)) && (candidate.isPreferred === void 0 || Is.boolean(candidate.isPreferred)) && (candidate.edit === void 0 || WorkspaceEdit.is(candidate.edit));
1078
+ }
1079
+ CodeAction2.is = is;
1080
+ })(CodeAction || (CodeAction = {}));
1081
+ var CodeLens;
1082
+ (function(CodeLens2) {
1083
+ function create(range, data) {
1084
+ var result = { range };
1085
+ if (Is.defined(data)) {
1086
+ result.data = data;
1087
+ }
1088
+ return result;
1089
+ }
1090
+ CodeLens2.create = create;
1091
+ function is(value) {
1092
+ var candidate = value;
1093
+ return Is.defined(candidate) && Range.is(candidate.range) && (Is.undefined(candidate.command) || Command.is(candidate.command));
1094
+ }
1095
+ CodeLens2.is = is;
1096
+ })(CodeLens || (CodeLens = {}));
1097
+ var FormattingOptions;
1098
+ (function(FormattingOptions2) {
1099
+ function create(tabSize, insertSpaces) {
1100
+ return { tabSize, insertSpaces };
1101
+ }
1102
+ FormattingOptions2.create = create;
1103
+ function is(value) {
1104
+ var candidate = value;
1105
+ return Is.defined(candidate) && Is.uinteger(candidate.tabSize) && Is.boolean(candidate.insertSpaces);
1106
+ }
1107
+ FormattingOptions2.is = is;
1108
+ })(FormattingOptions || (FormattingOptions = {}));
1109
+ var DocumentLink;
1110
+ (function(DocumentLink2) {
1111
+ function create(range, target, data) {
1112
+ return { range, target, data };
1113
+ }
1114
+ DocumentLink2.create = create;
1115
+ function is(value) {
1116
+ var candidate = value;
1117
+ return Is.defined(candidate) && Range.is(candidate.range) && (Is.undefined(candidate.target) || Is.string(candidate.target));
1118
+ }
1119
+ DocumentLink2.is = is;
1120
+ })(DocumentLink || (DocumentLink = {}));
1121
+ var SelectionRange;
1122
+ (function(SelectionRange2) {
1123
+ function create(range, parent) {
1124
+ return { range, parent };
1125
+ }
1126
+ SelectionRange2.create = create;
1127
+ function is(value) {
1128
+ var candidate = value;
1129
+ return candidate !== void 0 && Range.is(candidate.range) && (candidate.parent === void 0 || SelectionRange2.is(candidate.parent));
1130
+ }
1131
+ SelectionRange2.is = is;
1132
+ })(SelectionRange || (SelectionRange = {}));
1133
+ var TextDocument;
1134
+ (function(TextDocument2) {
1135
+ function create(uri, languageId, version, content) {
1136
+ return new FullTextDocument(uri, languageId, version, content);
1137
+ }
1138
+ TextDocument2.create = create;
1139
+ function is(value) {
1140
+ var candidate = value;
1141
+ return Is.defined(candidate) && Is.string(candidate.uri) && (Is.undefined(candidate.languageId) || Is.string(candidate.languageId)) && Is.uinteger(candidate.lineCount) && Is.func(candidate.getText) && Is.func(candidate.positionAt) && Is.func(candidate.offsetAt) ? true : false;
1142
+ }
1143
+ TextDocument2.is = is;
1144
+ function applyEdits(document, edits) {
1145
+ var text = document.getText();
1146
+ var sortedEdits = mergeSort(edits, function(a, b) {
1147
+ var diff = a.range.start.line - b.range.start.line;
1148
+ if (diff === 0) {
1149
+ return a.range.start.character - b.range.start.character;
1150
+ }
1151
+ return diff;
1152
+ });
1153
+ var lastModifiedOffset = text.length;
1154
+ for (var i = sortedEdits.length - 1; i >= 0; i--) {
1155
+ var e = sortedEdits[i];
1156
+ var startOffset = document.offsetAt(e.range.start);
1157
+ var endOffset = document.offsetAt(e.range.end);
1158
+ if (endOffset <= lastModifiedOffset) {
1159
+ text = text.substring(0, startOffset) + e.newText + text.substring(endOffset, text.length);
1160
+ } else {
1161
+ throw new Error("Overlapping edit");
1162
+ }
1163
+ lastModifiedOffset = startOffset;
1164
+ }
1165
+ return text;
1166
+ }
1167
+ TextDocument2.applyEdits = applyEdits;
1168
+ function mergeSort(data, compare) {
1169
+ if (data.length <= 1) {
1170
+ return data;
1171
+ }
1172
+ var p = data.length / 2 | 0;
1173
+ var left = data.slice(0, p);
1174
+ var right = data.slice(p);
1175
+ mergeSort(left, compare);
1176
+ mergeSort(right, compare);
1177
+ var leftIdx = 0;
1178
+ var rightIdx = 0;
1179
+ var i = 0;
1180
+ while (leftIdx < left.length && rightIdx < right.length) {
1181
+ var ret = compare(left[leftIdx], right[rightIdx]);
1182
+ if (ret <= 0) {
1183
+ data[i++] = left[leftIdx++];
1184
+ } else {
1185
+ data[i++] = right[rightIdx++];
1186
+ }
1187
+ }
1188
+ while (leftIdx < left.length) {
1189
+ data[i++] = left[leftIdx++];
1190
+ }
1191
+ while (rightIdx < right.length) {
1192
+ data[i++] = right[rightIdx++];
1193
+ }
1194
+ return data;
1195
+ }
1196
+ })(TextDocument || (TextDocument = {}));
1197
+ var FullTextDocument = function() {
1198
+ function FullTextDocument2(uri, languageId, version, content) {
1199
+ this._uri = uri;
1200
+ this._languageId = languageId;
1201
+ this._version = version;
1202
+ this._content = content;
1203
+ this._lineOffsets = void 0;
1204
+ }
1205
+ Object.defineProperty(FullTextDocument2.prototype, "uri", {
1206
+ get: function() {
1207
+ return this._uri;
1208
+ },
1209
+ enumerable: false,
1210
+ configurable: true
1211
+ });
1212
+ Object.defineProperty(FullTextDocument2.prototype, "languageId", {
1213
+ get: function() {
1214
+ return this._languageId;
1215
+ },
1216
+ enumerable: false,
1217
+ configurable: true
1218
+ });
1219
+ Object.defineProperty(FullTextDocument2.prototype, "version", {
1220
+ get: function() {
1221
+ return this._version;
1222
+ },
1223
+ enumerable: false,
1224
+ configurable: true
1225
+ });
1226
+ FullTextDocument2.prototype.getText = function(range) {
1227
+ if (range) {
1228
+ var start = this.offsetAt(range.start);
1229
+ var end = this.offsetAt(range.end);
1230
+ return this._content.substring(start, end);
1231
+ }
1232
+ return this._content;
1233
+ };
1234
+ FullTextDocument2.prototype.update = function(event, version) {
1235
+ this._content = event.text;
1236
+ this._version = version;
1237
+ this._lineOffsets = void 0;
1238
+ };
1239
+ FullTextDocument2.prototype.getLineOffsets = function() {
1240
+ if (this._lineOffsets === void 0) {
1241
+ var lineOffsets = [];
1242
+ var text = this._content;
1243
+ var isLineStart = true;
1244
+ for (var i = 0; i < text.length; i++) {
1245
+ if (isLineStart) {
1246
+ lineOffsets.push(i);
1247
+ isLineStart = false;
1248
+ }
1249
+ var ch = text.charAt(i);
1250
+ isLineStart = ch === "\r" || ch === "\n";
1251
+ if (ch === "\r" && i + 1 < text.length && text.charAt(i + 1) === "\n") {
1252
+ i++;
1253
+ }
1254
+ }
1255
+ if (isLineStart && text.length > 0) {
1256
+ lineOffsets.push(text.length);
1257
+ }
1258
+ this._lineOffsets = lineOffsets;
1259
+ }
1260
+ return this._lineOffsets;
1261
+ };
1262
+ FullTextDocument2.prototype.positionAt = function(offset) {
1263
+ offset = Math.max(Math.min(offset, this._content.length), 0);
1264
+ var lineOffsets = this.getLineOffsets();
1265
+ var low = 0, high = lineOffsets.length;
1266
+ if (high === 0) {
1267
+ return Position.create(0, offset);
1268
+ }
1269
+ while (low < high) {
1270
+ var mid = Math.floor((low + high) / 2);
1271
+ if (lineOffsets[mid] > offset) {
1272
+ high = mid;
1273
+ } else {
1274
+ low = mid + 1;
1275
+ }
1276
+ }
1277
+ var line = low - 1;
1278
+ return Position.create(line, offset - lineOffsets[line]);
1279
+ };
1280
+ FullTextDocument2.prototype.offsetAt = function(position) {
1281
+ var lineOffsets = this.getLineOffsets();
1282
+ if (position.line >= lineOffsets.length) {
1283
+ return this._content.length;
1284
+ } else if (position.line < 0) {
1285
+ return 0;
1286
+ }
1287
+ var lineOffset = lineOffsets[position.line];
1288
+ var nextLineOffset = position.line + 1 < lineOffsets.length ? lineOffsets[position.line + 1] : this._content.length;
1289
+ return Math.max(Math.min(lineOffset + position.character, nextLineOffset), lineOffset);
1290
+ };
1291
+ Object.defineProperty(FullTextDocument2.prototype, "lineCount", {
1292
+ get: function() {
1293
+ return this.getLineOffsets().length;
1294
+ },
1295
+ enumerable: false,
1296
+ configurable: true
1297
+ });
1298
+ return FullTextDocument2;
1299
+ }();
1300
+ var Is;
1301
+ (function(Is2) {
1302
+ var toString = Object.prototype.toString;
1303
+ function defined(value) {
1304
+ return typeof value !== "undefined";
1305
+ }
1306
+ Is2.defined = defined;
1307
+ function undefined2(value) {
1308
+ return typeof value === "undefined";
1309
+ }
1310
+ Is2.undefined = undefined2;
1311
+ function boolean(value) {
1312
+ return value === true || value === false;
1313
+ }
1314
+ Is2.boolean = boolean;
1315
+ function string(value) {
1316
+ return toString.call(value) === "[object String]";
1317
+ }
1318
+ Is2.string = string;
1319
+ function number(value) {
1320
+ return toString.call(value) === "[object Number]";
1321
+ }
1322
+ Is2.number = number;
1323
+ function numberRange(value, min, max) {
1324
+ return toString.call(value) === "[object Number]" && min <= value && value <= max;
1325
+ }
1326
+ Is2.numberRange = numberRange;
1327
+ function integer2(value) {
1328
+ return toString.call(value) === "[object Number]" && -2147483648 <= value && value <= 2147483647;
1329
+ }
1330
+ Is2.integer = integer2;
1331
+ function uinteger2(value) {
1332
+ return toString.call(value) === "[object Number]" && 0 <= value && value <= 2147483647;
1333
+ }
1334
+ Is2.uinteger = uinteger2;
1335
+ function func(value) {
1336
+ return toString.call(value) === "[object Function]";
1337
+ }
1338
+ Is2.func = func;
1339
+ function objectLiteral(value) {
1340
+ return value !== null && typeof value === "object";
1341
+ }
1342
+ Is2.objectLiteral = objectLiteral;
1343
+ function typedArray(value, check) {
1344
+ return Array.isArray(value) && value.every(check);
1345
+ }
1346
+ Is2.typedArray = typedArray;
1347
+ })(Is || (Is = {}));
1348
+
1349
+ // src/language/common/lspLanguageFeatures.ts
1350
+ var DiagnosticsAdapter = class {
1351
+ constructor(_languageId, _worker, configChangeEvent) {
1352
+ this._languageId = _languageId;
1353
+ this._worker = _worker;
1354
+ const onModelAdd = (model) => {
1355
+ let modeId = model.getLanguageId();
1356
+ if (modeId !== this._languageId) {
1357
+ return;
1358
+ }
1359
+ let handle;
1360
+ this._listener[model.uri.toString()] = model.onDidChangeContent(() => {
1361
+ window.clearTimeout(handle);
1362
+ handle = window.setTimeout(() => this._doValidate(model.uri, modeId), 500);
1363
+ });
1364
+ this._doValidate(model.uri, modeId);
1365
+ };
1366
+ const onModelRemoved = (model) => {
1367
+ monaco_editor_core_exports.editor.setModelMarkers(model, this._languageId, []);
1368
+ let uriStr = model.uri.toString();
1369
+ let listener = this._listener[uriStr];
1370
+ if (listener) {
1371
+ listener.dispose();
1372
+ delete this._listener[uriStr];
1373
+ }
1374
+ };
1375
+ this._disposables.push(monaco_editor_core_exports.editor.onDidCreateModel(onModelAdd));
1376
+ this._disposables.push(monaco_editor_core_exports.editor.onWillDisposeModel(onModelRemoved));
1377
+ this._disposables.push(monaco_editor_core_exports.editor.onDidChangeModelLanguage((event) => {
1378
+ onModelRemoved(event.model);
1379
+ onModelAdd(event.model);
1380
+ }));
1381
+ this._disposables.push(configChangeEvent((_) => {
1382
+ monaco_editor_core_exports.editor.getModels().forEach((model) => {
1383
+ if (model.getLanguageId() === this._languageId) {
1384
+ onModelRemoved(model);
1385
+ onModelAdd(model);
1386
+ }
1387
+ });
1388
+ }));
1389
+ this._disposables.push({
1390
+ dispose: () => {
1391
+ monaco_editor_core_exports.editor.getModels().forEach(onModelRemoved);
1392
+ for (let key in this._listener) {
1393
+ this._listener[key].dispose();
1394
+ }
1395
+ }
1396
+ });
1397
+ monaco_editor_core_exports.editor.getModels().forEach(onModelAdd);
1398
+ }
1399
+ _disposables = [];
1400
+ _listener = /* @__PURE__ */ Object.create(null);
1401
+ dispose() {
1402
+ this._disposables.forEach((d) => d && d.dispose());
1403
+ this._disposables.length = 0;
1404
+ }
1405
+ _doValidate(resource, languageId) {
1406
+ this._worker(resource).then((worker) => {
1407
+ return worker.doValidation(resource.toString());
1408
+ }).then((diagnostics) => {
1409
+ const markers = diagnostics.map((d) => toDiagnostics(resource, d));
1410
+ let model = monaco_editor_core_exports.editor.getModel(resource);
1411
+ if (model && model.getLanguageId() === languageId) {
1412
+ monaco_editor_core_exports.editor.setModelMarkers(model, languageId, markers);
1413
+ }
1414
+ }).then(void 0, (err) => {
1415
+ console.error(err);
1416
+ });
1417
+ }
1418
+ };
1419
+ function toSeverity(lsSeverity) {
1420
+ switch (lsSeverity) {
1421
+ case DiagnosticSeverity.Error:
1422
+ return monaco_editor_core_exports.MarkerSeverity.Error;
1423
+ case DiagnosticSeverity.Warning:
1424
+ return monaco_editor_core_exports.MarkerSeverity.Warning;
1425
+ case DiagnosticSeverity.Information:
1426
+ return monaco_editor_core_exports.MarkerSeverity.Info;
1427
+ case DiagnosticSeverity.Hint:
1428
+ return monaco_editor_core_exports.MarkerSeverity.Hint;
1429
+ default:
1430
+ return monaco_editor_core_exports.MarkerSeverity.Info;
1431
+ }
1432
+ }
1433
+ function toDiagnostics(resource, diag) {
1434
+ let code = typeof diag.code === "number" ? String(diag.code) : diag.code;
1435
+ return {
1436
+ severity: toSeverity(diag.severity),
1437
+ startLineNumber: diag.range.start.line + 1,
1438
+ startColumn: diag.range.start.character + 1,
1439
+ endLineNumber: diag.range.end.line + 1,
1440
+ endColumn: diag.range.end.character + 1,
1441
+ message: diag.message,
1442
+ code,
1443
+ source: diag.source
1444
+ };
1445
+ }
1446
+ var CompletionAdapter = class {
1447
+ constructor(_worker, _triggerCharacters) {
1448
+ this._worker = _worker;
1449
+ this._triggerCharacters = _triggerCharacters;
1450
+ }
1451
+ get triggerCharacters() {
1452
+ return this._triggerCharacters;
1453
+ }
1454
+ provideCompletionItems(model, position, context, token) {
1455
+ const resource = model.uri;
1456
+ return this._worker(resource).then((worker) => {
1457
+ return worker.doComplete(resource.toString(), fromPosition(position));
1458
+ }).then((info) => {
1459
+ if (!info) {
1460
+ return;
1461
+ }
1462
+ const wordInfo = model.getWordUntilPosition(position);
1463
+ const wordRange = new monaco_editor_core_exports.Range(position.lineNumber, wordInfo.startColumn, position.lineNumber, wordInfo.endColumn);
1464
+ const items = info.items.map((entry) => {
1465
+ const item = {
1466
+ label: entry.label,
1467
+ insertText: entry.insertText || entry.label,
1468
+ sortText: entry.sortText,
1469
+ filterText: entry.filterText,
1470
+ documentation: entry.documentation,
1471
+ detail: entry.detail,
1472
+ command: toCommand(entry.command),
1473
+ range: wordRange,
1474
+ kind: toCompletionItemKind(entry.kind)
1475
+ };
1476
+ if (entry.textEdit) {
1477
+ if (isInsertReplaceEdit(entry.textEdit)) {
1478
+ item.range = {
1479
+ insert: toRange(entry.textEdit.insert),
1480
+ replace: toRange(entry.textEdit.replace)
1481
+ };
1482
+ } else {
1483
+ item.range = toRange(entry.textEdit.range);
1484
+ }
1485
+ item.insertText = entry.textEdit.newText;
1486
+ }
1487
+ if (entry.additionalTextEdits) {
1488
+ item.additionalTextEdits = entry.additionalTextEdits.map(toTextEdit);
1489
+ }
1490
+ if (entry.insertTextFormat === InsertTextFormat.Snippet) {
1491
+ item.insertTextRules = monaco_editor_core_exports.languages.CompletionItemInsertTextRule.InsertAsSnippet;
1492
+ }
1493
+ return item;
1494
+ });
1495
+ return {
1496
+ isIncomplete: info.isIncomplete,
1497
+ suggestions: items
1498
+ };
1499
+ });
1500
+ }
1501
+ };
1502
+ function fromPosition(position) {
1503
+ if (!position) {
1504
+ return void 0;
1505
+ }
1506
+ return { character: position.column - 1, line: position.lineNumber - 1 };
1507
+ }
1508
+ function fromRange(range) {
1509
+ if (!range) {
1510
+ return void 0;
1511
+ }
1512
+ return {
1513
+ start: {
1514
+ line: range.startLineNumber - 1,
1515
+ character: range.startColumn - 1
1516
+ },
1517
+ end: { line: range.endLineNumber - 1, character: range.endColumn - 1 }
1518
+ };
1519
+ }
1520
+ function toRange(range) {
1521
+ if (!range) {
1522
+ return void 0;
1523
+ }
1524
+ return new monaco_editor_core_exports.Range(range.start.line + 1, range.start.character + 1, range.end.line + 1, range.end.character + 1);
1525
+ }
1526
+ function isInsertReplaceEdit(edit) {
1527
+ return typeof edit.insert !== "undefined" && typeof edit.replace !== "undefined";
1528
+ }
1529
+ function toCompletionItemKind(kind) {
1530
+ const mItemKind = monaco_editor_core_exports.languages.CompletionItemKind;
1531
+ switch (kind) {
1532
+ case CompletionItemKind.Text:
1533
+ return mItemKind.Text;
1534
+ case CompletionItemKind.Method:
1535
+ return mItemKind.Method;
1536
+ case CompletionItemKind.Function:
1537
+ return mItemKind.Function;
1538
+ case CompletionItemKind.Constructor:
1539
+ return mItemKind.Constructor;
1540
+ case CompletionItemKind.Field:
1541
+ return mItemKind.Field;
1542
+ case CompletionItemKind.Variable:
1543
+ return mItemKind.Variable;
1544
+ case CompletionItemKind.Class:
1545
+ return mItemKind.Class;
1546
+ case CompletionItemKind.Interface:
1547
+ return mItemKind.Interface;
1548
+ case CompletionItemKind.Module:
1549
+ return mItemKind.Module;
1550
+ case CompletionItemKind.Property:
1551
+ return mItemKind.Property;
1552
+ case CompletionItemKind.Unit:
1553
+ return mItemKind.Unit;
1554
+ case CompletionItemKind.Value:
1555
+ return mItemKind.Value;
1556
+ case CompletionItemKind.Enum:
1557
+ return mItemKind.Enum;
1558
+ case CompletionItemKind.Keyword:
1559
+ return mItemKind.Keyword;
1560
+ case CompletionItemKind.Snippet:
1561
+ return mItemKind.Snippet;
1562
+ case CompletionItemKind.Color:
1563
+ return mItemKind.Color;
1564
+ case CompletionItemKind.File:
1565
+ return mItemKind.File;
1566
+ case CompletionItemKind.Reference:
1567
+ return mItemKind.Reference;
1568
+ }
1569
+ return mItemKind.Property;
1570
+ }
1571
+ function toTextEdit(textEdit) {
1572
+ if (!textEdit) {
1573
+ return void 0;
1574
+ }
1575
+ return {
1576
+ range: toRange(textEdit.range),
1577
+ text: textEdit.newText
1578
+ };
1579
+ }
1580
+ function toCommand(c) {
1581
+ return c && c.command === "editor.action.triggerSuggest" ? { id: c.command, title: c.title, arguments: c.arguments } : void 0;
1582
+ }
1583
+ var HoverAdapter = class {
1584
+ constructor(_worker) {
1585
+ this._worker = _worker;
1586
+ }
1587
+ provideHover(model, position, token) {
1588
+ let resource = model.uri;
1589
+ return this._worker(resource).then((worker) => {
1590
+ return worker.doHover(resource.toString(), fromPosition(position));
1591
+ }).then((info) => {
1592
+ if (!info) {
1593
+ return;
1594
+ }
1595
+ return {
1596
+ range: toRange(info.range),
1597
+ contents: toMarkedStringArray(info.contents)
1598
+ };
1599
+ });
1600
+ }
1601
+ };
1602
+ function isMarkupContent(thing) {
1603
+ return thing && typeof thing === "object" && typeof thing.kind === "string";
1604
+ }
1605
+ function toMarkdownString(entry) {
1606
+ if (typeof entry === "string") {
1607
+ return {
1608
+ value: entry
1609
+ };
1610
+ }
1611
+ if (isMarkupContent(entry)) {
1612
+ if (entry.kind === "plaintext") {
1613
+ return {
1614
+ value: entry.value.replace(/[\\`*_{}[\]()#+\-.!]/g, "\\$&")
1615
+ };
1616
+ }
1617
+ return {
1618
+ value: entry.value
1619
+ };
1620
+ }
1621
+ return { value: "```" + entry.language + "\n" + entry.value + "\n```\n" };
1622
+ }
1623
+ function toMarkedStringArray(contents) {
1624
+ if (!contents) {
1625
+ return void 0;
1626
+ }
1627
+ if (Array.isArray(contents)) {
1628
+ return contents.map(toMarkdownString);
1629
+ }
1630
+ return [toMarkdownString(contents)];
1631
+ }
1632
+ var DocumentHighlightAdapter = class {
1633
+ constructor(_worker) {
1634
+ this._worker = _worker;
1635
+ }
1636
+ provideDocumentHighlights(model, position, token) {
1637
+ const resource = model.uri;
1638
+ return this._worker(resource).then((worker) => worker.findDocumentHighlights(resource.toString(), fromPosition(position))).then((entries) => {
1639
+ if (!entries) {
1640
+ return;
1641
+ }
1642
+ return entries.map((entry) => {
1643
+ return {
1644
+ range: toRange(entry.range),
1645
+ kind: toDocumentHighlightKind(entry.kind)
1646
+ };
1647
+ });
1648
+ });
1649
+ }
1650
+ };
1651
+ function toDocumentHighlightKind(kind) {
1652
+ switch (kind) {
1653
+ case DocumentHighlightKind.Read:
1654
+ return monaco_editor_core_exports.languages.DocumentHighlightKind.Read;
1655
+ case DocumentHighlightKind.Write:
1656
+ return monaco_editor_core_exports.languages.DocumentHighlightKind.Write;
1657
+ case DocumentHighlightKind.Text:
1658
+ return monaco_editor_core_exports.languages.DocumentHighlightKind.Text;
1659
+ }
1660
+ return monaco_editor_core_exports.languages.DocumentHighlightKind.Text;
1661
+ }
1662
+ var DefinitionAdapter = class {
1663
+ constructor(_worker) {
1664
+ this._worker = _worker;
1665
+ }
1666
+ provideDefinition(model, position, token) {
1667
+ const resource = model.uri;
1668
+ return this._worker(resource).then((worker) => {
1669
+ return worker.findDefinition(resource.toString(), fromPosition(position));
1670
+ }).then((definition) => {
1671
+ if (!definition) {
1672
+ return;
1673
+ }
1674
+ return [toLocation(definition)];
1675
+ });
1676
+ }
1677
+ };
1678
+ function toLocation(location) {
1679
+ return {
1680
+ uri: monaco_editor_core_exports.Uri.parse(location.uri),
1681
+ range: toRange(location.range)
1682
+ };
1683
+ }
1684
+ var ReferenceAdapter = class {
1685
+ constructor(_worker) {
1686
+ this._worker = _worker;
1687
+ }
1688
+ provideReferences(model, position, context, token) {
1689
+ const resource = model.uri;
1690
+ return this._worker(resource).then((worker) => {
1691
+ return worker.findReferences(resource.toString(), fromPosition(position));
1692
+ }).then((entries) => {
1693
+ if (!entries) {
1694
+ return;
1695
+ }
1696
+ return entries.map(toLocation);
1697
+ });
1698
+ }
1699
+ };
1700
+ var RenameAdapter = class {
1701
+ constructor(_worker) {
1702
+ this._worker = _worker;
1703
+ }
1704
+ provideRenameEdits(model, position, newName, token) {
1705
+ const resource = model.uri;
1706
+ return this._worker(resource).then((worker) => {
1707
+ return worker.doRename(resource.toString(), fromPosition(position), newName);
1708
+ }).then((edit) => {
1709
+ return toWorkspaceEdit(edit);
1710
+ });
1711
+ }
1712
+ };
1713
+ function toWorkspaceEdit(edit) {
1714
+ if (!edit || !edit.changes) {
1715
+ return void 0;
1716
+ }
1717
+ let resourceEdits = [];
1718
+ for (let uri in edit.changes) {
1719
+ const _uri = monaco_editor_core_exports.Uri.parse(uri);
1720
+ for (let e of edit.changes[uri]) {
1721
+ resourceEdits.push({
1722
+ resource: _uri,
1723
+ versionId: void 0,
1724
+ textEdit: {
1725
+ range: toRange(e.range),
1726
+ text: e.newText
1727
+ }
1728
+ });
1729
+ }
1730
+ }
1731
+ return {
1732
+ edits: resourceEdits
1733
+ };
1734
+ }
1735
+ var DocumentSymbolAdapter = class {
1736
+ constructor(_worker) {
1737
+ this._worker = _worker;
1738
+ }
1739
+ provideDocumentSymbols(model, token) {
1740
+ const resource = model.uri;
1741
+ return this._worker(resource).then((worker) => worker.findDocumentSymbols(resource.toString())).then((items) => {
1742
+ if (!items) {
1743
+ return;
1744
+ }
1745
+ return items.map((item) => ({
1746
+ name: item.name,
1747
+ detail: "",
1748
+ containerName: item.containerName,
1749
+ kind: toSymbolKind(item.kind),
1750
+ range: toRange(item.location.range),
1751
+ selectionRange: toRange(item.location.range),
1752
+ tags: []
1753
+ }));
1754
+ });
1755
+ }
1756
+ };
1757
+ function toSymbolKind(kind) {
1758
+ let mKind = monaco_editor_core_exports.languages.SymbolKind;
1759
+ switch (kind) {
1760
+ case SymbolKind.File:
1761
+ return mKind.Array;
1762
+ case SymbolKind.Module:
1763
+ return mKind.Module;
1764
+ case SymbolKind.Namespace:
1765
+ return mKind.Namespace;
1766
+ case SymbolKind.Package:
1767
+ return mKind.Package;
1768
+ case SymbolKind.Class:
1769
+ return mKind.Class;
1770
+ case SymbolKind.Method:
1771
+ return mKind.Method;
1772
+ case SymbolKind.Property:
1773
+ return mKind.Property;
1774
+ case SymbolKind.Field:
1775
+ return mKind.Field;
1776
+ case SymbolKind.Constructor:
1777
+ return mKind.Constructor;
1778
+ case SymbolKind.Enum:
1779
+ return mKind.Enum;
1780
+ case SymbolKind.Interface:
1781
+ return mKind.Interface;
1782
+ case SymbolKind.Function:
1783
+ return mKind.Function;
1784
+ case SymbolKind.Variable:
1785
+ return mKind.Variable;
1786
+ case SymbolKind.Constant:
1787
+ return mKind.Constant;
1788
+ case SymbolKind.String:
1789
+ return mKind.String;
1790
+ case SymbolKind.Number:
1791
+ return mKind.Number;
1792
+ case SymbolKind.Boolean:
1793
+ return mKind.Boolean;
1794
+ case SymbolKind.Array:
1795
+ return mKind.Array;
1796
+ }
1797
+ return mKind.Function;
1798
+ }
1799
+ var DocumentLinkAdapter = class {
1800
+ constructor(_worker) {
1801
+ this._worker = _worker;
1802
+ }
1803
+ provideLinks(model, token) {
1804
+ const resource = model.uri;
1805
+ return this._worker(resource).then((worker) => worker.findDocumentLinks(resource.toString())).then((items) => {
1806
+ if (!items) {
1807
+ return;
1808
+ }
1809
+ return {
1810
+ links: items.map((item) => ({
1811
+ range: toRange(item.range),
1812
+ url: item.target
1813
+ }))
1814
+ };
1815
+ });
1816
+ }
1817
+ };
1818
+ var DocumentFormattingEditProvider = class {
1819
+ constructor(_worker) {
1820
+ this._worker = _worker;
1821
+ }
1822
+ provideDocumentFormattingEdits(model, options, token) {
1823
+ const resource = model.uri;
1824
+ return this._worker(resource).then((worker) => {
1825
+ return worker.format(resource.toString(), null, fromFormattingOptions(options)).then((edits) => {
1826
+ if (!edits || edits.length === 0) {
1827
+ return;
1828
+ }
1829
+ return edits.map(toTextEdit);
1830
+ });
1831
+ });
1832
+ }
1833
+ };
1834
+ var DocumentRangeFormattingEditProvider = class {
1835
+ constructor(_worker) {
1836
+ this._worker = _worker;
1837
+ }
1838
+ canFormatMultipleRanges = false;
1839
+ provideDocumentRangeFormattingEdits(model, range, options, token) {
1840
+ const resource = model.uri;
1841
+ return this._worker(resource).then((worker) => {
1842
+ return worker.format(resource.toString(), fromRange(range), fromFormattingOptions(options)).then((edits) => {
1843
+ if (!edits || edits.length === 0) {
1844
+ return;
1845
+ }
1846
+ return edits.map(toTextEdit);
1847
+ });
1848
+ });
1849
+ }
1850
+ };
1851
+ function fromFormattingOptions(options) {
1852
+ return {
1853
+ tabSize: options.tabSize,
1854
+ insertSpaces: options.insertSpaces
1855
+ };
1856
+ }
1857
+ var DocumentColorAdapter = class {
1858
+ constructor(_worker) {
1859
+ this._worker = _worker;
1860
+ }
1861
+ provideDocumentColors(model, token) {
1862
+ const resource = model.uri;
1863
+ return this._worker(resource).then((worker) => worker.findDocumentColors(resource.toString())).then((infos) => {
1864
+ if (!infos) {
1865
+ return;
1866
+ }
1867
+ return infos.map((item) => ({
1868
+ color: item.color,
1869
+ range: toRange(item.range)
1870
+ }));
1871
+ });
1872
+ }
1873
+ provideColorPresentations(model, info, token) {
1874
+ const resource = model.uri;
1875
+ return this._worker(resource).then((worker) => worker.getColorPresentations(resource.toString(), info.color, fromRange(info.range))).then((presentations) => {
1876
+ if (!presentations) {
1877
+ return;
1878
+ }
1879
+ return presentations.map((presentation) => {
1880
+ let item = {
1881
+ label: presentation.label
1882
+ };
1883
+ if (presentation.textEdit) {
1884
+ item.textEdit = toTextEdit(presentation.textEdit);
1885
+ }
1886
+ if (presentation.additionalTextEdits) {
1887
+ item.additionalTextEdits = presentation.additionalTextEdits.map(toTextEdit);
1888
+ }
1889
+ return item;
1890
+ });
1891
+ });
1892
+ }
1893
+ };
1894
+ var FoldingRangeAdapter = class {
1895
+ constructor(_worker) {
1896
+ this._worker = _worker;
1897
+ }
1898
+ provideFoldingRanges(model, context, token) {
1899
+ const resource = model.uri;
1900
+ return this._worker(resource).then((worker) => worker.getFoldingRanges(resource.toString(), context)).then((ranges) => {
1901
+ if (!ranges) {
1902
+ return;
1903
+ }
1904
+ return ranges.map((range) => {
1905
+ const result = {
1906
+ start: range.startLine + 1,
1907
+ end: range.endLine + 1
1908
+ };
1909
+ if (typeof range.kind !== "undefined") {
1910
+ result.kind = toFoldingRangeKind(range.kind);
1911
+ }
1912
+ return result;
1913
+ });
1914
+ });
1915
+ }
1916
+ };
1917
+ function toFoldingRangeKind(kind) {
1918
+ switch (kind) {
1919
+ case FoldingRangeKind.Comment:
1920
+ return monaco_editor_core_exports.languages.FoldingRangeKind.Comment;
1921
+ case FoldingRangeKind.Imports:
1922
+ return monaco_editor_core_exports.languages.FoldingRangeKind.Imports;
1923
+ case FoldingRangeKind.Region:
1924
+ return monaco_editor_core_exports.languages.FoldingRangeKind.Region;
1925
+ }
1926
+ return void 0;
1927
+ }
1928
+ var SelectionRangeAdapter = class {
1929
+ constructor(_worker) {
1930
+ this._worker = _worker;
1931
+ }
1932
+ provideSelectionRanges(model, positions, token) {
1933
+ const resource = model.uri;
1934
+ return this._worker(resource).then((worker) => worker.getSelectionRanges(resource.toString(), positions.map(fromPosition))).then((selectionRanges) => {
1935
+ if (!selectionRanges) {
1936
+ return;
1937
+ }
1938
+ return selectionRanges.map((selectionRange) => {
1939
+ const result = [];
1940
+ while (selectionRange) {
1941
+ result.push({ range: toRange(selectionRange.range) });
1942
+ selectionRange = selectionRange.parent;
1943
+ }
1944
+ return result;
1945
+ });
1946
+ });
1947
+ }
1948
+ };
1949
+
1950
+ // src/language/css/cssMode.ts
1951
+ function setupMode(defaults) {
1952
+ const disposables = [];
1953
+ const providers = [];
1954
+ const client = new WorkerManager(defaults);
1955
+ disposables.push(client);
1956
+ const worker = (...uris) => {
1957
+ return client.getLanguageServiceWorker(...uris);
1958
+ };
1959
+ function registerProviders() {
1960
+ const { languageId, modeConfiguration } = defaults;
1961
+ disposeAll(providers);
1962
+ if (modeConfiguration.completionItems) {
1963
+ providers.push(monaco_editor_core_exports.languages.registerCompletionItemProvider(languageId, new CompletionAdapter(worker, ["/", "-", ":"])));
1964
+ }
1965
+ if (modeConfiguration.hovers) {
1966
+ providers.push(monaco_editor_core_exports.languages.registerHoverProvider(languageId, new HoverAdapter(worker)));
1967
+ }
1968
+ if (modeConfiguration.documentHighlights) {
1969
+ providers.push(monaco_editor_core_exports.languages.registerDocumentHighlightProvider(languageId, new DocumentHighlightAdapter(worker)));
1970
+ }
1971
+ if (modeConfiguration.definitions) {
1972
+ providers.push(monaco_editor_core_exports.languages.registerDefinitionProvider(languageId, new DefinitionAdapter(worker)));
1973
+ }
1974
+ if (modeConfiguration.references) {
1975
+ providers.push(monaco_editor_core_exports.languages.registerReferenceProvider(languageId, new ReferenceAdapter(worker)));
1976
+ }
1977
+ if (modeConfiguration.documentSymbols) {
1978
+ providers.push(monaco_editor_core_exports.languages.registerDocumentSymbolProvider(languageId, new DocumentSymbolAdapter(worker)));
1979
+ }
1980
+ if (modeConfiguration.rename) {
1981
+ providers.push(monaco_editor_core_exports.languages.registerRenameProvider(languageId, new RenameAdapter(worker)));
1982
+ }
1983
+ if (modeConfiguration.colors) {
1984
+ providers.push(monaco_editor_core_exports.languages.registerColorProvider(languageId, new DocumentColorAdapter(worker)));
1985
+ }
1986
+ if (modeConfiguration.foldingRanges) {
1987
+ providers.push(monaco_editor_core_exports.languages.registerFoldingRangeProvider(languageId, new FoldingRangeAdapter(worker)));
1988
+ }
1989
+ if (modeConfiguration.diagnostics) {
1990
+ providers.push(new DiagnosticsAdapter(languageId, worker, defaults.onDidChange));
1991
+ }
1992
+ if (modeConfiguration.selectionRanges) {
1993
+ providers.push(monaco_editor_core_exports.languages.registerSelectionRangeProvider(languageId, new SelectionRangeAdapter(worker)));
1994
+ }
1995
+ if (modeConfiguration.documentFormattingEdits) {
1996
+ providers.push(monaco_editor_core_exports.languages.registerDocumentFormattingEditProvider(languageId, new DocumentFormattingEditProvider(worker)));
1997
+ }
1998
+ if (modeConfiguration.documentRangeFormattingEdits) {
1999
+ providers.push(monaco_editor_core_exports.languages.registerDocumentRangeFormattingEditProvider(languageId, new DocumentRangeFormattingEditProvider(worker)));
2000
+ }
2001
+ }
2002
+ registerProviders();
2003
+ disposables.push(asDisposable(providers));
2004
+ return asDisposable(disposables);
2005
+ }
2006
+ function asDisposable(disposables) {
2007
+ return { dispose: () => disposeAll(disposables) };
2008
+ }
2009
+ function disposeAll(disposables) {
2010
+ while (disposables.length) {
2011
+ disposables.pop().dispose();
2012
+ }
2013
+ }
2014
+ export {
2015
+ CompletionAdapter,
2016
+ DefinitionAdapter,
2017
+ DiagnosticsAdapter,
2018
+ DocumentColorAdapter,
2019
+ DocumentFormattingEditProvider,
2020
+ DocumentHighlightAdapter,
2021
+ DocumentLinkAdapter,
2022
+ DocumentRangeFormattingEditProvider,
2023
+ DocumentSymbolAdapter,
2024
+ FoldingRangeAdapter,
2025
+ HoverAdapter,
2026
+ ReferenceAdapter,
2027
+ RenameAdapter,
2028
+ SelectionRangeAdapter,
2029
+ WorkerManager,
2030
+ fromPosition,
2031
+ fromRange,
2032
+ setupMode,
2033
+ toRange,
2034
+ toTextEdit
2035
+ };