groove-dev 0.15.0 → 0.16.0

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 (334) hide show
  1. package/docs/FILE-EDITOR-PLAN.md +253 -0
  2. package/node_modules/@codemirror/autocomplete/.github/workflows/dispatch.yml +16 -0
  3. package/node_modules/@codemirror/autocomplete/CHANGELOG.md +639 -0
  4. package/node_modules/@codemirror/autocomplete/LICENSE +21 -0
  5. package/node_modules/@codemirror/autocomplete/README.md +43 -0
  6. package/node_modules/@codemirror/autocomplete/dist/index.cjs +2151 -0
  7. package/node_modules/@codemirror/autocomplete/dist/index.d.cts +648 -0
  8. package/node_modules/@codemirror/autocomplete/dist/index.d.ts +648 -0
  9. package/node_modules/@codemirror/autocomplete/dist/index.js +2120 -0
  10. package/node_modules/@codemirror/autocomplete/package.json +41 -0
  11. package/node_modules/@codemirror/commands/.github/workflows/dispatch.yml +16 -0
  12. package/node_modules/@codemirror/commands/CHANGELOG.md +386 -0
  13. package/node_modules/@codemirror/commands/LICENSE +21 -0
  14. package/node_modules/@codemirror/commands/README.md +35 -0
  15. package/node_modules/@codemirror/commands/dist/index.cjs +1909 -0
  16. package/node_modules/@codemirror/commands/dist/index.d.cts +650 -0
  17. package/node_modules/@codemirror/commands/dist/index.d.ts +650 -0
  18. package/node_modules/@codemirror/commands/dist/index.js +1795 -0
  19. package/node_modules/@codemirror/commands/package.json +42 -0
  20. package/node_modules/@codemirror/lang-css/.github/workflows/dispatch.yml +16 -0
  21. package/node_modules/@codemirror/lang-css/CHANGELOG.md +106 -0
  22. package/node_modules/@codemirror/lang-css/LICENSE +21 -0
  23. package/node_modules/@codemirror/lang-css/README.md +50 -0
  24. package/node_modules/@codemirror/lang-css/dist/index.cjs +269 -0
  25. package/node_modules/@codemirror/lang-css/dist/index.d.cts +28 -0
  26. package/node_modules/@codemirror/lang-css/dist/index.d.ts +28 -0
  27. package/node_modules/@codemirror/lang-css/dist/index.js +264 -0
  28. package/node_modules/@codemirror/lang-css/package.json +42 -0
  29. package/node_modules/@codemirror/lang-html/.github/workflows/dispatch.yml +16 -0
  30. package/node_modules/@codemirror/lang-html/CHANGELOG.md +210 -0
  31. package/node_modules/@codemirror/lang-html/LICENSE +21 -0
  32. package/node_modules/@codemirror/lang-html/README.md +147 -0
  33. package/node_modules/@codemirror/lang-html/dist/index.cjs +667 -0
  34. package/node_modules/@codemirror/lang-html/dist/index.d.cts +115 -0
  35. package/node_modules/@codemirror/lang-html/dist/index.d.ts +115 -0
  36. package/node_modules/@codemirror/lang-html/dist/index.js +661 -0
  37. package/node_modules/@codemirror/lang-html/package.json +46 -0
  38. package/node_modules/@codemirror/lang-javascript/.github/workflows/dispatch.yml +16 -0
  39. package/node_modules/@codemirror/lang-javascript/CHANGELOG.md +206 -0
  40. package/node_modules/@codemirror/lang-javascript/LICENSE +21 -0
  41. package/node_modules/@codemirror/lang-javascript/README.md +125 -0
  42. package/node_modules/@codemirror/lang-javascript/dist/index.cjs +526 -0
  43. package/node_modules/@codemirror/lang-javascript/dist/index.d.cts +93 -0
  44. package/node_modules/@codemirror/lang-javascript/dist/index.d.ts +93 -0
  45. package/node_modules/@codemirror/lang-javascript/dist/index.js +513 -0
  46. package/node_modules/@codemirror/lang-javascript/package.json +45 -0
  47. package/node_modules/@codemirror/lang-json/.github/workflows/dispatch.yml +16 -0
  48. package/node_modules/@codemirror/lang-json/CHANGELOG.md +59 -0
  49. package/node_modules/@codemirror/lang-json/LICENSE +21 -0
  50. package/node_modules/@codemirror/lang-json/README.md +56 -0
  51. package/node_modules/@codemirror/lang-json/dist/index.cjs +68 -0
  52. package/node_modules/@codemirror/lang-json/dist/index.d.cts +22 -0
  53. package/node_modules/@codemirror/lang-json/dist/index.d.ts +22 -0
  54. package/node_modules/@codemirror/lang-json/dist/index.js +64 -0
  55. package/node_modules/@codemirror/lang-json/package.json +39 -0
  56. package/node_modules/@codemirror/lang-markdown/.github/workflows/dispatch.yml +16 -0
  57. package/node_modules/@codemirror/lang-markdown/CHANGELOG.md +246 -0
  58. package/node_modules/@codemirror/lang-markdown/LICENSE +21 -0
  59. package/node_modules/@codemirror/lang-markdown/README.md +162 -0
  60. package/node_modules/@codemirror/lang-markdown/dist/index.cjs +501 -0
  61. package/node_modules/@codemirror/lang-markdown/dist/index.d.cts +124 -0
  62. package/node_modules/@codemirror/lang-markdown/dist/index.d.ts +124 -0
  63. package/node_modules/@codemirror/lang-markdown/dist/index.js +492 -0
  64. package/node_modules/@codemirror/lang-markdown/package.json +44 -0
  65. package/node_modules/@codemirror/lang-python/.github/workflows/dispatch.yml +16 -0
  66. package/node_modules/@codemirror/lang-python/CHANGELOG.md +174 -0
  67. package/node_modules/@codemirror/lang-python/LICENSE +21 -0
  68. package/node_modules/@codemirror/lang-python/README.md +61 -0
  69. package/node_modules/@codemirror/lang-python/dist/index.cjs +313 -0
  70. package/node_modules/@codemirror/lang-python/dist/index.d.cts +26 -0
  71. package/node_modules/@codemirror/lang-python/dist/index.d.ts +26 -0
  72. package/node_modules/@codemirror/lang-python/dist/index.js +308 -0
  73. package/node_modules/@codemirror/lang-python/package.json +42 -0
  74. package/node_modules/@codemirror/language/.github/workflows/dispatch.yml +16 -0
  75. package/node_modules/@codemirror/language/CHANGELOG.md +412 -0
  76. package/node_modules/@codemirror/language/LICENSE +21 -0
  77. package/node_modules/@codemirror/language/README.md +66 -0
  78. package/node_modules/@codemirror/language/dist/index.cjs +2742 -0
  79. package/node_modules/@codemirror/language/dist/index.d.cts +1220 -0
  80. package/node_modules/@codemirror/language/dist/index.d.ts +1220 -0
  81. package/node_modules/@codemirror/language/dist/index.js +2687 -0
  82. package/node_modules/@codemirror/language/package.json +44 -0
  83. package/node_modules/@codemirror/lint/.github/workflows/dispatch.yml +16 -0
  84. package/node_modules/@codemirror/lint/CHANGELOG.md +318 -0
  85. package/node_modules/@codemirror/lint/LICENSE +21 -0
  86. package/node_modules/@codemirror/lint/README.md +18 -0
  87. package/node_modules/@codemirror/lint/dist/index.cjs +958 -0
  88. package/node_modules/@codemirror/lint/dist/index.d.cts +195 -0
  89. package/node_modules/@codemirror/lint/dist/index.d.ts +195 -0
  90. package/node_modules/@codemirror/lint/dist/index.js +945 -0
  91. package/node_modules/@codemirror/lint/package.json +40 -0
  92. package/node_modules/@codemirror/search/.github/workflows/dispatch.yml +16 -0
  93. package/node_modules/@codemirror/search/CHANGELOG.md +324 -0
  94. package/node_modules/@codemirror/search/LICENSE +21 -0
  95. package/node_modules/@codemirror/search/README.md +18 -0
  96. package/node_modules/@codemirror/search/dist/index.cjs +1237 -0
  97. package/node_modules/@codemirror/search/dist/index.d.cts +385 -0
  98. package/node_modules/@codemirror/search/dist/index.d.ts +385 -0
  99. package/node_modules/@codemirror/search/dist/index.js +1217 -0
  100. package/node_modules/@codemirror/search/package.json +40 -0
  101. package/node_modules/@codemirror/state/.github/workflows/dispatch.yml +16 -0
  102. package/node_modules/@codemirror/state/CHANGELOG.md +308 -0
  103. package/node_modules/@codemirror/state/LICENSE +21 -0
  104. package/node_modules/@codemirror/state/README.md +18 -0
  105. package/node_modules/@codemirror/state/dist/index.cjs +3922 -0
  106. package/node_modules/@codemirror/state/dist/index.d.cts +1713 -0
  107. package/node_modules/@codemirror/state/dist/index.d.ts +1713 -0
  108. package/node_modules/@codemirror/state/dist/index.js +3892 -0
  109. package/node_modules/@codemirror/state/package.json +38 -0
  110. package/node_modules/@codemirror/theme-one-dark/.github/workflows/dispatch.yml +16 -0
  111. package/node_modules/@codemirror/theme-one-dark/CHANGELOG.md +97 -0
  112. package/node_modules/@codemirror/theme-one-dark/LICENSE +21 -0
  113. package/node_modules/@codemirror/theme-one-dark/README.md +46 -0
  114. package/node_modules/@codemirror/theme-one-dark/dist/index.cjs +139 -0
  115. package/node_modules/@codemirror/theme-one-dark/dist/index.d.cts +39 -0
  116. package/node_modules/@codemirror/theme-one-dark/dist/index.d.ts +39 -0
  117. package/node_modules/@codemirror/theme-one-dark/dist/index.js +134 -0
  118. package/node_modules/@codemirror/theme-one-dark/package.json +41 -0
  119. package/node_modules/@codemirror/view/.github/workflows/dispatch.yml +16 -0
  120. package/node_modules/@codemirror/view/CHANGELOG.md +2284 -0
  121. package/node_modules/@codemirror/view/LICENSE +21 -0
  122. package/node_modules/@codemirror/view/README.md +37 -0
  123. package/node_modules/@codemirror/view/dist/index.cjs +11796 -0
  124. package/node_modules/@codemirror/view/dist/index.d.cts +2389 -0
  125. package/node_modules/@codemirror/view/dist/index.d.ts +2389 -0
  126. package/node_modules/@codemirror/view/dist/index.js +11745 -0
  127. package/node_modules/@codemirror/view/package.json +41 -0
  128. package/node_modules/@groove-dev/daemon/src/api.js +157 -2
  129. package/node_modules/@groove-dev/daemon/src/filewatcher.js +59 -0
  130. package/node_modules/@groove-dev/daemon/src/index.js +28 -1
  131. package/node_modules/@groove-dev/daemon/src/skills.js +20 -0
  132. package/node_modules/@groove-dev/gui/dist/assets/index-Dxg9hdf3.js +103 -0
  133. package/node_modules/@groove-dev/gui/dist/index.html +1 -1
  134. package/node_modules/@groove-dev/gui/package.json +15 -2
  135. package/node_modules/@groove-dev/gui/src/App.jsx +3 -0
  136. package/node_modules/@groove-dev/gui/src/components/CodeEditor.jsx +143 -0
  137. package/node_modules/@groove-dev/gui/src/components/EditorTabs.jsx +83 -0
  138. package/node_modules/@groove-dev/gui/src/components/FileTree.jsx +193 -0
  139. package/node_modules/@groove-dev/gui/src/stores/groove.js +158 -1
  140. package/node_modules/@groove-dev/gui/src/views/FileEditor.jsx +142 -0
  141. package/node_modules/@groove-dev/gui/src/views/SkillsMarketplace.jsx +112 -1
  142. package/node_modules/@lezer/common/LICENSE +21 -0
  143. package/node_modules/@lezer/common/README.md +14 -0
  144. package/node_modules/@lezer/common/dist/index.cjs +2209 -0
  145. package/node_modules/@lezer/common/dist/index.d.cts +1174 -0
  146. package/node_modules/@lezer/common/dist/index.d.ts +1174 -0
  147. package/node_modules/@lezer/common/dist/index.js +2196 -0
  148. package/node_modules/@lezer/common/package.json +32 -0
  149. package/node_modules/@lezer/css/CHANGELOG.md +307 -0
  150. package/node_modules/@lezer/css/LICENSE +21 -0
  151. package/node_modules/@lezer/css/README.md +6 -0
  152. package/node_modules/@lezer/css/dist/index.cjs +151 -0
  153. package/node_modules/@lezer/css/dist/index.d.cts +3 -0
  154. package/node_modules/@lezer/css/dist/index.d.ts +3 -0
  155. package/node_modules/@lezer/css/dist/index.js +147 -0
  156. package/node_modules/@lezer/css/package.json +36 -0
  157. package/node_modules/@lezer/css/rollup.config.js +16 -0
  158. package/node_modules/@lezer/css/src/css.grammar +290 -0
  159. package/node_modules/@lezer/css/src/highlight.js +36 -0
  160. package/node_modules/@lezer/css/src/parser.js +31 -0
  161. package/node_modules/@lezer/css/src/parser.terms.js +63 -0
  162. package/node_modules/@lezer/css/src/tokens.js +75 -0
  163. package/node_modules/@lezer/css/test/declarations.txt +241 -0
  164. package/node_modules/@lezer/css/test/selector.txt +178 -0
  165. package/node_modules/@lezer/css/test/statements.txt +227 -0
  166. package/node_modules/@lezer/css/test/test-css.js +16 -0
  167. package/node_modules/@lezer/highlight/LICENSE +21 -0
  168. package/node_modules/@lezer/highlight/README.md +14 -0
  169. package/node_modules/@lezer/highlight/dist/index.cjs +936 -0
  170. package/node_modules/@lezer/highlight/dist/index.d.cts +623 -0
  171. package/node_modules/@lezer/highlight/dist/index.d.ts +623 -0
  172. package/node_modules/@lezer/highlight/dist/index.js +927 -0
  173. package/node_modules/@lezer/highlight/package.json +31 -0
  174. package/node_modules/@lezer/html/CHANGELOG.md +303 -0
  175. package/node_modules/@lezer/html/LICENSE +21 -0
  176. package/node_modules/@lezer/html/README.md +37 -0
  177. package/node_modules/@lezer/html/dist/index.cjs +354 -0
  178. package/node_modules/@lezer/html/dist/index.d.cts +14 -0
  179. package/node_modules/@lezer/html/dist/index.d.ts +14 -0
  180. package/node_modules/@lezer/html/dist/index.js +349 -0
  181. package/node_modules/@lezer/html/package.json +37 -0
  182. package/node_modules/@lezer/html/rollup.config.js +16 -0
  183. package/node_modules/@lezer/html/src/.tern-port +1 -0
  184. package/node_modules/@lezer/html/src/content.js +87 -0
  185. package/node_modules/@lezer/html/src/highlight.js +15 -0
  186. package/node_modules/@lezer/html/src/html.grammar +181 -0
  187. package/node_modules/@lezer/html/src/index.js +2 -0
  188. package/node_modules/@lezer/html/src/parser.js +27 -0
  189. package/node_modules/@lezer/html/src/parser.terms.js +53 -0
  190. package/node_modules/@lezer/html/src/tokens.js +199 -0
  191. package/node_modules/@lezer/html/test/mixed.txt +69 -0
  192. package/node_modules/@lezer/html/test/tags.txt +370 -0
  193. package/node_modules/@lezer/html/test/test-html.js +29 -0
  194. package/node_modules/@lezer/html/test/test-incremental.js +97 -0
  195. package/node_modules/@lezer/html/test/vue.txt +56 -0
  196. package/node_modules/@lezer/javascript/CHANGELOG.md +485 -0
  197. package/node_modules/@lezer/javascript/LICENSE +21 -0
  198. package/node_modules/@lezer/javascript/README.md +14 -0
  199. package/node_modules/@lezer/javascript/dist/index.cjs +196 -0
  200. package/node_modules/@lezer/javascript/dist/index.d.cts +3 -0
  201. package/node_modules/@lezer/javascript/dist/index.d.ts +3 -0
  202. package/node_modules/@lezer/javascript/dist/index.js +192 -0
  203. package/node_modules/@lezer/javascript/package.json +36 -0
  204. package/node_modules/@lezer/javascript/rollup.config.js +16 -0
  205. package/node_modules/@lezer/javascript/src/highlight.js +62 -0
  206. package/node_modules/@lezer/javascript/src/javascript.grammar +735 -0
  207. package/node_modules/@lezer/javascript/src/parser.js +33 -0
  208. package/node_modules/@lezer/javascript/src/parser.terms.js +177 -0
  209. package/node_modules/@lezer/javascript/src/tokens.js +87 -0
  210. package/node_modules/@lezer/javascript/test/decorator.txt +64 -0
  211. package/node_modules/@lezer/javascript/test/expression.txt +686 -0
  212. package/node_modules/@lezer/javascript/test/jsx.txt +79 -0
  213. package/node_modules/@lezer/javascript/test/semicolon.txt +77 -0
  214. package/node_modules/@lezer/javascript/test/statement.txt +404 -0
  215. package/node_modules/@lezer/javascript/test/test-javascript.js +17 -0
  216. package/node_modules/@lezer/javascript/test/typescript.txt +401 -0
  217. package/node_modules/@lezer/json/CHANGELOG.md +79 -0
  218. package/node_modules/@lezer/json/LICENSE +21 -0
  219. package/node_modules/@lezer/json/README.md +7 -0
  220. package/node_modules/@lezer/json/dist/index.cjs +41 -0
  221. package/node_modules/@lezer/json/dist/index.d.cts +3 -0
  222. package/node_modules/@lezer/json/dist/index.d.ts +3 -0
  223. package/node_modules/@lezer/json/dist/index.js +37 -0
  224. package/node_modules/@lezer/json/package.json +36 -0
  225. package/node_modules/@lezer/json/rollup.config.js +15 -0
  226. package/node_modules/@lezer/json/src/highlight.js +12 -0
  227. package/node_modules/@lezer/json/src/json.grammar +38 -0
  228. package/node_modules/@lezer/json/src/parser.js +23 -0
  229. package/node_modules/@lezer/json/src/parser.terms.js +12 -0
  230. package/node_modules/@lezer/json/test/arrays.txt +34 -0
  231. package/node_modules/@lezer/json/test/literals.txt +23 -0
  232. package/node_modules/@lezer/json/test/numbers.txt +87 -0
  233. package/node_modules/@lezer/json/test/objects.txt +34 -0
  234. package/node_modules/@lezer/json/test/strings.txt +50 -0
  235. package/node_modules/@lezer/json/test/test-json.js +17 -0
  236. package/node_modules/@lezer/lr/LICENSE +21 -0
  237. package/node_modules/@lezer/lr/README.md +25 -0
  238. package/node_modules/@lezer/lr/dist/constants.d.ts +45 -0
  239. package/node_modules/@lezer/lr/dist/constants.js +5 -0
  240. package/node_modules/@lezer/lr/dist/index.cjs +1891 -0
  241. package/node_modules/@lezer/lr/dist/index.d.cts +303 -0
  242. package/node_modules/@lezer/lr/dist/index.d.ts +303 -0
  243. package/node_modules/@lezer/lr/dist/index.js +1884 -0
  244. package/node_modules/@lezer/lr/package.json +32 -0
  245. package/node_modules/@lezer/markdown/CHANGELOG.md +279 -0
  246. package/node_modules/@lezer/markdown/LICENSE +21 -0
  247. package/node_modules/@lezer/markdown/README.md +725 -0
  248. package/node_modules/@lezer/markdown/bin/build-readme.cjs +39 -0
  249. package/node_modules/@lezer/markdown/build.js +16 -0
  250. package/node_modules/@lezer/markdown/dist/index.cjs +2352 -0
  251. package/node_modules/@lezer/markdown/dist/index.d.cts +600 -0
  252. package/node_modules/@lezer/markdown/dist/index.d.ts +600 -0
  253. package/node_modules/@lezer/markdown/dist/index.js +2335 -0
  254. package/node_modules/@lezer/markdown/package.json +37 -0
  255. package/node_modules/@lezer/markdown/src/README.md +83 -0
  256. package/node_modules/@lezer/markdown/src/extension.ts +301 -0
  257. package/node_modules/@lezer/markdown/src/index.ts +5 -0
  258. package/node_modules/@lezer/markdown/src/markdown.ts +1961 -0
  259. package/node_modules/@lezer/markdown/src/nest.ts +46 -0
  260. package/node_modules/@lezer/markdown/test/compare-tree.ts +14 -0
  261. package/node_modules/@lezer/markdown/test/spec.ts +79 -0
  262. package/node_modules/@lezer/markdown/test/test-extension.ts +269 -0
  263. package/node_modules/@lezer/markdown/test/test-incremental.ts +265 -0
  264. package/node_modules/@lezer/markdown/test/test-markdown.ts +3574 -0
  265. package/node_modules/@lezer/markdown/test/test-nesting.ts +86 -0
  266. package/node_modules/@lezer/markdown/test/tsconfig.json +12 -0
  267. package/node_modules/@lezer/markdown/tsconfig.json +14 -0
  268. package/node_modules/@lezer/python/CHANGELOG.md +243 -0
  269. package/node_modules/@lezer/python/LICENSE +21 -0
  270. package/node_modules/@lezer/python/README.md +6 -0
  271. package/node_modules/@lezer/python/dist/index.cjs +330 -0
  272. package/node_modules/@lezer/python/dist/index.d.cts +3 -0
  273. package/node_modules/@lezer/python/dist/index.d.ts +3 -0
  274. package/node_modules/@lezer/python/dist/index.js +326 -0
  275. package/node_modules/@lezer/python/package.json +36 -0
  276. package/node_modules/@lezer/python/rollup.config.js +16 -0
  277. package/node_modules/@lezer/python/src/highlight.js +35 -0
  278. package/node_modules/@lezer/python/src/python.grammar +381 -0
  279. package/node_modules/@lezer/python/src/tokens.js +224 -0
  280. package/node_modules/@lezer/python/test/expression.txt +231 -0
  281. package/node_modules/@lezer/python/test/statement.txt +442 -0
  282. package/node_modules/@lezer/python/test/test-incremental.js +33 -0
  283. package/node_modules/@lezer/python/test/test-python.js +17 -0
  284. package/node_modules/@marijn/find-cluster-break/LICENSE +21 -0
  285. package/node_modules/@marijn/find-cluster-break/README.md +28 -0
  286. package/node_modules/@marijn/find-cluster-break/dist/index.cjs +85 -0
  287. package/node_modules/@marijn/find-cluster-break/dist/index.d.cts +15 -0
  288. package/node_modules/@marijn/find-cluster-break/package.json +35 -0
  289. package/node_modules/@marijn/find-cluster-break/rollup.config.js +7 -0
  290. package/node_modules/@marijn/find-cluster-break/src/index.d.ts +15 -0
  291. package/node_modules/@marijn/find-cluster-break/src/index.js +87 -0
  292. package/node_modules/@marijn/find-cluster-break/test/test-cluster.js +30 -0
  293. package/node_modules/crelt/LICENSE +19 -0
  294. package/node_modules/crelt/README.md +23 -0
  295. package/node_modules/crelt/dist/index.cjs +31 -0
  296. package/node_modules/crelt/dist/index.d.cts +4 -0
  297. package/node_modules/crelt/index.d.ts +4 -0
  298. package/node_modules/crelt/index.js +28 -0
  299. package/node_modules/crelt/package.json +35 -0
  300. package/node_modules/crelt/rollup.config.js +13 -0
  301. package/node_modules/style-mod/LICENSE +19 -0
  302. package/node_modules/style-mod/README.md +98 -0
  303. package/node_modules/style-mod/dist/style-mod.cjs +165 -0
  304. package/node_modules/style-mod/dist/style-mod.d.cts +16 -0
  305. package/node_modules/style-mod/package.json +39 -0
  306. package/node_modules/style-mod/src/README.md +34 -0
  307. package/node_modules/style-mod/src/style-mod.d.ts +16 -0
  308. package/node_modules/style-mod/src/style-mod.js +172 -0
  309. package/node_modules/style-mod/test/test-style-mod.js +104 -0
  310. package/node_modules/w3c-keyname/.tern-port +1 -0
  311. package/node_modules/w3c-keyname/LICENSE +19 -0
  312. package/node_modules/w3c-keyname/README.md +18 -0
  313. package/node_modules/w3c-keyname/index.cjs +127 -0
  314. package/node_modules/w3c-keyname/index.d.cts +5 -0
  315. package/node_modules/w3c-keyname/index.d.ts +5 -0
  316. package/node_modules/w3c-keyname/index.js +119 -0
  317. package/node_modules/w3c-keyname/package.json +37 -0
  318. package/package.json +1 -1
  319. package/packages/daemon/src/api.js +157 -2
  320. package/packages/daemon/src/filewatcher.js +59 -0
  321. package/packages/daemon/src/index.js +28 -1
  322. package/packages/daemon/src/skills.js +20 -0
  323. package/packages/gui/dist/assets/index-Dxg9hdf3.js +103 -0
  324. package/packages/gui/dist/index.html +1 -1
  325. package/packages/gui/package.json +15 -2
  326. package/packages/gui/src/App.jsx +3 -0
  327. package/packages/gui/src/components/CodeEditor.jsx +143 -0
  328. package/packages/gui/src/components/EditorTabs.jsx +83 -0
  329. package/packages/gui/src/components/FileTree.jsx +193 -0
  330. package/packages/gui/src/stores/groove.js +158 -1
  331. package/packages/gui/src/views/FileEditor.jsx +142 -0
  332. package/packages/gui/src/views/SkillsMarketplace.jsx +112 -1
  333. package/node_modules/@groove-dev/gui/dist/assets/index-CNCSwHwH.js +0 -74
  334. package/packages/gui/dist/assets/index-CNCSwHwH.js +0 -74
