@surething/cockpit 1.0.175

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 (1095) hide show
  1. package/.next-prod/BUILD_ID +1 -0
  2. package/.next-prod/app-path-routes-manifest.json +99 -0
  3. package/.next-prod/build-manifest.json +20 -0
  4. package/.next-prod/diagnostics/build-diagnostics.json +6 -0
  5. package/.next-prod/diagnostics/framework.json +1 -0
  6. package/.next-prod/export-marker.json +6 -0
  7. package/.next-prod/images-manifest.json +67 -0
  8. package/.next-prod/next-minimal-server.js.nft.json +1 -0
  9. package/.next-prod/next-server.js.nft.json +1 -0
  10. package/.next-prod/package.json +1 -0
  11. package/.next-prod/prerender-manifest.json +119 -0
  12. package/.next-prod/react-loadable-manifest.json +4241 -0
  13. package/.next-prod/required-server-files.js +326 -0
  14. package/.next-prod/required-server-files.json +326 -0
  15. package/.next-prod/routes-manifest.json +641 -0
  16. package/.next-prod/server/app/_global-error/page.js +3 -0
  17. package/.next-prod/server/app/_global-error/page.js.nft.json +1 -0
  18. package/.next-prod/server/app/_global-error/page_client-reference-manifest.js +1 -0
  19. package/.next-prod/server/app/_global-error.html +2 -0
  20. package/.next-prod/server/app/_global-error.meta +16 -0
  21. package/.next-prod/server/app/_global-error.rsc +12 -0
  22. package/.next-prod/server/app/_global-error.segments/_full.segment.rsc +12 -0
  23. package/.next-prod/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +5 -0
  24. package/.next-prod/server/app/_global-error.segments/_global-error.segment.rsc +4 -0
  25. package/.next-prod/server/app/_global-error.segments/_head.segment.rsc +5 -0
  26. package/.next-prod/server/app/_global-error.segments/_index.segment.rsc +4 -0
  27. package/.next-prod/server/app/_global-error.segments/_tree.segment.rsc +1 -0
  28. package/.next-prod/server/app/_not-found/page.js +2 -0
  29. package/.next-prod/server/app/_not-found/page.js.nft.json +1 -0
  30. package/.next-prod/server/app/_not-found/page_client-reference-manifest.js +1 -0
  31. package/.next-prod/server/app/_not-found.html +18 -0
  32. package/.next-prod/server/app/_not-found.meta +16 -0
  33. package/.next-prod/server/app/_not-found.rsc +18 -0
  34. package/.next-prod/server/app/_not-found.segments/_full.segment.rsc +18 -0
  35. package/.next-prod/server/app/_not-found.segments/_head.segment.rsc +6 -0
  36. package/.next-prod/server/app/_not-found.segments/_index.segment.rsc +6 -0
  37. package/.next-prod/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
  38. package/.next-prod/server/app/_not-found.segments/_not-found.segment.rsc +4 -0
  39. package/.next-prod/server/app/_not-found.segments/_tree.segment.rsc +5 -0
  40. package/.next-prod/server/app/api/bash/route.js +1 -0
  41. package/.next-prod/server/app/api/bash/route.js.nft.json +1 -0
  42. package/.next-prod/server/app/api/bash/route_client-reference-manifest.js +1 -0
  43. package/.next-prod/server/app/api/chat/route.js +5 -0
  44. package/.next-prod/server/app/api/chat/route.js.nft.json +1 -0
  45. package/.next-prod/server/app/api/chat/route_client-reference-manifest.js +1 -0
  46. package/.next-prod/server/app/api/claude-stats/route.js +1 -0
  47. package/.next-prod/server/app/api/claude-stats/route.js.nft.json +1 -0
  48. package/.next-prod/server/app/api/claude-stats/route_client-reference-manifest.js +1 -0
  49. package/.next-prod/server/app/api/commands/route.js +1 -0
  50. package/.next-prod/server/app/api/commands/route.js.nft.json +1 -0
  51. package/.next-prod/server/app/api/commands/route_client-reference-manifest.js +1 -0
  52. package/.next-prod/server/app/api/comments/route.js +1 -0
  53. package/.next-prod/server/app/api/comments/route.js.nft.json +1 -0
  54. package/.next-prod/server/app/api/comments/route_client-reference-manifest.js +1 -0
  55. package/.next-prod/server/app/api/db/columns/route.js +15 -0
  56. package/.next-prod/server/app/api/db/columns/route.js.nft.json +1 -0
  57. package/.next-prod/server/app/api/db/columns/route_client-reference-manifest.js +1 -0
  58. package/.next-prod/server/app/api/db/connect/route.js +1 -0
  59. package/.next-prod/server/app/api/db/connect/route.js.nft.json +1 -0
  60. package/.next-prod/server/app/api/db/connect/route_client-reference-manifest.js +1 -0
  61. package/.next-prod/server/app/api/db/disconnect/route.js +1 -0
  62. package/.next-prod/server/app/api/db/disconnect/route.js.nft.json +1 -0
  63. package/.next-prod/server/app/api/db/disconnect/route_client-reference-manifest.js +1 -0
  64. package/.next-prod/server/app/api/db/export/route.js +1 -0
  65. package/.next-prod/server/app/api/db/export/route.js.nft.json +1 -0
  66. package/.next-prod/server/app/api/db/export/route_client-reference-manifest.js +1 -0
  67. package/.next-prod/server/app/api/db/query/route.js +1 -0
  68. package/.next-prod/server/app/api/db/query/route.js.nft.json +1 -0
  69. package/.next-prod/server/app/api/db/query/route_client-reference-manifest.js +1 -0
  70. package/.next-prod/server/app/api/db/schemas/route.js +8 -0
  71. package/.next-prod/server/app/api/db/schemas/route.js.nft.json +1 -0
  72. package/.next-prod/server/app/api/db/schemas/route_client-reference-manifest.js +1 -0
  73. package/.next-prod/server/app/api/extension/version/route.js +1 -0
  74. package/.next-prod/server/app/api/extension/version/route.js.nft.json +1 -0
  75. package/.next-prod/server/app/api/extension/version/route_client-reference-manifest.js +1 -0
  76. package/.next-prod/server/app/api/file/route.js +1 -0
  77. package/.next-prod/server/app/api/file/route.js.nft.json +1 -0
  78. package/.next-prod/server/app/api/file/route_client-reference-manifest.js +1 -0
  79. package/.next-prod/server/app/api/files/blame/route.js +1 -0
  80. package/.next-prod/server/app/api/files/blame/route.js.nft.json +1 -0
  81. package/.next-prod/server/app/api/files/blame/route_client-reference-manifest.js +1 -0
  82. package/.next-prod/server/app/api/files/clipboard/route.js +1 -0
  83. package/.next-prod/server/app/api/files/clipboard/route.js.nft.json +1 -0
  84. package/.next-prod/server/app/api/files/clipboard/route_client-reference-manifest.js +1 -0
  85. package/.next-prod/server/app/api/files/copy/route.js +1 -0
  86. package/.next-prod/server/app/api/files/copy/route.js.nft.json +1 -0
  87. package/.next-prod/server/app/api/files/copy/route_client-reference-manifest.js +1 -0
  88. package/.next-prod/server/app/api/files/delete/route.js +1 -0
  89. package/.next-prod/server/app/api/files/delete/route.js.nft.json +1 -0
  90. package/.next-prod/server/app/api/files/delete/route_client-reference-manifest.js +1 -0
  91. package/.next-prod/server/app/api/files/expanded/route.js +1 -0
  92. package/.next-prod/server/app/api/files/expanded/route.js.nft.json +1 -0
  93. package/.next-prod/server/app/api/files/expanded/route_client-reference-manifest.js +1 -0
  94. package/.next-prod/server/app/api/files/index/route.js +1 -0
  95. package/.next-prod/server/app/api/files/index/route.js.nft.json +1 -0
  96. package/.next-prod/server/app/api/files/index/route_client-reference-manifest.js +1 -0
  97. package/.next-prod/server/app/api/files/init/route.js +1 -0
  98. package/.next-prod/server/app/api/files/init/route.js.nft.json +1 -0
  99. package/.next-prod/server/app/api/files/init/route_client-reference-manifest.js +1 -0
  100. package/.next-prod/server/app/api/files/paste/route.js +1 -0
  101. package/.next-prod/server/app/api/files/paste/route.js.nft.json +1 -0
  102. package/.next-prod/server/app/api/files/paste/route_client-reference-manifest.js +1 -0
  103. package/.next-prod/server/app/api/files/read/route.js +1 -0
  104. package/.next-prod/server/app/api/files/read/route.js.nft.json +1 -0
  105. package/.next-prod/server/app/api/files/read/route_client-reference-manifest.js +1 -0
  106. package/.next-prod/server/app/api/files/readdir/route.js +1 -0
  107. package/.next-prod/server/app/api/files/readdir/route.js.nft.json +1 -0
  108. package/.next-prod/server/app/api/files/readdir/route_client-reference-manifest.js +1 -0
  109. package/.next-prod/server/app/api/files/recent/route.js +1 -0
  110. package/.next-prod/server/app/api/files/recent/route.js.nft.json +1 -0
  111. package/.next-prod/server/app/api/files/recent/route_client-reference-manifest.js +1 -0
  112. package/.next-prod/server/app/api/files/save/route.js +1 -0
  113. package/.next-prod/server/app/api/files/save/route.js.nft.json +1 -0
  114. package/.next-prod/server/app/api/files/save/route_client-reference-manifest.js +1 -0
  115. package/.next-prod/server/app/api/files/search/route.js +1 -0
  116. package/.next-prod/server/app/api/files/search/route.js.nft.json +1 -0
  117. package/.next-prod/server/app/api/files/search/route_client-reference-manifest.js +1 -0
  118. package/.next-prod/server/app/api/git/branch-diff/route.js +1 -0
  119. package/.next-prod/server/app/api/git/branch-diff/route.js.nft.json +1 -0
  120. package/.next-prod/server/app/api/git/branch-diff/route_client-reference-manifest.js +1 -0
  121. package/.next-prod/server/app/api/git/branches/route.js +1 -0
  122. package/.next-prod/server/app/api/git/branches/route.js.nft.json +1 -0
  123. package/.next-prod/server/app/api/git/branches/route_client-reference-manifest.js +1 -0
  124. package/.next-prod/server/app/api/git/commit-diff/route.js +1 -0
  125. package/.next-prod/server/app/api/git/commit-diff/route.js.nft.json +1 -0
  126. package/.next-prod/server/app/api/git/commit-diff/route_client-reference-manifest.js +1 -0
  127. package/.next-prod/server/app/api/git/commits/route.js +1 -0
  128. package/.next-prod/server/app/api/git/commits/route.js.nft.json +1 -0
  129. package/.next-prod/server/app/api/git/commits/route_client-reference-manifest.js +1 -0
  130. package/.next-prod/server/app/api/git/diff/route.js +1 -0
  131. package/.next-prod/server/app/api/git/diff/route.js.nft.json +1 -0
  132. package/.next-prod/server/app/api/git/diff/route_client-reference-manifest.js +1 -0
  133. package/.next-prod/server/app/api/git/discard/route.js +1 -0
  134. package/.next-prod/server/app/api/git/discard/route.js.nft.json +1 -0
  135. package/.next-prod/server/app/api/git/discard/route_client-reference-manifest.js +1 -0
  136. package/.next-prod/server/app/api/git/stage/route.js +1 -0
  137. package/.next-prod/server/app/api/git/stage/route.js.nft.json +1 -0
  138. package/.next-prod/server/app/api/git/stage/route_client-reference-manifest.js +1 -0
  139. package/.next-prod/server/app/api/git/status/route.js +1 -0
  140. package/.next-prod/server/app/api/git/status/route.js.nft.json +1 -0
  141. package/.next-prod/server/app/api/git/status/route_client-reference-manifest.js +1 -0
  142. package/.next-prod/server/app/api/git/unstage/route.js +1 -0
  143. package/.next-prod/server/app/api/git/unstage/route.js.nft.json +1 -0
  144. package/.next-prod/server/app/api/git/unstage/route_client-reference-manifest.js +1 -0
  145. package/.next-prod/server/app/api/git/worktree/route.js +1 -0
  146. package/.next-prod/server/app/api/git/worktree/route.js.nft.json +1 -0
  147. package/.next-prod/server/app/api/git/worktree/route_client-reference-manifest.js +1 -0
  148. package/.next-prod/server/app/api/global-state/route.js +1 -0
  149. package/.next-prod/server/app/api/global-state/route.js.nft.json +1 -0
  150. package/.next-prod/server/app/api/global-state/route_client-reference-manifest.js +1 -0
  151. package/.next-prod/server/app/api/jupyter/load/route.js +1 -0
  152. package/.next-prod/server/app/api/jupyter/load/route.js.nft.json +1 -0
  153. package/.next-prod/server/app/api/jupyter/load/route_client-reference-manifest.js +1 -0
  154. package/.next-prod/server/app/api/jupyter/save/route.js +1 -0
  155. package/.next-prod/server/app/api/jupyter/save/route.js.nft.json +1 -0
  156. package/.next-prod/server/app/api/jupyter/save/route_client-reference-manifest.js +1 -0
  157. package/.next-prod/server/app/api/jupyter/shutdown/route.js +1 -0
  158. package/.next-prod/server/app/api/jupyter/shutdown/route.js.nft.json +1 -0
  159. package/.next-prod/server/app/api/jupyter/shutdown/route_client-reference-manifest.js +1 -0
  160. package/.next-prod/server/app/api/lsp/definition/route.js +1 -0
  161. package/.next-prod/server/app/api/lsp/definition/route.js.nft.json +1 -0
  162. package/.next-prod/server/app/api/lsp/definition/route_client-reference-manifest.js +1 -0
  163. package/.next-prod/server/app/api/lsp/hover/route.js +1 -0
  164. package/.next-prod/server/app/api/lsp/hover/route.js.nft.json +1 -0
  165. package/.next-prod/server/app/api/lsp/hover/route_client-reference-manifest.js +1 -0
  166. package/.next-prod/server/app/api/lsp/references/route.js +1 -0
  167. package/.next-prod/server/app/api/lsp/references/route.js.nft.json +1 -0
  168. package/.next-prod/server/app/api/lsp/references/route_client-reference-manifest.js +1 -0
  169. package/.next-prod/server/app/api/lsp/status/route.js +1 -0
  170. package/.next-prod/server/app/api/lsp/status/route.js.nft.json +1 -0
  171. package/.next-prod/server/app/api/lsp/status/route_client-reference-manifest.js +1 -0
  172. package/.next-prod/server/app/api/lsp/warmup/route.js +1 -0
  173. package/.next-prod/server/app/api/lsp/warmup/route.js.nft.json +1 -0
  174. package/.next-prod/server/app/api/lsp/warmup/route_client-reference-manifest.js +1 -0
  175. package/.next-prod/server/app/api/mysql/columns/route.js +9 -0
  176. package/.next-prod/server/app/api/mysql/columns/route.js.nft.json +1 -0
  177. package/.next-prod/server/app/api/mysql/columns/route_client-reference-manifest.js +1 -0
  178. package/.next-prod/server/app/api/mysql/connect/route.js +1 -0
  179. package/.next-prod/server/app/api/mysql/connect/route.js.nft.json +1 -0
  180. package/.next-prod/server/app/api/mysql/connect/route_client-reference-manifest.js +1 -0
  181. package/.next-prod/server/app/api/mysql/disconnect/route.js +1 -0
  182. package/.next-prod/server/app/api/mysql/disconnect/route.js.nft.json +1 -0
  183. package/.next-prod/server/app/api/mysql/disconnect/route_client-reference-manifest.js +1 -0
  184. package/.next-prod/server/app/api/mysql/export/route.js +1 -0
  185. package/.next-prod/server/app/api/mysql/export/route.js.nft.json +1 -0
  186. package/.next-prod/server/app/api/mysql/export/route_client-reference-manifest.js +1 -0
  187. package/.next-prod/server/app/api/mysql/query/route.js +1 -0
  188. package/.next-prod/server/app/api/mysql/query/route.js.nft.json +1 -0
  189. package/.next-prod/server/app/api/mysql/query/route_client-reference-manifest.js +1 -0
  190. package/.next-prod/server/app/api/mysql/schemas/route.js +6 -0
  191. package/.next-prod/server/app/api/mysql/schemas/route.js.nft.json +1 -0
  192. package/.next-prod/server/app/api/mysql/schemas/route_client-reference-manifest.js +1 -0
  193. package/.next-prod/server/app/api/note/route.js +1 -0
  194. package/.next-prod/server/app/api/note/route.js.nft.json +1 -0
  195. package/.next-prod/server/app/api/note/route_client-reference-manifest.js +1 -0
  196. package/.next-prod/server/app/api/open-cursor/route.js +1 -0
  197. package/.next-prod/server/app/api/open-cursor/route.js.nft.json +1 -0
  198. package/.next-prod/server/app/api/open-cursor/route_client-reference-manifest.js +1 -0
  199. package/.next-prod/server/app/api/open-vscode/route.js +1 -0
  200. package/.next-prod/server/app/api/open-vscode/route.js.nft.json +1 -0
  201. package/.next-prod/server/app/api/open-vscode/route_client-reference-manifest.js +1 -0
  202. package/.next-prod/server/app/api/pick-folder/route.js +1 -0
  203. package/.next-prod/server/app/api/pick-folder/route.js.nft.json +1 -0
  204. package/.next-prod/server/app/api/pick-folder/route_client-reference-manifest.js +1 -0
  205. package/.next-prod/server/app/api/pinned-sessions/route.js +1 -0
  206. package/.next-prod/server/app/api/pinned-sessions/route.js.nft.json +1 -0
  207. package/.next-prod/server/app/api/pinned-sessions/route_client-reference-manifest.js +1 -0
  208. package/.next-prod/server/app/api/project-settings/route.js +1 -0
  209. package/.next-prod/server/app/api/project-settings/route.js.nft.json +1 -0
  210. package/.next-prod/server/app/api/project-settings/route_client-reference-manifest.js +1 -0
  211. package/.next-prod/server/app/api/project-state/route.js +1 -0
  212. package/.next-prod/server/app/api/project-state/route.js.nft.json +1 -0
  213. package/.next-prod/server/app/api/project-state/route_client-reference-manifest.js +1 -0
  214. package/.next-prod/server/app/api/projects/route.js +1 -0
  215. package/.next-prod/server/app/api/projects/route.js.nft.json +1 -0
  216. package/.next-prod/server/app/api/projects/route_client-reference-manifest.js +1 -0
  217. package/.next-prod/server/app/api/redis/command/route.js +1 -0
  218. package/.next-prod/server/app/api/redis/command/route.js.nft.json +1 -0
  219. package/.next-prod/server/app/api/redis/command/route_client-reference-manifest.js +1 -0
  220. package/.next-prod/server/app/api/redis/connect/route.js +1 -0
  221. package/.next-prod/server/app/api/redis/connect/route.js.nft.json +1 -0
  222. package/.next-prod/server/app/api/redis/connect/route_client-reference-manifest.js +1 -0
  223. package/.next-prod/server/app/api/redis/delete/route.js +1 -0
  224. package/.next-prod/server/app/api/redis/delete/route.js.nft.json +1 -0
  225. package/.next-prod/server/app/api/redis/delete/route_client-reference-manifest.js +1 -0
  226. package/.next-prod/server/app/api/redis/disconnect/route.js +1 -0
  227. package/.next-prod/server/app/api/redis/disconnect/route.js.nft.json +1 -0
  228. package/.next-prod/server/app/api/redis/disconnect/route_client-reference-manifest.js +1 -0
  229. package/.next-prod/server/app/api/redis/get/route.js +1 -0
  230. package/.next-prod/server/app/api/redis/get/route.js.nft.json +1 -0
  231. package/.next-prod/server/app/api/redis/get/route_client-reference-manifest.js +1 -0
  232. package/.next-prod/server/app/api/redis/keys/route.js +1 -0
  233. package/.next-prod/server/app/api/redis/keys/route.js.nft.json +1 -0
  234. package/.next-prod/server/app/api/redis/keys/route_client-reference-manifest.js +1 -0
  235. package/.next-prod/server/app/api/redis/set/route.js +1 -0
  236. package/.next-prod/server/app/api/redis/set/route.js.nft.json +1 -0
  237. package/.next-prod/server/app/api/redis/set/route_client-reference-manifest.js +1 -0
  238. package/.next-prod/server/app/api/review/[id]/comments/route.js +1 -0
  239. package/.next-prod/server/app/api/review/[id]/comments/route.js.nft.json +1 -0
  240. package/.next-prod/server/app/api/review/[id]/comments/route_client-reference-manifest.js +1 -0
  241. package/.next-prod/server/app/api/review/[id]/replies/route.js +1 -0
  242. package/.next-prod/server/app/api/review/[id]/replies/route.js.nft.json +1 -0
  243. package/.next-prod/server/app/api/review/[id]/replies/route_client-reference-manifest.js +1 -0
  244. package/.next-prod/server/app/api/review/[id]/route.js +1 -0
  245. package/.next-prod/server/app/api/review/[id]/route.js.nft.json +1 -0
  246. package/.next-prod/server/app/api/review/[id]/route_client-reference-manifest.js +1 -0
  247. package/.next-prod/server/app/api/review/identify/route.js +1 -0
  248. package/.next-prod/server/app/api/review/identify/route.js.nft.json +1 -0
  249. package/.next-prod/server/app/api/review/identify/route_client-reference-manifest.js +1 -0
  250. package/.next-prod/server/app/api/review/order/route.js +1 -0
  251. package/.next-prod/server/app/api/review/order/route.js.nft.json +1 -0
  252. package/.next-prod/server/app/api/review/order/route_client-reference-manifest.js +1 -0
  253. package/.next-prod/server/app/api/review/route.js +1 -0
  254. package/.next-prod/server/app/api/review/route.js.nft.json +1 -0
  255. package/.next-prod/server/app/api/review/route_client-reference-manifest.js +1 -0
  256. package/.next-prod/server/app/api/review/share-info/route.js +1 -0
  257. package/.next-prod/server/app/api/review/share-info/route.js.nft.json +1 -0
  258. package/.next-prod/server/app/api/review/share-info/route_client-reference-manifest.js +1 -0
  259. package/.next-prod/server/app/api/review/users/route.js +1 -0
  260. package/.next-prod/server/app/api/review/users/route.js.nft.json +1 -0
  261. package/.next-prod/server/app/api/review/users/route_client-reference-manifest.js +1 -0
  262. package/.next-prod/server/app/api/scheduled-tasks/route.js +1 -0
  263. package/.next-prod/server/app/api/scheduled-tasks/route.js.nft.json +1 -0
  264. package/.next-prod/server/app/api/scheduled-tasks/route_client-reference-manifest.js +1 -0
  265. package/.next-prod/server/app/api/services/config/route.js +1 -0
  266. package/.next-prod/server/app/api/services/config/route.js.nft.json +1 -0
  267. package/.next-prod/server/app/api/services/config/route_client-reference-manifest.js +1 -0
  268. package/.next-prod/server/app/api/services/scripts/route.js +1 -0
  269. package/.next-prod/server/app/api/services/scripts/route.js.nft.json +1 -0
  270. package/.next-prod/server/app/api/services/scripts/route_client-reference-manifest.js +1 -0
  271. package/.next-prod/server/app/api/session/[sessionId]/fork/route.js +1 -0
  272. package/.next-prod/server/app/api/session/[sessionId]/fork/route.js.nft.json +1 -0
  273. package/.next-prod/server/app/api/session/[sessionId]/fork/route_client-reference-manifest.js +1 -0
  274. package/.next-prod/server/app/api/session/[sessionId]/history/route.js +1 -0
  275. package/.next-prod/server/app/api/session/[sessionId]/history/route.js.nft.json +1 -0
  276. package/.next-prod/server/app/api/session/[sessionId]/history/route_client-reference-manifest.js +1 -0
  277. package/.next-prod/server/app/api/session-by-path/route.js +1 -0
  278. package/.next-prod/server/app/api/session-by-path/route.js.nft.json +1 -0
  279. package/.next-prod/server/app/api/session-by-path/route_client-reference-manifest.js +1 -0
  280. package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route.js +1 -0
  281. package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route.js.nft.json +1 -0
  282. package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route_client-reference-manifest.js +1 -0
  283. package/.next-prod/server/app/api/sessions/projects/route.js +1 -0
  284. package/.next-prod/server/app/api/sessions/projects/route.js.nft.json +1 -0
  285. package/.next-prod/server/app/api/sessions/projects/route_client-reference-manifest.js +1 -0
  286. package/.next-prod/server/app/api/sessions/route.js +1 -0
  287. package/.next-prod/server/app/api/sessions/route.js.nft.json +1 -0
  288. package/.next-prod/server/app/api/sessions/route_client-reference-manifest.js +1 -0
  289. package/.next-prod/server/app/api/settings/route.js +1 -0
  290. package/.next-prod/server/app/api/settings/route.js.nft.json +1 -0
  291. package/.next-prod/server/app/api/settings/route_client-reference-manifest.js +1 -0
  292. package/.next-prod/server/app/api/terminal/aliases/route.js +1 -0
  293. package/.next-prod/server/app/api/terminal/aliases/route.js.nft.json +1 -0
  294. package/.next-prod/server/app/api/terminal/aliases/route_client-reference-manifest.js +1 -0
  295. package/.next-prod/server/app/api/terminal/autocomplete/route.js +1 -0
  296. package/.next-prod/server/app/api/terminal/autocomplete/route.js.nft.json +1 -0
  297. package/.next-prod/server/app/api/terminal/autocomplete/route_client-reference-manifest.js +1 -0
  298. package/.next-prod/server/app/api/terminal/bubble-order/route.js +1 -0
  299. package/.next-prod/server/app/api/terminal/bubble-order/route.js.nft.json +1 -0
  300. package/.next-prod/server/app/api/terminal/bubble-order/route_client-reference-manifest.js +1 -0
  301. package/.next-prod/server/app/api/terminal/env/route.js +1 -0
  302. package/.next-prod/server/app/api/terminal/env/route.js.nft.json +1 -0
  303. package/.next-prod/server/app/api/terminal/env/route_client-reference-manifest.js +1 -0
  304. package/.next-prod/server/app/api/terminal/history/route.js +1 -0
  305. package/.next-prod/server/app/api/terminal/history/route.js.nft.json +1 -0
  306. package/.next-prod/server/app/api/terminal/history/route_client-reference-manifest.js +1 -0
  307. package/.next-prod/server/app/api/version/route.js +1 -0
  308. package/.next-prod/server/app/api/version/route.js.nft.json +1 -0
  309. package/.next-prod/server/app/api/version/route_client-reference-manifest.js +1 -0
  310. package/.next-prod/server/app/favicon.ico/route.js +1 -0
  311. package/.next-prod/server/app/favicon.ico/route.js.nft.json +1 -0
  312. package/.next-prod/server/app/favicon.ico.body +0 -0
  313. package/.next-prod/server/app/favicon.ico.meta +1 -0
  314. package/.next-prod/server/app/manifest.webmanifest/route.js +16 -0
  315. package/.next-prod/server/app/manifest.webmanifest/route.js.nft.json +1 -0
  316. package/.next-prod/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -0
  317. package/.next-prod/server/app/manifest.webmanifest.body +1 -0
  318. package/.next-prod/server/app/manifest.webmanifest.meta +1 -0
  319. package/.next-prod/server/app/page.js +97 -0
  320. package/.next-prod/server/app/page.js.nft.json +1 -0
  321. package/.next-prod/server/app/page_client-reference-manifest.js +1 -0
  322. package/.next-prod/server/app/project/page.js +29 -0
  323. package/.next-prod/server/app/project/page.js.nft.json +1 -0
  324. package/.next-prod/server/app/project/page_client-reference-manifest.js +1 -0
  325. package/.next-prod/server/app/review/[id]/page.js +2 -0
  326. package/.next-prod/server/app/review/[id]/page.js.nft.json +1 -0
  327. package/.next-prod/server/app/review/[id]/page_client-reference-manifest.js +1 -0
  328. package/.next-prod/server/app-paths-manifest.json +99 -0
  329. package/.next-prod/server/chunks/1639.js +1 -0
  330. package/.next-prod/server/chunks/1667.js +1 -0
  331. package/.next-prod/server/chunks/1813.js +1 -0
  332. package/.next-prod/server/chunks/1912.js +1 -0
  333. package/.next-prod/server/chunks/2325.js +82 -0
  334. package/.next-prod/server/chunks/2376.js +36 -0
  335. package/.next-prod/server/chunks/2816.js +1 -0
  336. package/.next-prod/server/chunks/2840.js +62 -0
  337. package/.next-prod/server/chunks/3434.js +1 -0
  338. package/.next-prod/server/chunks/3441.js +24 -0
  339. package/.next-prod/server/chunks/3503.js +29 -0
  340. package/.next-prod/server/chunks/3863.js +1 -0
  341. package/.next-prod/server/chunks/3932.js +56 -0
  342. package/.next-prod/server/chunks/4042.js +1 -0
  343. package/.next-prod/server/chunks/4073.js +1 -0
  344. package/.next-prod/server/chunks/4097.js +136 -0
  345. package/.next-prod/server/chunks/4098.js +1 -0
  346. package/.next-prod/server/chunks/4268.js +4 -0
  347. package/.next-prod/server/chunks/4272.js +5 -0
  348. package/.next-prod/server/chunks/4309.js +141 -0
  349. package/.next-prod/server/chunks/4345.js +1 -0
  350. package/.next-prod/server/chunks/4367.js +1 -0
  351. package/.next-prod/server/chunks/4388.js +24 -0
  352. package/.next-prod/server/chunks/4442.js +1 -0
  353. package/.next-prod/server/chunks/4490.js +26 -0
  354. package/.next-prod/server/chunks/4741.js +22 -0
  355. package/.next-prod/server/chunks/4793.js +1 -0
  356. package/.next-prod/server/chunks/5152.js +1 -0
  357. package/.next-prod/server/chunks/5460.js +201 -0
  358. package/.next-prod/server/chunks/5481.js +1 -0
  359. package/.next-prod/server/chunks/5536.js +148 -0
  360. package/.next-prod/server/chunks/5733.js +5 -0
  361. package/.next-prod/server/chunks/582.js +1 -0
  362. package/.next-prod/server/chunks/5958.js +1 -0
  363. package/.next-prod/server/chunks/6062.js +1 -0
  364. package/.next-prod/server/chunks/6117.js +13 -0
  365. package/.next-prod/server/chunks/6142.js +287 -0
  366. package/.next-prod/server/chunks/6346.js +1 -0
  367. package/.next-prod/server/chunks/6443.js +1 -0
  368. package/.next-prod/server/chunks/6804.js +43 -0
  369. package/.next-prod/server/chunks/7265.js +93 -0
  370. package/.next-prod/server/chunks/7284.js +1 -0
  371. package/.next-prod/server/chunks/7307.js +1 -0
  372. package/.next-prod/server/chunks/7483.js +1 -0
  373. package/.next-prod/server/chunks/7484.js +64 -0
  374. package/.next-prod/server/chunks/7514.js +31 -0
  375. package/.next-prod/server/chunks/7800.js +166 -0
  376. package/.next-prod/server/chunks/8068.js +63 -0
  377. package/.next-prod/server/chunks/8351.js +23 -0
  378. package/.next-prod/server/chunks/8491.js +5 -0
  379. package/.next-prod/server/chunks/8585.js +198 -0
  380. package/.next-prod/server/chunks/887.js +215 -0
  381. package/.next-prod/server/chunks/911.js +1 -0
  382. package/.next-prod/server/chunks/9116.js +65 -0
  383. package/.next-prod/server/chunks/925.js +68 -0
  384. package/.next-prod/server/chunks/9298.js +139 -0
  385. package/.next-prod/server/chunks/9401.js +1 -0
  386. package/.next-prod/server/chunks/9408.js +1 -0
  387. package/.next-prod/server/functions-config-manifest.json +24 -0
  388. package/.next-prod/server/interception-route-rewrite-manifest.js +1 -0
  389. package/.next-prod/server/middleware-build-manifest.js +1 -0
  390. package/.next-prod/server/middleware-manifest.json +6 -0
  391. package/.next-prod/server/middleware-react-loadable-manifest.js +1 -0
  392. package/.next-prod/server/next-font-manifest.js +1 -0
  393. package/.next-prod/server/next-font-manifest.json +1 -0
  394. package/.next-prod/server/pages/404.html +18 -0
  395. package/.next-prod/server/pages/500.html +2 -0
  396. package/.next-prod/server/pages-manifest.json +4 -0
  397. package/.next-prod/server/server-reference-manifest.js +1 -0
  398. package/.next-prod/server/server-reference-manifest.json +1 -0
  399. package/.next-prod/server/webpack-runtime.js +1 -0
  400. package/.next-prod/static/DV3WCL3Yj_UIBxTQ3r93N/_buildManifest.js +1 -0
  401. package/.next-prod/static/DV3WCL3Yj_UIBxTQ3r93N/_ssgManifest.js +1 -0
  402. package/.next-prod/static/chunks/10.6cf001c181ce1098.js +1 -0
  403. package/.next-prod/static/chunks/1078.02294b2934d5bf21.js +1 -0
  404. package/.next-prod/static/chunks/1142.17e45d200709420d.js +1 -0
  405. package/.next-prod/static/chunks/1161.06b33878b495da50.js +1 -0
  406. package/.next-prod/static/chunks/1184.e80a999422621ed9.js +1 -0
  407. package/.next-prod/static/chunks/1188.1d4ce94ddc297119.js +1 -0
  408. package/.next-prod/static/chunks/1198.2a5c215f01a8b74d.js +1 -0
  409. package/.next-prod/static/chunks/1215.88ed89521e915107.js +1 -0
  410. package/.next-prod/static/chunks/1219.e27b0bd10b029e40.js +1 -0
  411. package/.next-prod/static/chunks/123.d6fe9c2353baf42b.js +1 -0
  412. package/.next-prod/static/chunks/1247.64e212daa5bb3925.js +1 -0
  413. package/.next-prod/static/chunks/1248.36af3903f037c1f5.js +1 -0
  414. package/.next-prod/static/chunks/1274.ce6906b1fe2e04b8.js +1 -0
  415. package/.next-prod/static/chunks/1280.1651bb5167170457.js +1 -0
  416. package/.next-prod/static/chunks/1310.c38c5fbf05820fcd.js +166 -0
  417. package/.next-prod/static/chunks/1335.716cc5924662708e.js +1 -0
  418. package/.next-prod/static/chunks/1365.d7391145ca7f8791.js +1 -0
  419. package/.next-prod/static/chunks/1379.03e1e0f31bdaa2cc.js +1 -0
  420. package/.next-prod/static/chunks/1409.9f81cd6d2cab4b67.js +1 -0
  421. package/.next-prod/static/chunks/1413.117c5958c59cc695.js +1 -0
  422. package/.next-prod/static/chunks/142.e09e154342f02da4.js +4 -0
  423. package/.next-prod/static/chunks/1453.3c24c777a3deca2d.js +1 -0
  424. package/.next-prod/static/chunks/1456.a1f849b334fff0da.js +1 -0
  425. package/.next-prod/static/chunks/1501.549af2c91a889a08.js +1 -0
  426. package/.next-prod/static/chunks/1534.918a25b2e3daab22.js +1 -0
  427. package/.next-prod/static/chunks/1556.96abc9ff91b0c383.js +1 -0
  428. package/.next-prod/static/chunks/1583.03a06dbdde85ac56.js +1 -0
  429. package/.next-prod/static/chunks/1590.05549e036336164c.js +65 -0
  430. package/.next-prod/static/chunks/1593-7902218f5b10761f.js +1 -0
  431. package/.next-prod/static/chunks/1595.ee61519fde230f60.js +1 -0
  432. package/.next-prod/static/chunks/1656.a9efc78185a5a85f.js +1 -0
  433. package/.next-prod/static/chunks/1664.6d5b5e3112b66906.js +1 -0
  434. package/.next-prod/static/chunks/1898.e07b2b1c5e789b06.js +1 -0
  435. package/.next-prod/static/chunks/1932.b0aea9b52cabe5e8.js +1 -0
  436. package/.next-prod/static/chunks/194.dace825a3ddbbbff.js +1 -0
  437. package/.next-prod/static/chunks/1948.bf7e0d9ede202530.js +29 -0
  438. package/.next-prod/static/chunks/1977.a06c8e8d2198f765.js +1 -0
  439. package/.next-prod/static/chunks/1987.226da043eabc8911.js +5 -0
  440. package/.next-prod/static/chunks/1991.d869abe5092c9011.js +1 -0
  441. package/.next-prod/static/chunks/1cd6e1d3.8121a74b2042bff3.js +1 -0
  442. package/.next-prod/static/chunks/2013.598558c40e51e107.js +1 -0
  443. package/.next-prod/static/chunks/2020.46a0112747939389.js +1 -0
  444. package/.next-prod/static/chunks/2031.3877441c49bff5cd.js +1 -0
  445. package/.next-prod/static/chunks/2041.00f4fa0ab26c6ba5.js +1 -0
  446. package/.next-prod/static/chunks/2062.4a0ab3400fea0e34.js +1 -0
  447. package/.next-prod/static/chunks/2072-37a80cb92f1ee2d4.js +4 -0
  448. package/.next-prod/static/chunks/2107.c627112b02b9e1c8.js +1 -0
  449. package/.next-prod/static/chunks/2130.441ae0f68863efeb.js +1 -0
  450. package/.next-prod/static/chunks/214.f6bba63dfa159e01.js +1 -0
  451. package/.next-prod/static/chunks/2160.e38d781fd5c4cde0.js +1 -0
  452. package/.next-prod/static/chunks/2179.1bf5fe315e6e132c.js +1 -0
  453. package/.next-prod/static/chunks/2215.9d2d6fbe90ffcc80.js +1 -0
  454. package/.next-prod/static/chunks/2235.b4453110c06e2b09.js +1 -0
  455. package/.next-prod/static/chunks/2349.ca15d465c4260b4b.js +1 -0
  456. package/.next-prod/static/chunks/2374.7560cc5c4b8ed6b0.js +1 -0
  457. package/.next-prod/static/chunks/2403.3dda71b6482dce3b.js +1 -0
  458. package/.next-prod/static/chunks/2485.3188870375e9fbee.js +1 -0
  459. package/.next-prod/static/chunks/2489.fcc70bd67329a70e.js +1 -0
  460. package/.next-prod/static/chunks/2501.4e65b56602faa956.js +1 -0
  461. package/.next-prod/static/chunks/2503.bb9d3528c3c7ccae.js +1 -0
  462. package/.next-prod/static/chunks/252.a9e22657cbf67b42.js +1 -0
  463. package/.next-prod/static/chunks/254.8b4308512ac955b5.js +24 -0
  464. package/.next-prod/static/chunks/2614.8349e4b407470a30.js +1 -0
  465. package/.next-prod/static/chunks/2710.fe0656d4ebae4d30.js +1 -0
  466. package/.next-prod/static/chunks/2728.5fed9ac13dfcd1d1.js +1 -0
  467. package/.next-prod/static/chunks/2729.826909b4d5229ba6.js +68 -0
  468. package/.next-prod/static/chunks/2735.5a3e65a580bd5af9.js +1 -0
  469. package/.next-prod/static/chunks/2747.1d85d388314f2904.js +1 -0
  470. package/.next-prod/static/chunks/2765.2c6d9772af50feed.js +1 -0
  471. package/.next-prod/static/chunks/2783.e8bbf2c794ef9750.js +1 -0
  472. package/.next-prod/static/chunks/2812.dcd8179a6b1d76c9.js +1 -0
  473. package/.next-prod/static/chunks/2821.fa74c6e87f6e759a.js +1 -0
  474. package/.next-prod/static/chunks/2839.a832cb0d77a9d298.js +1 -0
  475. package/.next-prod/static/chunks/2895.0339e755e79ee794.js +1 -0
  476. package/.next-prod/static/chunks/2921.26016c4c7eb031e8.js +1 -0
  477. package/.next-prod/static/chunks/2954.7d8daeae6410d4a4.js +1 -0
  478. package/.next-prod/static/chunks/2964.1a0e15f7327680a2.js +1 -0
  479. package/.next-prod/static/chunks/2ff9d716.93c18c265de76cfb.js +136 -0
  480. package/.next-prod/static/chunks/305-fced91c3443b6178.js +1 -0
  481. package/.next-prod/static/chunks/3072.b6da96c10080c967.js +1 -0
  482. package/.next-prod/static/chunks/3074.911584369786c26c.js +1 -0
  483. package/.next-prod/static/chunks/3077.bf82c0c332cc9fec.js +1 -0
  484. package/.next-prod/static/chunks/3082.159e4ab8f0572597.js +1 -0
  485. package/.next-prod/static/chunks/3095.8cd478c42cee505a.js +1 -0
  486. package/.next-prod/static/chunks/3111.1cf85db2faeb20cc.js +1 -0
  487. package/.next-prod/static/chunks/3126.c89ab7ce8e10978e.js +1 -0
  488. package/.next-prod/static/chunks/3175.538ce7aec634bddb.js +1 -0
  489. package/.next-prod/static/chunks/3186.3665756f8aae3eb7.js +1 -0
  490. package/.next-prod/static/chunks/3194.5a331fb5e3dc34e9.js +1 -0
  491. package/.next-prod/static/chunks/3229.5e91f7d0b135266b.js +1 -0
  492. package/.next-prod/static/chunks/327.8ecab0b86d52b597.js +1 -0
  493. package/.next-prod/static/chunks/3274.858f7f9216c8b074.js +1 -0
  494. package/.next-prod/static/chunks/3286.196c508356bb0b66.js +1 -0
  495. package/.next-prod/static/chunks/3288.f210cd6796271d4f.js +1 -0
  496. package/.next-prod/static/chunks/3290.b5ba2646ad49c9fd.js +1 -0
  497. package/.next-prod/static/chunks/3304.16305e84f4ff6598.js +1 -0
  498. package/.next-prod/static/chunks/3313.471138e5504646a9.js +1 -0
  499. package/.next-prod/static/chunks/3324.85e21e3313d0901c.js +1 -0
  500. package/.next-prod/static/chunks/3392.460f5a753531f501.js +1 -0
  501. package/.next-prod/static/chunks/34.ce581867cf95e24b.js +1 -0
  502. package/.next-prod/static/chunks/3419.78b520dab7e2f96d.js +1 -0
  503. package/.next-prod/static/chunks/3437.0ad1ecc8c5b8a679.js +1 -0
  504. package/.next-prod/static/chunks/3476.246c30b47bded3b7.js +1 -0
  505. package/.next-prod/static/chunks/3483.fc2a0b1185dbaa5d.js +1 -0
  506. package/.next-prod/static/chunks/3492.ca55498822ad7796.js +1 -0
  507. package/.next-prod/static/chunks/3530-6d8abfd0e950d439.js +14 -0
  508. package/.next-prod/static/chunks/36.b4a553bf2106f6d3.js +1 -0
  509. package/.next-prod/static/chunks/3613.9a37e282a0b018d7.js +1 -0
  510. package/.next-prod/static/chunks/3682.d8c0079db560c625.js +1 -0
  511. package/.next-prod/static/chunks/3695-f14fb3e48483755c.js +18 -0
  512. package/.next-prod/static/chunks/376.9e742ff6919b2b54.js +1 -0
  513. package/.next-prod/static/chunks/3782.8de9ba0149339c0c.js +1 -0
  514. package/.next-prod/static/chunks/3787.78ebe68a043f50ce.js +1 -0
  515. package/.next-prod/static/chunks/3794-337d1ca25ad99a89.js +2 -0
  516. package/.next-prod/static/chunks/3860.be5b243bf7d6618c.js +1 -0
  517. package/.next-prod/static/chunks/3873.72a9a21509f713f7.js +1 -0
  518. package/.next-prod/static/chunks/392.3cad93691f1b7360.js +1 -0
  519. package/.next-prod/static/chunks/3942.00e2e29e2d62b039.js +1 -0
  520. package/.next-prod/static/chunks/3979.cea8623f6e9f83ea.js +1 -0
  521. package/.next-prod/static/chunks/400.59979e0d3ae126e4.js +1 -0
  522. package/.next-prod/static/chunks/4053.90d71fcbe4ffd852.js +1 -0
  523. package/.next-prod/static/chunks/4080.08a21dae9e93c547.js +1 -0
  524. package/.next-prod/static/chunks/4163.c6ebefdd9aa5c358.js +1 -0
  525. package/.next-prod/static/chunks/4174.9e84de8f8816fe01.js +1 -0
  526. package/.next-prod/static/chunks/4223.c10556cd92fc8018.js +1 -0
  527. package/.next-prod/static/chunks/4240-38a224bd376cc8a0.js +1 -0
  528. package/.next-prod/static/chunks/4242.3a66c58375424a5b.js +1 -0
  529. package/.next-prod/static/chunks/425.9a3434a28926566a.js +1 -0
  530. package/.next-prod/static/chunks/4275.8f2e531757c2a813.js +1 -0
  531. package/.next-prod/static/chunks/4295.6c0f4838b0c9c69d.js +1 -0
  532. package/.next-prod/static/chunks/4309.a887a10e84c44f9e.js +1 -0
  533. package/.next-prod/static/chunks/4350.b9d80827e8eee01a.js +1 -0
  534. package/.next-prod/static/chunks/4357.05060a5a3fea9ff1.js +1 -0
  535. package/.next-prod/static/chunks/4358.f15dd467571f7594.js +1 -0
  536. package/.next-prod/static/chunks/4367.2610339aa03a9fb3.js +1 -0
  537. package/.next-prod/static/chunks/4370.ac13b62c811f7ede.js +1 -0
  538. package/.next-prod/static/chunks/4402d2ac.d0d1b1777a45e0b2.js +1 -0
  539. package/.next-prod/static/chunks/4474.053807fa34066566.js +1 -0
  540. package/.next-prod/static/chunks/4539.559c223da16b0282.js +1 -0
  541. package/.next-prod/static/chunks/4540.03df20c499bca840.js +1 -0
  542. package/.next-prod/static/chunks/4553.a16dba8d6d03226c.js +1 -0
  543. package/.next-prod/static/chunks/4567.d405b50b917bd2c2.js +1 -0
  544. package/.next-prod/static/chunks/4583.2a5df6eb3a6ea30b.js +1 -0
  545. package/.next-prod/static/chunks/4593.676ac488744e1af5.js +1 -0
  546. package/.next-prod/static/chunks/4608.1ff246d6b4c771f8.js +1 -0
  547. package/.next-prod/static/chunks/4634.0332a56fdb8e26c0.js +1 -0
  548. package/.next-prod/static/chunks/4650.61aec912b756287b.js +1 -0
  549. package/.next-prod/static/chunks/4659.b8e05ba7cbf46556.js +1 -0
  550. package/.next-prod/static/chunks/4678.867dfae26694be02.js +1 -0
  551. package/.next-prod/static/chunks/4699.8603b2742a761084.js +1 -0
  552. package/.next-prod/static/chunks/4823.907850963b2bcb70.js +1 -0
  553. package/.next-prod/static/chunks/4829.402ec60139d36417.js +1 -0
  554. package/.next-prod/static/chunks/4892.1674cc00200143ba.js +1 -0
  555. package/.next-prod/static/chunks/4900.b723a916eafdf743.js +1 -0
  556. package/.next-prod/static/chunks/4903.004f583a12223dac.js +1 -0
  557. package/.next-prod/static/chunks/4963.0f6678151a159143.js +1 -0
  558. package/.next-prod/static/chunks/4969.1cb10af9489ea295.js +1 -0
  559. package/.next-prod/static/chunks/4976.8870319ffbd1c31f.js +1 -0
  560. package/.next-prod/static/chunks/4bd1b696-e5d7c65570c947b7.js +1 -0
  561. package/.next-prod/static/chunks/4ca0cff5.07efe2bc8f09d72e.js +1 -0
  562. package/.next-prod/static/chunks/5005.cf839e066f3d3efe.js +1 -0
  563. package/.next-prod/static/chunks/5019.2906d96e77b98f68.js +198 -0
  564. package/.next-prod/static/chunks/5025.b597364f0cf8b85a.js +1 -0
  565. package/.next-prod/static/chunks/5061.025d30c3123eeaf6.js +1 -0
  566. package/.next-prod/static/chunks/5136.ac897c2a56ee392f.js +1 -0
  567. package/.next-prod/static/chunks/5139.83dc2c84aeea716b.js +63 -0
  568. package/.next-prod/static/chunks/5183.2e5c895a2be76262.js +1 -0
  569. package/.next-prod/static/chunks/5199.5faac6a2cc104a4c.js +36 -0
  570. package/.next-prod/static/chunks/5269.25d99df0164521ad.js +23 -0
  571. package/.next-prod/static/chunks/5318.d48b9096df0171df.js +1 -0
  572. package/.next-prod/static/chunks/5320.191be461ff110fb3.js +1 -0
  573. package/.next-prod/static/chunks/5325.aad15a16a5d57787.js +1 -0
  574. package/.next-prod/static/chunks/5331.4d5d42e5253dbee2.js +1 -0
  575. package/.next-prod/static/chunks/5338.76f7773c317f3142.js +1 -0
  576. package/.next-prod/static/chunks/5347.3192e0021174aaa8.js +1 -0
  577. package/.next-prod/static/chunks/5364.2e5ba480c24d7854.js +148 -0
  578. package/.next-prod/static/chunks/5375.ebc026e6140b52f1.js +1 -0
  579. package/.next-prod/static/chunks/5394.9d260f733e336357.js +287 -0
  580. package/.next-prod/static/chunks/53c1bd3f.2911e2bac119d910.js +1 -0
  581. package/.next-prod/static/chunks/541.cfa15b606745131a.js +1 -0
  582. package/.next-prod/static/chunks/5424.4d62f7ee887cd8b9.js +1 -0
  583. package/.next-prod/static/chunks/5482.0907421e6bf5eeec.js +1 -0
  584. package/.next-prod/static/chunks/5491.5cc285c4b84dac30.js +1 -0
  585. package/.next-prod/static/chunks/5493-9f80ad2c7c9cf840.js +1 -0
  586. package/.next-prod/static/chunks/5498.fa0a196807d6cd2f.js +1 -0
  587. package/.next-prod/static/chunks/54a60aa6-f60235f3d6b54466.js +79 -0
  588. package/.next-prod/static/chunks/5518.6c3dc9afe81a566b.js +1 -0
  589. package/.next-prod/static/chunks/5520.eab85d7487e77510.js +1 -0
  590. package/.next-prod/static/chunks/5553.75df19e3cc1246d6.js +1 -0
  591. package/.next-prod/static/chunks/5575.3d90c643343a1329.js +1 -0
  592. package/.next-prod/static/chunks/5645.9002948124d25d41.js +1 -0
  593. package/.next-prod/static/chunks/5670.2a1b27a6fdb7aa6b.js +1 -0
  594. package/.next-prod/static/chunks/5690.d30877807cf5c7eb.js +1 -0
  595. package/.next-prod/static/chunks/570e4624.a82467c542429379.js +1 -0
  596. package/.next-prod/static/chunks/5712.574fca2d5f06483a.js +1 -0
  597. package/.next-prod/static/chunks/5728.8ef773d61765855e.js +1 -0
  598. package/.next-prod/static/chunks/5750.aa57d25b74640d23.js +1 -0
  599. package/.next-prod/static/chunks/5755.00015c284ed6fb39.js +1 -0
  600. package/.next-prod/static/chunks/5788.e5d5040b65e5edf3.js +1 -0
  601. package/.next-prod/static/chunks/579.33fc87fb95163c6a.js +1 -0
  602. package/.next-prod/static/chunks/583.5061a2f9e7b7e97d.js +1 -0
  603. package/.next-prod/static/chunks/5920.9db223329ee9e11a.js +1 -0
  604. package/.next-prod/static/chunks/5922.0d75c174139a59a4.js +1 -0
  605. package/.next-prod/static/chunks/5937.0827b5b3eb831ff0.js +1 -0
  606. package/.next-prod/static/chunks/5968.63d5869783fad06f.js +1 -0
  607. package/.next-prod/static/chunks/5997.226c07d9e6c496e0.js +1 -0
  608. package/.next-prod/static/chunks/6026.4027a04696ef04db.js +1 -0
  609. package/.next-prod/static/chunks/6046.00d36aea7fd5b147.js +1 -0
  610. package/.next-prod/static/chunks/6089.2dd351186ec85cc3.js +1 -0
  611. package/.next-prod/static/chunks/6099.43e6595fcf24fc33.js +1 -0
  612. package/.next-prod/static/chunks/6110.5ce3f75fced27aaf.js +1 -0
  613. package/.next-prod/static/chunks/6144.f967a8228bcdf663.js +1 -0
  614. package/.next-prod/static/chunks/6155.e6cf0ef7c818caa9.js +1 -0
  615. package/.next-prod/static/chunks/6166.ecd82a9dcb484b97.js +1 -0
  616. package/.next-prod/static/chunks/624.2dd909fbfce98c5e.js +1 -0
  617. package/.next-prod/static/chunks/6290.e14cf4fc52dd4539.js +1 -0
  618. package/.next-prod/static/chunks/6293.5914fa73a9f7e777.js +1 -0
  619. package/.next-prod/static/chunks/6311.5b9c1f74df9a8f67.js +1 -0
  620. package/.next-prod/static/chunks/6331.758f2f66b92cada9.js +1 -0
  621. package/.next-prod/static/chunks/6339.bc9301cc22898be0.js +1 -0
  622. package/.next-prod/static/chunks/6360.ff0a9063773daeeb.js +1 -0
  623. package/.next-prod/static/chunks/6383.ca3e074feb80c69c.js +1 -0
  624. package/.next-prod/static/chunks/640.5bf1e25d0bddf875.js +1 -0
  625. package/.next-prod/static/chunks/6402.a0070d7688ed986b.js +1 -0
  626. package/.next-prod/static/chunks/6412.089ee787a294d10b.js +1 -0
  627. package/.next-prod/static/chunks/6455.12b78a2660d609eb.js +1 -0
  628. package/.next-prod/static/chunks/6460.8ce93fe47320f6c5.js +1 -0
  629. package/.next-prod/static/chunks/6563.5d618b608750f4dc.js +1 -0
  630. package/.next-prod/static/chunks/6572.ca2463823b9b01a0.js +1 -0
  631. package/.next-prod/static/chunks/6580.75d53830b434451f.js +1 -0
  632. package/.next-prod/static/chunks/6588.0fbca957af7d9e6a.js +1 -0
  633. package/.next-prod/static/chunks/6647.584c5d5cd8dfdb5a.js +1 -0
  634. package/.next-prod/static/chunks/6686.796c782c33ab8ca9.js +1 -0
  635. package/.next-prod/static/chunks/6701.bff0efb979f71a17.js +1 -0
  636. package/.next-prod/static/chunks/6704.f280f0ad0f5d8644.js +1 -0
  637. package/.next-prod/static/chunks/6729.0f91dcaaaffa2ed4.js +1 -0
  638. package/.next-prod/static/chunks/6741.06fdaf122961074e.js +1 -0
  639. package/.next-prod/static/chunks/6846.91283f709c40802c.js +1 -0
  640. package/.next-prod/static/chunks/6859.bacad166ee995fe0.js +1 -0
  641. package/.next-prod/static/chunks/6871.38519003bd87ac1c.js +62 -0
  642. package/.next-prod/static/chunks/6887.6c81234d73740fb9.js +1 -0
  643. package/.next-prod/static/chunks/6927.aa3914b5fb0d14d4.js +1 -0
  644. package/.next-prod/static/chunks/6931.3c90e9fe0f7f1e66.js +1 -0
  645. package/.next-prod/static/chunks/6938.0ccf683bd8aa8410.js +1 -0
  646. package/.next-prod/static/chunks/6948.2719ed8731963209.js +1 -0
  647. package/.next-prod/static/chunks/6959.5a803faf27f88e9f.js +1 -0
  648. package/.next-prod/static/chunks/6962.3bbd080592d4efa0.js +64 -0
  649. package/.next-prod/static/chunks/698.e0dda03fd303b96b.js +1 -0
  650. package/.next-prod/static/chunks/700.65a02f6a597083dc.js +9 -0
  651. package/.next-prod/static/chunks/7021.b71240b1d5f6fbe4.js +1 -0
  652. package/.next-prod/static/chunks/7040.b8e05ba7cbf46556.js +1 -0
  653. package/.next-prod/static/chunks/7041.174bf29bd837f06d.js +1 -0
  654. package/.next-prod/static/chunks/7082.fc816f91214026d7.js +1 -0
  655. package/.next-prod/static/chunks/7084.921c9737b83f55eb.js +1 -0
  656. package/.next-prod/static/chunks/7085.b16e7c0e24741232.js +215 -0
  657. package/.next-prod/static/chunks/70e0d97a-6903b8594c742784.js +1 -0
  658. package/.next-prod/static/chunks/7113.86e40b60c804b8c5.js +1 -0
  659. package/.next-prod/static/chunks/7130.8d24694735826c22.js +1 -0
  660. package/.next-prod/static/chunks/7142.dbd2cf8141eece5e.js +1 -0
  661. package/.next-prod/static/chunks/7152.c7b7f1f5e9622f21.js +1 -0
  662. package/.next-prod/static/chunks/7182.b747e3ef1524157a.js +1 -0
  663. package/.next-prod/static/chunks/7227.a6b2f01487bb3d9d.js +1 -0
  664. package/.next-prod/static/chunks/7258.6cbe24c3bcb63d1d.js +1 -0
  665. package/.next-prod/static/chunks/7425.8b47c8e398a12dd8.js +1 -0
  666. package/.next-prod/static/chunks/7443.124211e5abc05d3f.js +93 -0
  667. package/.next-prod/static/chunks/7455.71d54397710b923c.js +1 -0
  668. package/.next-prod/static/chunks/7465.867e8ff655666413.js +1 -0
  669. package/.next-prod/static/chunks/7479.433d3878625aba75.js +24 -0
  670. package/.next-prod/static/chunks/7524.9528295a19a5837a.js +1 -0
  671. package/.next-prod/static/chunks/7525.f433aaf1fe40c90a.js +1 -0
  672. package/.next-prod/static/chunks/7547.54b68d37b50c2f21.js +43 -0
  673. package/.next-prod/static/chunks/7557.bdc743175125b3d8.js +1 -0
  674. package/.next-prod/static/chunks/7610.b1439345dbcf285d.js +1 -0
  675. package/.next-prod/static/chunks/7625.ab66bd50d2fb61a4.js +1 -0
  676. package/.next-prod/static/chunks/7635.166d83de1d29e758.js +1 -0
  677. package/.next-prod/static/chunks/7636.bf91320a9ff695af.js +1 -0
  678. package/.next-prod/static/chunks/7650.18f74243e9325242.js +1 -0
  679. package/.next-prod/static/chunks/7785.1402a4110c300764.js +1 -0
  680. package/.next-prod/static/chunks/7799.f90cda9aba4e0e77.js +1 -0
  681. package/.next-prod/static/chunks/7819.3c56f48c0dc5ad5d.js +1 -0
  682. package/.next-prod/static/chunks/7844.2bb29faa262f313e.js +1 -0
  683. package/.next-prod/static/chunks/7846.c9705c044ab8f87a.js +1 -0
  684. package/.next-prod/static/chunks/7874.8db6929b94cdf697.js +1 -0
  685. package/.next-prod/static/chunks/7884.79af1a2f4511cea5.js +1 -0
  686. package/.next-prod/static/chunks/7889.af3e581842f34c28.js +1 -0
  687. package/.next-prod/static/chunks/7921.c361f794cc208e06.js +1 -0
  688. package/.next-prod/static/chunks/794.06b1ae4fc9cc10a9.js +1 -0
  689. package/.next-prod/static/chunks/7977.80e4daa080a79c39.js +1 -0
  690. package/.next-prod/static/chunks/799ebd4e.ccb85c56e9216a38.js +1 -0
  691. package/.next-prod/static/chunks/7d29de82.30ff86a90cbfd921.js +1 -0
  692. package/.next-prod/static/chunks/8113.907baefc7227cfb8.js +1 -0
  693. package/.next-prod/static/chunks/8132.74491162f08af899.js +1 -0
  694. package/.next-prod/static/chunks/816.ccc7dc455fcaf7c0.js +1 -0
  695. package/.next-prod/static/chunks/8192.5918d83ac6a0e2dc.js +1 -0
  696. package/.next-prod/static/chunks/8243.aa3ccfb41335eb1f.js +1 -0
  697. package/.next-prod/static/chunks/8257.dd8f651f1a43fee2.js +1 -0
  698. package/.next-prod/static/chunks/8288.8ff86c6a3bee6b7c.js +1 -0
  699. package/.next-prod/static/chunks/830.e49b226c07876df4.js +1 -0
  700. package/.next-prod/static/chunks/8317.9c6f22e0c8cd07a8.js +141 -0
  701. package/.next-prod/static/chunks/8318.a70d7a81445f8cf9.js +1 -0
  702. package/.next-prod/static/chunks/840.a9c535f8868cc4bd.js +1 -0
  703. package/.next-prod/static/chunks/8406.955ccfbb4b70b8c3.js +1 -0
  704. package/.next-prod/static/chunks/8430.b1f802dcffa41626.js +1 -0
  705. package/.next-prod/static/chunks/8432.bd66ac287c569996.js +1 -0
  706. package/.next-prod/static/chunks/8457.b61d96d8d30215fc.js +1 -0
  707. package/.next-prod/static/chunks/8496.046efd6301dd804f.js +1 -0
  708. package/.next-prod/static/chunks/8545.be0c9eea6aae5971.js +1 -0
  709. package/.next-prod/static/chunks/8555.ab3ee6358f1d64da.js +1 -0
  710. package/.next-prod/static/chunks/862.7cd3197e1ba5fd00.js +1 -0
  711. package/.next-prod/static/chunks/8656.2ceb4e5ff5df2fca.js +1 -0
  712. package/.next-prod/static/chunks/8670.90ede75068758e82.js +1 -0
  713. package/.next-prod/static/chunks/8704.a1003918da6654da.js +1 -0
  714. package/.next-prod/static/chunks/8773.614f1f4f0f845c5e.js +1 -0
  715. package/.next-prod/static/chunks/8776.6fb12270eca03fd3.js +149 -0
  716. package/.next-prod/static/chunks/8848.b0a10ee0b0a2b91b.js +1 -0
  717. package/.next-prod/static/chunks/8863.4a09596cf95e996a.js +82 -0
  718. package/.next-prod/static/chunks/893.c469257bbbbca4f5.js +1 -0
  719. package/.next-prod/static/chunks/8947.31d3d834d8281fd9.js +1 -0
  720. package/.next-prod/static/chunks/9005.473ce947d16e7f65.js +1 -0
  721. package/.next-prod/static/chunks/9006.11537833945ec4b8.js +1 -0
  722. package/.next-prod/static/chunks/9015.c4e40321a6503a1b.js +1 -0
  723. package/.next-prod/static/chunks/90542734.58d84d15ab7a8c98.js +1 -0
  724. package/.next-prod/static/chunks/9114-abef8471519b7dee.js +1 -0
  725. package/.next-prod/static/chunks/9136.191be42a2fee842c.js +1 -0
  726. package/.next-prod/static/chunks/9178.48a90097ee3f0b0c.js +1 -0
  727. package/.next-prod/static/chunks/9186.3af6fcd13ab752fa.js +1 -0
  728. package/.next-prod/static/chunks/9189.3e9d29bf275ec462.js +1 -0
  729. package/.next-prod/static/chunks/9220.0206dd0432eca784.js +1 -0
  730. package/.next-prod/static/chunks/9224.401f9320ee58570b.js +1 -0
  731. package/.next-prod/static/chunks/9233.124321d2f404e01c.js +1 -0
  732. package/.next-prod/static/chunks/9240.d38ddbe94e0bf128.js +1 -0
  733. package/.next-prod/static/chunks/9261.303cbbe69262a995.js +1 -0
  734. package/.next-prod/static/chunks/9267.fbfd65ea31e7448c.js +1 -0
  735. package/.next-prod/static/chunks/9294.a20485f3282321b3.js +1 -0
  736. package/.next-prod/static/chunks/92e53eb0.097194be4a0e7d55.js +1 -0
  737. package/.next-prod/static/chunks/9302.726b065f2df0323a.js +1 -0
  738. package/.next-prod/static/chunks/9318.ba24787a52cefe4c.js +56 -0
  739. package/.next-prod/static/chunks/9373.6206c440af44002a.js +1 -0
  740. package/.next-prod/static/chunks/9377.f9db706e76f04afe.js +1 -0
  741. package/.next-prod/static/chunks/9382.bc0e11ecc88dd62c.js +1 -0
  742. package/.next-prod/static/chunks/9421.a5c1dbcfbfdd8f52.js +1 -0
  743. package/.next-prod/static/chunks/9448.2668b3cd408e86de.js +1 -0
  744. package/.next-prod/static/chunks/9466.3dacf5969d47ba2c.js +1 -0
  745. package/.next-prod/static/chunks/9521.e1240eb862eb32dc.js +1 -0
  746. package/.next-prod/static/chunks/9547.7729788fff21926f.js +1 -0
  747. package/.next-prod/static/chunks/9565.8de0671f99d12abe.js +1 -0
  748. package/.next-prod/static/chunks/9569.2f36b2b1c2f838d7.js +1 -0
  749. package/.next-prod/static/chunks/9615.3b62c13af671f714.js +1 -0
  750. package/.next-prod/static/chunks/9648.8235b6fea7087b3a.js +1 -0
  751. package/.next-prod/static/chunks/966.57e4cd93c2368d34.js +1 -0
  752. package/.next-prod/static/chunks/9666.a515fa6d89a71f1c.js +1 -0
  753. package/.next-prod/static/chunks/968.29d4ba7ee8bd5ccb.js +1 -0
  754. package/.next-prod/static/chunks/9680.d5ceac8967e0b6a8.js +1 -0
  755. package/.next-prod/static/chunks/9690.7773c72f0eff6dec.js +1 -0
  756. package/.next-prod/static/chunks/9841.422321143547591a.js +1 -0
  757. package/.next-prod/static/chunks/9842.3b71b65b30d8ef2a.js +1 -0
  758. package/.next-prod/static/chunks/9996.18b7bca2f0ab222e.js +1 -0
  759. package/.next-prod/static/chunks/aaea2bcf-6b3391c26b869501.js +1 -0
  760. package/.next-prod/static/chunks/af7f6608.85a7e1eb0d4130b0.js +53 -0
  761. package/.next-prod/static/chunks/app/_global-error/page-f2ae9d2d29d5fe08.js +1 -0
  762. package/.next-prod/static/chunks/app/_not-found/page-511b5b7e4ffc7ac9.js +1 -0
  763. package/.next-prod/static/chunks/app/api/bash/route-f2ae9d2d29d5fe08.js +1 -0
  764. package/.next-prod/static/chunks/app/api/chat/route-f2ae9d2d29d5fe08.js +1 -0
  765. package/.next-prod/static/chunks/app/api/claude-stats/route-f2ae9d2d29d5fe08.js +1 -0
  766. package/.next-prod/static/chunks/app/api/commands/route-f2ae9d2d29d5fe08.js +1 -0
  767. package/.next-prod/static/chunks/app/api/comments/route-f2ae9d2d29d5fe08.js +1 -0
  768. package/.next-prod/static/chunks/app/api/db/columns/route-f2ae9d2d29d5fe08.js +1 -0
  769. package/.next-prod/static/chunks/app/api/db/connect/route-f2ae9d2d29d5fe08.js +1 -0
  770. package/.next-prod/static/chunks/app/api/db/disconnect/route-f2ae9d2d29d5fe08.js +1 -0
  771. package/.next-prod/static/chunks/app/api/db/export/route-f2ae9d2d29d5fe08.js +1 -0
  772. package/.next-prod/static/chunks/app/api/db/query/route-f2ae9d2d29d5fe08.js +1 -0
  773. package/.next-prod/static/chunks/app/api/db/schemas/route-f2ae9d2d29d5fe08.js +1 -0
  774. package/.next-prod/static/chunks/app/api/extension/version/route-f2ae9d2d29d5fe08.js +1 -0
  775. package/.next-prod/static/chunks/app/api/file/route-f2ae9d2d29d5fe08.js +1 -0
  776. package/.next-prod/static/chunks/app/api/files/blame/route-f2ae9d2d29d5fe08.js +1 -0
  777. package/.next-prod/static/chunks/app/api/files/clipboard/route-f2ae9d2d29d5fe08.js +1 -0
  778. package/.next-prod/static/chunks/app/api/files/copy/route-f2ae9d2d29d5fe08.js +1 -0
  779. package/.next-prod/static/chunks/app/api/files/delete/route-f2ae9d2d29d5fe08.js +1 -0
  780. package/.next-prod/static/chunks/app/api/files/expanded/route-f2ae9d2d29d5fe08.js +1 -0
  781. package/.next-prod/static/chunks/app/api/files/index/route-f2ae9d2d29d5fe08.js +1 -0
  782. package/.next-prod/static/chunks/app/api/files/init/route-f2ae9d2d29d5fe08.js +1 -0
  783. package/.next-prod/static/chunks/app/api/files/paste/route-f2ae9d2d29d5fe08.js +1 -0
  784. package/.next-prod/static/chunks/app/api/files/read/route-f2ae9d2d29d5fe08.js +1 -0
  785. package/.next-prod/static/chunks/app/api/files/readdir/route-f2ae9d2d29d5fe08.js +1 -0
  786. package/.next-prod/static/chunks/app/api/files/recent/route-f2ae9d2d29d5fe08.js +1 -0
  787. package/.next-prod/static/chunks/app/api/files/save/route-f2ae9d2d29d5fe08.js +1 -0
  788. package/.next-prod/static/chunks/app/api/files/search/route-f2ae9d2d29d5fe08.js +1 -0
  789. package/.next-prod/static/chunks/app/api/git/branch-diff/route-f2ae9d2d29d5fe08.js +1 -0
  790. package/.next-prod/static/chunks/app/api/git/branches/route-f2ae9d2d29d5fe08.js +1 -0
  791. package/.next-prod/static/chunks/app/api/git/commit-diff/route-f2ae9d2d29d5fe08.js +1 -0
  792. package/.next-prod/static/chunks/app/api/git/commits/route-f2ae9d2d29d5fe08.js +1 -0
  793. package/.next-prod/static/chunks/app/api/git/diff/route-f2ae9d2d29d5fe08.js +1 -0
  794. package/.next-prod/static/chunks/app/api/git/discard/route-f2ae9d2d29d5fe08.js +1 -0
  795. package/.next-prod/static/chunks/app/api/git/stage/route-f2ae9d2d29d5fe08.js +1 -0
  796. package/.next-prod/static/chunks/app/api/git/status/route-f2ae9d2d29d5fe08.js +1 -0
  797. package/.next-prod/static/chunks/app/api/git/unstage/route-f2ae9d2d29d5fe08.js +1 -0
  798. package/.next-prod/static/chunks/app/api/git/worktree/route-f2ae9d2d29d5fe08.js +1 -0
  799. package/.next-prod/static/chunks/app/api/global-state/route-f2ae9d2d29d5fe08.js +1 -0
  800. package/.next-prod/static/chunks/app/api/jupyter/load/route-f2ae9d2d29d5fe08.js +1 -0
  801. package/.next-prod/static/chunks/app/api/jupyter/save/route-f2ae9d2d29d5fe08.js +1 -0
  802. package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-f2ae9d2d29d5fe08.js +1 -0
  803. package/.next-prod/static/chunks/app/api/lsp/definition/route-f2ae9d2d29d5fe08.js +1 -0
  804. package/.next-prod/static/chunks/app/api/lsp/hover/route-f2ae9d2d29d5fe08.js +1 -0
  805. package/.next-prod/static/chunks/app/api/lsp/references/route-f2ae9d2d29d5fe08.js +1 -0
  806. package/.next-prod/static/chunks/app/api/lsp/status/route-f2ae9d2d29d5fe08.js +1 -0
  807. package/.next-prod/static/chunks/app/api/lsp/warmup/route-f2ae9d2d29d5fe08.js +1 -0
  808. package/.next-prod/static/chunks/app/api/mysql/columns/route-f2ae9d2d29d5fe08.js +1 -0
  809. package/.next-prod/static/chunks/app/api/mysql/connect/route-f2ae9d2d29d5fe08.js +1 -0
  810. package/.next-prod/static/chunks/app/api/mysql/disconnect/route-f2ae9d2d29d5fe08.js +1 -0
  811. package/.next-prod/static/chunks/app/api/mysql/export/route-f2ae9d2d29d5fe08.js +1 -0
  812. package/.next-prod/static/chunks/app/api/mysql/query/route-f2ae9d2d29d5fe08.js +1 -0
  813. package/.next-prod/static/chunks/app/api/mysql/schemas/route-f2ae9d2d29d5fe08.js +1 -0
  814. package/.next-prod/static/chunks/app/api/note/route-f2ae9d2d29d5fe08.js +1 -0
  815. package/.next-prod/static/chunks/app/api/open-cursor/route-f2ae9d2d29d5fe08.js +1 -0
  816. package/.next-prod/static/chunks/app/api/open-vscode/route-f2ae9d2d29d5fe08.js +1 -0
  817. package/.next-prod/static/chunks/app/api/pick-folder/route-f2ae9d2d29d5fe08.js +1 -0
  818. package/.next-prod/static/chunks/app/api/pinned-sessions/route-f2ae9d2d29d5fe08.js +1 -0
  819. package/.next-prod/static/chunks/app/api/project-settings/route-f2ae9d2d29d5fe08.js +1 -0
  820. package/.next-prod/static/chunks/app/api/project-state/route-f2ae9d2d29d5fe08.js +1 -0
  821. package/.next-prod/static/chunks/app/api/projects/route-f2ae9d2d29d5fe08.js +1 -0
  822. package/.next-prod/static/chunks/app/api/redis/command/route-f2ae9d2d29d5fe08.js +1 -0
  823. package/.next-prod/static/chunks/app/api/redis/connect/route-f2ae9d2d29d5fe08.js +1 -0
  824. package/.next-prod/static/chunks/app/api/redis/delete/route-f2ae9d2d29d5fe08.js +1 -0
  825. package/.next-prod/static/chunks/app/api/redis/disconnect/route-f2ae9d2d29d5fe08.js +1 -0
  826. package/.next-prod/static/chunks/app/api/redis/get/route-f2ae9d2d29d5fe08.js +1 -0
  827. package/.next-prod/static/chunks/app/api/redis/keys/route-f2ae9d2d29d5fe08.js +1 -0
  828. package/.next-prod/static/chunks/app/api/redis/set/route-f2ae9d2d29d5fe08.js +1 -0
  829. package/.next-prod/static/chunks/app/api/review/[id]/comments/route-f2ae9d2d29d5fe08.js +1 -0
  830. package/.next-prod/static/chunks/app/api/review/[id]/replies/route-f2ae9d2d29d5fe08.js +1 -0
  831. package/.next-prod/static/chunks/app/api/review/[id]/route-f2ae9d2d29d5fe08.js +1 -0
  832. package/.next-prod/static/chunks/app/api/review/identify/route-f2ae9d2d29d5fe08.js +1 -0
  833. package/.next-prod/static/chunks/app/api/review/order/route-f2ae9d2d29d5fe08.js +1 -0
  834. package/.next-prod/static/chunks/app/api/review/route-f2ae9d2d29d5fe08.js +1 -0
  835. package/.next-prod/static/chunks/app/api/review/share-info/route-f2ae9d2d29d5fe08.js +1 -0
  836. package/.next-prod/static/chunks/app/api/review/users/route-f2ae9d2d29d5fe08.js +1 -0
  837. package/.next-prod/static/chunks/app/api/scheduled-tasks/route-f2ae9d2d29d5fe08.js +1 -0
  838. package/.next-prod/static/chunks/app/api/services/config/route-f2ae9d2d29d5fe08.js +1 -0
  839. package/.next-prod/static/chunks/app/api/services/scripts/route-f2ae9d2d29d5fe08.js +1 -0
  840. package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-f2ae9d2d29d5fe08.js +1 -0
  841. package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-f2ae9d2d29d5fe08.js +1 -0
  842. package/.next-prod/static/chunks/app/api/session-by-path/route-f2ae9d2d29d5fe08.js +1 -0
  843. package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-f2ae9d2d29d5fe08.js +1 -0
  844. package/.next-prod/static/chunks/app/api/sessions/projects/route-f2ae9d2d29d5fe08.js +1 -0
  845. package/.next-prod/static/chunks/app/api/sessions/route-f2ae9d2d29d5fe08.js +1 -0
  846. package/.next-prod/static/chunks/app/api/settings/route-f2ae9d2d29d5fe08.js +1 -0
  847. package/.next-prod/static/chunks/app/api/terminal/aliases/route-f2ae9d2d29d5fe08.js +1 -0
  848. package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-f2ae9d2d29d5fe08.js +1 -0
  849. package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-f2ae9d2d29d5fe08.js +1 -0
  850. package/.next-prod/static/chunks/app/api/terminal/env/route-f2ae9d2d29d5fe08.js +1 -0
  851. package/.next-prod/static/chunks/app/api/terminal/history/route-f2ae9d2d29d5fe08.js +1 -0
  852. package/.next-prod/static/chunks/app/api/version/route-f2ae9d2d29d5fe08.js +1 -0
  853. package/.next-prod/static/chunks/app/global-error-3c48d7d42c672863.js +1 -0
  854. package/.next-prod/static/chunks/app/layout-44210aade5d56585.js +1 -0
  855. package/.next-prod/static/chunks/app/manifest.webmanifest/route-f2ae9d2d29d5fe08.js +1 -0
  856. package/.next-prod/static/chunks/app/page-cc2bf3ca4c337090.js +1 -0
  857. package/.next-prod/static/chunks/app/project/page-fb1ff1d5d382977d.js +25 -0
  858. package/.next-prod/static/chunks/app/review/[id]/page-64f18d8d2476753c.js +1 -0
  859. package/.next-prod/static/chunks/ce16f5a9.5c7821b201f35593.js +1 -0
  860. package/.next-prod/static/chunks/cee15710.869cef5f741d40c2.js +1 -0
  861. package/.next-prod/static/chunks/cfdf2ac7.4506d3f72b310564.js +1 -0
  862. package/.next-prod/static/chunks/d1c28714.f52cffdd449a2d14.js +1 -0
  863. package/.next-prod/static/chunks/d3ac728e-d1ae8819b8f0be6a.js +1 -0
  864. package/.next-prod/static/chunks/e868780c.a081703edc1bc551.js +18 -0
  865. package/.next-prod/static/chunks/framework-81b2e59ffe13bb24.js +1 -0
  866. package/.next-prod/static/chunks/main-ac50dc1e450895a2.js +5 -0
  867. package/.next-prod/static/chunks/main-app-b76c0df33a946918.js +1 -0
  868. package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-f2ae9d2d29d5fe08.js +1 -0
  869. package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-f2ae9d2d29d5fe08.js +1 -0
  870. package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-f2ae9d2d29d5fe08.js +1 -0
  871. package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-f2ae9d2d29d5fe08.js +1 -0
  872. package/.next-prod/static/chunks/polyfills-42372ed130431b0a.js +1 -0
  873. package/.next-prod/static/chunks/webpack-67d02a2a41508d41.js +1 -0
  874. package/.next-prod/static/css/2163ab5e45fedc6a.css +1 -0
  875. package/.next-prod/static/css/dd86f60184ab34a9.css +3 -0
  876. package/.next-prod/static/media/0086f8992871c45b-s.woff2 +0 -0
  877. package/.next-prod/static/media/03b436aa846269de-s.woff2 +0 -0
  878. package/.next-prod/static/media/08aedeceaf1dcd57-s.woff2 +0 -0
  879. package/.next-prod/static/media/0aa834ed78bf6d07-s.woff2 +0 -0
  880. package/.next-prod/static/media/19cfc7226ec3afaa-s.woff2 +0 -0
  881. package/.next-prod/static/media/21350d82a1f187e9-s.woff2 +0 -0
  882. package/.next-prod/static/media/36008747766f78c6-s.woff2 +0 -0
  883. package/.next-prod/static/media/5c0c2bcbaa4149ca-s.p.woff2 +0 -0
  884. package/.next-prod/static/media/67957d42bae0796d-s.woff2 +0 -0
  885. package/.next-prod/static/media/6d38f9d4e0f4772b-s.woff2 +0 -0
  886. package/.next-prod/static/media/886030b0b59bc5a7-s.woff2 +0 -0
  887. package/.next-prod/static/media/8e9860b6e62d6359-s.woff2 +0 -0
  888. package/.next-prod/static/media/939c4f875ee75fbb-s.woff2 +0 -0
  889. package/.next-prod/static/media/KaTeX_AMS-Regular.1608a09b.woff +0 -0
  890. package/.next-prod/static/media/KaTeX_AMS-Regular.4aafdb68.ttf +0 -0
  891. package/.next-prod/static/media/KaTeX_AMS-Regular.a79f1c31.woff2 +0 -0
  892. package/.next-prod/static/media/KaTeX_Caligraphic-Bold.b6770918.woff +0 -0
  893. package/.next-prod/static/media/KaTeX_Caligraphic-Bold.cce5b8ec.ttf +0 -0
  894. package/.next-prod/static/media/KaTeX_Caligraphic-Bold.ec17d132.woff2 +0 -0
  895. package/.next-prod/static/media/KaTeX_Caligraphic-Regular.07ef19e7.ttf +0 -0
  896. package/.next-prod/static/media/KaTeX_Caligraphic-Regular.55fac258.woff2 +0 -0
  897. package/.next-prod/static/media/KaTeX_Caligraphic-Regular.dad44a7f.woff +0 -0
  898. package/.next-prod/static/media/KaTeX_Fraktur-Bold.9f256b85.woff +0 -0
  899. package/.next-prod/static/media/KaTeX_Fraktur-Bold.b18f59e1.ttf +0 -0
  900. package/.next-prod/static/media/KaTeX_Fraktur-Bold.d42a5579.woff2 +0 -0
  901. package/.next-prod/static/media/KaTeX_Fraktur-Regular.7c187121.woff +0 -0
  902. package/.next-prod/static/media/KaTeX_Fraktur-Regular.d3c882a6.woff2 +0 -0
  903. package/.next-prod/static/media/KaTeX_Fraktur-Regular.ed38e79f.ttf +0 -0
  904. package/.next-prod/static/media/KaTeX_Main-Bold.b74a1a8b.ttf +0 -0
  905. package/.next-prod/static/media/KaTeX_Main-Bold.c3fb5ac2.woff2 +0 -0
  906. package/.next-prod/static/media/KaTeX_Main-Bold.d181c465.woff +0 -0
  907. package/.next-prod/static/media/KaTeX_Main-BoldItalic.6f2bb1df.woff2 +0 -0
  908. package/.next-prod/static/media/KaTeX_Main-BoldItalic.70d8b0a5.ttf +0 -0
  909. package/.next-prod/static/media/KaTeX_Main-BoldItalic.e3f82f9d.woff +0 -0
  910. package/.next-prod/static/media/KaTeX_Main-Italic.47373d1e.ttf +0 -0
  911. package/.next-prod/static/media/KaTeX_Main-Italic.8916142b.woff2 +0 -0
  912. package/.next-prod/static/media/KaTeX_Main-Italic.9024d815.woff +0 -0
  913. package/.next-prod/static/media/KaTeX_Main-Regular.0462f03b.woff2 +0 -0
  914. package/.next-prod/static/media/KaTeX_Main-Regular.7f51fe03.woff +0 -0
  915. package/.next-prod/static/media/KaTeX_Main-Regular.b7f8fe9b.ttf +0 -0
  916. package/.next-prod/static/media/KaTeX_Math-BoldItalic.572d331f.woff2 +0 -0
  917. package/.next-prod/static/media/KaTeX_Math-BoldItalic.a879cf83.ttf +0 -0
  918. package/.next-prod/static/media/KaTeX_Math-BoldItalic.f1035d8d.woff +0 -0
  919. package/.next-prod/static/media/KaTeX_Math-Italic.5295ba48.woff +0 -0
  920. package/.next-prod/static/media/KaTeX_Math-Italic.939bc644.ttf +0 -0
  921. package/.next-prod/static/media/KaTeX_Math-Italic.f28c23ac.woff2 +0 -0
  922. package/.next-prod/static/media/KaTeX_SansSerif-Bold.8c5b5494.woff2 +0 -0
  923. package/.next-prod/static/media/KaTeX_SansSerif-Bold.94e1e8dc.ttf +0 -0
  924. package/.next-prod/static/media/KaTeX_SansSerif-Bold.bf59d231.woff +0 -0
  925. package/.next-prod/static/media/KaTeX_SansSerif-Italic.3b1e59b3.woff2 +0 -0
  926. package/.next-prod/static/media/KaTeX_SansSerif-Italic.7c9bc82b.woff +0 -0
  927. package/.next-prod/static/media/KaTeX_SansSerif-Italic.b4c20c84.ttf +0 -0
  928. package/.next-prod/static/media/KaTeX_SansSerif-Regular.74048478.woff +0 -0
  929. package/.next-prod/static/media/KaTeX_SansSerif-Regular.ba21ed5f.woff2 +0 -0
  930. package/.next-prod/static/media/KaTeX_SansSerif-Regular.d4d7ba48.ttf +0 -0
  931. package/.next-prod/static/media/KaTeX_Script-Regular.03e9641d.woff2 +0 -0
  932. package/.next-prod/static/media/KaTeX_Script-Regular.07505710.woff +0 -0
  933. package/.next-prod/static/media/KaTeX_Script-Regular.fe9cbbe1.ttf +0 -0
  934. package/.next-prod/static/media/KaTeX_Size1-Regular.e1e279cb.woff +0 -0
  935. package/.next-prod/static/media/KaTeX_Size1-Regular.eae34984.woff2 +0 -0
  936. package/.next-prod/static/media/KaTeX_Size1-Regular.fabc004a.ttf +0 -0
  937. package/.next-prod/static/media/KaTeX_Size2-Regular.57727022.woff +0 -0
  938. package/.next-prod/static/media/KaTeX_Size2-Regular.5916a24f.woff2 +0 -0
  939. package/.next-prod/static/media/KaTeX_Size2-Regular.d6b476ec.ttf +0 -0
  940. package/.next-prod/static/media/KaTeX_Size3-Regular.9acaf01c.woff +0 -0
  941. package/.next-prod/static/media/KaTeX_Size3-Regular.a144ef58.ttf +0 -0
  942. package/.next-prod/static/media/KaTeX_Size3-Regular.b4230e7e.woff2 +0 -0
  943. package/.next-prod/static/media/KaTeX_Size4-Regular.10d95fd3.woff2 +0 -0
  944. package/.next-prod/static/media/KaTeX_Size4-Regular.7a996c9d.woff +0 -0
  945. package/.next-prod/static/media/KaTeX_Size4-Regular.fbccdabe.ttf +0 -0
  946. package/.next-prod/static/media/KaTeX_Typewriter-Regular.6258592b.woff +0 -0
  947. package/.next-prod/static/media/KaTeX_Typewriter-Regular.a8709e36.woff2 +0 -0
  948. package/.next-prod/static/media/KaTeX_Typewriter-Regular.d97aaf4a.ttf +0 -0
  949. package/.next-prod/static/media/ab00a911ac2adf48-s.woff2 +0 -0
  950. package/.next-prod/static/media/ba9851c3c22cd980-s.woff2 +0 -0
  951. package/.next-prod/static/media/bb3ef058b751a6ad-s.p.woff2 +0 -0
  952. package/.next-prod/static/media/c5fe6dc8356a8c31-s.woff2 +0 -0
  953. package/.next-prod/static/media/df0a9ae256c0569c-s.woff2 +0 -0
  954. package/.next-prod/static/media/e4af272ccee01ff0-s.p.woff2 +0 -0
  955. package/.next-prod/static/media/f911b923c6adde36-s.woff2 +0 -0
  956. package/.next-prod/trace +12 -0
  957. package/.next-prod/trace-build +1 -0
  958. package/.next-prod/types/app/api/bash/route.ts +350 -0
  959. package/.next-prod/types/app/api/chat/route.ts +350 -0
  960. package/.next-prod/types/app/api/claude-stats/route.ts +350 -0
  961. package/.next-prod/types/app/api/commands/route.ts +350 -0
  962. package/.next-prod/types/app/api/comments/route.ts +350 -0
  963. package/.next-prod/types/app/api/db/columns/route.ts +350 -0
  964. package/.next-prod/types/app/api/db/connect/route.ts +350 -0
  965. package/.next-prod/types/app/api/db/disconnect/route.ts +350 -0
  966. package/.next-prod/types/app/api/db/export/route.ts +350 -0
  967. package/.next-prod/types/app/api/db/query/route.ts +350 -0
  968. package/.next-prod/types/app/api/db/schemas/route.ts +350 -0
  969. package/.next-prod/types/app/api/extension/version/route.ts +350 -0
  970. package/.next-prod/types/app/api/file/route.ts +350 -0
  971. package/.next-prod/types/app/api/files/blame/route.ts +350 -0
  972. package/.next-prod/types/app/api/files/clipboard/route.ts +350 -0
  973. package/.next-prod/types/app/api/files/copy/route.ts +350 -0
  974. package/.next-prod/types/app/api/files/delete/route.ts +350 -0
  975. package/.next-prod/types/app/api/files/expanded/route.ts +350 -0
  976. package/.next-prod/types/app/api/files/index/route.ts +350 -0
  977. package/.next-prod/types/app/api/files/init/route.ts +350 -0
  978. package/.next-prod/types/app/api/files/paste/route.ts +350 -0
  979. package/.next-prod/types/app/api/files/read/route.ts +350 -0
  980. package/.next-prod/types/app/api/files/readdir/route.ts +350 -0
  981. package/.next-prod/types/app/api/files/recent/route.ts +350 -0
  982. package/.next-prod/types/app/api/files/save/route.ts +350 -0
  983. package/.next-prod/types/app/api/files/search/route.ts +350 -0
  984. package/.next-prod/types/app/api/git/branch-diff/route.ts +350 -0
  985. package/.next-prod/types/app/api/git/branches/route.ts +350 -0
  986. package/.next-prod/types/app/api/git/commit-diff/route.ts +350 -0
  987. package/.next-prod/types/app/api/git/commits/route.ts +350 -0
  988. package/.next-prod/types/app/api/git/diff/route.ts +350 -0
  989. package/.next-prod/types/app/api/git/discard/route.ts +350 -0
  990. package/.next-prod/types/app/api/git/stage/route.ts +350 -0
  991. package/.next-prod/types/app/api/git/status/route.ts +350 -0
  992. package/.next-prod/types/app/api/git/unstage/route.ts +350 -0
  993. package/.next-prod/types/app/api/git/worktree/route.ts +350 -0
  994. package/.next-prod/types/app/api/global-state/route.ts +350 -0
  995. package/.next-prod/types/app/api/jupyter/load/route.ts +350 -0
  996. package/.next-prod/types/app/api/jupyter/save/route.ts +350 -0
  997. package/.next-prod/types/app/api/jupyter/shutdown/route.ts +350 -0
  998. package/.next-prod/types/app/api/lsp/definition/route.ts +350 -0
  999. package/.next-prod/types/app/api/lsp/hover/route.ts +350 -0
  1000. package/.next-prod/types/app/api/lsp/references/route.ts +350 -0
  1001. package/.next-prod/types/app/api/lsp/status/route.ts +350 -0
  1002. package/.next-prod/types/app/api/lsp/warmup/route.ts +350 -0
  1003. package/.next-prod/types/app/api/mysql/columns/route.ts +350 -0
  1004. package/.next-prod/types/app/api/mysql/connect/route.ts +350 -0
  1005. package/.next-prod/types/app/api/mysql/disconnect/route.ts +350 -0
  1006. package/.next-prod/types/app/api/mysql/export/route.ts +350 -0
  1007. package/.next-prod/types/app/api/mysql/query/route.ts +350 -0
  1008. package/.next-prod/types/app/api/mysql/schemas/route.ts +350 -0
  1009. package/.next-prod/types/app/api/note/route.ts +350 -0
  1010. package/.next-prod/types/app/api/open-cursor/route.ts +350 -0
  1011. package/.next-prod/types/app/api/open-vscode/route.ts +350 -0
  1012. package/.next-prod/types/app/api/pick-folder/route.ts +350 -0
  1013. package/.next-prod/types/app/api/pinned-sessions/route.ts +350 -0
  1014. package/.next-prod/types/app/api/project-settings/route.ts +350 -0
  1015. package/.next-prod/types/app/api/project-state/route.ts +350 -0
  1016. package/.next-prod/types/app/api/projects/route.ts +350 -0
  1017. package/.next-prod/types/app/api/redis/command/route.ts +350 -0
  1018. package/.next-prod/types/app/api/redis/connect/route.ts +350 -0
  1019. package/.next-prod/types/app/api/redis/delete/route.ts +350 -0
  1020. package/.next-prod/types/app/api/redis/disconnect/route.ts +350 -0
  1021. package/.next-prod/types/app/api/redis/get/route.ts +350 -0
  1022. package/.next-prod/types/app/api/redis/keys/route.ts +350 -0
  1023. package/.next-prod/types/app/api/redis/set/route.ts +350 -0
  1024. package/.next-prod/types/app/api/review/[id]/comments/route.ts +350 -0
  1025. package/.next-prod/types/app/api/review/[id]/replies/route.ts +350 -0
  1026. package/.next-prod/types/app/api/review/[id]/route.ts +350 -0
  1027. package/.next-prod/types/app/api/review/identify/route.ts +350 -0
  1028. package/.next-prod/types/app/api/review/order/route.ts +350 -0
  1029. package/.next-prod/types/app/api/review/route.ts +350 -0
  1030. package/.next-prod/types/app/api/review/share-info/route.ts +350 -0
  1031. package/.next-prod/types/app/api/review/users/route.ts +350 -0
  1032. package/.next-prod/types/app/api/scheduled-tasks/route.ts +350 -0
  1033. package/.next-prod/types/app/api/services/config/route.ts +350 -0
  1034. package/.next-prod/types/app/api/services/scripts/route.ts +350 -0
  1035. package/.next-prod/types/app/api/session/[sessionId]/fork/route.ts +350 -0
  1036. package/.next-prod/types/app/api/session/[sessionId]/history/route.ts +350 -0
  1037. package/.next-prod/types/app/api/session-by-path/route.ts +350 -0
  1038. package/.next-prod/types/app/api/sessions/projects/[encodedPath]/route.ts +350 -0
  1039. package/.next-prod/types/app/api/sessions/projects/route.ts +350 -0
  1040. package/.next-prod/types/app/api/sessions/route.ts +350 -0
  1041. package/.next-prod/types/app/api/settings/route.ts +350 -0
  1042. package/.next-prod/types/app/api/terminal/aliases/route.ts +350 -0
  1043. package/.next-prod/types/app/api/terminal/autocomplete/route.ts +350 -0
  1044. package/.next-prod/types/app/api/terminal/bubble-order/route.ts +350 -0
  1045. package/.next-prod/types/app/api/terminal/env/route.ts +350 -0
  1046. package/.next-prod/types/app/api/terminal/history/route.ts +350 -0
  1047. package/.next-prod/types/app/api/version/route.ts +350 -0
  1048. package/.next-prod/types/app/page.ts +86 -0
  1049. package/.next-prod/types/app/project/page.ts +86 -0
  1050. package/.next-prod/types/app/review/[id]/page.ts +86 -0
  1051. package/.next-prod/types/package.json +1 -0
  1052. package/.next-prod/types/routes.d.ts +164 -0
  1053. package/.next-prod/types/validator.ts +898 -0
  1054. package/LICENSE +21 -0
  1055. package/README.md +94 -0
  1056. package/README.zh.md +100 -0
  1057. package/bin/cock-browser.mjs +435 -0
  1058. package/bin/cock-dev.mjs +6 -0
  1059. package/bin/cock-terminal.mjs +215 -0
  1060. package/bin/cock.mjs +99 -0
  1061. package/bin/postinstall.mjs +29 -0
  1062. package/chrome-extension/automation.js +684 -0
  1063. package/chrome-extension/background.js +364 -0
  1064. package/chrome-extension/content.js +224 -0
  1065. package/chrome-extension/disguise.js +14 -0
  1066. package/chrome-extension/icons/icon128.png +0 -0
  1067. package/chrome-extension/icons/icon16.png +0 -0
  1068. package/chrome-extension/icons/icon48.png +0 -0
  1069. package/chrome-extension/manifest.json +42 -0
  1070. package/chrome-extension/network-capture.js +197 -0
  1071. package/chrome-extension/rules.json +56 -0
  1072. package/dist/JupyterKernelManager-475VNVA5.mjs +248 -0
  1073. package/dist/chunk-OER3N6H7.mjs +250 -0
  1074. package/dist/scheduledTasks.mjs +418 -0
  1075. package/dist/wsServer.mjs +1441 -0
  1076. package/next.config.ts +18 -0
  1077. package/package.json +122 -0
  1078. package/public/favicon.ico +0 -0
  1079. package/public/icons/dev/icon-128x128.png +0 -0
  1080. package/public/icons/dev/icon-144x144.png +0 -0
  1081. package/public/icons/dev/icon-152x152.png +0 -0
  1082. package/public/icons/dev/icon-192x192.png +0 -0
  1083. package/public/icons/dev/icon-384x384.png +0 -0
  1084. package/public/icons/dev/icon-512x512.png +0 -0
  1085. package/public/icons/dev/icon-72x72.png +0 -0
  1086. package/public/icons/dev/icon-96x96.png +0 -0
  1087. package/public/icons/icon-128x128.png +0 -0
  1088. package/public/icons/icon-144x144.png +0 -0
  1089. package/public/icons/icon-152x152.png +0 -0
  1090. package/public/icons/icon-192x192.png +0 -0
  1091. package/public/icons/icon-384x384.png +0 -0
  1092. package/public/icons/icon-512x512.png +0 -0
  1093. package/public/icons/icon-72x72.png +0 -0
  1094. package/public/icons/icon-96x96.png +0 -0
  1095. package/server.mjs +135 -0
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[2020],{27427:(e,t,n)=>{n.d(t,{A:()=>i});var r=n(88644);let i=function(e){return(0,r.A)(e,4)}},92020:(e,t,n)=>{n.r(t),n.d(t,{render:()=>A});var r=n(4600);n(57753);var i=n(25790),a=n(86495);n(95164),n(16163),n(37916);var d=n(78005),o=n(32165),s=n(61991),l=n(94630),g=n(27427),c=n(49820);function f(e){var t,n,r={options:{directed:e.isDirected(),multigraph:e.isMultigraph(),compound:e.isCompound()},nodes:(t=e,c.A(t.nodes(),function(e){var n=t.node(e),r=t.parent(e),i={v:e};return l.A(n)||(i.value=n),l.A(r)||(i.parent=r),i})),edges:(n=e,c.A(n.edges(),function(e){var t=n.edge(e),r={v:e.v,w:e.w};return l.A(e.name)||(r.name=e.name),l.A(t)||(r.value=t),r}))};return l.A(e.graph())||(r.value=g.A(e.graph())),r}n(17641);var h=n(92821),p=new Map,u=new Map,m=new Map,w=(0,o.K2)(()=>{u.clear(),m.clear(),p.clear()},"clear"),R=(0,o.K2)((e,t)=>{let n=u.get(t)||[];return o.Rm.trace("In isDescendant",t," ",e," = ",n.includes(e)),n.includes(e)},"isDescendant"),v=(0,o.K2)((e,t)=>{let n=u.get(t)||[];return o.Rm.info("Descendants of ",t," is ",n),o.Rm.info("Edge is ",e),e.v!==t&&e.w!==t&&(n?n.includes(e.v)||R(e.v,t)||R(e.w,t)||n.includes(e.w):(o.Rm.debug("Tilt, ",t,",not in descendants"),!1))},"edgeInCluster"),y=(0,o.K2)((e,t,n,r)=>{o.Rm.warn("Copying children of ",e,"root",r,"data",t.node(e),r);let i=t.children(e)||[];e!==r&&i.push(e),o.Rm.warn("Copying (nodes) clusterId",e,"nodes",i),i.forEach(i=>{if(t.children(i).length>0)y(i,t,n,r);else{let a=t.node(i);o.Rm.info("cp ",i," to ",r," with parent ",e),n.setNode(i,a),r!==t.parent(i)&&(o.Rm.warn("Setting parent",i,t.parent(i)),n.setParent(i,t.parent(i))),e!==r&&i!==e?(o.Rm.debug("Setting parent",i,e),n.setParent(i,e)):(o.Rm.info("In copy ",e,"root",r,"data",t.node(e),r),o.Rm.debug("Not Setting parent for node=",i,"cluster!==rootId",e!==r,"node!==clusterId",i!==e));let d=t.edges(i);o.Rm.debug("Copying Edges",d),d.forEach(i=>{o.Rm.info("Edge",i);let a=t.edge(i.v,i.w,i.name);o.Rm.info("Edge data",a,r);try{v(i,r)?(o.Rm.info("Copying as ",i.v,i.w,a,i.name),n.setEdge(i.v,i.w,a,i.name),o.Rm.info("newGraph edges ",n.edges(),n.edge(n.edges()[0]))):o.Rm.info("Skipping copy of edge ",i.v,"--\x3e",i.w," rootId: ",r," clusterId:",e)}catch(e){o.Rm.error(e)}})}o.Rm.debug("Removing node",i),t.removeNode(i)})},"copy"),X=(0,o.K2)((e,t)=>{let n=t.children(e),r=[...n];for(let i of n)m.set(i,e),r=[...r,...X(i,t)];return r},"extractDescendants"),E=(0,o.K2)((e,t,n)=>{let r=e.edges().filter(e=>e.v===t||e.w===t),i=e.edges().filter(e=>e.v===n||e.w===n),a=r.map(e=>({v:e.v===t?n:e.v,w:e.w===t?t:e.w})),d=i.map(e=>({v:e.v,w:e.w}));return a.filter(e=>d.some(t=>e.v===t.v&&e.w===t.w))},"findCommonEdges"),N=(0,o.K2)((e,t,n)=>{let r,i=t.children(e);if(o.Rm.trace("Searching children of id ",e,i),i.length<1)return e;for(let e of i){let i=N(e,t,n),a=E(t,n,i);if(i)if(!(a.length>0))return i;else r=i}return r},"findNonClusterChild"),b=(0,o.K2)(e=>p.has(e)&&p.get(e).externalConnections&&p.has(e)?p.get(e).id:e,"getAnchorId"),C=(0,o.K2)((e,t)=>{if(!e||t>10)return void o.Rm.debug("Opting out, no graph ");for(let t of(o.Rm.debug("Opting in, graph "),e.nodes().forEach(function(t){e.children(t).length>0&&(o.Rm.warn("Cluster identified",t," Replacement id in edges: ",N(t,e,t)),u.set(t,X(t,e)),p.set(t,{id:N(t,e,t),clusterData:e.node(t)}))}),e.nodes().forEach(function(t){let n=e.children(t),r=e.edges();n.length>0?(o.Rm.debug("Cluster identified",t,u),r.forEach(e=>{R(e.v,t)^R(e.w,t)&&(o.Rm.warn("Edge: ",e," leaves cluster ",t),o.Rm.warn("Descendants of XXX ",t,": ",u.get(t)),p.get(t).externalConnections=!0)})):o.Rm.debug("Not a cluster ",t,u)}),p.keys())){let n=p.get(t).id,r=e.parent(n);r!==t&&p.has(r)&&!p.get(r).externalConnections&&(p.get(t).id=r)}e.edges().forEach(function(t){let n=e.edge(t);o.Rm.warn("Edge "+t.v+" -> "+t.w+": "+JSON.stringify(t)),o.Rm.warn("Edge "+t.v+" -> "+t.w+": "+JSON.stringify(e.edge(t)));let r=t.v,i=t.w;if(o.Rm.warn("Fix XXX",p,"ids:",t.v,t.w,"Translating: ",p.get(t.v)," --- ",p.get(t.w)),p.get(t.v)||p.get(t.w)){if(o.Rm.warn("Fixing and trying - removing XXX",t.v,t.w,t.name),r=b(t.v),i=b(t.w),e.removeEdge(t.v,t.w,t.name),r!==t.v){let i=e.parent(r);p.get(i).externalConnections=!0,n.fromCluster=t.v}if(i!==t.w){let r=e.parent(i);p.get(r).externalConnections=!0,n.toCluster=t.w}o.Rm.warn("Fix Replacing with XXX",r,i,t.name),e.setEdge(r,i,n,t.name)}}),o.Rm.warn("Adjusted Graph",f(e)),S(e,0),o.Rm.trace(p)},"adjustClustersAndEdges"),S=(0,o.K2)((e,t)=>{if(o.Rm.warn("extractor - ",t,f(e),e.children("D")),t>10)return void o.Rm.error("Bailing out");let n=e.nodes(),r=!1;for(let t of n){let n=e.children(t);r=r||n.length>0}if(!r)return void o.Rm.debug("Done, no node has children",e.nodes());for(let r of(o.Rm.debug("Nodes = ",n,t),n))if(o.Rm.debug("Extracting node",r,p,p.has(r)&&!p.get(r).externalConnections,!e.parent(r),e.node(r),e.children("D")," Depth ",t),p.has(r))if(!p.get(r).externalConnections&&e.children(r)&&e.children(r).length>0){o.Rm.warn("Cluster without external connections, without a parent and with children",r,t);let n="TB"===e.graph().rankdir?"LR":"TB";p.get(r)?.clusterData?.dir&&(n=p.get(r).clusterData.dir,o.Rm.warn("Fixing dir",p.get(r).clusterData.dir,n));let i=new h.T({multigraph:!0,compound:!0}).setGraph({rankdir:n,nodesep:50,ranksep:50,marginx:8,marginy:8}).setDefaultEdgeLabel(function(){return{}});o.Rm.warn("Old graph before copy",f(e)),y(r,e,i,r),e.setNode(r,{clusterNode:!0,id:r,clusterData:p.get(r).clusterData,label:p.get(r).label,graph:i}),o.Rm.warn("New graph after copy node: (",r,")",f(i)),o.Rm.debug("Old graph after copy",f(e))}else o.Rm.warn("Cluster ** ",r," **not meeting the criteria !externalConnections:",!p.get(r).externalConnections," no parent: ",!e.parent(r)," children ",e.children(r)&&e.children(r).length>0,e.children("D"),t),o.Rm.debug(p);else o.Rm.debug("Not a cluster",r,t);for(let r of(n=e.nodes(),o.Rm.warn("New list of nodes",n),n)){let n=e.node(r);o.Rm.warn(" Now next level",r,n),n?.clusterNode&&S(n.graph,t+1)}},"extractor"),x=(0,o.K2)((e,t)=>{if(0===t.length)return[];let n=Object.assign([],t);return t.forEach(t=>{let r=e.children(t),i=x(e,r);n=[...n,...i]}),n},"sorter"),I=(0,o.K2)(e=>x(e,e.children()),"sortNodesByHierarchy"),D=(0,o.K2)(async(e,t,n,d,l,g)=>{o.Rm.warn("Graph in recursive render:XAX",f(t),l);let c=t.graph().rankdir;o.Rm.trace("Dir in recursive render - dir:",c);let h=e.insert("g").attr("class","root");t.nodes()?o.Rm.info("Recursive render XXX",t.nodes()):o.Rm.info("No nodes found for",t),t.edges().length>0&&o.Rm.info("Recursive edges",t.edge(t.edges()[0]));let u=h.insert("g").attr("class","clusters"),m=h.insert("g").attr("class","edgePaths"),w=h.insert("g").attr("class","edgeLabels"),R=h.insert("g").attr("class","nodes");await Promise.all(t.nodes().map(async function(e){let r=t.node(e);if(void 0!==l){let n=JSON.parse(JSON.stringify(l.clusterData));o.Rm.trace("Setting data for parent cluster XXX\n Node.id = ",e,"\n data=",n.height,"\nParent cluster",l.height),t.setNode(l.id,n),t.parent(e)||(o.Rm.trace("Setting parent",e,l.id),t.setParent(e,l.id,n))}if(o.Rm.info("(Insert) Node XXX"+e+": "+JSON.stringify(t.node(e))),r?.clusterNode){o.Rm.info("Cluster identified XBX",e,r.width,t.node(e));let{ranksep:a,nodesep:s}=t.graph();r.graph.setGraph({...r.graph.graph(),ranksep:a+25,nodesep:s});let l=await D(R,r.graph,n,d,t.node(e),g),c=l.elem;(0,i.lC)(r,c),r.diff=l.diff||0,o.Rm.info("New compound node after recursive render XAX",e,"width",r.width,"height",r.height),(0,i.U7)(c,r)}else t.children(e).length>0?(o.Rm.trace("Cluster - the non recursive path XBX",e,r.id,r,r.width,"Graph:",t),o.Rm.trace(N(r.id,t)),p.set(r.id,{id:N(r.id,t),node:r})):(o.Rm.trace("Node - the non recursive path XAX",e,R,t.node(e),c),await (0,i.on)(R,t.node(e),{config:g,dir:c}))}));let v=(0,o.K2)(async()=>{let e=t.edges().map(async function(e){let n=t.edge(e.v,e.w,e.name);o.Rm.info("Edge "+e.v+" -> "+e.w+": "+JSON.stringify(e)),o.Rm.info("Edge "+e.v+" -> "+e.w+": ",e," ",JSON.stringify(t.edge(e))),o.Rm.info("Fix",p,"ids:",e.v,e.w,"Translating: ",p.get(e.v),p.get(e.w)),await (0,r.jP)(w,n)});await Promise.all(e)},"processEdges");await v(),o.Rm.info("Graph before layout:",JSON.stringify(f(t))),o.Rm.info("############################################# XXX"),o.Rm.info("### Layout ### XXX"),o.Rm.info("############################################# XXX"),(0,s.Zp)(t),o.Rm.info("Graph after layout:",JSON.stringify(f(t)));let y=0,{subGraphTitleTotalMargin:X}=(0,a.O)(g);return await Promise.all(I(t).map(async function(e){let n=t.node(e);if(o.Rm.info("Position XBX => "+e+": ("+n.x,","+n.y,") width: ",n.width," height: ",n.height),n?.clusterNode)n.y+=X,o.Rm.info("A tainted cluster node XBX1",e,n.id,n.width,n.height,n.x,n.y,t.parent(e)),p.get(n.id).node=n,(0,i.U_)(n);else if(t.children(e).length>0){o.Rm.info("A pure cluster node XBX1",e,n.id,n.x,n.y,n.width,n.height,t.parent(e)),n.height+=X,t.node(n.parentId);let r=n?.padding/2||0,a=n?.labelBBox?.height||0;o.Rm.debug("OffsetY",a-r||0,"labelHeight",a,"halfPadding",r),await (0,i.U)(u,n),p.get(n.id).node=n}else{let e=t.node(n.parentId);n.y+=X/2,o.Rm.info("A regular node XBX1 - using the padding",n.id,"parent",n.parentId,n.width,n.height,n.x,n.y,"offsetY",n.offsetY,"parent",e,e?.offsetY,n),(0,i.U_)(n)}})),t.edges().forEach(function(e){let i=t.edge(e);o.Rm.info("Edge "+e.v+" -> "+e.w+": "+JSON.stringify(i),i),i.points.forEach(e=>e.y+=X/2);let a=t.node(e.v);var s=t.node(e.w);let l=(0,r.Jo)(m,i,p,n,a,s,d);(0,r.T_)(i,l)}),t.nodes().forEach(function(e){let n=t.node(e);o.Rm.info(e,n.type,n.diff),n.isGroup&&(y=n.diff)}),o.Rm.warn("Returning from recursive render XAX",h,y),{elem:h,diff:y}},"recursiveRender"),A=(0,o.K2)(async(e,t)=>{let n=new h.T({multigraph:!0,compound:!0}).setGraph({rankdir:e.direction,nodesep:e.config?.nodeSpacing||e.config?.flowchart?.nodeSpacing||e.nodeSpacing,ranksep:e.config?.rankSpacing||e.config?.flowchart?.rankSpacing||e.rankSpacing,marginx:8,marginy:8}).setDefaultEdgeLabel(function(){return{}}),a=t.select("g");(0,r.g0)(a,e.markers,e.type,e.diagramId),(0,i.gh)(),(0,r.IU)(),(0,i.IU)(),w(),e.nodes.forEach(e=>{n.setNode(e.id,{...e}),e.parentId&&n.setParent(e.id,e.parentId)}),o.Rm.debug("Edges:",e.edges),e.edges.forEach(e=>{if(e.start===e.end){let t=e.start,r=t+"---"+t+"---1",i=t+"---"+t+"---2",a=n.node(t);n.setNode(r,{domId:r,id:r,parentId:a.parentId,labelStyle:"",label:"",padding:0,shape:"labelRect",style:"",width:10,height:10}),n.setParent(r,a.parentId),n.setNode(i,{domId:i,id:i,parentId:a.parentId,labelStyle:"",padding:0,shape:"labelRect",label:"",style:"",width:10,height:10}),n.setParent(i,a.parentId);let d=structuredClone(e),o=structuredClone(e),s=structuredClone(e);d.label="",d.arrowTypeEnd="none",d.id=t+"-cyclic-special-1",o.arrowTypeStart="none",o.arrowTypeEnd="none",o.id=t+"-cyclic-special-mid",s.label="",a.isGroup&&(d.fromCluster=t,s.toCluster=t),s.id=t+"-cyclic-special-2",s.arrowTypeStart="none",n.setEdge(t,r,d,t+"-cyclic-special-0"),n.setEdge(r,i,o,t+"-cyclic-special-1"),n.setEdge(i,t,s,t+"-cyc<lic-special-2")}else n.setEdge(e.start,e.end,{...e},e.id)}),o.Rm.warn("Graph at first:",JSON.stringify(f(n))),C(n),o.Rm.warn("Graph after XAX:",JSON.stringify(f(n)));let s=(0,d.D7)();await D(a,n,e.type,e.diagramId,void 0,s)},"render")}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[2031],{42031:(e,a,t)=>{t.r(a),t.d(a,{default:()=>n});let n=[Object.freeze(JSON.parse('{"displayName":"Genie","fileTypes":["gs"],"name":"genie","patterns":[{"include":"#code"}],"repository":{"code":{"patterns":[{"include":"#comments"},{"include":"#constants"},{"include":"#strings"},{"include":"#keywords"},{"include":"#types"},{"include":"#functions"},{"include":"#variables"}]},"comments":{"patterns":[{"captures":{"0":{"name":"punctuation.definition.comment.vala"}},"match":"/\\\\*\\\\*/","name":"comment.block.empty.vala"},{"include":"text.html.javadoc"},{"include":"#comments-inline"}]},"comments-inline":{"patterns":[{"begin":"/\\\\*","captures":{"0":{"name":"punctuation.definition.comment.vala"}},"end":"\\\\*/","name":"comment.block.vala"},{"captures":{"1":{"name":"comment.line.double-slash.vala"},"2":{"name":"punctuation.definition.comment.vala"}},"match":"\\\\s*((//).*$\\\\n?)"}]},"constants":{"patterns":[{"match":"\\\\b((0([Xx])\\\\h*)|(([0-9]+\\\\.?[0-9]*)|(\\\\.[0-9]+))(([Ee])([-+])?[0-9]+)?)([DFLUdflu]|UL|ul)?\\\\b","name":"constant.numeric.vala"},{"match":"\\\\b([A-Z][0-9A-Z_]+)\\\\b","name":"variable.other.constant.vala"}]},"functions":{"patterns":[{"match":"(\\\\w+)(?=\\\\s*(<[.\\\\s\\\\w]+>\\\\s*)?\\\\()","name":"entity.name.function.vala"}]},"keywords":{"patterns":[{"match":"(?<=^|[^.@\\\\w])(as|do|if|in|is|of|or|to|and|def|for|get|isa|new|not|out|ref|set|try|var|case|dict|else|enum|init|list|lock|null|pass|prop|self|true|uses|void|weak|when|array|async|break|class|const|event|false|final|owned|print|super|raise|while|yield|assert|delete|downto|except|extern|inline|params|public|raises|return|sealed|sizeof|static|struct|typeof|default|dynamic|ensures|finally|private|unowned|virtual|abstract|continue|delegate|internal|override|readonly|requires|volatile|construct|errordomain|interface|namespace|protected|implements)\\\\b","name":"keyword.vala"},{"match":"(?<=^|[^.@\\\\w])(bool|double|float|unichar|char|uchar|int|uint|long|ulong|short|ushort|size_t|ssize_t|string|void|signal|int8|int16|int32|int64|uint8|uint16|uint32|uint64)\\\\b","name":"keyword.vala"},{"match":"(#(?:if|elif|else|endif))","name":"keyword.vala"}]},"strings":{"patterns":[{"begin":"\\"\\"\\"","end":"\\"\\"\\"","name":"string.quoted.triple.vala"},{"begin":"@\\"","end":"\\"","name":"string.quoted.interpolated.vala","patterns":[{"match":"\\\\\\\\.","name":"constant.character.escape.vala"},{"match":"\\\\$\\\\w+","name":"constant.character.escape.vala"},{"match":"\\\\$\\\\(([^()]|\\\\(([^()]|\\\\([^)]*\\\\))*\\\\))*\\\\)","name":"constant.character.escape.vala"}]},{"begin":"\\"","end":"\\"","name":"string.quoted.double.vala","patterns":[{"match":"\\\\\\\\.","name":"constant.character.escape.vala"}]},{"begin":"\'","end":"\'","name":"string.quoted.single.vala","patterns":[{"match":"\\\\\\\\.","name":"constant.character.escape.vala"}]},{"match":"/((\\\\\\\\/)|([^/]))*/(?=\\\\s*[\\\\n),.;])","name":"string.regexp.vala"}]},"types":{"patterns":[{"match":"(?<=^|[^.@\\\\w])(bool|double|float|unichar|char|uchar|int|uint|long|ulong|short|ushort|size_t|ssize_t|string|void|signal|int8|int16|int32|int64|uint8|uint16|uint32|uint64)\\\\b","name":"storage.type.primitive.vala"},{"match":"\\\\b([A-Z]+\\\\w*)\\\\b","name":"entity.name.type.vala"}]},"variables":{"patterns":[{"match":"\\\\b([_a-z]+\\\\w*)\\\\b","name":"variable.other.vala"}]}},"scopeName":"source.genie"}'))]}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[2041,2614],{62614:(e,n,t)=>{t.r(n),t.d(n,{default:()=>i});let i=[Object.freeze(JSON.parse('{"displayName":"Diff","name":"diff","patterns":[{"captures":{"1":{"name":"punctuation.definition.separator.diff"}},"match":"^((\\\\*{15})|(={67})|(-{3}))$\\\\n?","name":"meta.separator.diff"},{"match":"^\\\\d+(,\\\\d+)*([acd])\\\\d+(,\\\\d+)*$\\\\n?","name":"meta.diff.range.normal"},{"captures":{"1":{"name":"punctuation.definition.range.diff"},"2":{"name":"meta.toc-list.line-number.diff"},"3":{"name":"punctuation.definition.range.diff"}},"match":"^(@@)\\\\s*(.+?)\\\\s*(@@)($\\\\n?)?","name":"meta.diff.range.unified"},{"captures":{"3":{"name":"punctuation.definition.range.diff"},"4":{"name":"punctuation.definition.range.diff"},"6":{"name":"punctuation.definition.range.diff"},"7":{"name":"punctuation.definition.range.diff"}},"match":"^(((-{3}) .+ (-{4}))|((\\\\*{3}) .+ (\\\\*{4})))$\\\\n?","name":"meta.diff.range.context"},{"match":"^diff --git a/.*$\\\\n?","name":"meta.diff.header.git"},{"match":"^diff (-|\\\\S+\\\\s+\\\\S+).*$\\\\n?","name":"meta.diff.header.command"},{"captures":{"4":{"name":"punctuation.definition.from-file.diff"},"6":{"name":"punctuation.definition.from-file.diff"},"7":{"name":"punctuation.definition.from-file.diff"}},"match":"^((((-{3}) .+)|((\\\\*{3}) .+))$\\\\n?|(={4}) .+(?= - ))","name":"meta.diff.header.from-file"},{"captures":{"2":{"name":"punctuation.definition.to-file.diff"},"3":{"name":"punctuation.definition.to-file.diff"},"4":{"name":"punctuation.definition.to-file.diff"}},"match":"(^(\\\\+{3}) .+$\\\\n?| (-) .* (={4})$\\\\n?)","name":"meta.diff.header.to-file"},{"captures":{"3":{"name":"punctuation.definition.inserted.diff"},"6":{"name":"punctuation.definition.inserted.diff"}},"match":"^(((>)( .*)?)|((\\\\+).*))$\\\\n?","name":"markup.inserted.diff"},{"captures":{"1":{"name":"punctuation.definition.changed.diff"}},"match":"^(!).*$\\\\n?","name":"markup.changed.diff"},{"captures":{"3":{"name":"punctuation.definition.deleted.diff"},"6":{"name":"punctuation.definition.deleted.diff"}},"match":"^(((<)( .*)?)|((-).*))$\\\\n?","name":"markup.deleted.diff"},{"begin":"^(#)","captures":{"1":{"name":"punctuation.definition.comment.diff"}},"end":"\\\\n","name":"comment.line.number-sign.diff"},{"match":"^index [0-9a-f]{7,40}\\\\.\\\\.[0-9a-f]{7,40}.*$\\\\n?","name":"meta.diff.index.git"},{"captures":{"1":{"name":"punctuation.separator.key-value.diff"},"2":{"name":"meta.toc-list.file-name.diff"}},"match":"^Index(:) (.+)$\\\\n?","name":"meta.diff.index"},{"match":"^Only in .*: .*$\\\\n?","name":"meta.diff.only-in"}],"scopeName":"source.diff"}'))]},92041:(e,n,t)=>{t.r(n),t.d(n,{default:()=>m});var i=t(62614);let a=Object.freeze(JSON.parse('{"displayName":"Git Commit Message","name":"git-commit","patterns":[{"begin":"(?=^diff --git)","contentName":"source.diff","end":"\\\\z","name":"meta.embedded.diff.git-commit","patterns":[{"include":"source.diff"}]},{"begin":"^(?!#)","end":"^(?=#)","name":"meta.scope.message.git-commit","patterns":[{"captures":{"1":{"name":"invalid.deprecated.line-too-long.git-commit"},"2":{"name":"invalid.illegal.line-too-long.git-commit"}},"match":"\\\\G.{0,50}(.{0,22}(.*))$","name":"meta.scope.subject.git-commit"}]},{"begin":"^(?=#)","contentName":"comment.line.number-sign.git-commit","end":"^(?!#)","name":"meta.scope.metadata.git-commit","patterns":[{"captures":{"1":{"name":"markup.changed.git-commit"}},"match":"^#\\\\t((modified|renamed):.*)$"},{"captures":{"1":{"name":"markup.inserted.git-commit"}},"match":"^#\\\\t(new file:.*)$"},{"captures":{"1":{"name":"markup.deleted.git-commit"}},"match":"^#\\\\t(deleted.*)$"},{"captures":{"1":{"name":"keyword.other.file-type.git-commit"},"2":{"name":"string.unquoted.filename.git-commit"}},"match":"^#\\\\t([^:]+): *(.*)$"}]}],"scopeName":"text.git-commit","embeddedLangs":["diff"]}')),m=[...i.default,a]}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[2062],{62062:(e,n,t)=>{t.r(n),t.d(n,{default:()=>a});let a=[Object.freeze(JSON.parse('{"displayName":"Rel","name":"rel","patterns":[{"include":"#strings"},{"include":"#comment"},{"include":"#single-line-comment-consuming-line-ending"},{"include":"#deprecated-temporary"},{"include":"#operators"},{"include":"#symbols"},{"include":"#keywords"},{"include":"#otherkeywords"},{"include":"#types"},{"include":"#constants"}],"repository":{"comment":{"patterns":[{"begin":"/\\\\*\\\\*(?!/)","beginCaptures":{"0":{"name":"punctuation.definition.comment.rel"}},"end":"\\\\*/","endCaptures":{"0":{"name":"punctuation.definition.comment.rel"}},"name":"comment.block.documentation.rel","patterns":[{"include":"#docblock"}]},{"begin":"(/\\\\*)(?:\\\\s*((@)internal)(?=\\\\s|(\\\\*/)))?","beginCaptures":{"1":{"name":"punctuation.definition.comment.rel"},"2":{"name":"storage.type.internaldeclaration.rel"},"3":{"name":"punctuation.decorator.internaldeclaration.rel"}},"end":"\\\\*/","endCaptures":{"0":{"name":"punctuation.definition.comment.rel"}},"name":"comment.block.rel"},{"begin":"doc\\"\\"\\"","end":"\\"\\"\\"","name":"comment.block.documentation.rel"},{"begin":"(^[\\\\t ]+)?((//)(?:\\\\s*((@)internal)(?=\\\\s|$))?)","beginCaptures":{"1":{"name":"punctuation.whitespace.comment.leading.rel"},"2":{"name":"comment.line.double-slash.rel"},"3":{"name":"punctuation.definition.comment.rel"},"4":{"name":"storage.type.internaldeclaration.rel"},"5":{"name":"punctuation.decorator.internaldeclaration.rel"}},"contentName":"comment.line.double-slash.rel","end":"(?=$)"}]},"constants":{"patterns":[{"match":"\\\\b((true|false))\\\\b","name":"constant.language.rel"}]},"deprecated-temporary":{"patterns":[{"match":"@inspect","name":"keyword.other.rel"}]},"keywords":{"patterns":[{"match":"\\\\b((def|entity|bound|include|ic|forall|exists|[∀∃]|return|module|^end))\\\\b|(((<)?\\\\|(>)?)|[∀∃])","name":"keyword.control.rel"}]},"operators":{"patterns":[{"match":"\\\\b((if|then|else|and|or|not|eq|neq|lt|lt_eq|gt|gt_eq))\\\\b|([-%*+/=^\xf7]|!=|[<≠]|<=|[>≤]|>=|[\\\\&≥])|\\\\s+(end)","name":"keyword.other.rel"}]},"otherkeywords":{"patterns":[{"match":"\\\\s*(@inline)\\\\s*|\\\\s*(@auto_number)\\\\s*|\\\\s*(function)\\\\s|\\\\b((implies|select|from|∈|where|for|in))\\\\b|(((<)?\\\\|(>)?)|∈)","name":"keyword.other.rel"}]},"single-line-comment-consuming-line-ending":{"begin":"(^[\\\\t ]+)?((//)(?:\\\\s*((@)internal)(?=\\\\s|$))?)","beginCaptures":{"1":{"name":"punctuation.whitespace.comment.leading.rel"},"2":{"name":"comment.line.double-slash.rel"},"3":{"name":"punctuation.definition.comment.rel"},"4":{"name":"storage.type.internaldeclaration.rel"},"5":{"name":"punctuation.decorator.internaldeclaration.rel"}},"contentName":"comment.line.double-slash.rel","end":"(?=^)"},"strings":{"begin":"\\"","end":"\\"","name":"string.quoted.double.rel","patterns":[{"match":"\\\\\\\\.","name":"constant.character.escape.rel"}]},"symbols":{"patterns":[{"match":"(:[$\\\\[_[:alpha:]](]|[$_[:alnum:]]*))","name":"variable.parameter.rel"}]},"types":{"patterns":[{"match":"\\\\b((Symbol|Char|Bool|Rational|FixedDecimal|Float16|Float32|Float64|Int8|Int16|Int32|Int64|Int128|UInt8|UInt16|UInt32|UInt64|UInt128|Date|DateTime|Day|Week|Month|Year|Nanosecond|Microsecond|Millisecond|Second|Minute|Hour|FilePos|HashValue|AutoNumberValue))\\\\b","name":"entity.name.type.rel"}]}},"scopeName":"source.rel"}'))]}}]);
@@ -0,0 +1,4 @@
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[2072],{9921:(e,t,n)=>{n.d(t,{A:()=>i});let i=(0,n(90425).A)("chevron-up",[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]])},10762:(e,t,n)=>{n.d(t,{A:()=>i});let i=(0,n(90425).A)("terminal",[["path",{d:"M12 19h8",key:"baeox8"}],["path",{d:"m4 17 6-6-6-6",key:"1yngyt"}]])},11019:(e,t,n)=>{n.d(t,{A:()=>i});let i=(0,n(90425).A)("message-circle-question-mark",[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["path",{d:"M12 17h.01",key:"p32p05"}]])},12612:(e,t,n)=>{n.d(t,{A:()=>i});let i=(0,n(90425).A)("file-diff",[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M9 10h6",key:"9gxzsh"}],["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M9 17h6",key:"r8uit2"}]])},12651:(e,t,n)=>{n.d(t,{A:()=>i});let i=(0,n(90425).A)("circle-check",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]])},15813:(e,t,n)=>{n.d(t,{A:()=>i});let i=(0,n(90425).A)("list",[["path",{d:"M3 5h.01",key:"18ugdj"}],["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M3 19h.01",key:"noohij"}],["path",{d:"M8 5h13",key:"1pao27"}],["path",{d:"M8 12h13",key:"1za7za"}],["path",{d:"M8 19h13",key:"m83p4d"}]])},16950:(e,t,n)=>{n.d(t,{A:()=>i});let i=(0,n(90425).A)("circle",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]])},20232:(e,t,n)=>{n.d(t,{A:()=>i});let i=(0,n(90425).A)("play",[["path",{d:"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z",key:"10ikf1"}]])},20986:(e,t,n)=>{n.d(t,{A:()=>i});let i=(0,n(90425).A)("rotate-cw",[["path",{d:"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8",key:"1p45f6"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}]])},21362:(e,t,n)=>{n.d(t,{A:()=>i});let i=(0,n(90425).A)("chevron-right",[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]])},33210:(e,t,n)=>{n.d(t,{A:()=>i});let i=(0,n(90425).A)("x",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]])},36201:(e,t,n)=>{n.d(t,{A:()=>i});let i=(0,n(90425).A)("square",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]])},37595:(e,t,n)=>{n.d(t,{A:()=>i});let i=(0,n(90425).A)("layout-grid",[["rect",{width:"7",height:"7",x:"3",y:"3",rx:"1",key:"1g98yp"}],["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1",key:"6d4xhi"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1",key:"nxv5o0"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1",key:"1bb6yr"}]])},37618:(e,t,n)=>{n.d(t,{A:()=>i});let i=(0,n(90425).A)("pen-line",[["path",{d:"M13 21h8",key:"1jsn5i"}],["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}]])},42790:(e,t,n)=>{n.d(t,{v:()=>h});var i,s,r,a,o,l=function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e};(i=s||(s={}))[i.EOS=0]="EOS",i[i.Text=1]="Text",i[i.Incomplete=2]="Incomplete",i[i.ESC=3]="ESC",i[i.Unknown=4]="Unknown",i[i.SGR=5]="SGR",i[i.OSCURL=6]="OSCURL";class h{constructor(){this.VERSION="6.0.6",this.setup_palettes(),this._use_classes=!1,this.bold=!1,this.faint=!1,this.italic=!1,this.underline=!1,this.fg=this.bg=null,this._buffer="",this._url_allowlist={http:1,https:1},this._escape_html=!0,this.boldStyle="font-weight:bold",this.faintStyle="opacity:0.7",this.italicStyle="font-style:italic",this.underlineStyle="text-decoration:underline"}set use_classes(e){this._use_classes=e}get use_classes(){return this._use_classes}set url_allowlist(e){this._url_allowlist=e}get url_allowlist(){return this._url_allowlist}set escape_html(e){this._escape_html=e}get escape_html(){return this._escape_html}set boldStyle(e){this._boldStyle=e}get boldStyle(){return this._boldStyle}set faintStyle(e){this._faintStyle=e}get faintStyle(){return this._faintStyle}set italicStyle(e){this._italicStyle=e}get italicStyle(){return this._italicStyle}set underlineStyle(e){this._underlineStyle=e}get underlineStyle(){return this._underlineStyle}setup_palettes(){this.ansi_colors=[[{rgb:[0,0,0],class_name:"ansi-black"},{rgb:[187,0,0],class_name:"ansi-red"},{rgb:[0,187,0],class_name:"ansi-green"},{rgb:[187,187,0],class_name:"ansi-yellow"},{rgb:[0,0,187],class_name:"ansi-blue"},{rgb:[187,0,187],class_name:"ansi-magenta"},{rgb:[0,187,187],class_name:"ansi-cyan"},{rgb:[255,255,255],class_name:"ansi-white"}],[{rgb:[85,85,85],class_name:"ansi-bright-black"},{rgb:[255,85,85],class_name:"ansi-bright-red"},{rgb:[0,255,0],class_name:"ansi-bright-green"},{rgb:[255,255,85],class_name:"ansi-bright-yellow"},{rgb:[85,85,255],class_name:"ansi-bright-blue"},{rgb:[255,85,255],class_name:"ansi-bright-magenta"},{rgb:[85,255,255],class_name:"ansi-bright-cyan"},{rgb:[255,255,255],class_name:"ansi-bright-white"}]],this.palette_256=[],this.ansi_colors.forEach(e=>{e.forEach(e=>{this.palette_256.push(e)})});let e=[0,95,135,175,215,255];for(let t=0;t<6;++t)for(let n=0;n<6;++n)for(let i=0;i<6;++i){let s={rgb:[e[t],e[n],e[i]],class_name:"truecolor"};this.palette_256.push(s)}let t=8;for(let e=0;e<24;++e,t+=10){let e={rgb:[t,t,t],class_name:"truecolor"};this.palette_256.push(e)}}escape_txt_for_html(e){return this._escape_html?e.replace(/[&<>"']/gm,e=>"&"===e?"&amp;":"<"===e?"&lt;":">"===e?"&gt;":'"'===e?"&quot;":"'"===e?"&#x27;":void 0):e}append_buffer(e){var t=this._buffer+e;this._buffer=t}get_next_packet(){var e={kind:s.EOS,text:"",url:""},t=this._buffer.length;if(0==t)return e;var n=this._buffer.indexOf("\x1b");if(-1==n)return e.kind=s.Text,e.text=this._buffer,this._buffer="",e;if(n>0)return e.kind=s.Text,e.text=this._buffer.slice(0,n),this._buffer=this._buffer.slice(n),e;if(0==n){if(t<3)return e.kind=s.Incomplete,e;var i=this._buffer.charAt(1);if("["!=i&&"]"!=i&&"("!=i)return e.kind=s.ESC,e.text=this._buffer.slice(0,1),this._buffer=this._buffer.slice(1),e;if("["==i){this._csi_regex||(this._csi_regex=c(r||(r=l(["\n ^ # beginning of line\n #\n # First attempt\n (?: # legal sequence\n \x1b[ # CSI\n ([<-?]?) # private-mode char\n ([d;]*) # any digits or semicolons\n ([ -/]? # an intermediate modifier\n [@-~]) # the command\n )\n | # alternate (second attempt)\n (?: # illegal sequence\n \x1b[ # CSI\n [ -~]* # anything legal\n ([\0-\x1f:]) # anything illegal\n )\n "],["\n ^ # beginning of line\n #\n # First attempt\n (?: # legal sequence\n \\x1b\\[ # CSI\n ([\\x3c-\\x3f]?) # private-mode char\n ([\\d;]*) # any digits or semicolons\n ([\\x20-\\x2f]? # an intermediate modifier\n [\\x40-\\x7e]) # the command\n )\n | # alternate (second attempt)\n (?: # illegal sequence\n \\x1b\\[ # CSI\n [\\x20-\\x7e]* # anything legal\n ([\\x00-\\x1f:]) # anything illegal\n )\n "]))));let t=this._buffer.match(this._csi_regex);if(null===t)return e.kind=s.Incomplete,e;if(t[4])return e.kind=s.ESC,e.text=this._buffer.slice(0,1),this._buffer=this._buffer.slice(1),e;""!=t[1]||"m"!=t[3]?e.kind=s.Unknown:e.kind=s.SGR,e.text=t[2];var h=t[0].length;return this._buffer=this._buffer.slice(h),e}if("]"==i){if(t<4)return e.kind=s.Incomplete,e;if("8"!=this._buffer.charAt(2)||";"!=this._buffer.charAt(3))return e.kind=s.ESC,e.text=this._buffer.slice(0,1),this._buffer=this._buffer.slice(1),e;this._osc_st||(this._osc_st=RegExp((a||(a=l(["\n (?: # legal sequence\n (\x1b\\) # ESC | # alternate\n (\x07) # BEL (what xterm did)\n )\n | # alternate (second attempt)\n ( # illegal sequence\n [\0-\x06] # anything illegal\n | # alternate\n [\b-\x1a] # anything illegal\n | # alternate\n [\x1c-\x1f] # anything illegal\n )\n "],["\n (?: # legal sequence\n (\\x1b\\\\) # ESC \\\n | # alternate\n (\\x07) # BEL (what xterm did)\n )\n | # alternate (second attempt)\n ( # illegal sequence\n [\\x00-\\x06] # anything illegal\n | # alternate\n [\\x08-\\x1a] # anything illegal\n | # alternate\n [\\x1c-\\x1f] # anything illegal\n )\n "]))).raw[0].replace(/^\s+|\s+\n|\s*#[\s\S]*?\n|\n/gm,""),"g")),this._osc_st.lastIndex=0;{let t=this._osc_st.exec(this._buffer);if(null===t)return e.kind=s.Incomplete,e;if(t[3])return e.kind=s.ESC,e.text=this._buffer.slice(0,1),this._buffer=this._buffer.slice(1),e}{let t=this._osc_st.exec(this._buffer);if(null===t)return e.kind=s.Incomplete,e;if(t[3])return e.kind=s.ESC,e.text=this._buffer.slice(0,1),this._buffer=this._buffer.slice(1),e}this._osc_regex||(this._osc_regex=c(o||(o=l(["\n ^ # beginning of line\n #\n \x1b]8; # OSC Hyperlink\n [ -:<-~]* # params (excluding ;)\n ; # end of params\n ([!-~]{0,512}) # URL capture\n (?: # ST\n (?:\x1b\\) # ESC | # alternate\n (?:\x07) # BEL (what xterm did)\n )\n ([ -~]+) # TEXT capture\n \x1b]8;; # OSC Hyperlink End\n (?: # ST\n (?:\x1b\\) # ESC | # alternate\n (?:\x07) # BEL (what xterm did)\n )\n "],["\n ^ # beginning of line\n #\n \\x1b\\]8; # OSC Hyperlink\n [\\x20-\\x3a\\x3c-\\x7e]* # params (excluding ;)\n ; # end of params\n ([\\x21-\\x7e]{0,512}) # URL capture\n (?: # ST\n (?:\\x1b\\\\) # ESC \\\n | # alternate\n (?:\\x07) # BEL (what xterm did)\n )\n ([\\x20-\\x7e]+) # TEXT capture\n \\x1b\\]8;; # OSC Hyperlink End\n (?: # ST\n (?:\\x1b\\\\) # ESC \\\n | # alternate\n (?:\\x07) # BEL (what xterm did)\n )\n "]))));let n=this._buffer.match(this._osc_regex);if(null===n)return e.kind=s.ESC,e.text=this._buffer.slice(0,1),this._buffer=this._buffer.slice(1),e;e.kind=s.OSCURL,e.url=n[1],e.text=n[2];var h=n[0].length;return this._buffer=this._buffer.slice(h),e}if("("==i)return e.kind=s.Unknown,this._buffer=this._buffer.slice(3),e}}ansi_to_html(e){this.append_buffer(e);for(var t=[];;){var n=this.get_next_packet();if(n.kind==s.EOS||n.kind==s.Incomplete)break;n.kind!=s.ESC&&n.kind!=s.Unknown&&(n.kind==s.Text?t.push(this.transform_to_html(this.with_state(n))):n.kind==s.SGR?this.process_ansi(n):n.kind==s.OSCURL&&t.push(this.process_hyperlink(n)))}return t.join("")}with_state(e){return{bold:this.bold,faint:this.faint,italic:this.italic,underline:this.underline,fg:this.fg,bg:this.bg,text:e.text}}process_ansi(e){let t=e.text.split(";");for(;t.length>0;){let e=parseInt(t.shift(),10);if(isNaN(e)||0===e)this.fg=null,this.bg=null,this.bold=!1,this.faint=!1,this.italic=!1,this.underline=!1;else if(1===e)this.bold=!0;else if(2===e)this.faint=!0;else if(3===e)this.italic=!0;else if(4===e)this.underline=!0;else if(21===e)this.bold=!1;else if(22===e)this.faint=!1,this.bold=!1;else if(23===e)this.italic=!1;else if(24===e)this.underline=!1;else if(39===e)this.fg=null;else if(49===e)this.bg=null;else if(e>=30&&e<38)this.fg=this.ansi_colors[0][e-30];else if(e>=40&&e<48)this.bg=this.ansi_colors[0][e-40];else if(e>=90&&e<98)this.fg=this.ansi_colors[1][e-90];else if(e>=100&&e<108)this.bg=this.ansi_colors[1][e-100];else if((38===e||48===e)&&t.length>0){let n=38===e,i=t.shift();if("5"===i&&t.length>0){let e=parseInt(t.shift(),10);e>=0&&e<=255&&(n?this.fg=this.palette_256[e]:this.bg=this.palette_256[e])}if("2"===i&&t.length>2){let e=parseInt(t.shift(),10),i=parseInt(t.shift(),10),s=parseInt(t.shift(),10);if(e>=0&&e<=255&&i>=0&&i<=255&&s>=0&&s<=255){let t={rgb:[e,i,s],class_name:"truecolor"};n?this.fg=t:this.bg=t}}}}}transform_to_html(e){let t=e.text;if(0===t.length||(t=this.escape_txt_for_html(t),!e.bold&&!e.italic&&!e.faint&&!e.underline&&null===e.fg&&null===e.bg))return t;let n=[],i=[],s=e.fg,r=e.bg;e.bold&&n.push(this._boldStyle),e.faint&&n.push(this._faintStyle),e.italic&&n.push(this._italicStyle),e.underline&&n.push(this._underlineStyle),this._use_classes?(s&&("truecolor"!==s.class_name?i.push(`${s.class_name}-fg`):n.push(`color:rgb(${s.rgb.join(",")})`)),r&&("truecolor"!==r.class_name?i.push(`${r.class_name}-bg`):n.push(`background-color:rgb(${r.rgb.join(",")})`))):(s&&n.push(`color:rgb(${s.rgb.join(",")})`),r&&n.push(`background-color:rgb(${r.rgb})`));let a="",o="";return i.length&&(a=` class="${i.join(" ")}"`),n.length&&(o=` style="${n.join(";")}"`),`<span${o}${a}>${t}</span>`}process_hyperlink(e){let t=e.url.split(":");return t.length<1||!this._url_allowlist[t[0]]?"":`<a href="${this.escape_txt_for_html(e.url)}">${this.escape_txt_for_html(e.text)}</a>`}}function c(e){return new RegExp(e.raw[0].replace(/^\s+|\s+\n|\s*#[\s\S]*?\n|\n/gm,""))}},48368:(e,t,n)=>{n.d(t,{A:()=>i});let i=(0,n(90425).A)("file-text",[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]])},49698:(e,t,n)=>{n.d(t,{A:()=>i});let i=(0,n(90425).A)("variable",[["path",{d:"M8 21s-4-3-4-9 4-9 4-9",key:"uto9ud"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9",key:"4w2vsq"}],["line",{x1:"15",x2:"9",y1:"9",y2:"15",key:"f7djnv"}],["line",{x1:"9",x2:"15",y1:"9",y2:"15",key:"1shsy8"}]])},51914:(e,t,n)=>{n.d(t,{A:()=>i});let i=(0,n(90425).A)("plus",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]])},53961:(e,t,n)=>{n.d(t,{A:()=>i});let i=(0,n(90425).A)("zap",[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]])},55804:(e,t,n)=>{n.d(t,{A:()=>i});let i=(0,n(90425).A)("circle-dot",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]])},58515:(e,t,n)=>{n.d(t,{A:()=>i});let i=(0,n(90425).A)("square-check-big",[["path",{d:"M21 10.656V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.344",key:"2acyp4"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]])},61878:(e,t,n)=>{n.d(t,{A:()=>i});let i=(0,n(90425).A)("search",[["path",{d:"m21 21-4.34-4.34",key:"14j7rj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]])},64702:(e,t,n)=>{n.d(t,{Te:()=>_});var i=n(12115),s=n(47650);function r(e,t,n){let i,s=n.initialDeps??[],r=!0;function a(){var a,o,l;let h,c;n.key&&(null==(a=n.debug)?void 0:a.call(n))&&(h=Date.now());let d=e();if(!(d.length!==s.length||d.some((e,t)=>s[t]!==e)))return i;if(s=d,n.key&&(null==(o=n.debug)?void 0:o.call(n))&&(c=Date.now()),i=t(...d),n.key&&(null==(l=n.debug)?void 0:l.call(n))){let e=Math.round((Date.now()-h)*100)/100,t=Math.round((Date.now()-c)*100)/100,i=t/16,s=(e,t)=>{for(e=String(e);e.length<t;)e=" "+e;return e};console.info(`%c⏱ ${s(t,5)} /${s(e,5)} ms`,`
2
+ font-size: .6rem;
3
+ font-weight: bold;
4
+ color: hsl(${Math.max(0,Math.min(120-120*i,120))}deg 100% 31%);`,null==n?void 0:n.key)}return(null==n?void 0:n.onChange)&&!(r&&n.skipInitialOnChange)&&n.onChange(i),r=!1,i}return a.updateDeps=e=>{s=e},a}function a(e,t){if(void 0!==e)return e;throw Error(`Unexpected undefined${t?`: ${t}`:""}`)}let o=e=>{let{offsetWidth:t,offsetHeight:n}=e;return{width:t,height:n}},l=e=>e,h=e=>{let t=Math.max(e.startIndex-e.overscan,0),n=Math.min(e.endIndex+e.overscan,e.count-1),i=[];for(let e=t;e<=n;e++)i.push(e);return i},c=(e,t)=>{let n=e.scrollElement;if(!n)return;let i=e.targetWindow;if(!i)return;let s=e=>{let{width:n,height:i}=e;t({width:Math.round(n),height:Math.round(i)})};if(s(o(n)),!i.ResizeObserver)return()=>{};let r=new i.ResizeObserver(t=>{let i=()=>{let e=t[0];if(null==e?void 0:e.borderBoxSize){let t=e.borderBoxSize[0];if(t)return void s({width:t.inlineSize,height:t.blockSize})}s(o(n))};e.options.useAnimationFrameWithResizeObserver?requestAnimationFrame(i):i()});return r.observe(n,{box:"border-box"}),()=>{r.unobserve(n)}},d={passive:!0},u="u"<typeof window||"onscrollend"in window,m=(e,t)=>{var n,i;let s,r=e.scrollElement;if(!r)return;let a=e.targetWindow;if(!a)return;let o=0,l=e.options.useScrollendEvent&&u?()=>void 0:(n=()=>{t(o,!1)},i=e.options.isScrollingResetDelay,function(...e){a.clearTimeout(s),s=a.setTimeout(()=>n.apply(this,e),i)}),h=n=>()=>{let{horizontal:i,isRtl:s}=e.options;o=i?r.scrollLeft*(s&&-1||1):r.scrollTop,l(),t(o,n)},c=h(!0),m=h(!1);r.addEventListener("scroll",c,d);let p=e.options.useScrollendEvent&&u;return p&&r.addEventListener("scrollend",m,d),()=>{r.removeEventListener("scroll",c),p&&r.removeEventListener("scrollend",m)}},p=(e,t,n)=>{if(null==t?void 0:t.borderBoxSize){let e=t.borderBoxSize[0];if(e)return Math.round(e[n.options.horizontal?"inlineSize":"blockSize"])}return e[n.options.horizontal?"offsetWidth":"offsetHeight"]},f=(e,{adjustments:t=0,behavior:n},i)=>{var s,r;null==(r=null==(s=i.scrollElement)?void 0:s.scrollTo)||r.call(s,{[i.options.horizontal?"left":"top"]:e+t,behavior:n})};class g{constructor(e){this.unsubs=[],this.scrollElement=null,this.targetWindow=null,this.isScrolling=!1,this.currentScrollToIndex=null,this.measurementsCache=[],this.itemSizeCache=new Map,this.laneAssignments=new Map,this.pendingMeasuredCacheIndexes=[],this.prevLanes=void 0,this.lanesChangedFlag=!1,this.lanesSettling=!1,this.scrollRect=null,this.scrollOffset=null,this.scrollDirection=null,this.scrollAdjustments=0,this.elementsCache=new Map,this.observer=(()=>{let e=null,t=()=>e||(this.targetWindow&&this.targetWindow.ResizeObserver?e=new this.targetWindow.ResizeObserver(e=>{e.forEach(e=>{let t=()=>{this._measureElement(e.target,e)};this.options.useAnimationFrameWithResizeObserver?requestAnimationFrame(t):t()})}):null);return{disconnect:()=>{var n;null==(n=t())||n.disconnect(),e=null},observe:e=>{var n;return null==(n=t())?void 0:n.observe(e,{box:"border-box"})},unobserve:e=>{var n;return null==(n=t())?void 0:n.unobserve(e)}}})(),this.range=null,this.setOptions=e=>{Object.entries(e).forEach(([t,n])=>{void 0===n&&delete e[t]}),this.options={debug:!1,initialOffset:0,overscan:1,paddingStart:0,paddingEnd:0,scrollPaddingStart:0,scrollPaddingEnd:0,horizontal:!1,getItemKey:l,rangeExtractor:h,onChange:()=>{},measureElement:p,initialRect:{width:0,height:0},scrollMargin:0,gap:0,indexAttribute:"data-index",initialMeasurementsCache:[],lanes:1,isScrollingResetDelay:150,enabled:!0,isRtl:!1,useScrollendEvent:!1,useAnimationFrameWithResizeObserver:!1,...e}},this.notify=e=>{var t,n;null==(n=(t=this.options).onChange)||n.call(t,this,e)},this.maybeNotify=r(()=>(this.calculateRange(),[this.isScrolling,this.range?this.range.startIndex:null,this.range?this.range.endIndex:null]),e=>{this.notify(e)},{key:!1,debug:()=>this.options.debug,initialDeps:[this.isScrolling,this.range?this.range.startIndex:null,this.range?this.range.endIndex:null]}),this.cleanup=()=>{this.unsubs.filter(Boolean).forEach(e=>e()),this.unsubs=[],this.observer.disconnect(),this.scrollElement=null,this.targetWindow=null},this._didMount=()=>()=>{this.cleanup()},this._willUpdate=()=>{var e;let t=this.options.enabled?this.options.getScrollElement():null;if(this.scrollElement!==t){if(this.cleanup(),!t)return void this.maybeNotify();this.scrollElement=t,this.scrollElement&&"ownerDocument"in this.scrollElement?this.targetWindow=this.scrollElement.ownerDocument.defaultView:this.targetWindow=(null==(e=this.scrollElement)?void 0:e.window)??null,this.elementsCache.forEach(e=>{this.observer.observe(e)}),this.unsubs.push(this.options.observeElementRect(this,e=>{this.scrollRect=e,this.maybeNotify()})),this.unsubs.push(this.options.observeElementOffset(this,(e,t)=>{this.scrollAdjustments=0,this.scrollDirection=t?this.getScrollOffset()<e?"forward":"backward":null,this.scrollOffset=e,this.isScrolling=t,this.maybeNotify()})),this._scrollToOffset(this.getScrollOffset(),{adjustments:void 0,behavior:void 0})}},this.getSize=()=>this.options.enabled?(this.scrollRect=this.scrollRect??this.options.initialRect,this.scrollRect[this.options.horizontal?"width":"height"]):(this.scrollRect=null,0),this.getScrollOffset=()=>this.options.enabled?(this.scrollOffset=this.scrollOffset??("function"==typeof this.options.initialOffset?this.options.initialOffset():this.options.initialOffset),this.scrollOffset):(this.scrollOffset=null,0),this.getFurthestMeasurement=(e,t)=>{let n=new Map,i=new Map;for(let s=t-1;s>=0;s--){let t=e[s];if(n.has(t.lane))continue;let r=i.get(t.lane);if(null==r||t.end>r.end?i.set(t.lane,t):t.end<r.end&&n.set(t.lane,!0),n.size===this.options.lanes)break}return i.size===this.options.lanes?Array.from(i.values()).sort((e,t)=>e.end===t.end?e.index-t.index:e.end-t.end)[0]:void 0},this.getMeasurementOptions=r(()=>[this.options.count,this.options.paddingStart,this.options.scrollMargin,this.options.getItemKey,this.options.enabled,this.options.lanes],(e,t,n,i,s,r)=>(void 0!==this.prevLanes&&this.prevLanes!==r&&(this.lanesChangedFlag=!0),this.prevLanes=r,this.pendingMeasuredCacheIndexes=[],{count:e,paddingStart:t,scrollMargin:n,getItemKey:i,enabled:s,lanes:r}),{key:!1}),this.getMeasurements=r(()=>[this.getMeasurementOptions(),this.itemSizeCache],({count:e,paddingStart:t,scrollMargin:n,getItemKey:i,enabled:s,lanes:r},a)=>{if(!s)return this.measurementsCache=[],this.itemSizeCache.clear(),this.laneAssignments.clear(),[];if(this.laneAssignments.size>e)for(let t of this.laneAssignments.keys())t>=e&&this.laneAssignments.delete(t);this.lanesChangedFlag&&(this.lanesChangedFlag=!1,this.lanesSettling=!0,this.measurementsCache=[],this.itemSizeCache.clear(),this.laneAssignments.clear(),this.pendingMeasuredCacheIndexes=[]),0!==this.measurementsCache.length||this.lanesSettling||(this.measurementsCache=this.options.initialMeasurementsCache,this.measurementsCache.forEach(e=>{this.itemSizeCache.set(e.key,e.size)}));let o=this.lanesSettling?0:this.pendingMeasuredCacheIndexes.length>0?Math.min(...this.pendingMeasuredCacheIndexes):0;this.pendingMeasuredCacheIndexes=[],this.lanesSettling&&this.measurementsCache.length===e&&(this.lanesSettling=!1);let l=this.measurementsCache.slice(0,o),h=Array(r).fill(void 0);for(let e=0;e<o;e++){let t=l[e];t&&(h[t.lane]=e)}for(let s=o;s<e;s++){let e,r,o=i(s),c=this.laneAssignments.get(s);if(void 0!==c&&this.options.lanes>1){let i=h[e=c],s=void 0!==i?l[i]:void 0;r=s?s.end+this.options.gap:t+n}else{let i=1===this.options.lanes?l[s-1]:this.getFurthestMeasurement(l,s);r=i?i.end+this.options.gap:t+n,e=i?i.lane:s%this.options.lanes,this.options.lanes>1&&this.laneAssignments.set(s,e)}let d=a.get(o),u="number"==typeof d?d:this.options.estimateSize(s),m=r+u;l[s]={index:s,start:r,size:u,end:m,key:o,lane:e},h[e]=s}return this.measurementsCache=l,l},{key:!1,debug:()=>this.options.debug}),this.calculateRange=r(()=>[this.getMeasurements(),this.getSize(),this.getScrollOffset(),this.options.lanes],(e,t,n,i)=>this.range=e.length>0&&t>0?function({measurements:e,outerSize:t,scrollOffset:n,lanes:i}){let s=e.length-1;if(e.length<=i)return{startIndex:0,endIndex:s};let r=b(0,s,t=>e[t].start,n),a=r;if(1===i)for(;a<s&&e[a].end<n+t;)a++;else if(i>1){let o=Array(i).fill(0);for(;a<s&&o.some(e=>e<n+t);){let t=e[a];o[t.lane]=t.end,a++}let l=Array(i).fill(n+t);for(;r>=0&&l.some(e=>e>=n);){let t=e[r];l[t.lane]=t.start,r--}r=Math.max(0,r-r%i),a=Math.min(s,a+(i-1-a%i))}return{startIndex:r,endIndex:a}}({measurements:e,outerSize:t,scrollOffset:n,lanes:i}):null,{key:!1,debug:()=>this.options.debug}),this.getVirtualIndexes=r(()=>{let e=null,t=null,n=this.calculateRange();return n&&(e=n.startIndex,t=n.endIndex),this.maybeNotify.updateDeps([this.isScrolling,e,t]),[this.options.rangeExtractor,this.options.overscan,this.options.count,e,t]},(e,t,n,i,s)=>null===i||null===s?[]:e({startIndex:i,endIndex:s,overscan:t,count:n}),{key:!1,debug:()=>this.options.debug}),this.indexFromElement=e=>{let t=this.options.indexAttribute,n=e.getAttribute(t);return n?parseInt(n,10):(console.warn(`Missing attribute name '${t}={index}' on measured element.`),-1)},this._measureElement=(e,t)=>{let n=this.indexFromElement(e),i=this.measurementsCache[n];if(!i)return;let s=i.key,r=this.elementsCache.get(s);r!==e&&(r&&this.observer.unobserve(r),this.observer.observe(e),this.elementsCache.set(s,e)),e.isConnected&&this.resizeItem(n,this.options.measureElement(e,t,this))},this.resizeItem=(e,t)=>{let n=this.measurementsCache[e];if(!n)return;let i=t-(this.itemSizeCache.get(n.key)??n.size);0!==i&&((void 0!==this.shouldAdjustScrollPositionOnItemSizeChange?this.shouldAdjustScrollPositionOnItemSizeChange(n,i,this):n.start<this.getScrollOffset()+this.scrollAdjustments)&&this._scrollToOffset(this.getScrollOffset(),{adjustments:this.scrollAdjustments+=i,behavior:void 0}),this.pendingMeasuredCacheIndexes.push(n.index),this.itemSizeCache=new Map(this.itemSizeCache.set(n.key,t)),this.notify(!1))},this.measureElement=e=>{e?this._measureElement(e,void 0):this.elementsCache.forEach((e,t)=>{e.isConnected||(this.observer.unobserve(e),this.elementsCache.delete(t))})},this.getVirtualItems=r(()=>[this.getVirtualIndexes(),this.getMeasurements()],(e,t)=>{let n=[];for(let i=0,s=e.length;i<s;i++){let s=t[e[i]];n.push(s)}return n},{key:!1,debug:()=>this.options.debug}),this.getVirtualItemForOffset=e=>{let t=this.getMeasurements();if(0!==t.length)return a(t[b(0,t.length-1,e=>a(t[e]).start,e)])},this.getMaxScrollOffset=()=>{if(!this.scrollElement)return 0;if("scrollHeight"in this.scrollElement)return this.options.horizontal?this.scrollElement.scrollWidth-this.scrollElement.clientWidth:this.scrollElement.scrollHeight-this.scrollElement.clientHeight;{let e=this.scrollElement.document.documentElement;return this.options.horizontal?e.scrollWidth-this.scrollElement.innerWidth:e.scrollHeight-this.scrollElement.innerHeight}},this.getOffsetForAlignment=(e,t,n=0)=>{if(!this.scrollElement)return 0;let i=this.getSize(),s=this.getScrollOffset();return"auto"===t&&(t=e>=s+i?"end":"start"),"center"===t?e+=(n-i)/2:"end"===t&&(e-=i),Math.max(Math.min(this.getMaxScrollOffset(),e),0)},this.getOffsetForIndex=(e,t="auto")=>{e=Math.max(0,Math.min(e,this.options.count-1));let n=this.measurementsCache[e];if(!n)return;let i=this.getSize(),s=this.getScrollOffset();if("auto"===t)if(n.end>=s+i-this.options.scrollPaddingEnd)t="end";else{if(!(n.start<=s+this.options.scrollPaddingStart))return[s,t];t="start"}if("end"===t&&e===this.options.count-1)return[this.getMaxScrollOffset(),t];let r="end"===t?n.end+this.options.scrollPaddingEnd:n.start-this.options.scrollPaddingStart;return[this.getOffsetForAlignment(r,t,n.size),t]},this.isDynamicMode=()=>this.elementsCache.size>0,this.scrollToOffset=(e,{align:t="start",behavior:n}={})=>{"smooth"===n&&this.isDynamicMode()&&console.warn("The `smooth` scroll behavior is not fully supported with dynamic size."),this._scrollToOffset(this.getOffsetForAlignment(e,t),{adjustments:void 0,behavior:n})},this.scrollToIndex=(e,{align:t="auto",behavior:n}={})=>{"smooth"===n&&this.isDynamicMode()&&console.warn("The `smooth` scroll behavior is not fully supported with dynamic size."),e=Math.max(0,Math.min(e,this.options.count-1)),this.currentScrollToIndex=e;let i=0,s=t=>{if(!this.targetWindow)return;let i=this.getOffsetForIndex(e,t);if(!i)return void console.warn("Failed to get offset for index:",e);let[s,a]=i;this._scrollToOffset(s,{adjustments:void 0,behavior:n}),this.targetWindow.requestAnimationFrame(()=>{let t=()=>{if(this.currentScrollToIndex!==e)return;let t=this.getScrollOffset(),n=this.getOffsetForIndex(e,a);n?1.01>Math.abs(n[0]-t)||r(a):console.warn("Failed to get offset for index:",e)};this.isDynamicMode()?this.targetWindow.requestAnimationFrame(t):t()})},r=t=>{this.targetWindow&&this.currentScrollToIndex===e&&(++i<10?this.targetWindow.requestAnimationFrame(()=>s(t)):console.warn(`Failed to scroll to index ${e} after 10 attempts.`))};s(t)},this.scrollBy=(e,{behavior:t}={})=>{"smooth"===t&&this.isDynamicMode()&&console.warn("The `smooth` scroll behavior is not fully supported with dynamic size."),this._scrollToOffset(this.getScrollOffset()+e,{adjustments:void 0,behavior:t})},this.getTotalSize=()=>{var e;let t,n=this.getMeasurements();if(0===n.length)t=this.options.paddingStart;else if(1===this.options.lanes)t=(null==(e=n[n.length-1])?void 0:e.end)??0;else{let e=Array(this.options.lanes).fill(null),i=n.length-1;for(;i>=0&&e.some(e=>null===e);){let t=n[i];null===e[t.lane]&&(e[t.lane]=t.end),i--}t=Math.max(...e.filter(e=>null!==e))}return Math.max(t-this.options.scrollMargin+this.options.paddingEnd,0)},this._scrollToOffset=(e,{adjustments:t,behavior:n})=>{this.options.scrollToFn(e,{behavior:n,adjustments:t},this)},this.measure=()=>{this.itemSizeCache=new Map,this.laneAssignments=new Map,this.notify(!1)},this.setOptions(e)}}let b=(e,t,n,i)=>{for(;e<=t;){let s=(e+t)/2|0,r=n(s);if(r<i)e=s+1;else{if(!(r>i))return s;t=s-1}}return e>0?e-1:0},y="u">typeof document?i.useLayoutEffect:i.useEffect;function _(e){return function({useFlushSync:e=!0,...t}){let n=i.useReducer(()=>({}),{})[1],r={...t,onChange:(i,r)=>{var a;e&&r?(0,s.flushSync)(n):n(),null==(a=t.onChange)||a.call(t,i,r)}},[a]=i.useState(()=>new g(r));return a.setOptions(r),y(()=>a._didMount(),[]),y(()=>a._willUpdate()),a}({observeElementRect:c,observeElementOffset:m,scrollToFn:f,...e})}},66088:(e,t,n)=>{n.d(t,{A:()=>i});let i=(0,n(90425).A)("chevron-down",[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]])},67014:(e,t,n)=>{let i,s,r,a,o;n.d(t,{O_:()=>nn});class l extends Error{constructor(e){super(e),this.name="ShikiError"}}var h,c,d,u=n(41463);function m(e,...t){return t.forEach(t=>{for(let n in t)e[n]=t[n]}),e}var p=/\$(\d+)|\${(\d+):\/(downcase|upcase)}/g,f=class{static hasCaptures(e){return null!==e&&(p.lastIndex=0,p.test(e))}static replaceCaptures(e,t,n){return e.replace(p,(e,i,s,r)=>{let a=n[parseInt(i||s,10)];if(!a)return e;{let e=t.substring(a.start,a.end);for(;"."===e[0];)e=e.substring(1);switch(r){case"downcase":return e.toLowerCase();case"upcase":return e.toUpperCase();default:return e}}})}};function g(e,t){if(null===e&&null===t)return 0;if(!e)return -1;if(!t)return 1;let n=e.length,i=t.length;if(n===i){for(let i=0;i<n;i++){var s,r;let n=(s=e[i],s<(r=t[i])?-1:+(s>r));if(0!==n)return n}return 0}return n-i}function b(e){return!!(/^#[0-9a-f]{6}$/i.test(e)||/^#[0-9a-f]{8}$/i.test(e)||/^#[0-9a-f]{3}$/i.test(e)||/^#[0-9a-f]{4}$/i.test(e))}function y(e){return e.replace(/[\-\\\{\}\*\+\?\|\^\$\.\,\[\]\(\)\#\s]/g,"\\$&")}var _=class{constructor(e){this.fn=e}cache=new Map;get(e){if(this.cache.has(e))return this.cache.get(e);let t=this.fn(e);return this.cache.set(e,t),t}},k=class{constructor(e,t,n){this._colorMap=e,this._defaults=t,this._root=n}static createFromRawTheme(e,t){return this.createFromParsedTheme(function(e){if(!e||!e.settings||!Array.isArray(e.settings))return[];let t=e.settings,n=[],i=0;for(let e=0,s=t.length;e<s;e++){let s,r=t[e];if(!r.settings)continue;if("string"==typeof r.scope){let e=r.scope;s=(e=(e=e.replace(/^[,]+/,"")).replace(/[,]+$/,"")).split(",")}else s=Array.isArray(r.scope)?r.scope:[""];let a=-1;if("string"==typeof r.settings.fontStyle){a=0;let e=r.settings.fontStyle.split(" ");for(let t=0,n=e.length;t<n;t++)switch(e[t]){case"italic":a|=1;break;case"bold":a|=2;break;case"underline":a|=4;break;case"strikethrough":a|=8}}let o=null;"string"==typeof r.settings.foreground&&b(r.settings.foreground)&&(o=r.settings.foreground);let l=null;"string"==typeof r.settings.background&&b(r.settings.background)&&(l=r.settings.background);for(let t=0,r=s.length;t<r;t++){let r=s[t].trim().split(" "),h=r[r.length-1],c=null;r.length>1&&(c=r.slice(0,r.length-1)).reverse(),n[i++]=new v(h,c,e,a,o,l)}}return n}(e),t)}static createFromParsedTheme(e,t){return function(e,t){e.sort((e,t)=>{var n,i;let s=(n=e.scope,n<(i=t.scope)?-1:+(n>i));return 0!==s||0!==(s=g(e.parentScopes,t.parentScopes))?s:e.index-t.index});let n=0,i="#000000",s="#ffffff";for(;e.length>=1&&""===e[0].scope;){let t=e.shift();-1!==t.fontStyle&&(n=t.fontStyle),null!==t.foreground&&(i=t.foreground),null!==t.background&&(s=t.background)}let r=new x(t),a=new w(n,r.getId(i),r.getId(s)),o=new P(new N(0,null,-1,0,0),[]);for(let t=0,n=e.length;t<n;t++){let n=e[t];o.insert(0,n.scope,n.parentScopes,n.fontStyle,r.getId(n.foreground),r.getId(n.background))}return new k(r,a,o)}(e,t)}_cachedMatchRoot=new _(e=>this._root.match(e));getColorMap(){return this._colorMap.getColorMap()}getDefaults(){return this._defaults}match(e){if(null===e)return this._defaults;let t=e.scopeName,n=this._cachedMatchRoot.get(t).find(t=>(function(e,t){if(0===t.length)return!0;for(let s=0;s<t.length;s++){var n,i;let r=t[s],a=!1;if(">"===r){if(s===t.length-1)return!1;r=t[++s],a=!0}for(;e&&(n=e.scopeName,!((i=r)===n||n.startsWith(i)&&"."===n[i.length]));){if(a)return!1;e=e.parent}if(!e)return!1;e=e.parent}return!0})(e.parent,t.parentScopes));return n?new w(n.fontStyle,n.foreground,n.background):null}},S=class e{constructor(e,t){this.parent=e,this.scopeName=t}static push(t,n){for(let i of n)t=new e(t,i);return t}static from(...t){let n=null;for(let i=0;i<t.length;i++)n=new e(n,t[i]);return n}push(t){return new e(this,t)}getSegments(){let e=this,t=[];for(;e;)t.push(e.scopeName),e=e.parent;return t.reverse(),t}toString(){return this.getSegments().join(" ")}extends(e){return this===e||null!==this.parent&&this.parent.extends(e)}getExtensionIfDefined(e){let t=[],n=this;for(;n&&n!==e;)t.push(n.scopeName),n=n.parent;return n===e?t.reverse():void 0}},w=class{constructor(e,t,n){this.fontStyle=e,this.foregroundId=t,this.backgroundId=n}},v=class{constructor(e,t,n,i,s,r){this.scope=e,this.parentScopes=t,this.index=n,this.fontStyle=i,this.foreground=s,this.background=r}},C=((h=C||{})[h.NotSet=-1]="NotSet",h[h.None=0]="None",h[h.Italic=1]="Italic",h[h.Bold=2]="Bold",h[h.Underline=4]="Underline",h[h.Strikethrough=8]="Strikethrough",h),x=class{_isFrozen;_lastColorId;_id2color;_color2id;constructor(e){if(this._lastColorId=0,this._id2color=[],this._color2id=Object.create(null),Array.isArray(e)){this._isFrozen=!0;for(let t=0,n=e.length;t<n;t++)this._color2id[e[t]]=t,this._id2color[t]=e[t]}else this._isFrozen=!1}getId(e){if(null===e)return 0;e=e.toUpperCase();let t=this._color2id[e];if(t)return t;if(this._isFrozen)throw Error(`Missing color in color map - ${e}`);return t=++this._lastColorId,this._color2id[e]=t,this._id2color[t]=e,t}getColorMap(){return this._id2color.slice(0)}},A=Object.freeze([]),N=class e{scopeDepth;parentScopes;fontStyle;foreground;background;constructor(e,t,n,i,s){this.scopeDepth=e,this.parentScopes=t||A,this.fontStyle=n,this.foreground=i,this.background=s}clone(){return new e(this.scopeDepth,this.parentScopes,this.fontStyle,this.foreground,this.background)}static cloneArr(e){let t=[];for(let n=0,i=e.length;n<i;n++)t[n]=e[n].clone();return t}acceptOverwrite(e,t,n,i){this.scopeDepth>e?console.log("how did this happen?"):this.scopeDepth=e,-1!==t&&(this.fontStyle=t),0!==n&&(this.foreground=n),0!==i&&(this.background=i)}},P=class e{constructor(e,t=[],n={}){this._mainRule=e,this._children=n,this._rulesWithParentScopes=t}_rulesWithParentScopes;static _cmpBySpecificity(e,t){if(e.scopeDepth!==t.scopeDepth)return t.scopeDepth-e.scopeDepth;let n=0,i=0;for(;">"===e.parentScopes[n]&&n++,">"===t.parentScopes[i]&&i++,!(n>=e.parentScopes.length)&&!(i>=t.parentScopes.length);){let s=t.parentScopes[i].length-e.parentScopes[n].length;if(0!==s)return s;n++,i++}return t.parentScopes.length-e.parentScopes.length}match(t){if(""!==t){let e,n,i=t.indexOf(".");if(-1===i?(e=t,n=""):(e=t.substring(0,i),n=t.substring(i+1)),this._children.hasOwnProperty(e))return this._children[e].match(n)}let n=this._rulesWithParentScopes.concat(this._mainRule);return n.sort(e._cmpBySpecificity),n}insert(t,n,i,s,r,a){let o,l,h;if(""===n)return void this._doInsertHere(t,i,s,r,a);let c=n.indexOf(".");-1===c?(o=n,l=""):(o=n.substring(0,c),l=n.substring(c+1)),this._children.hasOwnProperty(o)?h=this._children[o]:(h=new e(this._mainRule.clone(),N.cloneArr(this._rulesWithParentScopes)),this._children[o]=h),h.insert(t+1,l,i,s,r,a)}_doInsertHere(e,t,n,i,s){if(null===t)return void this._mainRule.acceptOverwrite(e,n,i,s);for(let r=0,a=this._rulesWithParentScopes.length;r<a;r++){let a=this._rulesWithParentScopes[r];if(0===g(a.parentScopes,t))return void a.acceptOverwrite(e,n,i,s)}-1===n&&(n=this._mainRule.fontStyle),0===i&&(i=this._mainRule.foreground),0===s&&(s=this._mainRule.background),this._rulesWithParentScopes.push(new N(e,t,n,i,s))}},E=class e{static toBinaryStr(e){return e.toString(2).padStart(32,"0")}static print(t){let n=e.getLanguageId(t),i=e.getTokenType(t),s=e.getFontStyle(t);console.log({languageId:n,tokenType:i,fontStyle:s,foreground:e.getForeground(t),background:e.getBackground(t)})}static getLanguageId(e){return(255&e)>>>0}static getTokenType(e){return(768&e)>>>8}static containsBalancedBrackets(e){return(1024&e)!=0}static getFontStyle(e){return(30720&e)>>>11}static getForeground(e){return(0xff8000&e)>>>15}static getBackground(e){return(0xff000000&e)>>>24}static set(t,n,i,s,r,a,o){let l=e.getLanguageId(t),h=e.getTokenType(t),c=+!!e.containsBalancedBrackets(t),d=e.getFontStyle(t),u=e.getForeground(t),m=e.getBackground(t);return 0!==n&&(l=n),8!==i&&(h=i),null!==s&&(c=+!!s),-1!==r&&(d=r),0!==a&&(u=a),0!==o&&(m=o),(l|h<<8|c<<10|d<<11|u<<15|m<<24)>>>0}};function L(e,t){var n;let i,s,r=[],a=(n=e,s=(i=/([LR]:|[\w\.:][\w\.:\-]*|[\,\|\-\(\)])/g).exec(n),{next:()=>{if(!s)return null;let e=s[0];return s=i.exec(n),e}}),o=a.next();for(;null!==o;){let e=0;if(2===o.length&&":"===o.charAt(1)){switch(o.charAt(0)){case"R":e=1;break;case"L":e=-1;break;default:console.log(`Unknown priority ${o} in scope selector`)}o=a.next()}let t=h();if(r.push({matcher:t,priority:e}),","!==o)break;o=a.next()}return r;function l(){if("-"===o){o=a.next();let e=l();return t=>!!e&&!e(t)}if("("===o){o=a.next();let e=function(){let e=[],t=h();for(;t&&(e.push(t),"|"===o||","===o);){do o=a.next();while("|"===o||","===o);t=h()}return t=>e.some(e=>e(t))}();return")"===o&&(o=a.next()),e}if(T(o)){let e=[];do e.push(o),o=a.next();while(T(o));return n=>t(e,n)}return null}function h(){let e=[],t=l();for(;t;)e.push(t),t=l();return t=>e.every(e=>e(t))}}function T(e){return!!e&&!!e.match(/[\w\.:]+/)}var R=((c=R||{})[c.None=0]="None",c[c.NotBeginString=1]="NotBeginString",c[c.NotEndString=2]="NotEndString",c[c.NotBeginPosition=4]="NotBeginPosition",c[c.DebugCall=8]="DebugCall",c);function M(e){"function"==typeof e.dispose&&e.dispose()}var I=class{constructor(e){this.scopeName=e}toKey(){return this.scopeName}},O=class{constructor(e,t){this.scopeName=e,this.ruleName=t}toKey(){return`${this.scopeName}#${this.ruleName}`}},G=class{_references=[];_seenReferenceKeys=new Set;get references(){return this._references}visitedRule=new Set;add(e){let t=e.toKey();this._seenReferenceKeys.has(t)||(this._seenReferenceKeys.add(t),this._references.push(e))}},j=class{constructor(e,t){this.repo=e,this.initialScopeName=t,this.seenFullScopeRequests.add(this.initialScopeName),this.Q=[new I(this.initialScopeName)]}seenFullScopeRequests=new Set;seenPartialScopeRequests=new Set;Q;processQueue(){let e=this.Q;this.Q=[];let t=new G;for(let n of e)!function(e,t,n,i){let s=n.lookup(e.scopeName);if(!s){if(e.scopeName===t)throw Error(`No grammar provided for <${t}>`);return}let r=n.lookup(t);e instanceof I?B({baseGrammar:r,selfGrammar:s},i):$(e.ruleName,{baseGrammar:r,selfGrammar:s,repository:s.repository},i);let a=n.injections(e.scopeName);if(a)for(let e of a)i.add(new I(e))}(n,this.initialScopeName,this.repo,t);for(let e of t.references)if(e instanceof I){if(this.seenFullScopeRequests.has(e.scopeName))continue;this.seenFullScopeRequests.add(e.scopeName),this.Q.push(e)}else{if(this.seenFullScopeRequests.has(e.scopeName)||this.seenPartialScopeRequests.has(e.toKey()))continue;this.seenPartialScopeRequests.add(e.toKey()),this.Q.push(e)}}};function $(e,t,n){t.repository&&t.repository[e]&&D([t.repository[e]],t,n)}function B(e,t){e.selfGrammar.patterns&&Array.isArray(e.selfGrammar.patterns)&&D(e.selfGrammar.patterns,{...e,repository:e.selfGrammar.repository},t),e.selfGrammar.injections&&D(Object.values(e.selfGrammar.injections),{...e,repository:e.selfGrammar.repository},t)}function D(e,t,n){for(let i of e){if(n.visitedRule.has(i))continue;n.visitedRule.add(i);let e=i.repository?m({},t.repository,i.repository):t.repository;Array.isArray(i.patterns)&&D(i.patterns,{...t,repository:e},n);let s=i.include;if(!s)continue;let r=H(s);switch(r.kind){case 0:B({...t,selfGrammar:t.baseGrammar},n);break;case 1:B(t,n);break;case 2:$(r.ruleName,{...t,repository:e},n);break;case 3:case 4:let a=r.scopeName===t.selfGrammar.scopeName?t.selfGrammar:r.scopeName===t.baseGrammar.scopeName?t.baseGrammar:void 0;if(a){let i={baseGrammar:t.baseGrammar,selfGrammar:a,repository:e};4===r.kind?$(r.ruleName,i,n):B(i,n)}else 4===r.kind?n.add(new O(r.scopeName,r.ruleName)):n.add(new I(r.scopeName))}}}var F=class{kind=0},z=class{kind=1},W=class{constructor(e){this.ruleName=e}kind=2},U=class{constructor(e){this.scopeName=e}kind=3},q=class{constructor(e,t){this.scopeName=e,this.ruleName=t}kind=4};function H(e){if("$base"===e)return new F;if("$self"===e)return new z;let t=e.indexOf("#");return -1===t?new U(e):0===t?new W(e.substring(1)):new q(e.substring(0,t),e.substring(t+1))}var V=/\\(\d+)/,J=/\\(\d+)/g;Symbol("RuleId");var K=class{$location;id;_nameIsCapturing;_name;_contentNameIsCapturing;_contentName;constructor(e,t,n,i){this.$location=e,this.id=t,this._name=n||null,this._nameIsCapturing=f.hasCaptures(this._name),this._contentName=i||null,this._contentNameIsCapturing=f.hasCaptures(this._contentName)}get debugName(){let e=this.$location?`${function e(t){let n=~t.lastIndexOf("/")||~t.lastIndexOf("\\");return 0===n?t:~n==t.length-1?e(t.substring(0,t.length-1)):t.substr(~n+1)}(this.$location.filename)}:${this.$location.line}`:"unknown";return`${this.constructor.name}#${this.id} @ ${e}`}getName(e,t){return this._nameIsCapturing&&null!==this._name&&null!==e&&null!==t?f.replaceCaptures(this._name,e,t):this._name}getContentName(e,t){return this._contentNameIsCapturing&&null!==this._contentName?f.replaceCaptures(this._contentName,e,t):this._contentName}},Q=class extends K{retokenizeCapturedWithRuleId;constructor(e,t,n,i,s){super(e,t,n,i),this.retokenizeCapturedWithRuleId=s}dispose(){}collectPatterns(e,t){throw Error("Not supported!")}compile(e,t){throw Error("Not supported!")}compileAG(e,t,n,i){throw Error("Not supported!")}},X=class extends K{_match;captures;_cachedCompiledPatterns;constructor(e,t,n,i,s){super(e,t,n,null),this._match=new en(i,this.id),this.captures=s,this._cachedCompiledPatterns=null}dispose(){this._cachedCompiledPatterns&&(this._cachedCompiledPatterns.dispose(),this._cachedCompiledPatterns=null)}get debugMatchRegExp(){return`${this._match.source}`}collectPatterns(e,t){t.push(this._match)}compile(e,t){return this._getCachedCompiledPatterns(e).compile(e)}compileAG(e,t,n,i){return this._getCachedCompiledPatterns(e).compileAG(e,n,i)}_getCachedCompiledPatterns(e){return this._cachedCompiledPatterns||(this._cachedCompiledPatterns=new ei,this.collectPatterns(e,this._cachedCompiledPatterns)),this._cachedCompiledPatterns}},Y=class extends K{hasMissingPatterns;patterns;_cachedCompiledPatterns;constructor(e,t,n,i,s){super(e,t,n,i),this.patterns=s.patterns,this.hasMissingPatterns=s.hasMissingPatterns,this._cachedCompiledPatterns=null}dispose(){this._cachedCompiledPatterns&&(this._cachedCompiledPatterns.dispose(),this._cachedCompiledPatterns=null)}collectPatterns(e,t){for(let n of this.patterns)e.getRule(n).collectPatterns(e,t)}compile(e,t){return this._getCachedCompiledPatterns(e).compile(e)}compileAG(e,t,n,i){return this._getCachedCompiledPatterns(e).compileAG(e,n,i)}_getCachedCompiledPatterns(e){return this._cachedCompiledPatterns||(this._cachedCompiledPatterns=new ei,this.collectPatterns(e,this._cachedCompiledPatterns)),this._cachedCompiledPatterns}},Z=class extends K{_begin;beginCaptures;_end;endHasBackReferences;endCaptures;applyEndPatternLast;hasMissingPatterns;patterns;_cachedCompiledPatterns;constructor(e,t,n,i,s,r,a,o,l,h){super(e,t,n,i),this._begin=new en(s,this.id),this.beginCaptures=r,this._end=new en(a||"￿",-1),this.endHasBackReferences=this._end.hasBackReferences,this.endCaptures=o,this.applyEndPatternLast=l||!1,this.patterns=h.patterns,this.hasMissingPatterns=h.hasMissingPatterns,this._cachedCompiledPatterns=null}dispose(){this._cachedCompiledPatterns&&(this._cachedCompiledPatterns.dispose(),this._cachedCompiledPatterns=null)}get debugBeginRegExp(){return`${this._begin.source}`}get debugEndRegExp(){return`${this._end.source}`}getEndWithResolvedBackReferences(e,t){return this._end.resolveBackReferences(e,t)}collectPatterns(e,t){t.push(this._begin)}compile(e,t){return this._getCachedCompiledPatterns(e,t).compile(e)}compileAG(e,t,n,i){return this._getCachedCompiledPatterns(e,t).compileAG(e,n,i)}_getCachedCompiledPatterns(e,t){if(!this._cachedCompiledPatterns){for(let t of(this._cachedCompiledPatterns=new ei,this.patterns))e.getRule(t).collectPatterns(e,this._cachedCompiledPatterns);this.applyEndPatternLast?this._cachedCompiledPatterns.push(this._end.hasBackReferences?this._end.clone():this._end):this._cachedCompiledPatterns.unshift(this._end.hasBackReferences?this._end.clone():this._end)}return this._end.hasBackReferences&&(this.applyEndPatternLast?this._cachedCompiledPatterns.setSource(this._cachedCompiledPatterns.length()-1,t):this._cachedCompiledPatterns.setSource(0,t)),this._cachedCompiledPatterns}},ee=class extends K{_begin;beginCaptures;whileCaptures;_while;whileHasBackReferences;hasMissingPatterns;patterns;_cachedCompiledPatterns;_cachedCompiledWhilePatterns;constructor(e,t,n,i,s,r,a,o,l){super(e,t,n,i),this._begin=new en(s,this.id),this.beginCaptures=r,this.whileCaptures=o,this._while=new en(a,-2),this.whileHasBackReferences=this._while.hasBackReferences,this.patterns=l.patterns,this.hasMissingPatterns=l.hasMissingPatterns,this._cachedCompiledPatterns=null,this._cachedCompiledWhilePatterns=null}dispose(){this._cachedCompiledPatterns&&(this._cachedCompiledPatterns.dispose(),this._cachedCompiledPatterns=null),this._cachedCompiledWhilePatterns&&(this._cachedCompiledWhilePatterns.dispose(),this._cachedCompiledWhilePatterns=null)}get debugBeginRegExp(){return`${this._begin.source}`}get debugWhileRegExp(){return`${this._while.source}`}getWhileWithResolvedBackReferences(e,t){return this._while.resolveBackReferences(e,t)}collectPatterns(e,t){t.push(this._begin)}compile(e,t){return this._getCachedCompiledPatterns(e).compile(e)}compileAG(e,t,n,i){return this._getCachedCompiledPatterns(e).compileAG(e,n,i)}_getCachedCompiledPatterns(e){if(!this._cachedCompiledPatterns)for(let t of(this._cachedCompiledPatterns=new ei,this.patterns))e.getRule(t).collectPatterns(e,this._cachedCompiledPatterns);return this._cachedCompiledPatterns}compileWhile(e,t){return this._getCachedCompiledWhilePatterns(e,t).compile(e)}compileWhileAG(e,t,n,i){return this._getCachedCompiledWhilePatterns(e,t).compileAG(e,n,i)}_getCachedCompiledWhilePatterns(e,t){return this._cachedCompiledWhilePatterns||(this._cachedCompiledWhilePatterns=new ei,this._cachedCompiledWhilePatterns.push(this._while.hasBackReferences?this._while.clone():this._while)),this._while.hasBackReferences&&this._cachedCompiledWhilePatterns.setSource(0,t||"￿"),this._cachedCompiledWhilePatterns}},et=class e{static createCaptureRule(e,t,n,i,s){return e.registerRule(e=>new Q(t,e,n,i,s))}static getCompiledRuleId(t,n,i){return t.id||n.registerRule(s=>{if(t.id=s,t.match)return new X(t.$vscodeTextmateLocation,t.id,t.name,t.match,e._compileCaptures(t.captures,n,i));if(void 0===t.begin){t.repository&&(i=m({},i,t.repository));let s=t.patterns;return void 0===s&&t.include&&(s=[{include:t.include}]),new Y(t.$vscodeTextmateLocation,t.id,t.name,t.contentName,e._compilePatterns(s,n,i))}return t.while?new ee(t.$vscodeTextmateLocation,t.id,t.name,t.contentName,t.begin,e._compileCaptures(t.beginCaptures||t.captures,n,i),t.while,e._compileCaptures(t.whileCaptures||t.captures,n,i),e._compilePatterns(t.patterns,n,i)):new Z(t.$vscodeTextmateLocation,t.id,t.name,t.contentName,t.begin,e._compileCaptures(t.beginCaptures||t.captures,n,i),t.end,e._compileCaptures(t.endCaptures||t.captures,n,i),t.applyEndPatternLast,e._compilePatterns(t.patterns,n,i))}),t.id}static _compileCaptures(t,n,i){let s=[];if(t){let r=0;for(let e in t){if("$vscodeTextmateLocation"===e)continue;let t=parseInt(e,10);t>r&&(r=t)}for(let e=0;e<=r;e++)s[e]=null;for(let r in t){if("$vscodeTextmateLocation"===r)continue;let a=parseInt(r,10),o=0;t[r].patterns&&(o=e.getCompiledRuleId(t[r],n,i)),s[a]=e.createCaptureRule(n,t[r].$vscodeTextmateLocation,t[r].name,t[r].contentName,o)}}return s}static _compilePatterns(t,n,i){let s=[];if(t)for(let r=0,a=t.length;r<a;r++){let a=t[r],o=-1;if(a.include){let t=H(a.include);switch(t.kind){case 0:case 1:o=e.getCompiledRuleId(i[a.include],n,i);break;case 2:let s=i[t.ruleName];s&&(o=e.getCompiledRuleId(s,n,i));break;case 3:case 4:let r=t.scopeName,l=4===t.kind?t.ruleName:null,h=n.getExternalGrammar(r,i);if(h)if(l){let t=h.repository[l];t&&(o=e.getCompiledRuleId(t,n,h.repository))}else o=e.getCompiledRuleId(h.repository.$self,n,h.repository)}}else o=e.getCompiledRuleId(a,n,i);if(-1!==o){let e=n.getRule(o),t=!1;if((e instanceof Y||e instanceof Z||e instanceof ee)&&e.hasMissingPatterns&&0===e.patterns.length&&(t=!0),t)continue;s.push(o)}}return{patterns:s,hasMissingPatterns:(t?t.length:0)!==s.length}}},en=class e{source;ruleId;hasAnchor;hasBackReferences;_anchorCache;constructor(e,t){if(e&&"string"==typeof e){const t=e.length;let n=0,i=[],s=!1;for(let r=0;r<t;r++)if("\\"===e.charAt(r)&&r+1<t){const t=e.charAt(r+1);"z"===t?(i.push(e.substring(n,r)),i.push("$(?!\\n)(?<!\\n)"),n=r+2):("A"===t||"G"===t)&&(s=!0),r++}this.hasAnchor=s,0===n?this.source=e:(i.push(e.substring(n,t)),this.source=i.join(""))}else this.hasAnchor=!1,this.source=e;this.hasAnchor?this._anchorCache=this._buildAnchorCache():this._anchorCache=null,this.ruleId=t,"string"==typeof this.source?this.hasBackReferences=V.test(this.source):this.hasBackReferences=!1}clone(){return new e(this.source,this.ruleId)}setSource(e){this.source!==e&&(this.source=e,this.hasAnchor&&(this._anchorCache=this._buildAnchorCache()))}resolveBackReferences(e,t){if("string"!=typeof this.source)throw Error("This method should only be called if the source is a string");let n=t.map(t=>e.substring(t.start,t.end));return J.lastIndex=0,this.source.replace(J,(e,t)=>y(n[parseInt(t,10)]||""))}_buildAnchorCache(){let e,t,n,i;if("string"!=typeof this.source)throw Error("This method should only be called if the source is a string");let s=[],r=[],a=[],o=[];for(e=0,t=this.source.length;e<t;e++)n=this.source.charAt(e),s[e]=n,r[e]=n,a[e]=n,o[e]=n,"\\"===n&&e+1<t&&("A"===(i=this.source.charAt(e+1))?(s[e+1]="￿",r[e+1]="￿",a[e+1]="A",o[e+1]="A"):"G"===i?(s[e+1]="￿",r[e+1]="G",a[e+1]="￿",o[e+1]="G"):(s[e+1]=i,r[e+1]=i,a[e+1]=i,o[e+1]=i),e++);return{A0_G0:s.join(""),A0_G1:r.join(""),A1_G0:a.join(""),A1_G1:o.join("")}}resolveAnchors(e,t){if(!this.hasAnchor||!this._anchorCache||"string"!=typeof this.source)return this.source;if(e)if(t)return this._anchorCache.A1_G1;else return this._anchorCache.A1_G0;return t?this._anchorCache.A0_G1:this._anchorCache.A0_G0}},ei=class{_items;_hasAnchors;_cached;_anchorCache;constructor(){this._items=[],this._hasAnchors=!1,this._cached=null,this._anchorCache={A0_G0:null,A0_G1:null,A1_G0:null,A1_G1:null}}dispose(){this._disposeCaches()}_disposeCaches(){this._cached&&(this._cached.dispose(),this._cached=null),this._anchorCache.A0_G0&&(this._anchorCache.A0_G0.dispose(),this._anchorCache.A0_G0=null),this._anchorCache.A0_G1&&(this._anchorCache.A0_G1.dispose(),this._anchorCache.A0_G1=null),this._anchorCache.A1_G0&&(this._anchorCache.A1_G0.dispose(),this._anchorCache.A1_G0=null),this._anchorCache.A1_G1&&(this._anchorCache.A1_G1.dispose(),this._anchorCache.A1_G1=null)}push(e){this._items.push(e),this._hasAnchors=this._hasAnchors||e.hasAnchor}unshift(e){this._items.unshift(e),this._hasAnchors=this._hasAnchors||e.hasAnchor}length(){return this._items.length}setSource(e,t){this._items[e].source!==t&&(this._disposeCaches(),this._items[e].setSource(t))}compile(e){if(!this._cached){let t=this._items.map(e=>e.source);this._cached=new es(e,t,this._items.map(e=>e.ruleId))}return this._cached}compileAG(e,t,n){if(!this._hasAnchors)return this.compile(e);if(t)if(n)return this._anchorCache.A1_G1||(this._anchorCache.A1_G1=this._resolveAnchors(e,t,n)),this._anchorCache.A1_G1;else return this._anchorCache.A1_G0||(this._anchorCache.A1_G0=this._resolveAnchors(e,t,n)),this._anchorCache.A1_G0;return n?(this._anchorCache.A0_G1||(this._anchorCache.A0_G1=this._resolveAnchors(e,t,n)),this._anchorCache.A0_G1):(this._anchorCache.A0_G0||(this._anchorCache.A0_G0=this._resolveAnchors(e,t,n)),this._anchorCache.A0_G0)}_resolveAnchors(e,t,n){return new es(e,this._items.map(e=>e.resolveAnchors(t,n)),this._items.map(e=>e.ruleId))}},es=class{constructor(e,t,n){this.regExps=t,this.rules=n,this.scanner=e.createOnigScanner(t)}scanner;dispose(){"function"==typeof this.scanner.dispose&&this.scanner.dispose()}toString(){let e=[];for(let t=0,n=this.rules.length;t<n;t++)e.push(" - "+this.rules[t]+": "+this.regExps[t]);return e.join("\n")}findNextMatchSync(e,t,n){let i=this.scanner.findNextMatchSync(e,t,n);return i?{ruleId:this.rules[i.index],captureIndices:i.captureIndices}:null}},er=class{constructor(e,t){this.languageId=e,this.tokenType=t}},ea=class e{_defaultAttributes;_embeddedLanguagesMatcher;constructor(e,t){this._defaultAttributes=new er(e,8),this._embeddedLanguagesMatcher=new eo(Object.entries(t||{}))}getDefaultAttributes(){return this._defaultAttributes}getBasicScopeAttributes(t){return null===t?e._NULL_SCOPE_METADATA:this._getBasicScopeAttributes.get(t)}static _NULL_SCOPE_METADATA=new er(0,0);_getBasicScopeAttributes=new _(e=>new er(this._scopeToLanguage(e),this._toStandardTokenType(e)));_scopeToLanguage(e){return this._embeddedLanguagesMatcher.match(e)||0}_toStandardTokenType(t){let n=t.match(e.STANDARD_TOKEN_TYPE_REGEXP);if(!n)return 8;switch(n[1]){case"comment":return 1;case"string":return 2;case"regex":return 3;case"meta.embedded":return 0}throw Error("Unexpected match for standard token type!")}static STANDARD_TOKEN_TYPE_REGEXP=/\b(comment|string|regex|meta\.embedded)\b/},eo=class{values;scopesRegExp;constructor(e){if(0===e.length)this.values=null,this.scopesRegExp=null;else{this.values=new Map(e);const t=e.map(([e,t])=>y(e));t.sort(),t.reverse(),this.scopesRegExp=RegExp(`^((${t.join(")|(")}))($|\\.)`,"")}}match(e){if(!this.scopesRegExp)return;let t=e.match(this.scopesRegExp);if(t)return this.values.get(t[1])}};void 0!==u&&u.env.VSCODE_TEXTMATE_DEBUG;var el=class{constructor(e,t){this.stack=e,this.stoppedEarly=t}};function eh(e,t,n,i,s,r,a,o){let l=t.content.length,h=!1,c=-1;if(a){let a=function(e,t,n,i,s,r){let a=s.beginRuleCapturedEOL?0:-1,o=[];for(let t=s;t;t=t.pop()){let n=t.getRule(e);n instanceof ee&&o.push({rule:n,stack:t})}for(let m=o.pop();m;m=o.pop()){var l,h,c,d,u;let{ruleScanner:o,findOptions:p}=(l=m.rule,h=e,c=m.stack.endRule,d=n,u=i===a,{ruleScanner:l.compileWhileAG(h,c,d,u),findOptions:0}),f=o.findNextMatchSync(t,i,p);if(f){if(-2!==f.ruleId){s=m.stack.pop();break}f.captureIndices&&f.captureIndices.length&&(r.produce(m.stack,f.captureIndices[0].start),ed(e,t,n,m.stack,r,m.rule.whileCaptures,f.captureIndices),r.produce(m.stack,f.captureIndices[0].end),a=f.captureIndices[0].end,f.captureIndices[0].end>i&&(i=f.captureIndices[0].end,n=!1))}else{s=m.stack.pop();break}}return{stack:s,linePos:i,anchorPosition:a,isFirstLine:n}}(e,t,n,i,s,r);s=a.stack,i=a.linePos,n=a.isFirstLine,c=a.anchorPosition}let d=Date.now();for(;!h;){if(0!==o&&Date.now()-d>o)return new el(s,!0);!function(){let a=function(e,t,n,i,s,r){let a=function(e,t,n,i,s,r){let{ruleScanner:a,findOptions:o}=ec(s.getRule(e),e,s.endRule,n,i===r),l=a.findNextMatchSync(t,i,o);return l?{captureIndices:l.captureIndices,matchedRuleId:l.ruleId}:null}(e,t,n,i,s,r),o=e.getInjections();if(0===o.length)return a;let l=function(e,t,n,i,s,r,a){let o,l=Number.MAX_VALUE,h=null,c=0,d=r.contentNameScopesList.getScopeNames();for(let r=0,u=e.length;r<u;r++){let u=e[r];if(!u.matcher(d))continue;let{ruleScanner:m,findOptions:p}=ec(t.getRule(u.ruleId),t,null,i,s===a),f=m.findNextMatchSync(n,s,p);if(!f)continue;let g=f.captureIndices[0].start;if(!(g>=l)&&(l=g,h=f.captureIndices,o=f.ruleId,c=u.priority,l===s))break}return h?{priorityMatch:-1===c,captureIndices:h,matchedRuleId:o}:null}(o,e,t,n,i,s,r);if(!l)return a;if(!a)return l;let h=a.captureIndices[0].start,c=l.captureIndices[0].start;return c<h||l.priorityMatch&&c===h?l:a}(e,t,n,i,s,c);if(!a){r.produce(s,l),h=!0;return}let o=a.captureIndices,d=a.matchedRuleId,u=!!o&&o.length>0&&o[0].end>i;if(-1===d){let a=s.getRule(e);r.produce(s,o[0].start),s=s.withContentNameScopesList(s.nameScopesList),ed(e,t,n,s,r,a.endCaptures,o),r.produce(s,o[0].end);let d=s;if(s=s.parent,c=d.getAnchorPos(),!u&&d.getEnterPos()===i){s=d,r.produce(s,l),h=!0;return}}else{let a=e.getRule(d);r.produce(s,o[0].start);let m=s,p=a.getName(t.content,o),f=s.contentNameScopesList.pushAttributed(p,e);if(s=s.push(d,i,c,o[0].end===l,null,f,f),a instanceof Z){ed(e,t,n,s,r,a.beginCaptures,o),r.produce(s,o[0].end),c=o[0].end;let i=a.getContentName(t.content,o),d=f.pushAttributed(i,e);if(s=s.withContentNameScopesList(d),a.endHasBackReferences&&(s=s.withEndRule(a.getEndWithResolvedBackReferences(t.content,o))),!u&&m.hasSameRuleAs(s)){s=s.pop(),r.produce(s,l),h=!0;return}}else if(a instanceof ee){ed(e,t,n,s,r,a.beginCaptures,o),r.produce(s,o[0].end),c=o[0].end;let i=a.getContentName(t.content,o),d=f.pushAttributed(i,e);if(s=s.withContentNameScopesList(d),a.whileHasBackReferences&&(s=s.withEndRule(a.getWhileWithResolvedBackReferences(t.content,o))),!u&&m.hasSameRuleAs(s)){s=s.pop(),r.produce(s,l),h=!0;return}}else if(ed(e,t,n,s,r,a.captures,o),r.produce(s,o[0].end),s=s.pop(),!u){s=s.safePop(),r.produce(s,l),h=!0;return}}o[0].end>i&&(i=o[0].end,n=!1)}()}return new el(s,!1)}function ec(e,t,n,i,s){return{ruleScanner:e.compileAG(t,n,i,s),findOptions:0}}function ed(e,t,n,i,s,r,a){if(0===r.length)return;let o=t.content,l=Math.min(r.length,a.length),h=[],c=a[0].end;for(let t=0;t<l;t++){let l=r[t];if(null===l)continue;let d=a[t];if(0===d.length)continue;if(d.start>c)break;for(;h.length>0&&h[h.length-1].endPos<=d.start;)s.produceFromScopes(h[h.length-1].scopes,h[h.length-1].endPos),h.pop();if(h.length>0?s.produceFromScopes(h[h.length-1].scopes,d.start):s.produce(i,d.start),l.retokenizeCapturedWithRuleId){let t=l.getName(o,a),r=i.contentNameScopesList.pushAttributed(t,e),h=l.getContentName(o,a),c=r.pushAttributed(h,e),u=i.push(l.retokenizeCapturedWithRuleId,d.start,-1,!1,null,r,c),m=e.createOnigString(o.substring(0,d.end));eh(e,m,n&&0===d.start,d.start,u,s,!1,0),M(m);continue}let u=l.getName(o,a);if(null!==u){let t=(h.length>0?h[h.length-1].scopes:i.contentNameScopesList).pushAttributed(u,e);h.push(new eu(t,d.end))}}for(;h.length>0;)s.produceFromScopes(h[h.length-1].scopes,h[h.length-1].endPos),h.pop()}var eu=class{scopes;endPos;constructor(e,t){this.scopes=e,this.endPos=t}};function em(e,t,n,i,s){let r=L(t,ep),a=et.getCompiledRuleId(n,i,s.repository);for(let n of r)e.push({debugSelector:t,matcher:n.matcher,ruleId:a,grammar:s,priority:n.priority})}function ep(e,t){if(t.length<e.length)return!1;let n=0;return e.every(e=>{for(let i=n;i<t.length;i++)if(function(e,t){if(!e)return!1;if(e===t)return!0;let n=t.length;return e.length>n&&e.substr(0,n)===t&&"."===e[n]}(t[i],e))return n=i+1,!0;return!1})}var ef=class{constructor(e,t,n,i,s,r,a,o){if(this._rootScopeName=e,this.balancedBracketSelectors=r,this._onigLib=o,this._basicScopeAttributesProvider=new ea(n,i),this._rootId=-1,this._lastRuleId=0,this._ruleId2desc=[null],this._includedGrammars={},this._grammarRepository=a,this._grammar=eg(t,null),this._injections=null,this._tokenTypeMatchers=[],s)for(const e of Object.keys(s))for(const t of L(e,ep))this._tokenTypeMatchers.push({matcher:t.matcher,type:s[e]})}_rootId;_lastRuleId;_ruleId2desc;_includedGrammars;_grammarRepository;_grammar;_injections;_basicScopeAttributesProvider;_tokenTypeMatchers;get themeProvider(){return this._grammarRepository}dispose(){for(let e of this._ruleId2desc)e&&e.dispose()}createOnigScanner(e){return this._onigLib.createOnigScanner(e)}createOnigString(e){return this._onigLib.createOnigString(e)}getMetadataForScope(e){return this._basicScopeAttributesProvider.getBasicScopeAttributes(e)}_collectInjections(){let e=[],t=this._rootScopeName,n=({lookup:e=>e===this._rootScopeName?this._grammar:this.getExternalGrammar(e),injections:e=>this._grammarRepository.injections(e)}).lookup(t);if(n){let i=n.injections;if(i)for(let t in i)em(e,t,i[t],this,n);let s=this._grammarRepository.injections(t);s&&s.forEach(t=>{let n=this.getExternalGrammar(t);if(n){let t=n.injectionSelector;t&&em(e,t,n,this,n)}})}return e.sort((e,t)=>e.priority-t.priority),e}getInjections(){return null===this._injections&&(this._injections=this._collectInjections()),this._injections}registerRule(e){let t=++this._lastRuleId,n=e(t);return this._ruleId2desc[t]=n,n}getRule(e){return this._ruleId2desc[e]}getExternalGrammar(e,t){if(this._includedGrammars[e])return this._includedGrammars[e];if(this._grammarRepository){let n=this._grammarRepository.lookup(e);if(n)return this._includedGrammars[e]=eg(n,t&&t.$base),this._includedGrammars[e]}}tokenizeLine(e,t,n=0){let i=this._tokenize(e,t,!1,n);return{tokens:i.lineTokens.getResult(i.ruleStack,i.lineLength),ruleStack:i.ruleStack,stoppedEarly:i.stoppedEarly}}tokenizeLine2(e,t,n=0){let i=this._tokenize(e,t,!0,n);return{tokens:i.lineTokens.getBinaryResult(i.ruleStack,i.lineLength),ruleStack:i.ruleStack,stoppedEarly:i.stoppedEarly}}_tokenize(e,t,n,i){let s;if(-1===this._rootId&&(this._rootId=et.getCompiledRuleId(this._grammar.repository.$self,this,this._grammar.repository),this.getInjections()),t&&t!==ey.NULL)s=!1,t.reset();else{let e;s=!0;let n=this._basicScopeAttributesProvider.getDefaultAttributes(),i=this.themeProvider.getDefaults(),r=E.set(0,n.languageId,n.tokenType,null,i.fontStyle,i.foregroundId,i.backgroundId),a=this.getRule(this._rootId).getName(null,null);e=a?eb.createRootAndLookUpScopeName(a,r,this):eb.createRoot("unknown",r),t=new ey(null,this._rootId,-1,-1,!1,null,e,e)}e+="\n";let r=this.createOnigString(e),a=r.content.length,o=new ek(n,e,this._tokenTypeMatchers,this.balancedBracketSelectors),l=eh(this,r,s,0,t,o,!0,i);return M(r),{lineLength:a,lineTokens:o,ruleStack:l.stack,stoppedEarly:l.stoppedEarly}}};function eg(e,t){return(e=function e(t){return Array.isArray(t)?function(t){let n=[];for(let i=0,s=t.length;i<s;i++)n[i]=e(t[i]);return n}(t):t instanceof RegExp?t:"object"==typeof t?function(t){let n={};for(let i in t)n[i]=e(t[i]);return n}(t):t}(e)).repository=e.repository||{},e.repository.$self={$vscodeTextmateLocation:e.$vscodeTextmateLocation,patterns:e.patterns,name:e.scopeName},e.repository.$base=t||e.repository.$self,e}var eb=class e{constructor(e,t,n){this.parent=e,this.scopePath=t,this.tokenAttributes=n}static fromExtension(t,n){let i=t,s=t?.scopePath??null;for(let t of n)i=new e(i,s=S.push(s,t.scopeNames),t.encodedTokenAttributes);return i}static createRoot(t,n){return new e(null,new S(null,t),n)}static createRootAndLookUpScopeName(t,n,i){let s=i.getMetadataForScope(t),r=new S(null,t),a=i.themeProvider.themeMatch(r),o=e.mergeAttributes(n,s,a);return new e(null,r,o)}get scopeName(){return this.scopePath.scopeName}toString(){return this.getScopeNames().join(" ")}equals(t){return e.equals(this,t)}static equals(e,t){for(;;){if(e===t||!e&&!t)return!0;if(!e||!t||e.scopeName!==t.scopeName||e.tokenAttributes!==t.tokenAttributes)return!1;e=e.parent,t=t.parent}}static mergeAttributes(e,t,n){let i=-1,s=0,r=0;return null!==n&&(i=n.fontStyle,s=n.foregroundId,r=n.backgroundId),E.set(e,t.languageId,t.tokenType,null,i,s,r)}pushAttributed(t,n){if(null===t)return this;if(-1===t.indexOf(" "))return e._pushAttributed(this,t,n);let i=t.split(/ /g),s=this;for(let t of i)s=e._pushAttributed(s,t,n);return s}static _pushAttributed(t,n,i){let s=i.getMetadataForScope(n),r=t.scopePath.push(n),a=i.themeProvider.themeMatch(r),o=e.mergeAttributes(t.tokenAttributes,s,a);return new e(t,r,o)}getScopeNames(){return this.scopePath.getSegments()}getExtensionIfDefined(e){let t=[],n=this;for(;n&&n!==e;)t.push({encodedTokenAttributes:n.tokenAttributes,scopeNames:n.scopePath.getExtensionIfDefined(n.parent?.scopePath??null)}),n=n.parent;return n===e?t.reverse():void 0}},ey=class e{constructor(e,t,n,i,s,r,a,o){this.parent=e,this.ruleId=t,this.beginRuleCapturedEOL=s,this.endRule=r,this.nameScopesList=a,this.contentNameScopesList=o,this.depth=this.parent?this.parent.depth+1:1,this._enterPos=n,this._anchorPos=i}_stackElementBrand=void 0;static NULL=new e(null,0,0,0,!1,null,null,null);_enterPos;_anchorPos;depth;equals(t){return null!==t&&e._equals(this,t)}static _equals(e,t){return e===t||!!this._structuralEquals(e,t)&&eb.equals(e.contentNameScopesList,t.contentNameScopesList)}static _structuralEquals(e,t){for(;;){if(e===t||!e&&!t)return!0;if(!e||!t||e.depth!==t.depth||e.ruleId!==t.ruleId||e.endRule!==t.endRule)return!1;e=e.parent,t=t.parent}}clone(){return this}static _reset(e){for(;e;)e._enterPos=-1,e._anchorPos=-1,e=e.parent}reset(){e._reset(this)}pop(){return this.parent}safePop(){return this.parent?this.parent:this}push(t,n,i,s,r,a,o){return new e(this,t,n,i,s,r,a,o)}getEnterPos(){return this._enterPos}getAnchorPos(){return this._anchorPos}getRule(e){return e.getRule(this.ruleId)}toString(){let e=[];return this._writeString(e,0),"["+e.join(",")+"]"}_writeString(e,t){return this.parent&&(t=this.parent._writeString(e,t)),e[t++]=`(${this.ruleId}, ${this.nameScopesList?.toString()}, ${this.contentNameScopesList?.toString()})`,t}withContentNameScopesList(e){return this.contentNameScopesList===e?this:this.parent.push(this.ruleId,this._enterPos,this._anchorPos,this.beginRuleCapturedEOL,this.endRule,this.nameScopesList,e)}withEndRule(t){return this.endRule===t?this:new e(this.parent,this.ruleId,this._enterPos,this._anchorPos,this.beginRuleCapturedEOL,t,this.nameScopesList,this.contentNameScopesList)}hasSameRuleAs(e){let t=this;for(;t&&t._enterPos===e._enterPos;){if(t.ruleId===e.ruleId)return!0;t=t.parent}return!1}toStateStackFrame(){return{ruleId:this.ruleId,beginRuleCapturedEOL:this.beginRuleCapturedEOL,endRule:this.endRule,nameScopesList:this.nameScopesList?.getExtensionIfDefined(this.parent?.nameScopesList??null)??[],contentNameScopesList:this.contentNameScopesList?.getExtensionIfDefined(this.nameScopesList)??[]}}static pushFrame(t,n){let i=eb.fromExtension(t?.nameScopesList??null,n.nameScopesList);return new e(t,n.ruleId,n.enterPos??-1,n.anchorPos??-1,n.beginRuleCapturedEOL,n.endRule,i,eb.fromExtension(i,n.contentNameScopesList))}},e_=class{balancedBracketScopes;unbalancedBracketScopes;allowAny=!1;constructor(e,t){this.balancedBracketScopes=e.flatMap(e=>"*"===e?(this.allowAny=!0,[]):L(e,ep).map(e=>e.matcher)),this.unbalancedBracketScopes=t.flatMap(e=>L(e,ep).map(e=>e.matcher))}get matchesAlways(){return this.allowAny&&0===this.unbalancedBracketScopes.length}get matchesNever(){return 0===this.balancedBracketScopes.length&&!this.allowAny}match(e){for(let t of this.unbalancedBracketScopes)if(t(e))return!1;for(let t of this.balancedBracketScopes)if(t(e))return!0;return this.allowAny}},ek=class{constructor(e,t,n,i){this.balancedBracketSelectors=i,this._emitBinaryTokens=e,this._tokenTypeOverrides=n,this._lineText=null,this._tokens=[],this._binaryTokens=[],this._lastTokenEndIndex=0}_emitBinaryTokens;_lineText;_tokens;_binaryTokens;_lastTokenEndIndex;_tokenTypeOverrides;produce(e,t){this.produceFromScopes(e.contentNameScopesList,t)}produceFromScopes(e,t){if(this._lastTokenEndIndex>=t)return;if(this._emitBinaryTokens){let n=e?.tokenAttributes??0,i=!1;if(this.balancedBracketSelectors?.matchesAlways&&(i=!0),this._tokenTypeOverrides.length>0||this.balancedBracketSelectors&&!this.balancedBracketSelectors.matchesAlways&&!this.balancedBracketSelectors.matchesNever){let t=e?.getScopeNames()??[];for(let e of this._tokenTypeOverrides)e.matcher(t)&&(n=E.set(n,0,e.type,null,-1,0,0));this.balancedBracketSelectors&&(i=this.balancedBracketSelectors.match(t))}if(i&&(n=E.set(n,0,8,i,-1,0,0)),this._binaryTokens.length>0&&this._binaryTokens[this._binaryTokens.length-1]===n){this._lastTokenEndIndex=t;return}this._binaryTokens.push(this._lastTokenEndIndex),this._binaryTokens.push(n),this._lastTokenEndIndex=t;return}let n=e?.getScopeNames()??[];this._tokens.push({startIndex:this._lastTokenEndIndex,endIndex:t,scopes:n}),this._lastTokenEndIndex=t}getResult(e,t){return this._tokens.length>0&&this._tokens[this._tokens.length-1].startIndex===t-1&&this._tokens.pop(),0===this._tokens.length&&(this._lastTokenEndIndex=-1,this.produce(e,t),this._tokens[this._tokens.length-1].startIndex=0),this._tokens}getBinaryResult(e,t){this._binaryTokens.length>0&&this._binaryTokens[this._binaryTokens.length-2]===t-1&&(this._binaryTokens.pop(),this._binaryTokens.pop()),0===this._binaryTokens.length&&(this._lastTokenEndIndex=-1,this.produce(e,t),this._binaryTokens[this._binaryTokens.length-2]=0);let n=new Uint32Array(this._binaryTokens.length);for(let e=0,t=this._binaryTokens.length;e<t;e++)n[e]=this._binaryTokens[e];return n}},eS=class{constructor(e,t){this._onigLib=t,this._theme=e}_grammars=new Map;_rawGrammars=new Map;_injectionGrammars=new Map;_theme;dispose(){for(let e of this._grammars.values())e.dispose()}setTheme(e){this._theme=e}getColorMap(){return this._theme.getColorMap()}addGrammar(e,t){this._rawGrammars.set(e.scopeName,e),t&&this._injectionGrammars.set(e.scopeName,t)}lookup(e){return this._rawGrammars.get(e)}injections(e){return this._injectionGrammars.get(e)}getDefaults(){return this._theme.getDefaults()}themeMatch(e){return this._theme.match(e)}grammarForScopeName(e,t,n,i,s){if(!this._grammars.has(e)){let r=this._rawGrammars.get(e);if(!r)return null;this._grammars.set(e,new ef(e,r,t,n,i,s,this,this._onigLib))}return this._grammars.get(e)}},ew=class{_options;_syncRegistry;_ensureGrammarCache;constructor(e){this._options=e,this._syncRegistry=new eS(k.createFromRawTheme(e.theme,e.colorMap),e.onigLib),this._ensureGrammarCache=new Map}dispose(){this._syncRegistry.dispose()}setTheme(e,t){this._syncRegistry.setTheme(k.createFromRawTheme(e,t))}getColorMap(){return this._syncRegistry.getColorMap()}loadGrammarWithEmbeddedLanguages(e,t,n){return this.loadGrammarWithConfiguration(e,t,{embeddedLanguages:n})}loadGrammarWithConfiguration(e,t,n){return this._loadGrammar(e,t,n.embeddedLanguages,n.tokenTypes,new e_(n.balancedBracketSelectors||[],n.unbalancedBracketSelectors||[]))}loadGrammar(e){return this._loadGrammar(e,0,null,null,null)}_loadGrammar(e,t,n,i,s){let r=new j(this._syncRegistry,e);for(;r.Q.length>0;)r.Q.map(e=>this._loadSingleGrammar(e.scopeName)),r.processQueue();return this._grammarForScopeName(e,t,n,i,s)}_loadSingleGrammar(e){this._ensureGrammarCache.has(e)||(this._doLoadSingleGrammar(e),this._ensureGrammarCache.set(e,!0))}_doLoadSingleGrammar(e){let t=this._options.loadGrammar(e);if(t){let n="function"==typeof this._options.getInjections?this._options.getInjections(e):void 0;this._syncRegistry.addGrammar(t,n)}}addGrammar(e,t=[],n=0,i=null){return this._syncRegistry.addGrammar(e,t),this._grammarForScopeName(e.scopeName,n,i)}_grammarForScopeName(e,t=0,n=null,i=null,s=null){return this._syncRegistry.grammarForScopeName(e,t,n,i,s)}},ev=ey.NULL,eC=n(51640),ex=n(4918),eA=n(27629);let eN=/["&'<>`]/g,eP=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,eE=/[\x01-\t\v\f\x0E-\x1F\x7F\x81\x8D\x8F\x90\x9D\xA0-\uFFFF]/g,eL=/[|\\{}()[\]^$+*?.]/g,eT=new WeakMap,eR=/[\dA-Fa-f]/,eM=/\d/;var eI=n(6801);let eO={nbsp:"\xa0",iexcl:"\xa1",cent:"\xa2",pound:"\xa3",curren:"\xa4",yen:"\xa5",brvbar:"\xa6",sect:"\xa7",uml:"\xa8",copy:"\xa9",ordf:"\xaa",laquo:"\xab",not:"\xac",shy:"\xad",reg:"\xae",macr:"\xaf",deg:"\xb0",plusmn:"\xb1",sup2:"\xb2",sup3:"\xb3",acute:"\xb4",micro:"\xb5",para:"\xb6",middot:"\xb7",cedil:"\xb8",sup1:"\xb9",ordm:"\xba",raquo:"\xbb",frac14:"\xbc",frac12:"\xbd",frac34:"\xbe",iquest:"\xbf",Agrave:"\xc0",Aacute:"\xc1",Acirc:"\xc2",Atilde:"\xc3",Auml:"\xc4",Aring:"\xc5",AElig:"\xc6",Ccedil:"\xc7",Egrave:"\xc8",Eacute:"\xc9",Ecirc:"\xca",Euml:"\xcb",Igrave:"\xcc",Iacute:"\xcd",Icirc:"\xce",Iuml:"\xcf",ETH:"\xd0",Ntilde:"\xd1",Ograve:"\xd2",Oacute:"\xd3",Ocirc:"\xd4",Otilde:"\xd5",Ouml:"\xd6",times:"\xd7",Oslash:"\xd8",Ugrave:"\xd9",Uacute:"\xda",Ucirc:"\xdb",Uuml:"\xdc",Yacute:"\xdd",THORN:"\xde",szlig:"\xdf",agrave:"\xe0",aacute:"\xe1",acirc:"\xe2",atilde:"\xe3",auml:"\xe4",aring:"\xe5",aelig:"\xe6",ccedil:"\xe7",egrave:"\xe8",eacute:"\xe9",ecirc:"\xea",euml:"\xeb",igrave:"\xec",iacute:"\xed",icirc:"\xee",iuml:"\xef",eth:"\xf0",ntilde:"\xf1",ograve:"\xf2",oacute:"\xf3",ocirc:"\xf4",otilde:"\xf5",ouml:"\xf6",divide:"\xf7",oslash:"\xf8",ugrave:"\xf9",uacute:"\xfa",ucirc:"\xfb",uuml:"\xfc",yacute:"\xfd",thorn:"\xfe",yuml:"\xff",fnof:"ƒ",Alpha:"Α",Beta:"Β",Gamma:"Γ",Delta:"Δ",Epsilon:"Ε",Zeta:"Ζ",Eta:"Η",Theta:"Θ",Iota:"Ι",Kappa:"Κ",Lambda:"Λ",Mu:"Μ",Nu:"Ν",Xi:"Ξ",Omicron:"Ο",Pi:"Π",Rho:"Ρ",Sigma:"Σ",Tau:"Τ",Upsilon:"Υ",Phi:"Φ",Chi:"Χ",Psi:"Ψ",Omega:"Ω",alpha:"α",beta:"β",gamma:"γ",delta:"δ",epsilon:"ε",zeta:"ζ",eta:"η",theta:"θ",iota:"ι",kappa:"κ",lambda:"λ",mu:"μ",nu:"ν",xi:"ξ",omicron:"ο",pi:"π",rho:"ρ",sigmaf:"ς",sigma:"σ",tau:"τ",upsilon:"υ",phi:"φ",chi:"χ",psi:"ψ",omega:"ω",thetasym:"ϑ",upsih:"ϒ",piv:"ϖ",bull:"•",hellip:"…",prime:"′",Prime:"″",oline:"‾",frasl:"⁄",weierp:"℘",image:"ℑ",real:"ℜ",trade:"™",alefsym:"ℵ",larr:"←",uarr:"↑",rarr:"→",darr:"↓",harr:"↔",crarr:"↵",lArr:"⇐",uArr:"⇑",rArr:"⇒",dArr:"⇓",hArr:"⇔",forall:"∀",part:"∂",exist:"∃",empty:"∅",nabla:"∇",isin:"∈",notin:"∉",ni:"∋",prod:"∏",sum:"∑",minus:"−",lowast:"∗",radic:"√",prop:"∝",infin:"∞",ang:"∠",and:"∧",or:"∨",cap:"∩",cup:"∪",int:"∫",there4:"∴",sim:"∼",cong:"≅",asymp:"≈",ne:"≠",equiv:"≡",le:"≤",ge:"≥",sub:"⊂",sup:"⊃",nsub:"⊄",sube:"⊆",supe:"⊇",oplus:"⊕",otimes:"⊗",perp:"⊥",sdot:"⋅",lceil:"⌈",rceil:"⌉",lfloor:"⌊",rfloor:"⌋",lang:"〈",rang:"〉",loz:"◊",spades:"♠",clubs:"♣",hearts:"♥",diams:"♦",quot:'"',amp:"&",lt:"<",gt:">",OElig:"Œ",oelig:"œ",Scaron:"Š",scaron:"š",Yuml:"Ÿ",circ:"ˆ",tilde:"˜",ensp:" ",emsp:" ",thinsp:" ",zwnj:"‌",zwj:"‍",lrm:"‎",rlm:"‏",ndash:"–",mdash:"—",lsquo:"‘",rsquo:"’",sbquo:"‚",ldquo:"“",rdquo:"”",bdquo:"„",dagger:"†",Dagger:"‡",permil:"‰",lsaquo:"‹",rsaquo:"›",euro:"€"},eG=["cent","copy","divide","gt","lt","not","para","times"],ej={}.hasOwnProperty,e$={};for(i in eO)ej.call(eO,i)&&(e$[eO[i]]=i);let eB=/[^\dA-Za-z]/;function eD(e,t,n){var i,s;let r,a,o=(i=n.omitOptionalSemicolons,r="&#x"+e.toString(16).toUpperCase(),i&&t&&!eR.test(String.fromCharCode(t))?r:r+";");if((n.useNamedReferences||n.useShortestReferences)&&(a=function(e,t,n,i){let s=String.fromCharCode(e);if(ej.call(e$,s)){let e=e$[s],r="&"+e;return n&&eI.K.includes(e)&&!eG.includes(e)&&(!i||t&&61!==t&&eB.test(String.fromCharCode(t)))?r:r+";"}return""}(e,t,n.omitOptionalSemicolons,n.attribute)),(n.useShortestReferences||!a)&&n.useShortestReferences){let i,r=(s=n.omitOptionalSemicolons,i="&#"+String(e),s&&t&&!eM.test(String.fromCharCode(t))?i:i+";");r.length<o.length&&(o=r)}return a&&(!n.useShortestReferences||a.length<o.length)?a:o}function eF(e,t){let n;var i,s=e,r=Object.assign({format:eD},t);if(s=s.replace(r.subset?(i=r.subset,(n=eT.get(i))||(n=function(e){let t=[],n=-1;for(;++n<e.length;)t.push(e[n].replace(eL,"\\$&"));return RegExp("(?:"+t.join("|")+")","g")}(i),eT.set(i,n)),n):eN,a),r.subset||r.escapeOnly)return s;return s.replace(eP,function(e,t,n){return r.format((e.charCodeAt(0)-55296)*1024+e.charCodeAt(1)-56320+65536,n.charCodeAt(t+2),r)}).replace(eE,a);function a(e,t,n){return r.format(e.charCodeAt(0),n.charCodeAt(t+1),r)}}let ez=/^>|^->|<!--|-->|--!>|<!-$/g,eW=[">"],eU=["<",">"];var eq=n(49884),eH=n(86994),eV=n(38609),eJ=n(51705),eK=n(36887);let eQ=eZ(1),eX=eZ(-1),eY=[];function eZ(e){return function(t,n,i){let s=t?t.children:eY,r=(n||0)+e,a=s[r];if(!i)for(;a&&(0,eK.m)(a);)r+=e,a=s[r];return a}}let e0={}.hasOwnProperty;function e1(e){return function(t,n,i){return e0.call(e,t.tagName)&&e[t.tagName](t,n,i)}}let e2=e1({body:function(e,t,n){let i=eQ(n,t);return!i||"comment"!==i.type},caption:e5,colgroup:e5,dd:function(e,t,n){let i=eQ(n,t);return!i||"element"===i.type&&("dt"===i.tagName||"dd"===i.tagName)},dt:function(e,t,n){let i=eQ(n,t);return!!(i&&"element"===i.type&&("dt"===i.tagName||"dd"===i.tagName))},head:e5,html:function(e,t,n){let i=eQ(n,t);return!i||"comment"!==i.type},li:function(e,t,n){let i=eQ(n,t);return!i||"element"===i.type&&"li"===i.tagName},optgroup:function(e,t,n){let i=eQ(n,t);return!i||"element"===i.type&&"optgroup"===i.tagName},option:function(e,t,n){let i=eQ(n,t);return!i||"element"===i.type&&("option"===i.tagName||"optgroup"===i.tagName)},p:function(e,t,n){let i=eQ(n,t);return i?"element"===i.type&&("address"===i.tagName||"article"===i.tagName||"aside"===i.tagName||"blockquote"===i.tagName||"details"===i.tagName||"div"===i.tagName||"dl"===i.tagName||"fieldset"===i.tagName||"figcaption"===i.tagName||"figure"===i.tagName||"footer"===i.tagName||"form"===i.tagName||"h1"===i.tagName||"h2"===i.tagName||"h3"===i.tagName||"h4"===i.tagName||"h5"===i.tagName||"h6"===i.tagName||"header"===i.tagName||"hgroup"===i.tagName||"hr"===i.tagName||"main"===i.tagName||"menu"===i.tagName||"nav"===i.tagName||"ol"===i.tagName||"p"===i.tagName||"pre"===i.tagName||"section"===i.tagName||"table"===i.tagName||"ul"===i.tagName):!n||"element"!==n.type||"a"!==n.tagName&&"audio"!==n.tagName&&"del"!==n.tagName&&"ins"!==n.tagName&&"map"!==n.tagName&&"noscript"!==n.tagName&&"video"!==n.tagName},rp:e3,rt:e3,tbody:function(e,t,n){let i=eQ(n,t);return!i||"element"===i.type&&("tbody"===i.tagName||"tfoot"===i.tagName)},td:e6,tfoot:function(e,t,n){return!eQ(n,t)},th:e6,thead:function(e,t,n){let i=eQ(n,t);return!!(i&&"element"===i.type&&("tbody"===i.tagName||"tfoot"===i.tagName))},tr:function(e,t,n){let i=eQ(n,t);return!i||"element"===i.type&&"tr"===i.tagName}});function e5(e,t,n){let i=eQ(n,t,!0);return!i||"comment"!==i.type&&!("text"===i.type&&(0,eK.m)(i.value.charAt(0)))}function e3(e,t,n){let i=eQ(n,t);return!i||"element"===i.type&&("rp"===i.tagName||"rt"===i.tagName)}function e6(e,t,n){let i=eQ(n,t);return!i||"element"===i.type&&("td"===i.tagName||"th"===i.tagName)}let e8=e1({body:function(e){let t=eQ(e,-1,!0);return!t||"comment"!==t.type&&!("text"===t.type&&(0,eK.m)(t.value.charAt(0)))&&("element"!==t.type||"meta"!==t.tagName&&"link"!==t.tagName&&"script"!==t.tagName&&"style"!==t.tagName&&"template"!==t.tagName)},colgroup:function(e,t,n){let i=eX(n,t),s=eQ(e,-1,!0);return!(n&&i&&"element"===i.type&&"colgroup"===i.tagName&&e2(i,n.children.indexOf(i),n))&&!!(s&&"element"===s.type&&"col"===s.tagName)},head:function(e){let t=new Set;for(let n of e.children)if("element"===n.type&&("base"===n.tagName||"title"===n.tagName)){if(t.has(n.tagName))return!1;t.add(n.tagName)}let n=e.children[0];return!n||"element"===n.type},html:function(e){let t=eQ(e,-1);return!t||"comment"!==t.type},tbody:function(e,t,n){let i=eX(n,t),s=eQ(e,-1);return!(n&&i&&"element"===i.type&&("thead"===i.tagName||"tbody"===i.tagName)&&e2(i,n.children.indexOf(i),n))&&!!(s&&"element"===s.type&&"tr"===s.tagName)}}),e4={name:[[" \n\f\r &/=>".split("")," \n\f\r \"&'/=>`".split("")],["\0 \n\f\r \"&'/<=>".split(""),"\0 \n\f\r \"&'/<=>`".split("")]],unquoted:[[" \n\f\r &>".split(""),"\0 \n\f\r \"&'<=>`".split("")],["\0 \n\f\r \"&'<=>`".split(""),"\0 \n\f\r \"&'<=>`".split("")]],single:[["&'".split(""),"\"&'`".split("")],["\0&'".split(""),"\0\"&'`".split("")]],double:[['"&'.split(""),"\"&'`".split("")],['\0"&'.split(""),"\0\"&'`".split("")]]},e7=["<","&"];function e9(e,t,n,i){return n&&"element"===n.type&&("script"===n.tagName||"style"===n.tagName)?e.value:eF(e.value,Object.assign({},i.settings.characterReferences,{subset:e7}))}let te=(0,eA.A)("type",{invalid:function(e){throw Error("Expected node, not `"+e+"`")},unknown:function(e){throw Error("Cannot compile unknown node `"+e.type+"`")},handlers:{comment:function(e,t,n,i){return i.settings.bogusComments?"<?"+eF(e.value,Object.assign({},i.settings.characterReferences,{subset:eW}))+">":"\x3c!--"+e.value.replace(ez,function(e){return eF(e,Object.assign({},i.settings.characterReferences,{subset:eU}))})+"--\x3e"},doctype:function(e,t,n,i){return"<!"+(i.settings.upperDoctype?"DOCTYPE":"doctype")+(i.settings.tightDoctype?"":" ")+"html>"},element:function(e,t,n,i){let s,r=i.schema,a="svg"!==r.space&&i.settings.omitOptionalTags,o="svg"===r.space?i.settings.closeEmptyElements:i.settings.voids.includes(e.tagName.toLowerCase()),l=[];"html"===r.space&&"svg"===e.tagName&&(i.schema=ex.JW);let h=function(e,t){let n,i=[],s=-1;if(t){for(n in t)if(null!==t[n]&&void 0!==t[n]){let s=function(e,t,n){let i,s=(0,eV.I)(e.schema,t),r=e.settings.allowParseErrors&&"html"===e.schema.space?0:1,a=+!e.settings.allowDangerousCharacters,o=e.quote;if(s.overloadedBoolean&&(n===s.attribute||""===n)?n=!0:(s.boolean||s.overloadedBoolean)&&("string"!=typeof n||n===s.attribute||""===n)&&(n=!!n),null==n||!1===n||"number"==typeof n&&Number.isNaN(n))return"";let l=eF(s.attribute,Object.assign({},e.settings.characterReferences,{subset:e4.name[r][a]}));return!0===n||(n=Array.isArray(n)?(s.commaSeparated?eH.A:eJ.A)(n,{padLeft:!e.settings.tightCommaSeparatedLists}):String(n),e.settings.collapseEmptyAttributes&&!n)?l:(e.settings.preferUnquoted&&(i=eF(n,Object.assign({},e.settings.characterReferences,{attribute:!0,subset:e4.unquoted[r][a]}))),i!==n&&(e.settings.quoteSmart&&(0,eq.D)(n,o)>(0,eq.D)(n,e.alternative)&&(o=e.alternative),i=o+eF(n,Object.assign({},e.settings.characterReferences,{subset:("'"===o?e4.single:e4.double)[r][a],attribute:!0}))+o),l+(i?"="+i:i))}(e,n,t[n]);s&&i.push(s)}}for(;++s<i.length;){let t=e.settings.tightAttributes?i[s].charAt(i[s].length-1):void 0;s!==i.length-1&&'"'!==t&&"'"!==t&&(i[s]+=" ")}return i.join("")}(i,e.properties),c=i.all("html"===r.space&&"template"===e.tagName?e.content:e);return i.schema=r,c&&(o=!1),!h&&a&&e8(e,t,n)||(l.push("<",e.tagName,h?" "+h:""),o&&("svg"===r.space||i.settings.closeSelfClosing)&&(s=h.charAt(h.length-1),(!i.settings.tightSelfClosing||"/"===s||s&&'"'!==s&&"'"!==s)&&l.push(" "),l.push("/")),l.push(">")),l.push(c),o||a&&e2(e,t,n)||l.push("</"+e.tagName+">"),l.join("")},raw:function(e,t,n,i){return i.settings.allowDangerousHtml?e.value:e9(e,t,n,i)},root:function(e,t,n,i){return i.all(e)},text:e9}}),tt={},tn={},ti=[];function ts(e,t,n){return te(e,t,n,this)}function tr(e){let t=[],n=e&&e.children||ti,i=-1;for(;++i<n.length;)t[i]=this.one(n[i],i,e);return t.join("")}function ta(e,t){let n="string"==typeof e?{}:{...e.colorReplacements},i="string"==typeof e?e:e.name;for(let[e,s]of Object.entries(t?.colorReplacements||{}))"string"==typeof s?n[e]=s:e===i&&Object.assign(n,s);return n}function to(e,t){return e&&t?.[e?.toLowerCase()]||e}async function tl(e){return Promise.resolve("function"==typeof e?e():e).then(e=>e.default||e)}function th(e){return!e||["plaintext","txt","text","plain"].includes(e)}function tc(e){return"ansi"===e||th(e)}function td(e){return"none"===e}function tu(e,t){if(!t)return e;for(let n of(e.properties||={},e.properties.class||=[],"string"==typeof e.properties.class&&(e.properties.class=e.properties.class.split(/\s+/g)),Array.isArray(e.properties.class)||(e.properties.class=[]),Array.isArray(t)?t:t.split(/\s+/g)))n&&!e.properties.class.includes(n)&&e.properties.class.push(n);return e}function tm(e,t=!1){if(0===e.length)return[["",0]];let n=e.split(/(\r?\n)/g),i=0,s=[];for(let e=0;e<n.length;e+=2){let r=t?n[e]+(n[e+1]||""):n[e];s.push([r,i]),i+=n[e].length,i+=n[e+1]?.length||0}return s}let tp="light-dark()",tf=["color","background-color"];function tg(e){let t={};if(e.color&&(t.color=e.color),e.bgColor&&(t["background-color"]=e.bgColor),e.fontStyle){e.fontStyle&C.Italic&&(t["font-style"]="italic"),e.fontStyle&C.Bold&&(t["font-weight"]="bold");let n=[];e.fontStyle&C.Underline&&n.push("underline"),e.fontStyle&C.Strikethrough&&n.push("line-through"),n.length&&(t["text-decoration"]=n.join(" "))}return t}function tb(e){return"string"==typeof e?e:Object.entries(e).map(([e,t])=>`${e}:${t}`).join(";")}let ty=new WeakMap;function t_(e,t){ty.set(e,t)}function tk(e){return ty.get(e)}class tS{_stacks={};lang;get themes(){return Object.keys(this._stacks)}get theme(){return this.themes[0]}get _stack(){return this._stacks[this.theme]}static initial(e,t){return new tS(Object.fromEntries((Array.isArray(t)?t:[t]).map(e=>[e,ev])),e)}constructor(...e){if(2===e.length){const[t,n]=e;this.lang=n,this._stacks=t}else{const[t,n,i]=e;this.lang=n,this._stacks={[i]:t}}}getInternalStack(e=this.theme){return this._stacks[e]}getScopes(e=this.theme){var t;let n,i;return t=this._stacks[e],n=[],i=new Set,!function e(t){if(i.has(t))return;i.add(t);let s=t?.nameScopesList?.scopeName;s&&n.push(s),t.parent&&e(t.parent)}(t),n}toJSON(){return{lang:this.lang,theme:this.theme,themes:this.themes,scopes:this.getScopes()}}}let tw=[function(){let e=new WeakMap;function t(t){if(!e.has(t.meta)){var n;let i,s=function(e){if("number"==typeof e){if(e<0||e>t.source.length)throw new l(`Invalid decoration offset: ${e}. Code length: ${t.source.length}`);return{...r.indexToPos(e),offset:e}}{let t=r.lines[e.line];if(void 0===t)throw new l(`Invalid decoration position ${JSON.stringify(e)}. Lines length: ${r.lines.length}`);let n=e.character;if(n<0&&(n=t.length+n),n<0||n>t.length)throw new l(`Invalid decoration position ${JSON.stringify(e)}. Line ${e.line} length: ${t.length}`);return{...e,character:n,offset:r.posToIndex(e.line,n)}}},r={lines:i=tm(n=t.source,!0).map(([e])=>e),indexToPos:function(e){if(e===n.length)return{line:i.length-1,character:i[i.length-1].length};let t=e,s=0;for(let e of i){if(t<e.length)break;t-=e.length,s++}return{line:s,character:t}},posToIndex:function(e,t){let n=0;for(let t=0;t<e;t++)n+=i[t].length;return n+t}},a=(t.options.decorations||[]).map(e=>({...e,start:s(e.start),end:s(e.end)}));(function(e){for(let t=0;t<e.length;t++){let n=e[t];if(n.start.offset>n.end.offset)throw new l(`Invalid decoration range: ${JSON.stringify(n.start)} - ${JSON.stringify(n.end)}`);for(let i=t+1;i<e.length;i++){let t=e[i],s=n.start.offset<=t.start.offset&&t.start.offset<n.end.offset,r=n.start.offset<t.end.offset&&t.end.offset<=n.end.offset,a=t.start.offset<=n.start.offset&&n.start.offset<t.end.offset,o=t.start.offset<n.end.offset&&n.end.offset<=t.end.offset;if(s||r||a||o){if(s&&r||a&&o||a&&n.start.offset===n.end.offset||r&&t.start.offset===t.end.offset)continue;throw new l(`Decorations ${JSON.stringify(n.start)} and ${JSON.stringify(t.start)} intersect.`)}}}})(a),e.set(t.meta,{decorations:a,converter:r,source:t.source})}return e.get(t.meta)}return{name:"shiki:decorations",tokens(e){let n;if(!this.options.decorations?.length)return;let i=t(this).decorations.flatMap(e=>[e.start.offset,e.end.offset]);return(n=Array.from(i instanceof Set?i:new Set(i)).sort((e,t)=>e-t)).length?e.map(e=>e.flatMap(e=>{let t=n.filter(t=>e.offset<t&&t<e.offset+e.content.length).map(t=>t-e.offset).sort((e,t)=>e-t);if(!t.length)return e;let i=0,s=[];for(let n of t)n>i&&s.push({...e,content:e.content.slice(i,n),offset:e.offset+i}),i=n;return i<e.content.length&&s.push({...e,content:e.content.slice(i),offset:e.offset+i}),s})):e},code(e){if(!this.options.decorations?.length)return;let n=t(this),i=Array.from(e.children).filter(e=>"element"===e.type&&"span"===e.tagName);if(i.length!==n.converter.lines.length)throw new l(`Number of lines in code element (${i.length}) does not match the number of lines in the source (${n.converter.lines.length}). Failed to apply decorations.`);function s(e,t,n,s){let a=i[e],o="",h=-1,c=-1;if(0===t&&(h=0),0===n&&(c=0),n===1/0&&(c=a.children.length),-1===h||-1===c)for(let e=0;e<a.children.length;e++)o+=function e(t){return"text"===t.type?t.value:"element"===t.type?t.children.map(e).join(""):""}(a.children[e]),-1===h&&o.length===t&&(h=e+1),-1===c&&o.length===n&&(c=e+1);if(-1===h)throw new l(`Failed to find start index for decoration ${JSON.stringify(s.start)}`);if(-1===c)throw new l(`Failed to find end index for decoration ${JSON.stringify(s.end)}`);let d=a.children.slice(h,c);if(s.alwaysWrap||d.length!==a.children.length)if(s.alwaysWrap||1!==d.length||"element"!==d[0].type){let e={type:"element",tagName:"span",properties:{},children:d};r(e,s,"wrapper"),a.children.splice(h,d.length,e)}else r(d[0],s,"token");else r(a,s,"line")}function r(e,t,n){let i=t.properties||{},s=t.transform||(e=>e);return e.tagName=t.tagName||"span",e.properties={...e.properties,...i,class:e.properties.class},t.properties?.class&&tu(e,t.properties.class),e=s(e,n)||e}let a=[];for(let e of n.decorations.sort((e,t)=>t.start.offset-e.start.offset||e.end.offset-t.end.offset)){let{start:t,end:n}=e;if(t.line===n.line)s(t.line,t.character,n.character,e);else if(t.line<n.line){s(t.line,t.character,1/0,e);for(let s=t.line+1;s<n.line;s++)a.unshift(()=>{var t;i[t=s]=r(i[t],e,"line")});s(n.line,0,n.character,e)}}a.forEach(e=>e())}}}()];function tv(e){let t=function(e){let t=[],n=[],i=[];for(let s of e)switch(s.enforce){case"pre":t.push(s);break;case"post":n.push(s);break;default:i.push(s)}return{pre:t,post:n,normal:i}}(e.transformers||[]);return[...t.pre,...t.normal,...t.post,...tw]}var tC=["black","red","green","yellow","blue","magenta","cyan","white","brightBlack","brightRed","brightGreen","brightYellow","brightBlue","brightMagenta","brightCyan","brightWhite"],tx={1:"bold",2:"dim",3:"italic",4:"underline",7:"reverse",8:"hidden",9:"strikethrough"};function tA(e){let t=e.shift();if("2"===t){let t=e.splice(0,3).map(e=>Number.parseInt(e));if(3!==t.length||t.some(e=>Number.isNaN(e)))return;return{type:"rgb",rgb:t}}if("5"===t){let t=e.shift();if(t)return{type:"table",index:Number(t)}}}var tN={black:"#000000",red:"#bb0000",green:"#00bb00",yellow:"#bbbb00",blue:"#0000bb",magenta:"#ff00ff",cyan:"#00bbbb",white:"#eeeeee",brightBlack:"#555555",brightRed:"#ff5555",brightGreen:"#00ff00",brightYellow:"#ffff55",brightBlue:"#5555ff",brightMagenta:"#ff55ff",brightCyan:"#55ffff",brightWhite:"#ffffff"};let tP={black:"#000000",red:"#cd3131",green:"#0DBC79",yellow:"#E5E510",blue:"#2472C8",magenta:"#BC3FBC",cyan:"#11A8CD",white:"#E5E5E5",brightBlack:"#666666",brightRed:"#F14C4C",brightGreen:"#23D18B",brightYellow:"#F5F543",brightBlue:"#3B8EEA",brightMagenta:"#D670D6",brightCyan:"#29B8DB",brightWhite:"#FFFFFF"};function tE(e,t,n={}){var i,s;let r,a,{theme:o=e.getLoadedThemes()[0]}=n,h=e.resolveLangAlias(n.lang||"text");if(th(h)||td(o))return tm(t).map(e=>[{content:e[0],offset:e[1]}]);let{theme:c,colorMap:d}=e.setTheme(o);if("ansi"===h){let e,i,s,r,a,o,l;return e=ta(c,n),i=tm(t),s=function(e=tN){let t;function n(e){return`#${e.map(e=>Math.max(0,Math.min(e,255)).toString(16).padStart(2,"0")).join("")}`}return{value:function(i){switch(i.type){case"named":return e[i.name];case"rgb":return n(i.rgb);case"table":var s;return s=i.index,function(){if(t)return t;t=[];for(let n=0;n<tC.length;n++)t.push(e[tC[n]]);let i=[0,95,135,175,215,255];for(let e=0;e<6;e++)for(let s=0;s<6;s++)for(let r=0;r<6;r++)t.push(n([i[e],i[s],i[r]]));let s=8;for(let e=0;e<24;e++,s+=10)t.push(n([s,s,s]));return t}()[s]}}}}(Object.fromEntries(tC.map(e=>{let t=`terminal.ansi${e[0].toUpperCase()}${e.substring(1)}`;return[e,c.colors?.[t]||tP[e]]}))),r=null,a=null,o=new Set,l={parse(e){let t=[],n=0;do{let i=function(e,t){let n=e.indexOf("\x1b",t);if(-1!==n&&"["===e[n+1]){let t=e.indexOf("m",n);if(-1!==t)return{sequence:e.substring(n+2,t).split(";"),startPosition:n,position:t+1}}return{position:e.length}}(e,n),s=i.sequence?e.substring(n,i.startPosition):e.substring(n);if(s.length>0&&t.push({value:s,foreground:r,background:a,decorations:new Set(o)}),i.sequence){let e=function(e){let t=[];for(;e.length>0;){let n=e.shift();if(!n)continue;let i=Number.parseInt(n);if(!Number.isNaN(i))if(0===i)t.push({type:"resetAll"});else if(i<=9)tx[i]&&t.push({type:"setDecoration",value:tx[i]});else if(i<=29){let e=tx[i-20];e&&(t.push({type:"resetDecoration",value:e}),"dim"===e&&t.push({type:"resetDecoration",value:"bold"}))}else if(i<=37)t.push({type:"setForegroundColor",value:{type:"named",name:tC[i-30]}});else if(38===i){let n=tA(e);n&&t.push({type:"setForegroundColor",value:n})}else if(39===i)t.push({type:"resetForegroundColor"});else if(i<=47)t.push({type:"setBackgroundColor",value:{type:"named",name:tC[i-40]}});else if(48===i){let n=tA(e);n&&t.push({type:"setBackgroundColor",value:n})}else 49===i?t.push({type:"resetBackgroundColor"}):53===i?t.push({type:"setDecoration",value:"overline"}):55===i?t.push({type:"resetDecoration",value:"overline"}):i>=90&&i<=97?t.push({type:"setForegroundColor",value:{type:"named",name:tC[i-90+8]}}):i>=100&&i<=107&&t.push({type:"setBackgroundColor",value:{type:"named",name:tC[i-100+8]}})}return t}(i.sequence);for(let t of e)"resetAll"===t.type?(r=null,a=null,o.clear()):"resetForegroundColor"===t.type?r=null:"resetBackgroundColor"===t.type?a=null:"resetDecoration"===t.type&&o.delete(t.value);for(let t of e)"setForegroundColor"===t.type?r=t.value:"setBackgroundColor"===t.type?a=t.value:"setDecoration"===t.type&&o.add(t.value)}n=i.position}while(n<e.length);return t}},i.map(t=>l.parse(t[0]).map(n=>{let i,r;n.decorations.has("reverse")?(i=n.background?s.value(n.background):c.bg,r=n.foreground?s.value(n.foreground):c.fg):(i=n.foreground?s.value(n.foreground):c.fg,r=n.background?s.value(n.background):void 0),i=to(i,e),r=to(r,e),n.decorations.has("dim")&&(i=function(e){let t=e.match(/#([0-9a-f]{3,8})/i);if(t){let e=t[1];if(8===e.length){let t=Math.round(Number.parseInt(e.slice(6,8),16)/2).toString(16).padStart(2,"0");return`#${e.slice(0,6)}${t}`}if(6===e.length)return`#${e}80`;if(4===e.length){let t=e[0],n=e[1],i=e[2],s=e[3],r=Math.round(Number.parseInt(`${s}${s}`,16)/2).toString(16).padStart(2,"0");return`#${t}${t}${n}${n}${i}${i}${r}`}else if(3===e.length){let t=e[0],n=e[1],i=e[2];return`#${t}${t}${n}${n}${i}${i}80`}}let n=e.match(/var\((--[\w-]+-ansi-[\w-]+)\)/);return n?`var(${n[1]}-dim)`:e}(i));let a=C.None;return n.decorations.has("bold")&&(a|=C.Bold),n.decorations.has("italic")&&(a|=C.Italic),n.decorations.has("underline")&&(a|=C.Underline),n.decorations.has("strikethrough")&&(a|=C.Strikethrough),{content:n.value,offset:t[1],color:i,bgColor:r,fontStyle:a}}))}let u=e.getLanguage(n.lang||"text");if(n.grammarState){if(n.grammarState.lang!==u.name)throw new l(`Grammar state language "${n.grammarState.lang}" does not match highlight language "${u.name}"`);if(!n.grammarState.themes.includes(c.name))throw new l(`Grammar state themes "${n.grammarState.themes}" do not contain highlight theme "${c.name}"`)}return a=new tS((r=tL(t,i=u,s=c,d,n)).stateStack,i.name,s.name),t_(r.tokens,a),r.tokens}function tL(e,t,n,i,s){let r=ta(n,s),{tokenizeMaxLineLength:a=0,tokenizeTimeLimit:o=500}=s,h=tm(e),c=s.grammarState?function(e,t){if(!(e instanceof tS))throw new l("Invalid grammar state");return e.getInternalStack(t)}(s.grammarState,n.name)??ev:null!=s.grammarContextCode?tL(s.grammarContextCode,t,n,i,{...s,grammarState:void 0,grammarContextCode:void 0}).stateStack:ev,d=[],u=[];for(let e=0,l=h.length;e<l;e++){let l,m,[p,f]=h[e];if(""===p){d=[],u.push([]);continue}if(a>0&&p.length>=a){d=[],u.push([{content:p,offset:f,color:"",fontStyle:0}]);continue}s.includeExplanation&&(l=t.tokenizeLine(p,c,o).tokens,m=0);let g=t.tokenizeLine2(p,c,o),b=g.tokens.length/2;for(let e=0;e<b;e++){let t=g.tokens[2*e],a=e+1<b?g.tokens[2*e+2]:p.length;if(t===a)continue;let o=g.tokens[2*e+1],h=to(i[E.getForeground(o)],r),c=E.getFontStyle(o),u={content:p.substring(t,a),offset:f+t,color:h,fontStyle:c};if(s.includeExplanation){let e=[];if("scopeName"!==s.includeExplanation)for(let t of n.settings){let n;switch(typeof t.scope){case"string":n=t.scope.split(/,/).map(e=>e.trim());break;case"object":n=t.scope;break;default:continue}e.push({settings:t,selectors:n.map(e=>e.split(/ /))})}u.explanation=[];let i=0;for(;t+i<a;){let t=l[m],n=p.substring(t.startIndex,t.endIndex);i+=n.length,u.explanation.push({content:n,scopes:"scopeName"===s.includeExplanation?t.scopes.map(e=>({scopeName:e})):function(e,t){let n=[];for(let i=0,s=t.length;i<s;i++){let s=t[i];n[i]={scopeName:s,themeMatches:function(e,t,n){let i=[];for(let{selectors:s,settings:r}of e)for(let e of s)if(function(e,t,n){if(!tT(e[e.length-1],t))return!1;let i=e.length-2,s=n.length-1;for(;i>=0&&s>=0;)tT(e[i],n[s])&&(i-=1),s-=1;return -1===i}(e,t,n)){i.push(r);break}return i}(e,s,t.slice(0,i))}}return n}(e,t.scopes)}),m+=1}}d.push(u)}u.push(d),d=[],c=g.ruleStack}return{tokens:u,stateStack:c}}function tT(e,t){return e===t||t.substring(0,e.length)===e&&"."===t[e.length]}function tR(e,t,n){let i=Object.entries(n.themes).filter(e=>e[1]).map(e=>({color:e[0],theme:e[1]})),s=i.map(i=>{let s=tE(e,t,{...n,theme:i.theme}),r=tk(s);return{tokens:s,state:r,theme:"string"==typeof i.theme?i.theme:i.theme.name}}),r=function(...e){let t=e.map(()=>[]),n=e.length;for(let i=0;i<e[0].length;i++){let s=e.map(e=>e[i]),r=t.map(()=>[]);t.forEach((e,t)=>e.push(r[t]));let a=s.map(()=>0),o=s.map(e=>e[0]);for(;o.every(e=>e);){let e=Math.min(...o.map(e=>e.content.length));for(let t=0;t<n;t++){let n=o[t];n.content.length===e?(r[t].push(n),a[t]+=1,o[t]=s[t][a[t]]):(r[t].push({...n,content:n.content.slice(0,e)}),o[t]={...n,content:n.content.slice(e),offset:n.offset+e})}}}return t}(...s.map(e=>e.tokens)),a=r[0].map((e,t)=>e.map((e,s)=>{let a={content:e.content,variants:{},offset:e.offset};return"includeExplanation"in n&&n.includeExplanation&&(a.explanation=e.explanation),r.forEach((e,n)=>{let{content:r,explanation:o,offset:l,...h}=e[t][s];a.variants[i[n].color]=h}),a})),o=s[0].state?new tS(Object.fromEntries(s.map(e=>[e.theme,e.state?.getInternalStack(e.theme)])),s[0].state.lang):void 0;return o&&t_(a,o),a}function tM(e,t,n){let i,s,r,a,o,h;if("themes"in n){let{defaultColor:c="light",cssVariablePrefix:d="--shiki-",colorsRendering:u="css-vars"}=n,m=Object.entries(n.themes).filter(e=>e[1]).map(e=>({color:e[0],theme:e[1]})).sort((e,t)=>e.color===c?-1:+(t.color===c));if(0===m.length)throw new l("`themes` option must not be empty");let p=tR(e,t,n);if(h=tk(p),c&&tp!==c&&!m.find(e=>e.color===c))throw new l(`\`themes\` option must contain the defaultColor key \`${c}\``);let f=m.map(t=>e.getTheme(t.theme)),g=m.map(e=>e.color);r=p.map(e=>e.map(e=>(function(e,t,n,i,s="css-vars"){let r={content:e.content,explanation:e.explanation,offset:e.offset},a=t.map(t=>tg(e.variants[t])),o=new Set(a.flatMap(e=>Object.keys(e))),h={},c=(e,i)=>{let s="color"===i?"":"background-color"===i?"-bg":`-${i}`;return n+t[e]+("color"===i?"":s)};return a.forEach((e,n)=>{for(let r of o){let o=e[r]||"inherit";if(0===n&&i&&tf.includes(r))if(i===tp&&a.length>1){let e=t.findIndex(e=>"light"===e),i=t.findIndex(e=>"dark"===e);if(-1===e||-1===i)throw new l('When using `defaultColor: "light-dark()"`, you must provide both `light` and `dark` themes');let d=a[e][r]||"inherit",u=a[i][r]||"inherit";h[r]=`light-dark(${d}, ${u})`,"css-vars"===s&&(h[c(n,r)]=o)}else h[r]=o;else"css-vars"===s&&(h[c(n,r)]=o)}}),r.htmlStyle=h,r})(e,g,d,c,u))),h&&t_(r,h);let b=m.map(e=>ta(e.theme,n));s=tI(m,f,b,d,c,"fg",u),i=tI(m,f,b,d,c,"bg",u),a=`shiki-themes ${f.map(e=>e.name).join(" ")}`,o=c?void 0:[s,i].join(";")}else if("theme"in n){let o=ta(n.theme,n);r=tE(e,t,n);let l=e.getTheme(n.theme);i=to(l.bg,o),s=to(l.fg,o),a=l.name,h=tk(r)}else throw new l("Invalid options, either `theme` or `themes` must be provided");return{tokens:r,fg:s,bg:i,themeName:a,rootStyle:o,grammarState:h}}function tI(e,t,n,i,s,r,a){return e.map((o,h)=>{let c=to(t[h][r],n[h])||"inherit",d=`${i+o.color}${"bg"===r?"-bg":""}:${c}`;if(0===h&&s){if(s===tp&&e.length>1){let i=e.findIndex(e=>"light"===e.color),s=e.findIndex(e=>"dark"===e.color);if(-1===i||-1===s)throw new l('When using `defaultColor: "light-dark()"`, you must provide both `light` and `dark` themes');let a=to(t[i][r],n[i])||"inherit",o=to(t[s][r],n[s])||"inherit";return`light-dark(${a}, ${o});${d}`}return c}return"css-vars"===a?d:null}).filter(e=>!!e).join(";")}function tO(e,t,n,i={meta:{},options:n,codeToHast:(t,n)=>tO(e,t,n),codeToTokens:(t,n)=>tM(e,t,n)}){let s=t;for(let e of tv(n))s=e.preprocess?.call(i,s,n)||s;let{tokens:r,fg:a,bg:o,themeName:l,rootStyle:h,grammarState:c}=tM(e,s,n),{mergeWhitespaces:d=!0,mergeSameStyleTokens:u=!1}=n;!0===d?r=r.map(e=>{let t,n=[],i="";return e.forEach((s,r)=>{let a=!(s.fontStyle&&(s.fontStyle&C.Underline||s.fontStyle&C.Strikethrough));a&&s.content.match(/^\s+$/)&&e[r+1]?(void 0===t&&(t=s.offset),i+=s.content):i?(a?n.push({...s,offset:t,content:i+s.content}):n.push({content:i,offset:t},s),t=void 0,i=""):n.push(s)}),n}):"never"===d&&(r=r.map(e=>e.flatMap(e=>{if(e.content.match(/^\s+$/))return e;let t=e.content.match(/^(\s*)(.*?)(\s*)$/);if(!t)return e;let[,n,i,s]=t;if(!n&&!s)return e;let r=[{...e,offset:e.offset+n.length,content:i}];return n&&r.unshift({content:n,offset:e.offset}),s&&r.push({content:s,offset:e.offset+n.length+i.length}),r}))),u&&(r=r.map(e=>{let t=[];for(let n of e){if(0===t.length){t.push({...n});continue}let e=t[t.length-1],i=tb(e.htmlStyle||tg(e)),s=tb(n.htmlStyle||tg(n)),r=e.fontStyle&&(e.fontStyle&C.Underline||e.fontStyle&C.Strikethrough),a=n.fontStyle&&(n.fontStyle&C.Underline||n.fontStyle&C.Strikethrough);r||a||i!==s?t.push({...n}):e.content+=n.content}return t}));let m={...i,get source(){return s}};for(let e of tv(n))r=e.tokens?.call(m,r)||r;return function(e,t,n,i=tk(e)){let s=tv(t),r=[],a={type:"root",children:[]},{structure:o="classic",tabindex:l="0"}=t,h={class:`shiki ${t.themeName||""}`};for(let[e,n]of(!1!==t.rootStyle&&(null!=t.rootStyle?h.style=t.rootStyle:h.style=`background-color:${t.bg};color:${t.fg}`),!1!==l&&null!=l&&(h.tabindex=l.toString()),Object.entries(t.meta||{})))e.startsWith("_")||(h[e]=n);let c={type:"element",tagName:"pre",properties:h,children:[],data:t.data},d={type:"element",tagName:"code",properties:{},children:r},u=[],m={...n,structure:o,addClassToHast:tu,get source(){return n.source},get tokens(){return e},get options(){return t},get root(){return a},get pre(){return c},get code(){return d},get lines(){return u}};if(e.forEach((e,t)=>{t&&("inline"===o?a.children.push({type:"element",tagName:"br",properties:{},children:[]}):"classic"===o&&r.push({type:"text",value:"\n"}));let n={type:"element",tagName:"span",properties:{class:"line"},children:[]},i=0;for(let r of e){let e={type:"element",tagName:"span",properties:{...r.htmlAttrs},children:[{type:"text",value:r.content}]},l=tb(r.htmlStyle||tg(r));for(let a of(l&&(e.properties.style=l),s))e=a?.span?.call(m,e,t+1,i,n,r)||e;"inline"===o?a.children.push(e):"classic"===o&&n.children.push(e),i+=r.content.length}if("classic"===o){for(let e of s)n=e?.line?.call(m,n,t+1)||n;u.push(n),r.push(n)}else"inline"===o&&u.push(n)}),"classic"===o){for(let e of s)d=e?.code?.call(m,d)||d;for(let e of(c.children.push(d),s))c=e?.pre?.call(m,c)||c;a.children.push(c)}else if("inline"===o){let e=[],t={type:"element",tagName:"span",properties:{class:"line"},children:[]};for(let n of a.children)"element"===n.type&&"br"===n.tagName?(e.push(t),t={type:"element",tagName:"span",properties:{class:"line"},children:[]}):("element"===n.type||"text"===n.type)&&t.children.push(n);e.push(t);let n={type:"element",tagName:"code",properties:{},children:e};for(let e of s)n=e?.code?.call(m,n)||n;a.children=[];for(let e=0;e<n.children.length;e++){e>0&&a.children.push({type:"element",tagName:"br",properties:{},children:[]});let t=n.children[e];"element"===t.type&&a.children.push(...t.children)}}let p=a;for(let e of s)p=e?.root?.call(m,p)||p;return i&&t_(p,i),p}(r,{...n,fg:a,bg:o,themeName:l,rootStyle:!1!==n.rootStyle&&(n.rootStyle??h)},m,c)}let tG=function(e,t){let n=t||tt,i=n.quote||'"';if('"'!==i&&"'"!==i)throw Error("Invalid quote `"+i+"`, expected `'` or `\"`");return({one:ts,all:tr,settings:{omitOptionalTags:n.omitOptionalTags||!1,allowParseErrors:n.allowParseErrors||!1,allowDangerousCharacters:n.allowDangerousCharacters||!1,quoteSmart:n.quoteSmart||!1,preferUnquoted:n.preferUnquoted||!1,tightAttributes:n.tightAttributes||!1,upperDoctype:n.upperDoctype||!1,tightDoctype:n.tightDoctype||!1,bogusComments:n.bogusComments||!1,tightCommaSeparatedLists:n.tightCommaSeparatedLists||!1,tightSelfClosing:n.tightSelfClosing||!1,collapseEmptyAttributes:n.collapseEmptyAttributes||!1,allowDangerousHtml:n.allowDangerousHtml||!1,voids:n.voids||eC.b,characterReferences:n.characterReferences||tn,closeSelfClosing:n.closeSelfClosing||!1,closeEmptyElements:n.closeEmptyElements||!1},schema:"svg"===n.space?ex.JW:ex.qy,quote:i,alternative:'"'===i?"'":'"'}).one(Array.isArray(e)?{type:"root",children:e}:e,void 0,void 0)},tj="__shiki_resolved";function t$(e){if(e?.[tj])return e;let t={...e};t.tokenColors&&!t.settings&&(t.settings=t.tokenColors,delete t.tokenColors),t.type||="dark",t.colorReplacements={...t.colorReplacements},t.settings||=[];let{bg:n,fg:i}=t;if(!n||!i){let e=t.settings?t.settings.find(e=>!e.name&&!e.scope):void 0;e?.settings?.foreground&&(i=e.settings.foreground),e?.settings?.background&&(n=e.settings.background),!i&&t?.colors?.["editor.foreground"]&&(i=t.colors["editor.foreground"]),!n&&t?.colors?.["editor.background"]&&(n=t.colors["editor.background"]),i||(i="light"===t.type?"#333333":"#bbbbbb"),n||(n="light"===t.type?"#fffffe":"#1e1e1e"),t.fg=i,t.bg=n}t.settings[0]&&t.settings[0].settings&&!t.settings[0].scope||t.settings.unshift({settings:{foreground:t.fg,background:t.bg}});let s=0,r=new Map;function a(e){if(r.has(e))return r.get(e);s+=1;let n=`#${s.toString(16).padStart(8,"0").toLowerCase()}`;return t.colorReplacements?.[`#${n}`]?a(e):(r.set(e,n),n)}for(let e of(t.settings=t.settings.map(e=>{let n=e.settings?.foreground&&!e.settings.foreground.startsWith("#"),i=e.settings?.background&&!e.settings.background.startsWith("#");if(!n&&!i)return e;let s={...e,settings:{...e.settings}};if(n){let n=a(e.settings.foreground);t.colorReplacements[n]=e.settings.foreground,s.settings.foreground=n}if(i){let n=a(e.settings.background);t.colorReplacements[n]=e.settings.background,s.settings.background=n}return s}),Object.keys(t.colors||{})))if(("editor.foreground"===e||"editor.background"===e||e.startsWith("terminal.ansi"))&&!t.colors[e]?.startsWith("#")){let n=a(t.colors[e]);t.colorReplacements[n]=t.colors[e],t.colors[e]=n}return Object.defineProperty(t,tj,{enumerable:!1,writable:!1,value:!0}),t}async function tB(e){return Array.from(new Set((await Promise.all(e.filter(e=>!tc(e)).map(async e=>await tl(e).then(e=>Array.isArray(e)?e:[e])))).flat()))}async function tD(e){return(await Promise.all(e.map(async e=>td(e)?null:t$(await tl(e))))).filter(e=>!!e)}class tF extends Error{constructor(e){super(e),this.name="ShikiError"}}function tz(e,t){if(!t)return e;if(t[e]){let n=new Set([e]);for(;t[e];){if(e=t[e],n.has(e))throw new tF(`Circular alias \`${Array.from(n).join(" -> ")} -> ${e}\``);n.add(e)}}return e}class tW extends ew{constructor(e,t,n,i={}){super(e),this._resolver=e,this._themes=t,this._langs=n,this._alias=i,this._themes.map(e=>this.loadTheme(e)),this.loadLanguages(this._langs)}_resolvedThemes=new Map;_resolvedGrammars=new Map;_langMap=new Map;_langGraph=new Map;_textmateThemeCache=new WeakMap;_loadedThemesCache=null;_loadedLanguagesCache=null;getTheme(e){return"string"==typeof e?this._resolvedThemes.get(e):this.loadTheme(e)}loadTheme(e){let t=t$(e);return t.name&&(this._resolvedThemes.set(t.name,t),this._loadedThemesCache=null),t}getLoadedThemes(){return this._loadedThemesCache||(this._loadedThemesCache=[...this._resolvedThemes.keys()]),this._loadedThemesCache}setTheme(e){let t=this._textmateThemeCache.get(e);t||(t=k.createFromRawTheme(e),this._textmateThemeCache.set(e,t)),this._syncRegistry.setTheme(t)}getGrammar(e){return e=tz(e,this._alias),this._resolvedGrammars.get(e)}loadLanguage(e){if(this.getGrammar(e.name))return;let t=new Set([...this._langMap.values()].filter(t=>t.embeddedLangsLazy?.includes(e.name)));this._resolver.addLanguage(e);let n={balancedBracketSelectors:e.balancedBracketSelectors||["*"],unbalancedBracketSelectors:e.unbalancedBracketSelectors||[]};this._syncRegistry._rawGrammars.set(e.scopeName,e);let i=this.loadGrammarWithConfiguration(e.scopeName,1,n);if(i.name=e.name,this._resolvedGrammars.set(e.name,i),e.aliases&&e.aliases.forEach(t=>{this._alias[t]=e.name}),this._loadedLanguagesCache=null,t.size)for(let e of t)this._resolvedGrammars.delete(e.name),this._loadedLanguagesCache=null,this._syncRegistry?._injectionGrammars?.delete(e.scopeName),this._syncRegistry?._grammars?.delete(e.scopeName),this.loadLanguage(this._langMap.get(e.name))}dispose(){super.dispose(),this._resolvedThemes.clear(),this._resolvedGrammars.clear(),this._langMap.clear(),this._langGraph.clear(),this._loadedThemesCache=null}loadLanguages(e){for(let t of e)this.resolveEmbeddedLanguages(t);let t=Array.from(this._langGraph.entries()),n=t.filter(([e,t])=>!t);if(n.length){let e=t.filter(([e,t])=>{if(!t)return!1;let i=t.embeddedLanguages||t.embeddedLangs;return i?.some(e=>n.map(([e])=>e).includes(e))}).filter(e=>!n.includes(e));throw new tF(`Missing languages ${n.map(([e])=>`\`${e}\``).join(", ")}, required by ${e.map(([e])=>`\`${e}\``).join(", ")}`)}for(let[e,n]of t)this._resolver.addLanguage(n);for(let[e,n]of t)this.loadLanguage(n)}getLoadedLanguages(){return this._loadedLanguagesCache||(this._loadedLanguagesCache=[...new Set([...this._resolvedGrammars.keys(),...Object.keys(this._alias)])]),this._loadedLanguagesCache}resolveEmbeddedLanguages(e){this._langMap.set(e.name,e),this._langGraph.set(e.name,e);let t=e.embeddedLanguages??e.embeddedLangs;if(t)for(let e of t)this._langGraph.set(e,this._langMap.get(e))}}class tU{_langs=new Map;_scopeToLang=new Map;_injections=new Map;_onigLib;constructor(e,t){this._onigLib={createOnigScanner:t=>e.createScanner(t),createOnigString:t=>e.createString(t)},t.forEach(e=>this.addLanguage(e))}get onigLib(){return this._onigLib}getLangRegistration(e){return this._langs.get(e)}loadGrammar(e){return this._scopeToLang.get(e)}addLanguage(e){this._langs.set(e.name,e),e.aliases&&e.aliases.forEach(t=>{this._langs.set(t,e)}),this._scopeToLang.set(e.scopeName,e),e.injectTo&&e.injectTo.forEach(t=>{this._injections.get(t)||this._injections.set(t,[]),this._injections.get(t).push(e.scopeName)})}getInjections(e){let t=e.split("."),n=[];for(let e=1;e<=t.length;e++){let i=t.slice(0,e).join(".");n=[...n,...this._injections.get(i)||[]]}return n}}let tq=0;async function tH(e){e.engine||function(e,t=3){if(!(t>3))if(1)console.trace(`[SHIKI DEPRECATE]: ${e}`);else throw Error(`[SHIKI DEPRECATE]: ${e}`)}("`engine` option is required. Use `createOnigurumaEngine` or `createJavaScriptRegexEngine` to create an engine.");let[t,n,i]=await Promise.all([tD(e.themes||[]),tB(e.langs||[]),e.engine]);return function(e){let t;tq+=1,!1!==e.warnings&&tq>=10&&tq%10==0&&console.warn(`[Shiki] ${tq} instances have been created. Shiki is supposed to be used as a singleton, consider refactoring your code to cache your highlighter instance; Or call \`highlighter.dispose()\` to release unused instances.`);let n=!1;if(!e.engine)throw new tF("`engine` option is required for synchronous mode");let i=(e.langs||[]).flat(1),s=(e.themes||[]).flat(1).map(t$),r=new tW(new tU(e.engine,i),s,i,e.langAlias);function a(e){if("none"===e)return{bg:"",fg:"",name:"none",settings:[],type:"dark"};h();let t=r.getTheme(e);if(!t)throw new tF(`Theme \`${e}\` not found, you may need to load it first`);return t}function o(...e){h(),r.loadLanguages(e.flat(1))}function l(...e){for(let t of(h(),e.flat(1)))r.loadTheme(t)}function h(){if(n)throw new tF("Shiki instance has been disposed")}function c(){n||(n=!0,r.dispose(),tq-=1)}return{setTheme:function(e){h();let n=a(e);return t!==e&&(r.setTheme(n),t=e),{theme:n,colorMap:r.getColorMap()}},getTheme:a,getLanguage:function(e){h();let t=r.getGrammar("string"==typeof e?e:e.name);if(!t)throw new tF(`Language \`${e}\` not found, you may need to load it first`);return t},getLoadedThemes:function(){return h(),r.getLoadedThemes()},getLoadedLanguages:function(){return h(),r.getLoadedLanguages()},resolveLangAlias:function(t){return tz(t,e.langAlias)},loadLanguage:async function(...e){return o(await tB(e))},loadLanguageSync:o,loadTheme:async function(...e){return h(),l(await tD(e))},loadThemeSync:l,dispose:c,[Symbol.dispose]:c}}({...e,themes:t,langs:n,engine:i})}async function tV(e){let t=await tH(e);return{getLastGrammarState:(...e)=>(function(...e){if(2===e.length)return tk(e[1]);let[t,n,i={}]=e,{lang:s="text",theme:r=t.getLoadedThemes()[0]}=i;if(th(s)||td(r))throw new l("Plain language does not have grammar state");if("ansi"===s)throw new l("ANSI language does not have grammar state");let{theme:a,colorMap:o}=t.setTheme(r),h=t.getLanguage(s);return new tS(tL(n,h,a,o,i).stateStack,h.name,a.name)})(t,...e),codeToTokensBase:(e,n)=>tE(t,e,n),codeToTokensWithThemes:(e,n)=>tR(t,e,n),codeToTokens:(e,n)=>tM(t,e,n),codeToHast:(e,n)=>tO(t,e,n),codeToHtml:(e,n)=>(function(e,t,n){let i={meta:{},options:n,codeToHast:(t,n)=>tO(e,t,n),codeToTokens:(t,n)=>tM(e,t,n)},s=tG(tO(e,t,n,i));for(let e of tv(n))s=e.postprocess?.call(i,s,n)||s;return s})(t,e,n),getBundledLanguages:()=>({}),getBundledThemes:()=>({}),...t,getInternalContext:()=>t}}let tJ=[{id:"abap",name:"ABAP",import:()=>n.e(8773).then(n.bind(n,48773))},{id:"actionscript-3",name:"ActionScript",import:()=>n.e(36).then(n.bind(n,10036))},{id:"ada",name:"Ada",import:()=>n.e(5575).then(n.bind(n,55575))},{id:"angular-html",name:"Angular HTML",import:()=>Promise.all([n.e(2577),n.e(3782),n.e(3476),n.e(3175)]).then(n.bind(n,23175))},{id:"angular-ts",name:"Angular TypeScript",import:()=>Promise.all([n.e(2577),n.e(1630),n.e(3782),n.e(3476),n.e(3111),n.e(3186)]).then(n.bind(n,76359))},{id:"apache",name:"Apache Conf",import:()=>n.e(2765).then(n.bind(n,52765))},{id:"apex",name:"Apex",import:()=>n.e(7455).then(n.bind(n,27455))},{id:"apl",name:"APL",import:()=>Promise.all([n.e(2577),n.e(3782),n.e(3476),n.e(6931),n.e(4174)]).then(n.bind(n,54174))},{id:"applescript",name:"AppleScript",import:()=>n.e(9178).then(n.bind(n,19178))},{id:"ara",name:"Ara",import:()=>n.e(3313).then(n.bind(n,93313))},{id:"asciidoc",name:"AsciiDoc",aliases:["adoc"],import:()=>n.e(8318).then(n.bind(n,98318))},{id:"asm",name:"Assembly",import:()=>n.e(7846).then(n.bind(n,87846))},{id:"astro",name:"Astro",import:()=>Promise.all([n.e(2577),n.e(535),n.e(6814),n.e(3782),n.e(6686)]).then(n.bind(n,36686))},{id:"awk",name:"AWK",import:()=>n.e(4900).then(n.bind(n,54900))},{id:"ballerina",name:"Ballerina",import:()=>n.e(2747).then(n.bind(n,92747))},{id:"bat",name:"Batch File",aliases:["batch"],import:()=>n.e(3290).then(n.bind(n,73290))},{id:"beancount",name:"Beancount",import:()=>n.e(8496).then(n.bind(n,98496))},{id:"berry",name:"Berry",aliases:["be"],import:()=>n.e(5331).then(n.bind(n,95331))},{id:"bibtex",name:"BibTeX",import:()=>n.e(5937).then(n.bind(n,25937))},{id:"bicep",name:"Bicep",import:()=>n.e(8406).then(n.bind(n,68406))},{id:"blade",name:"Blade",import:()=>Promise.all([n.e(2577),n.e(3782),n.e(3476),n.e(6931),n.e(2503),n.e(5005)]).then(n.bind(n,25005))},{id:"bsl",name:"1C (Enterprise)",aliases:["1c"],import:()=>n.e(4608).then(n.bind(n,4608))},{id:"c",name:"C",import:()=>n.e(8192).then(n.bind(n,88192))},{id:"c3",name:"C3",import:()=>n.e(7113).then(n.bind(n,7113))},{id:"cadence",name:"Cadence",aliases:["cdc"],import:()=>n.e(4242).then(n.bind(n,64242))},{id:"cairo",name:"Cairo",import:()=>Promise.all([n.e(893),n.e(4367)]).then(n.bind(n,84367))},{id:"clarity",name:"Clarity",import:()=>n.e(5183).then(n.bind(n,15183))},{id:"clojure",name:"Clojure",aliases:["clj"],import:()=>n.e(6959).then(n.bind(n,66959))},{id:"cmake",name:"CMake",import:()=>n.e(5482).then(n.bind(n,55482))},{id:"cobol",name:"COBOL",import:()=>Promise.all([n.e(2577),n.e(3782),n.e(3476),n.e(6931),n.e(5498)]).then(n.bind(n,15498))},{id:"codeowners",name:"CODEOWNERS",import:()=>n.e(1188).then(n.bind(n,21188))},{id:"codeql",name:"CodeQL",aliases:["ql"],import:()=>n.e(2403).then(n.bind(n,22403))},{id:"coffee",name:"CoffeeScript",aliases:["coffeescript"],import:()=>Promise.all([n.e(2577),n.e(6647)]).then(n.bind(n,76647))},{id:"common-lisp",name:"Common Lisp",aliases:["lisp"],import:()=>n.e(3787).then(n.bind(n,93787))},{id:"coq",name:"Coq",import:()=>n.e(5920).then(n.bind(n,55920))},{id:"cpp",name:"C++",aliases:["c++"],import:()=>Promise.all([n.e(6666),n.e(8835),n.e(2503),n.e(8192),n.e(6110)]).then(n.bind(n,27816))},{id:"crystal",name:"Crystal",import:()=>Promise.all([n.e(2577),n.e(3782),n.e(3476),n.e(2503),n.e(8192),n.e(7152),n.e(1413)]).then(n.bind(n,21413))},{id:"csharp",name:"C#",aliases:["c#","cs"],import:()=>n.e(9261).then(n.bind(n,71642))},{id:"css",name:"CSS",import:()=>n.e(3782).then(n.bind(n,63782))},{id:"csv",name:"CSV",import:()=>n.e(6331).then(n.bind(n,66331))},{id:"cue",name:"CUE",import:()=>n.e(5338).then(n.bind(n,45338))},{id:"cypher",name:"Cypher",aliases:["cql"],import:()=>n.e(4350).then(n.bind(n,14350))},{id:"d",name:"D",import:()=>n.e(9015).then(n.bind(n,59015))},{id:"dart",name:"Dart",import:()=>n.e(3288).then(n.bind(n,3288))},{id:"dax",name:"DAX",import:()=>n.e(1932).then(n.bind(n,21932))},{id:"desktop",name:"Desktop",import:()=>n.e(7819).then(n.bind(n,7819))},{id:"diff",name:"Diff",import:()=>n.e(2614).then(n.bind(n,62614))},{id:"docker",name:"Dockerfile",aliases:["dockerfile"],import:()=>n.e(2783).then(n.bind(n,52783))},{id:"dotenv",name:"dotEnv",import:()=>n.e(4829).then(n.bind(n,44829))},{id:"dream-maker",name:"Dream Maker",import:()=>n.e(425).then(n.bind(n,32806))},{id:"edge",name:"Edge",import:()=>Promise.all([n.e(2577),n.e(535),n.e(3782),n.e(3476),n.e(7844)]).then(n.bind(n,67844))},{id:"elixir",name:"Elixir",import:()=>Promise.all([n.e(2577),n.e(3782),n.e(3476),n.e(698)]).then(n.bind(n,20698))},{id:"elm",name:"Elm",import:()=>Promise.all([n.e(8192),n.e(4583)]).then(n.bind(n,84583))},{id:"emacs-lisp",name:"Emacs Lisp",aliases:["elisp"],import:()=>n.e(3879).then(n.bind(n,62965))},{id:"erb",name:"ERB",import:()=>Promise.all([n.e(2577),n.e(535),n.e(6814),n.e(9312),n.e(6666),n.e(8835),n.e(3782),n.e(3476),n.e(6931),n.e(2503),n.e(8192),n.e(7152),n.e(1248),n.e(8848),n.e(1198)]).then(n.bind(n,91198))},{id:"erlang",name:"Erlang",aliases:["erl"],import:()=>Promise.all([n.e(3304),n.e(4678)]).then(n.bind(n,64678))},{id:"fennel",name:"Fennel",import:()=>n.e(2964).then(n.bind(n,60583))},{id:"fish",name:"Fish",import:()=>n.e(2349).then(n.bind(n,52349))},{id:"fluent",name:"Fluent",aliases:["ftl"],import:()=>n.e(6293).then(n.bind(n,26293))},{id:"fortran-fixed-form",name:"Fortran (Fixed Form)",aliases:["f","for","f77"],import:()=>Promise.all([n.e(4823),n.e(5061)]).then(n.bind(n,85061))},{id:"fortran-free-form",name:"Fortran (Free Form)",aliases:["f90","f95","f03","f08","f18"],import:()=>n.e(4823).then(n.bind(n,94823))},{id:"fsharp",name:"F#",aliases:["f#","fs"],import:()=>Promise.all([n.e(3304),n.e(2501)]).then(n.bind(n,52501))},{id:"gdresource",name:"GDResource",aliases:["tscn","tres"],import:()=>n.e(8670).then(n.bind(n,98670))},{id:"gdscript",name:"GDScript",aliases:["gd"],import:()=>n.e(4223).then(n.bind(n,34223))},{id:"gdshader",name:"GDShader",import:()=>n.e(7977).then(n.bind(n,67977))},{id:"genie",name:"Genie",import:()=>n.e(2031).then(n.bind(n,42031))},{id:"gherkin",name:"Gherkin",import:()=>n.e(8457).then(n.bind(n,88457))},{id:"git-commit",name:"Git Commit Message",import:()=>n.e(2041).then(n.bind(n,92041))},{id:"git-rebase",name:"Git Rebase Message",import:()=>Promise.all([n.e(7152),n.e(3194)]).then(n.bind(n,33194))},{id:"gleam",name:"Gleam",import:()=>n.e(2895).then(n.bind(n,62895))},{id:"glimmer-js",name:"Glimmer JS",aliases:["gjs"],import:()=>Promise.all([n.e(2577),n.e(535),n.e(3782),n.e(3476),n.e(640)]).then(n.bind(n,30640))},{id:"glimmer-ts",name:"Glimmer TS",aliases:["gts"],import:()=>Promise.all([n.e(2577),n.e(535),n.e(3782),n.e(3476),n.e(9186)]).then(n.bind(n,59186))},{id:"glsl",name:"GLSL",import:()=>Promise.all([n.e(8192),n.e(6887)]).then(n.bind(n,6887))},{id:"gn",name:"GN",import:()=>n.e(9448).then(n.bind(n,99448))},{id:"gnuplot",name:"Gnuplot",import:()=>n.e(9690).then(n.bind(n,79690))},{id:"go",name:"Go",import:()=>n.e(4553).then(n.bind(n,64553))},{id:"graphql",name:"GraphQL",aliases:["gql"],import:()=>Promise.all([n.e(2577),n.e(535),n.e(6814),n.e(9312),n.e(1248)]).then(n.bind(n,41248))},{id:"groovy",name:"Groovy",import:()=>n.e(9189).then(n.bind(n,39189))},{id:"hack",name:"Hack",import:()=>Promise.all([n.e(2577),n.e(3782),n.e(3476),n.e(2503),n.e(400)]).then(n.bind(n,70400))},{id:"haml",name:"Ruby Haml",import:()=>Promise.all([n.e(2577),n.e(3782),n.e(3437)]).then(n.bind(n,63437))},{id:"handlebars",name:"Handlebars",aliases:["hbs"],import:()=>Promise.all([n.e(2577),n.e(3782),n.e(3476),n.e(2735)]).then(n.bind(n,12735))},{id:"haskell",name:"Haskell",aliases:["hs"],import:()=>n.e(1335).then(n.bind(n,21335))},{id:"haxe",name:"Haxe",import:()=>n.e(1215).then(n.bind(n,11215))},{id:"hcl",name:"HashiCorp HCL",import:()=>n.e(2374).then(n.bind(n,82374))},{id:"hjson",name:"Hjson",import:()=>n.e(9421).then(n.bind(n,79421))},{id:"hlsl",name:"HLSL",import:()=>n.e(10).then(n.bind(n,80010))},{id:"html",name:"HTML",import:()=>Promise.all([n.e(2577),n.e(3782),n.e(3476)]).then(n.bind(n,43476))},{id:"html-derivative",name:"HTML (Derivative)",import:()=>Promise.all([n.e(2577),n.e(3782),n.e(3476),n.e(1656)]).then(n.bind(n,51656))},{id:"http",name:"HTTP",import:()=>Promise.all([n.e(2577),n.e(535),n.e(6814),n.e(9312),n.e(6931),n.e(7152),n.e(1248),n.e(8243)]).then(n.bind(n,98243))},{id:"hurl",name:"Hurl",import:()=>Promise.all([n.e(2577),n.e(535),n.e(6814),n.e(9312),n.e(6931),n.e(1248),n.e(816)]).then(n.bind(n,20816))},{id:"hxml",name:"HXML",import:()=>n.e(376).then(n.bind(n,50376))},{id:"hy",name:"Hy",import:()=>n.e(6938).then(n.bind(n,26938))},{id:"imba",name:"Imba",import:()=>n.e(794).then(n.bind(n,30794))},{id:"ini",name:"INI",aliases:["properties"],import:()=>n.e(4309).then(n.bind(n,34309))},{id:"java",name:"Java",import:()=>n.e(6931).then(n.bind(n,76931))},{id:"javascript",name:"JavaScript",aliases:["js","cjs","mjs"],import:()=>n.e(2577).then(n.bind(n,52970))},{id:"jinja",name:"Jinja",import:()=>Promise.all([n.e(2577),n.e(3782),n.e(3476),n.e(3392)]).then(n.bind(n,43392))},{id:"jison",name:"Jison",import:()=>Promise.all([n.e(2577),n.e(6402)]).then(n.bind(n,36402))},{id:"json",name:"JSON",import:()=>n.e(4053).then(n.bind(n,4053))},{id:"json5",name:"JSON5",import:()=>n.e(3860).then(n.bind(n,63860))},{id:"jsonc",name:"JSON with Comments",import:()=>n.e(4650).then(n.bind(n,4650))},{id:"jsonl",name:"JSON Lines",import:()=>n.e(1453).then(n.bind(n,91453))},{id:"jsonnet",name:"Jsonnet",import:()=>n.e(8132).then(n.bind(n,8132))},{id:"jssm",name:"JSSM",aliases:["fsl"],import:()=>n.e(4634).then(n.bind(n,24634))},{id:"jsx",name:"JSX",import:()=>n.e(9312).then(n.bind(n,29228))},{id:"julia",name:"Julia",aliases:["jl"],import:()=>Promise.all([n.e(2577),n.e(6666),n.e(8835),n.e(2503),n.e(8192),n.e(893),n.e(6339)]).then(n.bind(n,85816))},{id:"kdl",name:"KDL",import:()=>n.e(5968).then(n.bind(n,95968))},{id:"kotlin",name:"Kotlin",aliases:["kt","kts"],import:()=>n.e(6572).then(n.bind(n,26572))},{id:"kusto",name:"Kusto",aliases:["kql"],import:()=>n.e(583).then(n.bind(n,50583))},{id:"latex",name:"LaTeX",import:()=>n.e(2839).then(n.bind(n,72839))},{id:"lean",name:"Lean 4",aliases:["lean4"],import:()=>n.e(7227).then(n.bind(n,77227))},{id:"less",name:"Less",import:()=>n.e(1280).then(n.bind(n,11280))},{id:"liquid",name:"Liquid",import:()=>Promise.all([n.e(2577),n.e(3782),n.e(3476),n.e(5347)]).then(n.bind(n,25347))},{id:"llvm",name:"LLVM IR",import:()=>n.e(9220).then(n.bind(n,19220))},{id:"log",name:"Log file",import:()=>n.e(6741).then(n.bind(n,16741))},{id:"logo",name:"Logo",import:()=>n.e(5670).then(n.bind(n,25670))},{id:"lua",name:"Lua",import:()=>Promise.all([n.e(8192),n.e(3873)]).then(n.bind(n,33873))},{id:"luau",name:"Luau",import:()=>n.e(3072).then(n.bind(n,33072))},{id:"make",name:"Makefile",aliases:["makefile"],import:()=>n.e(541).then(n.bind(n,30541))},{id:"markdown",name:"Markdown",aliases:["md"],import:()=>n.e(3304).then(n.bind(n,13304))},{id:"marko",name:"Marko",import:()=>Promise.all([n.e(535),n.e(3782),n.e(3111),n.e(1280),n.e(5645)]).then(n.bind(n,65645))},{id:"matlab",name:"MATLAB",import:()=>n.e(1184).then(n.bind(n,31184))},{id:"mdc",name:"MDC",import:()=>Promise.all([n.e(2577),n.e(3782),n.e(3476),n.e(3304),n.e(6729)]).then(n.bind(n,86729))},{id:"mdx",name:"MDX",import:()=>n.e(5690).then(n.bind(n,55690))},{id:"mermaid",name:"Mermaid",aliases:["mmd"],import:()=>n.e(9842).then(n.bind(n,29842))},{id:"mipsasm",name:"MIPS Assembly",aliases:["mips"],import:()=>n.e(1501).then(n.bind(n,11501))},{id:"mojo",name:"Mojo",import:()=>n.e(194).then(n.bind(n,50194))},{id:"moonbit",name:"MoonBit",aliases:["mbt","mbti"],import:()=>n.e(4567).then(n.bind(n,24567))},{id:"move",name:"Move",import:()=>n.e(4540).then(n.bind(n,24540))},{id:"narrat",name:"Narrat Language",aliases:["nar"],import:()=>n.e(6455).then(n.bind(n,36455))},{id:"nextflow",name:"Nextflow",aliases:["nf"],import:()=>n.e(5320).then(n.bind(n,35320))},{id:"nginx",name:"Nginx",import:()=>Promise.all([n.e(8192),n.e(2215)]).then(n.bind(n,2215))},{id:"nim",name:"Nim",import:()=>Promise.all([n.e(2577),n.e(3782),n.e(3476),n.e(6931),n.e(8192),n.e(3304),n.e(7799)]).then(n.bind(n,7799))},{id:"nix",name:"Nix",import:()=>n.e(6099).then(n.bind(n,86099))},{id:"nushell",name:"nushell",aliases:["nu"],import:()=>n.e(8288).then(n.bind(n,38288))},{id:"objective-c",name:"Objective-C",aliases:["objc"],import:()=>n.e(6290).then(n.bind(n,36290))},{id:"objective-cpp",name:"Objective-C++",import:()=>n.e(4763).then(n.bind(n,21946))},{id:"ocaml",name:"OCaml",import:()=>n.e(3419).then(n.bind(n,3419))},{id:"odin",name:"Odin",import:()=>n.e(9547).then(n.bind(n,69547))},{id:"openscad",name:"OpenSCAD",aliases:["scad"],import:()=>n.e(4474).then(n.bind(n,4474))},{id:"pascal",name:"Pascal",import:()=>n.e(6948).then(n.bind(n,46948))},{id:"perl",name:"Perl",import:()=>Promise.all([n.e(2577),n.e(3782),n.e(3476),n.e(6931),n.e(2503),n.e(968)]).then(n.bind(n,30968))},{id:"php",name:"PHP",import:()=>Promise.all([n.e(2577),n.e(3782),n.e(3476),n.e(6931),n.e(2503),n.e(6155),n.e(7040)]).then(n.bind(n,86155))},{id:"pkl",name:"Pkl",import:()=>n.e(6166).then(n.bind(n,96166))},{id:"plsql",name:"PL/SQL",import:()=>n.e(8947).then(n.bind(n,48947))},{id:"po",name:"Gettext PO",aliases:["pot","potx"],import:()=>n.e(3324).then(n.bind(n,43324))},{id:"polar",name:"Polar",import:()=>n.e(3095).then(n.bind(n,93095))},{id:"postcss",name:"PostCSS",import:()=>n.e(9240).then(n.bind(n,19240))},{id:"powerquery",name:"PowerQuery",import:()=>n.e(9294).then(n.bind(n,19294))},{id:"powershell",name:"PowerShell",aliases:["ps","ps1"],import:()=>n.e(7636).then(n.bind(n,7636))},{id:"prisma",name:"Prisma",import:()=>n.e(327).then(n.bind(n,40327))},{id:"prolog",name:"Prolog",import:()=>n.e(34).then(n.bind(n,80034))},{id:"proto",name:"Protocol Buffer 3",aliases:["protobuf"],import:()=>n.e(8545).then(n.bind(n,58545))},{id:"pug",name:"Pug",aliases:["jade"],import:()=>Promise.all([n.e(2577),n.e(3782),n.e(3476),n.e(5755)]).then(n.bind(n,55755))},{id:"puppet",name:"Puppet",import:()=>n.e(9569).then(n.bind(n,19569))},{id:"purescript",name:"PureScript",import:()=>n.e(6580).then(n.bind(n,36580))},{id:"python",name:"Python",aliases:["py"],import:()=>n.e(893).then(n.bind(n,40893))},{id:"qml",name:"QML",import:()=>Promise.all([n.e(2577),n.e(3077)]).then(n.bind(n,73077))},{id:"qmldir",name:"QML Directory",import:()=>n.e(6144).then(n.bind(n,46144))},{id:"qss",name:"Qt Style Sheets",import:()=>n.e(5712).then(n.bind(n,55712))},{id:"r",name:"R",import:()=>n.e(5025).then(n.bind(n,25025))},{id:"racket",name:"Racket",import:()=>n.e(3229).then(n.bind(n,3229))},{id:"raku",name:"Raku",aliases:["perl6"],import:()=>n.e(252).then(n.bind(n,30252))},{id:"razor",name:"ASP.NET Razor",import:()=>Promise.all([n.e(2577),n.e(3782),n.e(3476),n.e(9261),n.e(4903)]).then(n.bind(n,84903))},{id:"reg",name:"Windows Registry Script",import:()=>n.e(5997).then(n.bind(n,85997))},{id:"regexp",name:"RegExp",aliases:["regex"],import:()=>n.e(6412).then(n.bind(n,86412))},{id:"rel",name:"Rel",import:()=>n.e(2062).then(n.bind(n,62062))},{id:"riscv",name:"RISC-V",import:()=>n.e(2710).then(n.bind(n,52710))},{id:"ron",name:"RON",import:()=>n.e(862).then(n.bind(n,80862))},{id:"rosmsg",name:"ROS Interface",import:()=>n.e(5728).then(n.bind(n,95728))},{id:"rst",name:"reStructuredText",import:()=>Promise.all([n.e(2577),n.e(535),n.e(6814),n.e(9312),n.e(6666),n.e(8835),n.e(3782),n.e(3476),n.e(6931),n.e(2503),n.e(8192),n.e(7152),n.e(1248),n.e(893),n.e(8848),n.e(123)]).then(n.bind(n,52504))},{id:"ruby",name:"Ruby",aliases:["rb"],import:()=>Promise.all([n.e(2577),n.e(535),n.e(6814),n.e(9312),n.e(6666),n.e(8835),n.e(3782),n.e(3476),n.e(6931),n.e(2503),n.e(8192),n.e(7152),n.e(1248),n.e(8848)]).then(n.bind(n,72331))},{id:"rust",name:"Rust",aliases:["rs"],import:()=>n.e(1161).then(n.bind(n,61161))},{id:"sas",name:"SAS",import:()=>Promise.all([n.e(2503),n.e(6360)]).then(n.bind(n,66360))},{id:"sass",name:"Sass",import:()=>n.e(8113).then(n.bind(n,88113))},{id:"scala",name:"Scala",import:()=>n.e(9377).then(n.bind(n,89377))},{id:"scheme",name:"Scheme",import:()=>n.e(7142).then(n.bind(n,97142))},{id:"scss",name:"SCSS",import:()=>Promise.all([n.e(3782),n.e(3111)]).then(n.bind(n,43111))},{id:"sdbl",name:"1C (Query)",aliases:["1c-query"],import:()=>n.e(9648).then(n.bind(n,59648))},{id:"shaderlab",name:"ShaderLab",aliases:["shader"],import:()=>n.e(1379).then(n.bind(n,1379))},{id:"shellscript",name:"Shell",aliases:["bash","sh","shell","zsh"],import:()=>n.e(7152).then(n.bind(n,57152))},{id:"shellsession",name:"Shell Session",aliases:["console"],import:()=>Promise.all([n.e(7152),n.e(8257)]).then(n.bind(n,8257))},{id:"smalltalk",name:"Smalltalk",import:()=>n.e(1556).then(n.bind(n,61556))},{id:"solidity",name:"Solidity",import:()=>n.e(8704).then(n.bind(n,38704))},{id:"soy",name:"Closure Templates",aliases:["closure-templates"],import:()=>Promise.all([n.e(2577),n.e(3782),n.e(3476),n.e(2728)]).then(n.bind(n,72728))},{id:"sparql",name:"SPARQL",import:()=>n.e(8432).then(n.bind(n,68432))},{id:"splunk",name:"Splunk Query Language",aliases:["spl"],import:()=>n.e(7610).then(n.bind(n,47610))},{id:"sql",name:"SQL",import:()=>n.e(2503).then(n.bind(n,2503))},{id:"ssh-config",name:"SSH Config",import:()=>n.e(6046).then(n.bind(n,16046))},{id:"stata",name:"Stata",import:()=>Promise.all([n.e(2503),n.e(4080)]).then(n.bind(n,64080))},{id:"stylus",name:"Stylus",aliases:["styl"],import:()=>n.e(7557).then(n.bind(n,97557))},{id:"surrealql",name:"SurrealQL",aliases:["surql"],import:()=>Promise.all([n.e(2577),n.e(830)]).then(n.bind(n,30830))},{id:"svelte",name:"Svelte",import:()=>Promise.all([n.e(2577),n.e(535),n.e(3782),n.e(1142)]).then(n.bind(n,81142))},{id:"swift",name:"Swift",import:()=>n.e(5922).then(n.bind(n,35922))},{id:"system-verilog",name:"SystemVerilog",import:()=>n.e(3274).then(n.bind(n,90893))},{id:"systemd",name:"Systemd Units",import:()=>n.e(9006).then(n.bind(n,9006))},{id:"talonscript",name:"TalonScript",aliases:["talon"],import:()=>n.e(1078).then(n.bind(n,21078))},{id:"tasl",name:"Tasl",import:()=>n.e(4963).then(n.bind(n,94963))},{id:"tcl",name:"Tcl",import:()=>n.e(1274).then(n.bind(n,41274))},{id:"templ",name:"Templ",import:()=>Promise.all([n.e(2577),n.e(3782),n.e(4553),n.e(1977)]).then(n.bind(n,81977))},{id:"terraform",name:"Terraform",aliases:["tf","tfvars"],import:()=>n.e(3483).then(n.bind(n,43483))},{id:"tex",name:"TeX",import:()=>n.e(1456).then(n.bind(n,11456))},{id:"toml",name:"TOML",import:()=>n.e(4163).then(n.bind(n,84163))},{id:"ts-tags",name:"TypeScript with Tags",aliases:["lit"],import:()=>Promise.all([n.e(2577),n.e(535),n.e(3782),n.e(3476),n.e(6931),n.e(2503),n.e(8192),n.e(4357)]).then(n.bind(n,74357))},{id:"tsv",name:"TSV",import:()=>n.e(840).then(n.bind(n,30840))},{id:"tsx",name:"TSX",import:()=>n.e(6814).then(n.bind(n,33710))},{id:"turtle",name:"Turtle",import:()=>n.e(1365).then(n.bind(n,41365))},{id:"twig",name:"Twig",import:()=>Promise.all([n.e(2577),n.e(535),n.e(6814),n.e(9312),n.e(6666),n.e(8835),n.e(3782),n.e(3476),n.e(6931),n.e(2503),n.e(8192),n.e(7152),n.e(1248),n.e(893),n.e(3111),n.e(8848),n.e(6155),n.e(6588)]).then(n.bind(n,96588))},{id:"typescript",name:"TypeScript",aliases:["ts","cts","mts"],import:()=>n.e(535).then(n.bind(n,5346))},{id:"typespec",name:"TypeSpec",aliases:["tsp"],import:()=>n.e(9466).then(n.bind(n,19466))},{id:"typst",name:"Typst",aliases:["typ"],import:()=>n.e(2013).then(n.bind(n,62013))},{id:"v",name:"V",import:()=>n.e(7525).then(n.bind(n,7525))},{id:"vala",name:"Vala",import:()=>n.e(9565).then(n.bind(n,59565))},{id:"vb",name:"Visual Basic",aliases:["cmd"],import:()=>n.e(2179).then(n.bind(n,62179))},{id:"verilog",name:"Verilog",import:()=>n.e(7182).then(n.bind(n,34801))},{id:"vhdl",name:"VHDL",import:()=>n.e(7425).then(n.bind(n,37425))},{id:"viml",name:"Vim Script",aliases:["vim","vimscript"],import:()=>n.e(4539).then(n.bind(n,14539))},{id:"vue",name:"Vue",import:()=>Promise.all([n.e(2577),n.e(535),n.e(3782),n.e(3476),n.e(5553)]).then(n.bind(n,45553))},{id:"vue-html",name:"Vue HTML",import:()=>Promise.all([n.e(2577),n.e(7021)]).then(n.bind(n,17021))},{id:"vue-vine",name:"Vue Vine",import:()=>Promise.all([n.e(2577),n.e(1290),n.e(3782),n.e(3111),n.e(1280),n.e(2160)]).then(n.bind(n,98110))},{id:"vyper",name:"Vyper",aliases:["vy"],import:()=>n.e(1219).then(n.bind(n,21219))},{id:"wasm",name:"WebAssembly",import:()=>n.e(4275).then(n.bind(n,84275))},{id:"wenyan",name:"Wenyan",aliases:["文言"],import:()=>n.e(7650).then(n.bind(n,65269))},{id:"wgsl",name:"WGSL",import:()=>n.e(4976).then(n.bind(n,44976))},{id:"wikitext",name:"Wikitext",aliases:["mediawiki","wiki"],import:()=>n.e(4370).then(n.bind(n,44370))},{id:"wit",name:"WebAssembly Interface Types",import:()=>n.e(624).then(n.bind(n,58243))},{id:"wolfram",name:"Wolfram",aliases:["wl"],import:()=>n.e(7442).then(n.bind(n,6987))},{id:"xml",name:"XML",import:()=>Promise.all([n.e(6931),n.e(4659)]).then(n.bind(n,77040))},{id:"xsl",name:"XSL",import:()=>Promise.all([n.e(6931),n.e(3942)]).then(n.bind(n,3942))},{id:"yaml",name:"YAML",aliases:["yml"],import:()=>n.e(5518).then(n.bind(n,95518))},{id:"zenscript",name:"ZenScript",import:()=>n.e(2485).then(n.bind(n,92485))},{id:"zig",name:"Zig",import:()=>n.e(7041).then(n.bind(n,57041))}],tK=Object.fromEntries(tJ.map(e=>[e.id,e.import])),tQ=Object.fromEntries(tJ.flatMap(e=>e.aliases?.map(t=>[t,e.import])||[])),tX={...tK,...tQ},tY=Object.fromEntries([{id:"andromeeda",displayName:"Andromeeda",type:"dark",import:()=>n.e(2812).then(n.bind(n,62812))},{id:"aurora-x",displayName:"Aurora X",type:"dark",import:()=>n.e(7635).then(n.bind(n,27635))},{id:"ayu-dark",displayName:"Ayu Dark",type:"dark",import:()=>n.e(7884).then(n.bind(n,77884))},{id:"ayu-light",displayName:"Ayu Light",type:"light",import:()=>n.e(4358).then(n.bind(n,94358))},{id:"ayu-mirage",displayName:"Ayu Mirage",type:"dark",import:()=>n.e(9005).then(n.bind(n,19005))},{id:"catppuccin-frappe",displayName:"Catppuccin Frapp\xe9",type:"dark",import:()=>n.e(1595).then(n.bind(n,51595))},{id:"catppuccin-latte",displayName:"Catppuccin Latte",type:"light",import:()=>n.e(3979).then(n.bind(n,83979))},{id:"catppuccin-macchiato",displayName:"Catppuccin Macchiato",type:"dark",import:()=>n.e(9680).then(n.bind(n,59680))},{id:"catppuccin-mocha",displayName:"Catppuccin Mocha",type:"dark",import:()=>n.e(2107).then(n.bind(n,2107))},{id:"dark-plus",displayName:"Dark Plus",type:"dark",import:()=>n.e(5375).then(n.bind(n,75375))},{id:"dracula",displayName:"Dracula Theme",type:"dark",import:()=>n.e(5136).then(n.bind(n,55136))},{id:"dracula-soft",displayName:"Dracula Theme Soft",type:"dark",import:()=>n.e(4295).then(n.bind(n,4295))},{id:"everforest-dark",displayName:"Everforest Dark",type:"dark",import:()=>n.e(7258).then(n.bind(n,87258))},{id:"everforest-light",displayName:"Everforest Light",type:"light",import:()=>n.e(9996).then(n.bind(n,49996))},{id:"github-dark",displayName:"GitHub Dark",type:"dark",import:()=>n.e(9224).then(n.bind(n,39224))},{id:"github-dark-default",displayName:"GitHub Dark Default",type:"dark",import:()=>n.e(6704).then(n.bind(n,86704))},{id:"github-dark-dimmed",displayName:"GitHub Dark Dimmed",type:"dark",import:()=>n.e(6927).then(n.bind(n,96927))},{id:"github-dark-high-contrast",displayName:"GitHub Dark High Contrast",type:"dark",import:()=>n.e(5424).then(n.bind(n,15424))},{id:"github-light",displayName:"GitHub Light",type:"light",import:()=>n.e(3082).then(n.bind(n,23082))},{id:"github-light-default",displayName:"GitHub Light Default",type:"light",import:()=>n.e(9382).then(n.bind(n,69382))},{id:"github-light-high-contrast",displayName:"GitHub Light High Contrast",type:"light",import:()=>n.e(2130).then(n.bind(n,32130))},{id:"gruvbox-dark-hard",displayName:"Gruvbox Dark Hard",type:"dark",import:()=>n.e(9666).then(n.bind(n,49666))},{id:"gruvbox-dark-medium",displayName:"Gruvbox Dark Medium",type:"dark",import:()=>n.e(392).then(n.bind(n,80392))},{id:"gruvbox-dark-soft",displayName:"Gruvbox Dark Soft",type:"dark",import:()=>n.e(9841).then(n.bind(n,49841))},{id:"gruvbox-light-hard",displayName:"Gruvbox Light Hard",type:"light",import:()=>n.e(3492).then(n.bind(n,53492))},{id:"gruvbox-light-medium",displayName:"Gruvbox Light Medium",type:"light",import:()=>n.e(214).then(n.bind(n,214))},{id:"gruvbox-light-soft",displayName:"Gruvbox Light Soft",type:"light",import:()=>n.e(579).then(n.bind(n,60579))},{id:"horizon",displayName:"Horizon",type:"dark",import:()=>n.e(6311).then(n.bind(n,96311))},{id:"houston",displayName:"Houston",type:"dark",import:()=>n.e(7524).then(n.bind(n,7524))},{id:"kanagawa-dragon",displayName:"Kanagawa Dragon",type:"dark",import:()=>n.e(6563).then(n.bind(n,56563))},{id:"kanagawa-lotus",displayName:"Kanagawa Lotus",type:"light",import:()=>n.e(6701).then(n.bind(n,26701))},{id:"kanagawa-wave",displayName:"Kanagawa Wave",type:"dark",import:()=>n.e(7785).then(n.bind(n,97785))},{id:"laserwave",displayName:"LaserWave",type:"dark",import:()=>n.e(9136).then(n.bind(n,19136))},{id:"light-plus",displayName:"Light Plus",type:"light",import:()=>n.e(2489).then(n.bind(n,82489))},{id:"material-theme",displayName:"Material Theme",type:"dark",import:()=>n.e(1247).then(n.bind(n,21247))},{id:"material-theme-darker",displayName:"Material Theme Darker",type:"dark",import:()=>n.e(6859).then(n.bind(n,76859))},{id:"material-theme-lighter",displayName:"Material Theme Lighter",type:"light",import:()=>n.e(7921).then(n.bind(n,67921))},{id:"material-theme-ocean",displayName:"Material Theme Ocean",type:"dark",import:()=>n.e(6846).then(n.bind(n,96846))},{id:"material-theme-palenight",displayName:"Material Theme Palenight",type:"dark",import:()=>n.e(3074).then(n.bind(n,83074))},{id:"min-dark",displayName:"Min Dark",type:"dark",import:()=>n.e(9521).then(n.bind(n,89521))},{id:"min-light",displayName:"Min Light",type:"light",import:()=>n.e(6089).then(n.bind(n,6089))},{id:"monokai",displayName:"Monokai",type:"dark",import:()=>n.e(5520).then(n.bind(n,15520))},{id:"night-owl",displayName:"Night Owl",type:"dark",import:()=>n.e(4969).then(n.bind(n,44969))},{id:"night-owl-light",displayName:"Night Owl Light",type:"light",import:()=>n.e(2954).then(n.bind(n,92954))},{id:"nord",displayName:"Nord",type:"dark",import:()=>n.e(5491).then(n.bind(n,5491))},{id:"one-dark-pro",displayName:"One Dark Pro",type:"dark",import:()=>n.e(9615).then(n.bind(n,9615))},{id:"one-light",displayName:"One Light",type:"light",import:()=>n.e(7625).then(n.bind(n,67625))},{id:"plastic",displayName:"Plastic",type:"dark",import:()=>n.e(1534).then(n.bind(n,21534))},{id:"poimandres",displayName:"Poimandres",type:"dark",import:()=>n.e(8430).then(n.bind(n,28430))},{id:"red",displayName:"Red",type:"dark",import:()=>n.e(8555).then(n.bind(n,48555))},{id:"rose-pine",displayName:"Ros\xe9 Pine",type:"dark",import:()=>n.e(7082).then(n.bind(n,87082))},{id:"rose-pine-dawn",displayName:"Ros\xe9 Pine Dawn",type:"light",import:()=>n.e(1583).then(n.bind(n,1583))},{id:"rose-pine-moon",displayName:"Ros\xe9 Pine Moon",type:"dark",import:()=>n.e(5750).then(n.bind(n,35750))},{id:"slack-dark",displayName:"Slack Dark",type:"dark",import:()=>n.e(7465).then(n.bind(n,17465))},{id:"slack-ochin",displayName:"Slack Ochin",type:"light",import:()=>n.e(1898).then(n.bind(n,21898))},{id:"snazzy-light",displayName:"Snazzy Light",type:"light",import:()=>n.e(7130).then(n.bind(n,67130))},{id:"solarized-dark",displayName:"Solarized Dark",type:"dark",import:()=>n.e(966).then(n.bind(n,966))},{id:"solarized-light",displayName:"Solarized Light",type:"light",import:()=>n.e(1664).then(n.bind(n,31664))},{id:"synthwave-84",displayName:"Synthwave '84",type:"dark",import:()=>n.e(3286).then(n.bind(n,83286))},{id:"tokyo-night",displayName:"Tokyo Night",type:"dark",import:()=>n.e(4593).then(n.bind(n,94593))},{id:"vesper",displayName:"Vesper",type:"dark",import:()=>n.e(9267).then(n.bind(n,39267))},{id:"vitesse-black",displayName:"Vitesse Black",type:"dark",import:()=>n.e(7889).then(n.bind(n,47889))},{id:"vitesse-dark",displayName:"Vitesse Dark",type:"dark",import:()=>n.e(5318).then(n.bind(n,55318))},{id:"vitesse-light",displayName:"Vitesse Light",type:"light",import:()=>n.e(8656).then(n.bind(n,78656))}].map(e=>[e.id,e.import]));var tZ=n(92619).Buffer;class t0 extends Error{constructor(e){super(e),this.name="ShikiError"}}function t1(){return"u">typeof performance?performance.now():Date.now()}let t2=(e,t)=>e+(t-e%t)%t;async function t5(e){let t,n,i={};function s(e){n=e,i.HEAPU8=new Uint8Array(e),i.HEAPU32=new Uint32Array(e)}let r="u">typeof TextDecoder?new TextDecoder("utf8"):void 0;function a(e,t){return e?function(e,t,n=1024){let i=t+n,s=t;for(;e[s]&&!(s>=i);)++s;if(s-t>16&&e.buffer&&r)return r.decode(e.subarray(t,s));let a="";for(;t<s;){let n=e[t++];if(!(128&n)){a+=String.fromCharCode(n);continue}let i=63&e[t++];if((224&n)==192){a+=String.fromCharCode((31&n)<<6|i);continue}let s=63&e[t++];if((n=(240&n)==224?(15&n)<<12|i<<6|s:(7&n)<<18|i<<12|s<<6|63&e[t++])<65536)a+=String.fromCharCode(n);else{let e=n-65536;a+=String.fromCharCode(55296|e>>10,56320|1023&e)}}return a}(i.HEAPU8,e,t):""}let o={emscripten_get_now:t1,emscripten_memcpy_big:function(e,t,n){i.HEAPU8.copyWithin(e,t,t+n)},emscripten_resize_heap:function(e){let r=i.HEAPU8.length;if((e>>>=0)>0x80000000)return!1;for(let i=1;i<=4;i*=2){let a=r*(1+.2/i);if(a=Math.min(a,e+0x6000000),function(e){try{return t.grow(e-n.byteLength+65535>>>16),s(t.buffer),1}catch{}}(Math.min(0x80000000,t2(Math.max(e,a),65536))))return!0}return!1},fd_write:()=>0};async function l(){let n=await e({env:o,wasi_snapshot_preview1:o});s((t=n.memory).buffer),Object.assign(i,n),i.UTF8ToString=a}return await l(),i}var t3=Object.defineProperty,t6=(e,t,n)=>{let i;return(i="symbol"!=typeof t?t+"":t)in e?t3(e,i,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[i]=n};let t8=null;class t4{constructor(e){t6(this,"utf16Length"),t6(this,"utf8Length"),t6(this,"utf16Value"),t6(this,"utf8Value"),t6(this,"utf16OffsetToUtf8"),t6(this,"utf8OffsetToUtf16");const t=e.length,n=t4._utf8ByteLength(e),i=n!==t,s=i?new Uint32Array(t+1):null;i&&(s[t]=n);const r=i?new Uint32Array(n+1):null;i&&(r[n]=t);const a=new Uint8Array(n);let o=0;for(let n=0;n<t;n++){const l=e.charCodeAt(n);let h=l,c=!1;if(l>=55296&&l<=56319&&n+1<t){const t=e.charCodeAt(n+1);t>=56320&&t<=57343&&(h=(l-55296<<10)+65536|t-56320,c=!0)}i&&(s[n]=o,c&&(s[n+1]=o),h<=127?r[o+0]=n:h<=2047?(r[o+0]=n,r[o+1]=n):h<=65535?(r[o+0]=n,r[o+1]=n,r[o+2]=n):(r[o+0]=n,r[o+1]=n,r[o+2]=n,r[o+3]=n)),h<=127?a[o++]=h:(h<=2047?a[o++]=192|(1984&h)>>>6:(h<=65535?a[o++]=224|(61440&h)>>>12:(a[o++]=240|(1835008&h)>>>18,a[o++]=128|(258048&h)>>>12),a[o++]=128|(4032&h)>>>6),a[o++]=128|(63&h)>>>0),c&&n++}this.utf16Length=t,this.utf8Length=n,this.utf16Value=e,this.utf8Value=a,this.utf16OffsetToUtf8=s,this.utf8OffsetToUtf16=r}static _utf8ByteLength(e){let t=0;for(let n=0,i=e.length;n<i;n++){let s=e.charCodeAt(n),r=s,a=!1;if(s>=55296&&s<=56319&&n+1<i){let t=e.charCodeAt(n+1);t>=56320&&t<=57343&&(r=(s-55296<<10)+65536|t-56320,a=!0)}r<=127?t+=1:r<=2047?t+=2:r<=65535?t+=3:t+=4,a&&n++}return t}createString(e){let t=e.omalloc(this.utf8Length);return e.HEAPU8.set(this.utf8Value,t),t}}let t7=class e{constructor(t){if(t6(this,"id",++e.LAST_ID),t6(this,"_onigBinding"),t6(this,"content"),t6(this,"utf16Length"),t6(this,"utf8Length"),t6(this,"utf16OffsetToUtf8"),t6(this,"utf8OffsetToUtf16"),t6(this,"ptr"),!t8)throw new t0("Must invoke loadWasm first.");this._onigBinding=t8,this.content=t;const n=new t4(t);this.utf16Length=n.utf16Length,this.utf8Length=n.utf8Length,this.utf16OffsetToUtf8=n.utf16OffsetToUtf8,this.utf8OffsetToUtf16=n.utf8OffsetToUtf16,this.utf8Length<1e4&&!e._sharedPtrInUse?(e._sharedPtr||(e._sharedPtr=t8.omalloc(1e4)),e._sharedPtrInUse=!0,t8.HEAPU8.set(n.utf8Value,e._sharedPtr),this.ptr=e._sharedPtr):this.ptr=n.createString(t8)}convertUtf8OffsetToUtf16(e){return this.utf8OffsetToUtf16?e<0?0:e>this.utf8Length?this.utf16Length:this.utf8OffsetToUtf16[e]:e}convertUtf16OffsetToUtf8(e){return this.utf16OffsetToUtf8?e<0?0:e>this.utf16Length?this.utf8Length:this.utf16OffsetToUtf8[e]:e}dispose(){this.ptr===e._sharedPtr?e._sharedPtrInUse=!1:this._onigBinding.ofree(this.ptr)}};t6(t7,"LAST_ID",0),t6(t7,"_sharedPtr",0),t6(t7,"_sharedPtrInUse",!1);class t9{constructor(e){if(t6(this,"_onigBinding"),t6(this,"_ptr"),!t8)throw new t0("Must invoke loadWasm first.");const t=[],n=[];for(let i=0,s=e.length;i<s;i++){const s=new t4(e[i]);t[i]=s.createString(t8),n[i]=s.utf8Length}const i=t8.omalloc(4*e.length);t8.HEAPU32.set(t,i/4);const s=t8.omalloc(4*e.length);t8.HEAPU32.set(n,s/4);const r=t8.createOnigScanner(i,s,e.length);for(let n=0,i=e.length;n<i;n++)t8.ofree(t[n]);t8.ofree(s),t8.ofree(i),0===r&&function(e){throw new t0(e.UTF8ToString(e.getLastOnigError()))}(t8),this._onigBinding=t8,this._ptr=r}dispose(){this._onigBinding.freeOnigScanner(this._ptr)}findNextMatchSync(e,t,n){let i=0;if("number"==typeof n&&(i=n),"string"==typeof e){e=new t7(e);let n=this._findNextMatchSync(e,t,!1,i);return e.dispose(),n}return this._findNextMatchSync(e,t,!1,i)}_findNextMatchSync(e,t,n,i){let s=this._onigBinding,r=s.findNextOnigScannerMatch(this._ptr,e.id,e.ptr,e.utf8Length,e.convertUtf16OffsetToUtf8(t),i);if(0===r)return null;let a=s.HEAPU32,o=r/4,l=a[o++],h=a[o++],c=[];for(let t=0;t<h;t++){let n=e.convertUtf8OffsetToUtf16(a[o++]),i=e.convertUtf8OffsetToUtf16(a[o++]);c[t]={start:n,end:i,length:i-n}}return{index:l,captureIndices:c}}}function ne(e){return t=>WebAssembly.instantiate(e,t)}async function nt(e){return e&&await (s||(s=async function(){t8=await t5(async t=>{let n=e;if("function"==typeof(n=await n)&&(n=await n(t)),"function"==typeof n&&(n=await n(t)),"function"==typeof n.instantiator)n=await n.instantiator(t);else if("function"==typeof n.default)n=await n.default(t);else{var i,s,r,a;if(void 0!==n.data&&(n=n.data),i=n,"u">typeof Response&&i instanceof Response){n="function"==typeof WebAssembly.instantiateStreaming?await (r=n,e=>WebAssembly.instantiateStreaming(r,e))(t):await (a=n,async e=>{let t=await a.arrayBuffer();return WebAssembly.instantiate(t,e)})(t)}else(s=n,"u">typeof ArrayBuffer&&(s instanceof ArrayBuffer||ArrayBuffer.isView(s))||void 0!==tZ&&tZ.isBuffer?.(s)||"u">typeof SharedArrayBuffer&&s instanceof SharedArrayBuffer||"u">typeof Uint32Array&&s instanceof Uint32Array||n instanceof WebAssembly.Module)?n=await ne(n)(t):"default"in n&&n.default instanceof WebAssembly.Module&&(n=await ne(n.default)(t))}return"instance"in n&&(n=n.instance),"exports"in n&&(n=n.exports),n})}())),{createScanner:e=>new t9(e.map(e=>"string"==typeof e?e:e.source)),createString:e=>new t7(e)}}let nn=(r=(d={langs:tX,themes:tY,engine:()=>nt(Promise.all([n.e(4814),n.e(9302)]).then(n.bind(n,49302)))}).langs,a=d.themes,o=d.engine,async function(e){function t(t){if("string"==typeof t){if(tc(t=e.langAlias?.[t]||t))return[];let n=r[t];if(!n)throw new l(`Language \`${t}\` is not included in this bundle. You may want to load it from external source.`);return n}return t}function n(e){if(td(e))return"none";if("string"==typeof e){let t=a[e];if(!t)throw new l(`Theme \`${e}\` is not included in this bundle. You may want to load it from external source.`);return t}return e}let i=(e.themes??[]).map(e=>n(e)),s=(e.langs??[]).map(e=>t(e)),h=await tV({engine:e.engine??o(),...e,themes:i,langs:s});return{...h,loadLanguage:(...e)=>h.loadLanguage(...e.map(t)),loadTheme:(...e)=>h.loadTheme(...e.map(n)),getBundledLanguages:()=>r,getBundledThemes:()=>a}})},67635:(e,t,n)=>{n.d(t,{A:()=>i});let i=(0,n(90425).A)("copy",[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]])},68459:(e,t,n)=>{n.d(t,{A:()=>i});let i=(0,n(90425).A)("trash-2",[["path",{d:"M10 11v6",key:"nco0om"}],["path",{d:"M14 11v6",key:"outv1u"}],["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6",key:"miytrc"}],["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2",key:"e791ji"}]])},73300:(e,t,n)=>{n.d(t,{A:()=>i});let i=(0,n(90425).A)("clipboard",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}]])},81165:(e,t,n)=>{n.d(t,{A:()=>i});let i=(0,n(90425).A)("loader",[["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m16.2 7.8 2.9-2.9",key:"r700ao"}],["path",{d:"M18 12h4",key:"wj9ykh"}],["path",{d:"m16.2 16.2 2.9 2.9",key:"1bxg5t"}],["path",{d:"M12 18v4",key:"jadmvz"}],["path",{d:"m4.9 19.1 2.9-2.9",key:"bwix9q"}],["path",{d:"M2 12h4",key:"j09sii"}],["path",{d:"m4.9 4.9 2.9 2.9",key:"giyufr"}]])},90425:(e,t,n)=>{n.d(t,{A:()=>l});var i=n(12115);let s=(...e)=>e.filter((e,t,n)=>!!e&&""!==e.trim()&&n.indexOf(e)===t).join(" ").trim(),r=e=>{let t=e.replace(/^([A-Z])|[\s-_]+(\w)/g,(e,t,n)=>n?n.toUpperCase():t.toLowerCase());return t.charAt(0).toUpperCase()+t.slice(1)};var a={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};let o=(0,i.forwardRef)(({color:e="currentColor",size:t=24,strokeWidth:n=2,absoluteStrokeWidth:r,className:o="",children:l,iconNode:h,...c},d)=>(0,i.createElement)("svg",{ref:d,...a,width:t,height:t,stroke:e,strokeWidth:r?24*Number(n)/Number(t):n,className:s("lucide",o),...!l&&!(e=>{for(let t in e)if(t.startsWith("aria-")||"role"===t||"title"===t)return!0;return!1})(c)&&{"aria-hidden":"true"},...c},[...h.map(([e,t])=>(0,i.createElement)(e,t)),...Array.isArray(l)?l:[l]])),l=(e,t)=>{let n=(0,i.forwardRef)(({className:n,...a},l)=>(0,i.createElement)(o,{ref:l,iconNode:t,className:s(`lucide-${r(e).replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()}`,`lucide-${e}`,n),...a}));return n.displayName=r(e),n}}}]);