@@ -0,0 +1,412 @@
1
+ ## 6.12.3 (2026-03-25)
2
+
3
+ ### Bug fixes
4
+
5
+ Fix a crash in `bracketMatching` when composing at end of document.
6
+
7
+ ## 6.12.2 (2026-02-25)
8
+
9
+ ### Bug fixes
10
+
11
+ Make sure brackets are highlighted in the initial editor state.
12
+
13
+ Pause bracket matching updates during composition, to avoid disrupting Mobile Safari's fragile composition handling.
14
+
15
+ ## 6.12.1 (2025-12-22)
16
+
17
+ ### Bug fixes
18
+
19
+ Improve finding inner language in syntax tree when the nested parse has been marked as bracketed.
20
+
21
+ ## 6.11.3 (2025-08-15)
22
+
23
+ ### Bug fixes
24
+
25
+ Make the stream parser user 4 times smaller chunks to reduce the amount of re-parsed code on changes.
26
+
27
+ ## 6.11.2 (2025-06-27)
28
+
29
+ ### Bug fixes
30
+
31
+ Make sure folded ranges open when backspacing or deleting into them.
32
+
33
+ ## 6.11.1 (2025-06-02)
34
+
35
+ ### Bug fixes
36
+
37
+ Fix an issue where indentation would sometimes miss nodes in mixed-language situations.
38
+
39
+ ## 6.11.0 (2025-03-13)
40
+
41
+ ### New features
42
+
43
+ Stream parsers now support a `mergeTokens` option that can be used to turn off automatic merging of adjacent tokens.
44
+
45
+ ## 6.10.8 (2024-12-23)
46
+
47
+ ### Bug fixes
48
+
49
+ Fix a regression introduced 6.10.7 that caused indention to sometimes crash on nested language boundaries.
50
+
51
+ ## 6.10.7 (2024-12-17)
52
+
53
+ ### Bug fixes
54
+
55
+ Fix an issue where indentation for a stream language would fail to work when the parse covered only part of the document, far from the start.
56
+
57
+ Make sure the inner mode gets a chance to indent when indenting right at the end of a nested language section.
58
+
59
+ ## 6.10.6 (2024-11-29)
60
+
61
+ ### Bug fixes
62
+
63
+ Fix a crash in `StreamLanguage` when the input range is entirely before the editor viewport.
64
+
65
+ ## 6.10.5 (2024-11-27)
66
+
67
+ ### Bug fixes
68
+
69
+ Fix an issue where a `StreamLanguage` could get confused when trying to reuse existing parse data when the parsed range changed.
70
+
71
+ ## 6.10.4 (2024-11-24)
72
+
73
+ ### Bug fixes
74
+
75
+ Join adjacent tokens of the same type into a single token in .
76
+
77
+ Call stream language indent functions even when the language is used as a nested parser.
78
+
79
+ Fix a crash in `StreamParser` when a parse was resumed with different input ranges.
80
+
81
+ ## 6.10.3 (2024-09-19)
82
+
83
+ ### Bug fixes
84
+
85
+ Fix a TypeScript error when using `HighlightStyle` with the `exactOptionalPropertyTypes` typechecking option enabled.
86
+
87
+ Make `delimitedIndent` align to spaces after the opening token.
88
+
89
+ ## 6.10.2 (2024-06-03)
90
+
91
+ ### Bug fixes
92
+
93
+ Fix an infinite loop that could occur when enabling `bidiIsolates` in documents with both bidirectional text and very long lines.
94
+
95
+ ## 6.10.1 (2024-02-02)
96
+
97
+ ### Bug fixes
98
+
99
+ Fix an issue where, when a lot of code is visible in the initial editor, the bottom bit of code is shown without highlighting for one frame.
100
+
101
+ ## 6.10.0 (2023-12-28)
102
+
103
+ ### New features
104
+
105
+ The new `bidiIsolates` extension can be used to wrap syntactic elements where this is appropriate in an element that isolates their text direction, avoiding weird ordering of neutral characters on direction boundaries.
106
+
107
+ ## 6.9.3 (2023-11-27)
108
+
109
+ ### Bug fixes
110
+
111
+ Fix an issue in `StreamLanguage` where it ran out of node type ids if you repeatedly redefined a language with the same token table.
112
+
113
+ ## 6.9.2 (2023-10-24)
114
+
115
+ ### Bug fixes
116
+
117
+ Allow `StreamParser` tokens get multiple highlighting tags.
118
+
119
+ ## 6.9.1 (2023-09-20)
120
+
121
+ ### Bug fixes
122
+
123
+ Indentation now works a lot better in mixed-language documents that interleave the languages in a complex way.
124
+
125
+ Code folding is now able to pick the right foldable syntax node when the line end falls in a mixed-parsing language that doesn't match the target node.
126
+
127
+ ## 6.9.0 (2023-08-16)
128
+
129
+ ### Bug fixes
130
+
131
+ Make `getIndentation` return null, rather than 0, when there is no syntax tree available.
132
+
133
+ ### New features
134
+
135
+ The new `preparePlaceholder` option to `codeFolding` makes it possible to display contextual information in a folded range placeholder widget.
136
+
137
+ ## 6.8.0 (2023-06-12)
138
+
139
+ ### New features
140
+
141
+ The new `baseIndentFor` method in `TreeIndentContext` can be used to find the base indentation for an arbitrary node.
142
+
143
+ ## 6.7.0 (2023-05-19)
144
+
145
+ ### New features
146
+
147
+ Export `DocInput` class for feeding editor documents to a Lezer parser.
148
+
149
+ ## 6.6.0 (2023-02-13)
150
+
151
+ ### New features
152
+
153
+ Syntax-driven language data queries now support sublanguages, which make it possible to return different data for specific parts of the tree produced by a single language.
154
+
155
+ ## 6.5.0 (2023-02-07)
156
+
157
+ ### Bug fixes
158
+
159
+ Make indentation for stream languages more reliable by having `StringStream.indentation` return overridden indentations from the indent context.
160
+
161
+ ### New features
162
+
163
+ The `toggleFold` command folds or unfolds depending on whether there's an existing folded range on the current line.
164
+
165
+ `indentUnit` now accepts any (repeated) whitespace character, not just spaces and tabs.
166
+
167
+ ## 6.4.0 (2023-01-12)
168
+
169
+ ### New features
170
+
171
+ The `bracketMatchingHandle` node prop can now be used to limit bracket matching behavior for larger nodes to a single subnode (for example the tag name of an HTML tag).
172
+
173
+ ## 6.3.2 (2022-12-16)
174
+
175
+ ### Bug fixes
176
+
177
+ Fix a bug that caused `ensureSyntaxTree` to return incomplete trees when using a viewport-aware parser like `StreamLanguage`.
178
+
179
+ ## 6.3.1 (2022-11-14)
180
+
181
+ ### Bug fixes
182
+
183
+ Make syntax-based folding include syntax nodes that start right at the end of a line as potential fold targets.
184
+
185
+ Fix the `indentService` protocol to allow a distinction between declining to handle the indentation and returning null to indicate the line has no definite indentation.
186
+
187
+ ## 6.3.0 (2022-10-24)
188
+
189
+ ### New features
190
+
191
+ `HighlightStyle` objects now have a `specs` property holding the tag styles that were used to define them.
192
+
193
+ `Language` objects now have a `name` field holding the language name.
194
+
195
+ ## 6.2.1 (2022-07-21)
196
+
197
+ ### Bug fixes
198
+
199
+ Fix a bug where `bracketMatching` would incorrectly match nested brackets in syntax trees that put multiple pairs of brackets in the same parent node.
200
+
201
+ Fix a bug that could cause `indentRange` to loop infinitely.
202
+
203
+ ## 6.2.0 (2022-06-30)
204
+
205
+ ### Bug fixes
206
+
207
+ Fix a bug that prevented bracket matching to recognize plain brackets inside a language parsed as an overlay.
208
+
209
+ ### New features
210
+
211
+ The `indentRange` function provides an easy way to programatically auto-indent a range of the document.
212
+
213
+ ## 6.1.0 (2022-06-20)
214
+
215
+ ### New features
216
+
217
+ The `foldState` field is now public, and can be used to serialize and deserialize the fold state.
218
+
219
+ ## 6.0.0 (2022-06-08)
220
+
221
+ ### New features
222
+
223
+ The `foldingChanged` option to `foldGutter` can now be used to trigger a recomputation of the fold markers.
224
+
225
+ ## 0.20.2 (2022-05-20)
226
+
227
+ ### Bug fixes
228
+
229
+ List style-mod as a dependency.
230
+
231
+ ## 0.20.1 (2022-05-18)
232
+
233
+ ### Bug fixes
234
+
235
+ Make sure `all` styles in the CSS generated for a `HighlightStyle` have a lower precedence than the other rules defined for the style. Use a shorthand property
236
+
237
+ ## 0.20.0 (2022-04-20)
238
+
239
+ ### Breaking changes
240
+
241
+ `HighlightStyle.get` is now called `highlightingFor`.
242
+
243
+ `HighlightStyles` no longer function as extensions (to improve tree shaking), and must be wrapped with `syntaxHighlighting` to add to an editor configuration.
244
+
245
+ `Language` objects no longer have a `topNode` property.
246
+
247
+ ### New features
248
+
249
+ `HighlightStyle` and `defaultHighlightStyle` from the now-removed @codemirror/highlight package now live in this package.
250
+
251
+ The new `forceParsing` function can be used to run the parser forward on an editor view.
252
+
253
+ The exports that used to live in @codemirror/matchbrackets are now exported from this package.
254
+
255
+ The @codemirror/fold package has been merged into this one.
256
+
257
+ The exports from the old @codemirror/stream-parser package now live in this package.
258
+
259
+ ## 0.19.10 (2022-03-31)
260
+
261
+ ### Bug fixes
262
+
263
+ Autocompletion may now also trigger automatic indentation on input.
264
+
265
+ ## 0.19.9 (2022-03-30)
266
+
267
+ ### Bug fixes
268
+
269
+ Make sure nodes that end at the end of a partial parse aren't treated as valid fold targets.
270
+
271
+ Fix an issue where the parser sometimes wouldn't reuse parsing work done in the background on transactions.
272
+
273
+ ## 0.19.8 (2022-03-03)
274
+
275
+ ### Bug fixes
276
+
277
+ Fix an issue that could cause indentation logic to use the wrong line content when indenting multiple lines at once.
278
+
279
+ ## 0.19.7 (2021-12-02)
280
+
281
+ ### Bug fixes
282
+
283
+ Fix an issue where the parse worker could incorrectly stop working when the parse tree has skipped gaps in it.
284
+
285
+ ## 0.19.6 (2021-11-26)
286
+
287
+ ### Bug fixes
288
+
289
+ Fixes an issue where the background parse work would be scheduled too aggressively, degrading responsiveness on a newly-created editor with a large document.
290
+
291
+ Improve initial highlight for mixed-language editors and limit the amount of parsing done on state creation for faster startup.
292
+
293
+ ## 0.19.5 (2021-11-17)
294
+
295
+ ### New features
296
+
297
+ The new function `syntaxTreeAvailable` can be used to check if a fully-parsed syntax tree is available up to a given document position.
298
+
299
+ The module now exports `syntaxParserRunning`, which tells you whether the background parser is still planning to do more work for a given editor view.
300
+
301
+ ## 0.19.4 (2021-11-13)
302
+
303
+ ### New features
304
+
305
+ `LanguageDescription.of` now takes an optional already-loaded extension.
306
+
307
+ ## 0.19.3 (2021-09-13)
308
+
309
+ ### Bug fixes
310
+
311
+ Fix an issue where a parse that skipped content with `skipUntilInView` would in some cases not be restarted when the range came into view.
312
+
313
+ ## 0.19.2 (2021-08-11)
314
+
315
+ ### Bug fixes
316
+
317
+ Fix a bug that caused `indentOnInput` to fire for the wrong kinds of transactions.
318
+
319
+ Fix a bug that could cause `indentOnInput` to apply its changes incorrectly.
320
+
321
+ ## 0.19.1 (2021-08-11)
322
+
323
+ ### Bug fixes
324
+
325
+ Fix incorrect versions for @lezer dependencies.
326
+
327
+ ## 0.19.0 (2021-08-11)
328
+
329
+ ### Breaking changes
330
+
331
+ CodeMirror now uses lezer 0.15, which means different package names (scoped with @lezer) and some breaking changes in the library.
332
+
333
+ `EditorParseContext` is now called `ParseContext`. It is no longer passed to parsers, but must be retrieved with `ParseContext.get`.
334
+
335
+ `IndentContext.lineIndent` now takes a position, not a `Line` object, as argument.
336
+
337
+ `LezerLanguage` was renamed to `LRLanguage` (because all languages must emit Lezer-style trees, the name was misleading).
338
+
339
+ `Language.parseString` no longer exists. You can just call `.parser.parse(...)` instead.
340
+
341
+ ### New features
342
+
343
+ New `IndentContext.lineAt` method to access lines in a way that is aware of simulated line breaks.
344
+
345
+ `IndentContext` now provides a `simulatedBreak` property through which client code can query whether the context has a simulated line break.
346
+
347
+ ## 0.18.2 (2021-06-01)
348
+
349
+ ### Bug fixes
350
+
351
+ Fix an issue where asynchronous re-parsing (with dynamically loaded languages) sometimes failed to fully happen.
352
+
353
+ ## 0.18.1 (2021-03-31)
354
+
355
+ ### Breaking changes
356
+
357
+ `EditorParseContext.getSkippingParser` now replaces `EditorParseContext.skippingParser` and allows you to provide a promise that'll cause parsing to start again. (The old property remains available until the next major release.)
358
+
359
+ ### Bug fixes
360
+
361
+ Fix an issue where nested parsers could see past the end of the nested region.
362
+
363
+ ## 0.18.0 (2021-03-03)
364
+
365
+ ### Breaking changes
366
+
367
+ Update dependencies to 0.18.
368
+
369
+ ### Breaking changes
370
+
371
+ The `Language` constructor takes an additional argument that provides the top node type.
372
+
373
+ ### New features
374
+
375
+ `Language` instances now have a `topNode` property giving their top node type.
376
+
377
+ `TreeIndentContext` now has a `continue` method that allows an indenter to defer to the indentation of the parent nodes.
378
+
379
+ ## 0.17.5 (2021-02-19)
380
+
381
+ ### New features
382
+
383
+ This package now exports a `foldInside` helper function, a fold function that should work for most delimited node types.
384
+
385
+ ## 0.17.4 (2021-01-15)
386
+
387
+ ## 0.17.3 (2021-01-15)
388
+
389
+ ### Bug fixes
390
+
391
+ Parse scheduling has been improved to reduce the likelyhood of the user looking at unparsed code in big documents.
392
+
393
+ Prevent parser from running too far past the current viewport in huge documents.
394
+
395
+ ## 0.17.2 (2021-01-06)
396
+
397
+ ### New features
398
+
399
+ The package now also exports a CommonJS module.
400
+
401
+ ## 0.17.1 (2020-12-30)
402
+
403
+ ### Bug fixes
404
+
405
+ Fix a bug where changing the editor configuration wouldn't update the language parser used.
406
+
407
+ ## 0.17.0 (2020-12-29)
408
+
409
+ ### Breaking changes
410
+
411
+ First numbered release.
412
+
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,66 @@
1
+ # @codemirror/language [![NPM version](https://img.shields.io/npm/v/@codemirror/language.svg)](https://www.npmjs.org/package/@codemirror/language)
2
+
3
+ [ [**WEBSITE**](https://codemirror.net/) | [**DOCS**](https://codemirror.net/docs/ref/#language) | [**ISSUES**](https://github.com/codemirror/dev/issues) | [**FORUM**](https://discuss.codemirror.net/) | [**CHANGELOG**](https://github.com/codemirror/language/blob/main/CHANGELOG.md) ]
4
+
5
+ This package implements the language support infrastructure for the
6
+ [CodeMirror](https://codemirror.net/) code editor.
7
+
8
+ The [project page](https://codemirror.net/) has more information, a
9
+ number of [examples](https://codemirror.net/examples/) and the
10
+ [documentation](https://codemirror.net/docs/).
11
+
12
+ This code is released under an
13
+ [MIT license](https://github.com/codemirror/language/tree/main/LICENSE).
14
+
15
+ We aim to be an inclusive, welcoming community. To make that explicit,
16
+ we have a [code of
17
+ conduct](http://contributor-covenant.org/version/1/1/0/) that applies
18
+ to communication around the project.
19
+
20
+ ## Usage
21
+
22
+ Setting up a language from a [Lezer](https://lezer.codemirror.net)
23
+ parser looks like this:
24
+
25
+ ```javascript
26
+ import {parser} from "@lezer/json"
27
+ import {LRLanguage, continuedIndent, indentNodeProp,
28
+ foldNodeProp, foldInside} from "@codemirror/language"
29
+
30
+ export const jsonLanguage = LRLanguage.define({
31
+ name: "json",
32
+ parser: parser.configure({
33
+ props: [
34
+ indentNodeProp.add({
35
+ Object: continuedIndent({except: /^\s*\}/}),
36
+ Array: continuedIndent({except: /^\s*\]/})
37
+ }),
38
+ foldNodeProp.add({
39
+ "Object Array": foldInside
40
+ })
41
+ ]
42
+ }),
43
+ languageData: {
44
+ closeBrackets: {brackets: ["[", "{", '"']},
45
+ indentOnInput: /^\s*[\}\]]$/
46
+ }
47
+ })
48
+ ```
49
+
50
+ Often, you'll also use this package just to access some specific
51
+ language-related features, such as accessing the editor's syntax
52
+ tree...
53
+
54
+ ```javascript
55
+ import {syntaxTree} from "@codemirror/language"
56
+
57
+ const tree = syntaxTree(view)
58
+ ```
59
+
60
+ ... or computing the appriate indentation at a given point.
61
+
62
+ ```javascript
63
+ import {getIndentation} from "@codemirror/language"
64
+
65
+ console.log(getIndentation(view.state, view.state.selection.main.head))
66
+ ```