diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1cf7b20..fbc3e3f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8,13 +8,13 @@ "name": "frontend", "version": "0.0.0", "dependencies": { - "@codemirror/autocomplete": "^6.18.6", + "@codemirror/autocomplete": "^6.18.7", "@codemirror/commands": "^6.8.1", "@codemirror/lang-angular": "^0.1.4", "@codemirror/lang-cpp": "^6.0.3", "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-go": "^6.0.1", - "@codemirror/lang-html": "^6.4.9", + "@codemirror/lang-html": "^6.4.10", "@codemirror/lang-java": "^6.0.2", "@codemirror/lang-javascript": "^6.2.4", "@codemirror/lang-json": "^6.0.2", @@ -29,7 +29,6 @@ "@codemirror/lang-sql": "^6.9.1", "@codemirror/lang-vue": "^0.1.3", "@codemirror/lang-wast": "^6.0.2", - "@codemirror/lang-xml": "^6.1.0", "@codemirror/lang-yaml": "^6.1.2", "@codemirror/language": "^6.11.3", "@codemirror/language-data": "^6.5.1", @@ -37,7 +36,7 @@ "@codemirror/lint": "^6.8.5", "@codemirror/search": "^6.5.11", "@codemirror/state": "^6.5.2", - "@codemirror/view": "^6.38.1", + "@codemirror/view": "^6.38.2", "@lezer/highlight": "^1.2.1", "@lezer/lr": "^1.4.2", "codemirror": "^6.0.2", @@ -51,26 +50,26 @@ "pinia-plugin-persistedstate": "^4.5.0", "prettier": "^3.6.2", "remarkable": "^2.0.1", - "sass": "^1.90.0", - "vue": "^3.5.19", - "vue-i18n": "^11.1.11", + "sass": "^1.92.1", + "vue": "^3.5.21", + "vue-i18n": "^11.1.12", "vue-pick-colors": "^1.8.0", "vue-router": "^4.5.1" }, "devDependencies": { - "@eslint/js": "^9.34.0", + "@eslint/js": "^9.35.0", "@lezer/generator": "^1.8.0", - "@types/node": "^24.3.0", + "@types/node": "^24.3.1", "@types/remarkable": "^2.0.8", "@vitejs/plugin-vue": "^6.0.1", "@wailsio/runtime": "latest", - "eslint": "^9.34.0", + "eslint": "^9.35.0", "eslint-plugin-vue": "^10.4.0", - "globals": "^16.3.0", + "globals": "^16.4.0", "typescript": "^5.9.2", - "typescript-eslint": "^8.40.0", + "typescript-eslint": "^8.43.0", "unplugin-vue-components": "^29.0.0", - "vite": "^7.1.3", + "vite": "^7.1.5", "vue-eslint-parser": "^10.2.0", "vue-tsc": "^3.0.6" } @@ -122,9 +121,9 @@ } }, "node_modules/@codemirror/autocomplete": { - "version": "6.18.6", - "resolved": "https://registry.npmmirror.com/@codemirror/autocomplete/-/autocomplete-6.18.6.tgz", - "integrity": "sha512-PHHBXFomUs5DF+9tCOM/UoW6XQ4R44lLNNhRaW9PKPTU0D7lIjRg3ElxaJnTwsl/oHiR93WSXDBrekhoUGCPtg==", + "version": "6.18.7", + "resolved": "https://registry.npmmirror.com/@codemirror/autocomplete/-/autocomplete-6.18.7.tgz", + "integrity": "sha512-8EzdeIoWPJDsMBwz3zdzwXnUpCzMiCyz5/A3FIPpriaclFCGDkAzK13sMcnsu5rowqiyeQN2Vs2TsOcoDPZirQ==", "license": "MIT", "dependencies": { "@codemirror/language": "^6.0.0", @@ -196,9 +195,9 @@ } }, "node_modules/@codemirror/lang-html": { - "version": "6.4.9", - "resolved": "https://registry.npmmirror.com/@codemirror/lang-html/-/lang-html-6.4.9.tgz", - "integrity": "sha512-aQv37pIMSlueybId/2PVSP6NPnmurFDVmZwzc7jszd2KAF8qd4VBbvNYPXWQq90WIARjsdVkPbw29pszmHws3Q==", + "version": "6.4.10", + "resolved": "https://registry.npmmirror.com/@codemirror/lang-html/-/lang-html-6.4.10.tgz", + "integrity": "sha512-h/SceTVsN5r+WE+TVP2g3KDvNoSzbSrtZXCKo4vkKdbfT5t4otuVgngGdFukOO/rwRD2++pCxoh6xD4TEVMkQA==", "license": "MIT", "dependencies": { "@codemirror/autocomplete": "^6.0.0", @@ -506,9 +505,9 @@ } }, "node_modules/@codemirror/view": { - "version": "6.38.1", - "resolved": "https://registry.npmmirror.com/@codemirror/view/-/view-6.38.1.tgz", - "integrity": "sha512-RmTOkE7hRU3OVREqFVITWHz6ocgBjv08GoePscAakgVQfciA3SGCEk7mb9IzwW61cKKmlTpHXG6DUE5Ubx+MGQ==", + "version": "6.38.2", + "resolved": "https://registry.npmmirror.com/@codemirror/view/-/view-6.38.2.tgz", + "integrity": "sha512-bTWAJxL6EOFLPzTx+O5P5xAO3gTqpatQ2b/ARQ8itfU/v2LlpS3pH2fkL0A3E/Fx8Y2St2KES7ZEV0sHTsSW/A==", "license": "MIT", "dependencies": { "@codemirror/state": "^6.5.0", @@ -943,9 +942,9 @@ } }, "node_modules/@eslint-community/eslint-utils": { - "version": "4.7.0", - "resolved": "https://registry.npmmirror.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz", - "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==", + "version": "4.9.0", + "resolved": "https://registry.npmmirror.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz", + "integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==", "dev": true, "license": "MIT", "dependencies": { @@ -1060,9 +1059,9 @@ } }, "node_modules/@eslint/js": { - "version": "9.34.0", - "resolved": "https://registry.npmmirror.com/@eslint/js/-/js-9.34.0.tgz", - "integrity": "sha512-EoyvqQnBNsV1CWaEJ559rxXL4c8V92gxirbawSmVUOWXlsRxxQXl6LmCpdUblgxgSkDIqKnhzba2SjRTI/A5Rw==", + "version": "9.35.0", + "resolved": "https://registry.npmmirror.com/@eslint/js/-/js-9.35.0.tgz", + "integrity": "sha512-30iXE9whjlILfWobBkNerJo+TXYsgVM5ERQwMcMKCHckHflCmf7wXDAHlARoWnh0s1U72WqlbeyE7iAcCzuCPw==", "dev": true, "license": "MIT", "engines": { @@ -1163,13 +1162,13 @@ } }, "node_modules/@intlify/core-base": { - "version": "11.1.11", - "resolved": "https://registry.npmmirror.com/@intlify/core-base/-/core-base-11.1.11.tgz", - "integrity": "sha512-1Z0N8jTfkcD2Luq9HNZt+GmjpFe4/4PpZF3AOzoO1u5PTtSuXZcfhwBatywbfE2ieB/B5QHIoOFmCXY2jqVKEQ==", + "version": "11.1.12", + "resolved": "https://registry.npmmirror.com/@intlify/core-base/-/core-base-11.1.12.tgz", + "integrity": "sha512-whh0trqRsSqVLNEUCwU59pyJZYpU8AmSWl8M3Jz2Mv5ESPP6kFh4juas2NpZ1iCvy7GlNRffUD1xr84gceimjg==", "license": "MIT", "dependencies": { - "@intlify/message-compiler": "11.1.11", - "@intlify/shared": "11.1.11" + "@intlify/message-compiler": "11.1.12", + "@intlify/shared": "11.1.12" }, "engines": { "node": ">= 16" @@ -1179,12 +1178,12 @@ } }, "node_modules/@intlify/message-compiler": { - "version": "11.1.11", - "resolved": "https://registry.npmmirror.com/@intlify/message-compiler/-/message-compiler-11.1.11.tgz", - "integrity": "sha512-7PC6neomoc/z7a8JRjPBbu0T2TzR2MQuY5kn2e049MP7+o32Ve7O8husylkA7K9fQRe4iNXZWTPnDJ6vZdtS1Q==", + "version": "11.1.12", + "resolved": "https://registry.npmmirror.com/@intlify/message-compiler/-/message-compiler-11.1.12.tgz", + "integrity": "sha512-Fv9iQSJoJaXl4ZGkOCN1LDM3trzze0AS2zRz2EHLiwenwL6t0Ki9KySYlyr27yVOj5aVz0e55JePO+kELIvfdQ==", "license": "MIT", "dependencies": { - "@intlify/shared": "11.1.11", + "@intlify/shared": "11.1.12", "source-map-js": "^1.0.2" }, "engines": { @@ -1195,9 +1194,9 @@ } }, "node_modules/@intlify/shared": { - "version": "11.1.11", - "resolved": "https://registry.npmmirror.com/@intlify/shared/-/shared-11.1.11.tgz", - "integrity": "sha512-RIBFTIqxZSsxUqlcyoR7iiC632bq7kkOwYvZlvcVObHfrF4NhuKc4FKvu8iPCrEO+e3XsY7/UVpfgzg+M7ETzA==", + "version": "11.1.12", + "resolved": "https://registry.npmmirror.com/@intlify/shared/-/shared-11.1.12.tgz", + "integrity": "sha512-Om86EjuQtA69hdNj3GQec9ZC0L0vPSAnXzB3gP/gyJ7+mA7t06d9aOAiqMZ+xEOsumGP4eEBlfl8zF2LOTzf2A==", "license": "MIT", "engines": { "node": ">= 16" @@ -1207,9 +1206,9 @@ } }, "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.5.0", - "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", - "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", + "version": "1.5.5", + "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", + "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", "license": "MIT" }, "node_modules/@lezer/common": { @@ -2111,9 +2110,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.3.0", - "resolved": "https://registry.npmmirror.com/@types/node/-/node-24.3.0.tgz", - "integrity": "sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==", + "version": "24.3.1", + "resolved": "https://registry.npmmirror.com/@types/node/-/node-24.3.1.tgz", + "integrity": "sha512-3vXmQDXy+woz+gnrTvuvNrPzekOi+Ds0ReMxw0LzBiK3a+1k0kQn9f2NWk+lgD4rJehFUmYy2gMhJ2ZI+7YP9g==", "dev": true, "license": "MIT", "dependencies": { @@ -2128,17 +2127,17 @@ "license": "MIT" }, "node_modules/@typescript-eslint/eslint-plugin": { - "version": "8.40.0", - "resolved": "https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.40.0.tgz", - "integrity": "sha512-w/EboPlBwnmOBtRbiOvzjD+wdiZdgFeo17lkltrtn7X37vagKKWJABvyfsJXTlHe6XBzugmYgd4A4nW+k8Mixw==", + "version": "8.43.0", + "resolved": "https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.43.0.tgz", + "integrity": "sha512-8tg+gt7ENL7KewsKMKDHXR1vm8tt9eMxjJBYINf6swonlWgkYn5NwyIgXpbbDxTNU5DgpDFfj95prcTq2clIQQ==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/regexpp": "^4.10.0", - "@typescript-eslint/scope-manager": "8.40.0", - "@typescript-eslint/type-utils": "8.40.0", - "@typescript-eslint/utils": "8.40.0", - "@typescript-eslint/visitor-keys": "8.40.0", + "@typescript-eslint/scope-manager": "8.43.0", + "@typescript-eslint/type-utils": "8.43.0", + "@typescript-eslint/utils": "8.43.0", + "@typescript-eslint/visitor-keys": "8.43.0", "graphemer": "^1.4.0", "ignore": "^7.0.0", "natural-compare": "^1.4.0", @@ -2152,7 +2151,7 @@ "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "@typescript-eslint/parser": "^8.40.0", + "@typescript-eslint/parser": "^8.43.0", "eslint": "^8.57.0 || ^9.0.0", "typescript": ">=4.8.4 <6.0.0" } @@ -2168,16 +2167,16 @@ } }, "node_modules/@typescript-eslint/parser": { - "version": "8.40.0", - "resolved": "https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-8.40.0.tgz", - "integrity": "sha512-jCNyAuXx8dr5KJMkecGmZ8KI61KBUhkCob+SD+C+I5+Y1FWI2Y3QmY4/cxMCC5WAsZqoEtEETVhUiUMIGCf6Bw==", + "version": "8.43.0", + "resolved": "https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-8.43.0.tgz", + "integrity": "sha512-B7RIQiTsCBBmY+yW4+ILd6mF5h1FUwJsVvpqkrgpszYifetQ2Ke+Z4u6aZh0CblkUGIdR59iYVyXqqZGkZ3aBw==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/scope-manager": "8.40.0", - "@typescript-eslint/types": "8.40.0", - "@typescript-eslint/typescript-estree": "8.40.0", - "@typescript-eslint/visitor-keys": "8.40.0", + "@typescript-eslint/scope-manager": "8.43.0", + "@typescript-eslint/types": "8.43.0", + "@typescript-eslint/typescript-estree": "8.43.0", + "@typescript-eslint/visitor-keys": "8.43.0", "debug": "^4.3.4" }, "engines": { @@ -2193,14 +2192,14 @@ } }, "node_modules/@typescript-eslint/project-service": { - "version": "8.40.0", - "resolved": "https://registry.npmmirror.com/@typescript-eslint/project-service/-/project-service-8.40.0.tgz", - "integrity": "sha512-/A89vz7Wf5DEXsGVvcGdYKbVM9F7DyFXj52lNYUDS1L9yJfqjW/fIp5PgMuEJL/KeqVTe2QSbXAGUZljDUpArw==", + "version": "8.43.0", + "resolved": "https://registry.npmmirror.com/@typescript-eslint/project-service/-/project-service-8.43.0.tgz", + "integrity": "sha512-htB/+D/BIGoNTQYffZw4uM4NzzuolCoaA/BusuSIcC8YjmBYQioew5VUZAYdAETPjeed0hqCaW7EHg+Robq8uw==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/tsconfig-utils": "^8.40.0", - "@typescript-eslint/types": "^8.40.0", + "@typescript-eslint/tsconfig-utils": "^8.43.0", + "@typescript-eslint/types": "^8.43.0", "debug": "^4.3.4" }, "engines": { @@ -2215,14 +2214,14 @@ } }, "node_modules/@typescript-eslint/scope-manager": { - "version": "8.40.0", - "resolved": "https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-8.40.0.tgz", - "integrity": "sha512-y9ObStCcdCiZKzwqsE8CcpyuVMwRouJbbSrNuThDpv16dFAj429IkM6LNb1dZ2m7hK5fHyzNcErZf7CEeKXR4w==", + "version": "8.43.0", + "resolved": "https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-8.43.0.tgz", + "integrity": "sha512-daSWlQ87ZhsjrbMLvpuuMAt3y4ba57AuvadcR7f3nl8eS3BjRc8L9VLxFLk92RL5xdXOg6IQ+qKjjqNEimGuAg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.40.0", - "@typescript-eslint/visitor-keys": "8.40.0" + "@typescript-eslint/types": "8.43.0", + "@typescript-eslint/visitor-keys": "8.43.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -2233,9 +2232,9 @@ } }, "node_modules/@typescript-eslint/tsconfig-utils": { - "version": "8.40.0", - "resolved": "https://registry.npmmirror.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.40.0.tgz", - "integrity": "sha512-jtMytmUaG9d/9kqSl/W3E3xaWESo4hFDxAIHGVW/WKKtQhesnRIJSAJO6XckluuJ6KDB5woD1EiqknriCtAmcw==", + "version": "8.43.0", + "resolved": "https://registry.npmmirror.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.43.0.tgz", + "integrity": "sha512-ALC2prjZcj2YqqL5X/bwWQmHA2em6/94GcbB/KKu5SX3EBDOsqztmmX1kMkvAJHzxk7TazKzJfFiEIagNV3qEA==", "dev": true, "license": "MIT", "engines": { @@ -2250,15 +2249,15 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "8.40.0", - "resolved": "https://registry.npmmirror.com/@typescript-eslint/type-utils/-/type-utils-8.40.0.tgz", - "integrity": "sha512-eE60cK4KzAc6ZrzlJnflXdrMqOBaugeukWICO2rB0KNvwdIMaEaYiywwHMzA1qFpTxrLhN9Lp4E/00EgWcD3Ow==", + "version": "8.43.0", + "resolved": "https://registry.npmmirror.com/@typescript-eslint/type-utils/-/type-utils-8.43.0.tgz", + "integrity": "sha512-qaH1uLBpBuBBuRf8c1mLJ6swOfzCXryhKND04Igr4pckzSEW9JX5Aw9AgW00kwfjWJF0kk0ps9ExKTfvXfw4Qg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.40.0", - "@typescript-eslint/typescript-estree": "8.40.0", - "@typescript-eslint/utils": "8.40.0", + "@typescript-eslint/types": "8.43.0", + "@typescript-eslint/typescript-estree": "8.43.0", + "@typescript-eslint/utils": "8.43.0", "debug": "^4.3.4", "ts-api-utils": "^2.1.0" }, @@ -2275,9 +2274,9 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "8.40.0", - "resolved": "https://registry.npmmirror.com/@typescript-eslint/types/-/types-8.40.0.tgz", - "integrity": "sha512-ETdbFlgbAmXHyFPwqUIYrfc12ArvpBhEVgGAxVYSwli26dn8Ko+lIo4Su9vI9ykTZdJn+vJprs/0eZU0YMAEQg==", + "version": "8.43.0", + "resolved": "https://registry.npmmirror.com/@typescript-eslint/types/-/types-8.43.0.tgz", + "integrity": "sha512-vQ2FZaxJpydjSZJKiSW/LJsabFFvV7KgLC5DiLhkBcykhQj8iK9BOaDmQt74nnKdLvceM5xmhaTF+pLekrxEkw==", "dev": true, "license": "MIT", "engines": { @@ -2289,16 +2288,16 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "8.40.0", - "resolved": "https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.40.0.tgz", - "integrity": "sha512-k1z9+GJReVVOkc1WfVKs1vBrR5MIKKbdAjDTPvIK3L8De6KbFfPFt6BKpdkdk7rZS2GtC/m6yI5MYX+UsuvVYQ==", + "version": "8.43.0", + "resolved": "https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.43.0.tgz", + "integrity": "sha512-7Vv6zlAhPb+cvEpP06WXXy/ZByph9iL6BQRBDj4kmBsW98AqEeQHlj/13X+sZOrKSo9/rNKH4Ul4f6EICREFdw==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/project-service": "8.40.0", - "@typescript-eslint/tsconfig-utils": "8.40.0", - "@typescript-eslint/types": "8.40.0", - "@typescript-eslint/visitor-keys": "8.40.0", + "@typescript-eslint/project-service": "8.43.0", + "@typescript-eslint/tsconfig-utils": "8.43.0", + "@typescript-eslint/types": "8.43.0", + "@typescript-eslint/visitor-keys": "8.43.0", "debug": "^4.3.4", "fast-glob": "^3.3.2", "is-glob": "^4.0.3", @@ -2344,16 +2343,16 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "8.40.0", - "resolved": "https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-8.40.0.tgz", - "integrity": "sha512-Cgzi2MXSZyAUOY+BFwGs17s7ad/7L+gKt6Y8rAVVWS+7o6wrjeFN4nVfTpbE25MNcxyJ+iYUXflbs2xR9h4UBg==", + "version": "8.43.0", + "resolved": "https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-8.43.0.tgz", + "integrity": "sha512-S1/tEmkUeeswxd0GGcnwuVQPFWo8NzZTOMxCvw8BX7OMxnNae+i8Tm7REQen/SwUIPoPqfKn7EaZ+YLpiB3k9g==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.7.0", - "@typescript-eslint/scope-manager": "8.40.0", - "@typescript-eslint/types": "8.40.0", - "@typescript-eslint/typescript-estree": "8.40.0" + "@typescript-eslint/scope-manager": "8.43.0", + "@typescript-eslint/types": "8.43.0", + "@typescript-eslint/typescript-estree": "8.43.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -2368,13 +2367,13 @@ } }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "8.40.0", - "resolved": "https://registry.npmmirror.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.40.0.tgz", - "integrity": "sha512-8CZ47QwalyRjsypfwnbI3hKy5gJDPmrkLjkgMxhi0+DZZ2QNx2naS6/hWoVYUHU7LU2zleF68V9miaVZvhFfTA==", + "version": "8.43.0", + "resolved": "https://registry.npmmirror.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.43.0.tgz", + "integrity": "sha512-T+S1KqRD4sg/bHfLwrpF/K3gQLBM1n7Rp7OjjikjTEssI2YJzQpi5WXoynOaQ93ERIuq3O8RBTOUYDKszUCEHw==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.40.0", + "@typescript-eslint/types": "8.43.0", "eslint-visitor-keys": "^4.2.1" }, "engines": { @@ -2432,53 +2431,53 @@ } }, "node_modules/@vue/compiler-core": { - "version": "3.5.19", - "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.19.tgz", - "integrity": "sha512-/afpyvlkrSNYbPo94Qu8GtIOWS+g5TRdOvs6XZNw6pWQQmj5pBgSZvEPOIZlqWq0YvoUhDDQaQ2TnzuJdOV4hA==", + "version": "3.5.21", + "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.21.tgz", + "integrity": "sha512-8i+LZ0vf6ZgII5Z9XmUvrCyEzocvWT+TeR2VBUVlzIH6Tyv57E20mPZ1bCS+tbejgUgmjrEh7q/0F0bibskAmw==", "license": "MIT", "dependencies": { "@babel/parser": "^7.28.3", - "@vue/shared": "3.5.19", + "@vue/shared": "3.5.21", "entities": "^4.5.0", "estree-walker": "^2.0.2", "source-map-js": "^1.2.1" } }, "node_modules/@vue/compiler-dom": { - "version": "3.5.19", - "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.19.tgz", - "integrity": "sha512-Drs6rPHQZx/pN9S6ml3Z3K/TWCIRPvzG2B/o5kFK9X0MNHt8/E+38tiRfojufrYBfA6FQUFB2qBBRXlcSXWtOA==", + "version": "3.5.21", + "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.21.tgz", + "integrity": "sha512-jNtbu/u97wiyEBJlJ9kmdw7tAr5Vy0Aj5CgQmo+6pxWNQhXZDPsRr1UWPN4v3Zf82s2H3kF51IbzZ4jMWAgPlQ==", "license": "MIT", "dependencies": { - "@vue/compiler-core": "3.5.19", - "@vue/shared": "3.5.19" + "@vue/compiler-core": "3.5.21", + "@vue/shared": "3.5.21" } }, "node_modules/@vue/compiler-sfc": { - "version": "3.5.19", - "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.19.tgz", - "integrity": "sha512-YWCm1CYaJ+2RvNmhCwI7t3I3nU+hOrWGWMsn+Z/kmm1jy5iinnVtlmkiZwbLlbV1SRizX7vHsc0/bG5dj0zRTg==", + "version": "3.5.21", + "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.21.tgz", + "integrity": "sha512-SXlyk6I5eUGBd2v8Ie7tF6ADHE9kCR6mBEuPyH1nUZ0h6Xx6nZI29i12sJKQmzbDyr2tUHMhhTt51Z6blbkTTQ==", "license": "MIT", "dependencies": { "@babel/parser": "^7.28.3", - "@vue/compiler-core": "3.5.19", - "@vue/compiler-dom": "3.5.19", - "@vue/compiler-ssr": "3.5.19", - "@vue/shared": "3.5.19", + "@vue/compiler-core": "3.5.21", + "@vue/compiler-dom": "3.5.21", + "@vue/compiler-ssr": "3.5.21", + "@vue/shared": "3.5.21", "estree-walker": "^2.0.2", - "magic-string": "^0.30.17", + "magic-string": "^0.30.18", "postcss": "^8.5.6", "source-map-js": "^1.2.1" } }, "node_modules/@vue/compiler-ssr": { - "version": "3.5.19", - "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.19.tgz", - "integrity": "sha512-/wx0VZtkWOPdiQLWPeQeqpHWR/LuNC7bHfSX7OayBTtUy8wur6vT6EQIX6Et86aED6J+y8tTw43qo2uoqGg5sw==", + "version": "3.5.21", + "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.21.tgz", + "integrity": "sha512-vKQ5olH5edFZdf5ZrlEgSO1j1DMA4u23TVK5XR1uMhvwnYvVdDF0nHXJUblL/GvzlShQbjhZZ2uvYmDlAbgo9w==", "license": "MIT", "dependencies": { - "@vue/compiler-dom": "3.5.19", - "@vue/shared": "3.5.19" + "@vue/compiler-dom": "3.5.21", + "@vue/shared": "3.5.21" } }, "node_modules/@vue/compiler-vue2": { @@ -2564,53 +2563,53 @@ } }, "node_modules/@vue/reactivity": { - "version": "3.5.19", - "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.19.tgz", - "integrity": "sha512-4bueZg2qs5MSsK2dQk3sssV0cfvxb/QZntTC8v7J448GLgmfPkQ+27aDjlt40+XFqOwUq5yRxK5uQh14Fc9eVA==", + "version": "3.5.21", + "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.21.tgz", + "integrity": "sha512-3ah7sa+Cwr9iiYEERt9JfZKPw4A2UlbY8RbbnH2mGCE8NwHkhmlZt2VsH0oDA3P08X3jJd29ohBDtX+TbD9AsA==", "license": "MIT", "dependencies": { - "@vue/shared": "3.5.19" + "@vue/shared": "3.5.21" } }, "node_modules/@vue/runtime-core": { - "version": "3.5.19", - "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.19.tgz", - "integrity": "sha512-TaooCr8Hge1sWjLSyhdubnuofs3shhzZGfyD11gFolZrny76drPwBVQj28/z/4+msSFb18tOIg6VVVgf9/IbIA==", + "version": "3.5.21", + "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.21.tgz", + "integrity": "sha512-+DplQlRS4MXfIf9gfD1BOJpk5RSyGgGXD/R+cumhe8jdjUcq/qlxDawQlSI8hCKupBlvM+3eS1se5xW+SuNAwA==", "license": "MIT", "dependencies": { - "@vue/reactivity": "3.5.19", - "@vue/shared": "3.5.19" + "@vue/reactivity": "3.5.21", + "@vue/shared": "3.5.21" } }, "node_modules/@vue/runtime-dom": { - "version": "3.5.19", - "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.19.tgz", - "integrity": "sha512-qmahqeok6ztuUTmV8lqd7N9ymbBzctNF885n8gL3xdCC1u2RnM/coX16Via0AiONQXUoYpxPojL3U1IsDgSWUQ==", + "version": "3.5.21", + "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.21.tgz", + "integrity": "sha512-3M2DZsOFwM5qI15wrMmNF5RJe1+ARijt2HM3TbzBbPSuBHOQpoidE+Pa+XEaVN+czbHf81ETRoG1ltztP2em8w==", "license": "MIT", "dependencies": { - "@vue/reactivity": "3.5.19", - "@vue/runtime-core": "3.5.19", - "@vue/shared": "3.5.19", + "@vue/reactivity": "3.5.21", + "@vue/runtime-core": "3.5.21", + "@vue/shared": "3.5.21", "csstype": "^3.1.3" } }, "node_modules/@vue/server-renderer": { - "version": "3.5.19", - "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.19.tgz", - "integrity": "sha512-ZJ/zV9SQuaIO+BEEVq/2a6fipyrSYfjKMU3267bPUk+oTx/hZq3RzV7VCh0Unlppt39Bvh6+NzxeopIFv4HJNg==", + "version": "3.5.21", + "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.21.tgz", + "integrity": "sha512-qr8AqgD3DJPJcGvLcJKQo2tAc8OnXRcfxhOJCPF+fcfn5bBGz7VCcO7t+qETOPxpWK1mgysXvVT/j+xWaHeMWA==", "license": "MIT", "dependencies": { - "@vue/compiler-ssr": "3.5.19", - "@vue/shared": "3.5.19" + "@vue/compiler-ssr": "3.5.21", + "@vue/shared": "3.5.21" }, "peerDependencies": { - "vue": "3.5.19" + "vue": "3.5.21" } }, "node_modules/@vue/shared": { - "version": "3.5.19", - "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.19.tgz", - "integrity": "sha512-IhXCOn08wgKrLQxRFKKlSacWg4Goi1BolrdEeLYn6tgHjJNXVrWJ5nzoxZqNwl5p88aLlQ8LOaoMa3AYvaKJ/Q==", + "version": "3.5.21", + "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.21.tgz", + "integrity": "sha512-+2k1EQpnYuVuu3N7atWyG3/xoFWIVJZq4Mz8XNOdScFI0etES75fbny/oU4lKWk/577P1zmg0ioYvpGEDZ3DLw==", "license": "MIT" }, "node_modules/@wailsio/runtime": { @@ -3166,19 +3165,19 @@ } }, "node_modules/eslint": { - "version": "9.34.0", - "resolved": "https://registry.npmmirror.com/eslint/-/eslint-9.34.0.tgz", - "integrity": "sha512-RNCHRX5EwdrESy3Jc9o8ie8Bog+PeYvvSR8sDGoZxNFTvZ4dlxUB3WzQ3bQMztFrSRODGrLLj8g6OFuGY/aiQg==", + "version": "9.35.0", + "resolved": "https://registry.npmmirror.com/eslint/-/eslint-9.35.0.tgz", + "integrity": "sha512-QePbBFMJFjgmlE+cXAlbHZbHpdFVS2E/6vzCy7aKlebddvl1vadiC4JFV5u/wqTkNUwEV8WrQi257jf5f06hrg==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-community/eslint-utils": "^4.2.0", + "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.1", "@eslint/config-array": "^0.21.0", "@eslint/config-helpers": "^0.3.1", "@eslint/core": "^0.15.2", "@eslint/eslintrc": "^3.3.1", - "@eslint/js": "9.34.0", + "@eslint/js": "9.35.0", "@eslint/plugin-kit": "^0.3.5", "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", @@ -3547,9 +3546,9 @@ } }, "node_modules/globals": { - "version": "16.3.0", - "resolved": "https://registry.npmmirror.com/globals/-/globals-16.3.0.tgz", - "integrity": "sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==", + "version": "16.4.0", + "resolved": "https://registry.npmmirror.com/globals/-/globals-16.4.0.tgz", + "integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==", "dev": true, "license": "MIT", "engines": { @@ -3876,12 +3875,12 @@ "license": "MIT" }, "node_modules/magic-string": { - "version": "0.30.17", - "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz", - "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==", + "version": "0.30.19", + "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.19.tgz", + "integrity": "sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw==", "license": "MIT", "dependencies": { - "@jridgewell/sourcemap-codec": "^1.5.0" + "@jridgewell/sourcemap-codec": "^1.5.5" } }, "node_modules/merge2": { @@ -4514,9 +4513,9 @@ } }, "node_modules/sass": { - "version": "1.90.0", - "resolved": "https://registry.npmmirror.com/sass/-/sass-1.90.0.tgz", - "integrity": "sha512-9GUyuksjw70uNpb1MTYWsH9MQHOHY6kwfnkafC24+7aOMZn9+rVMBxRbLvw756mrBFbIsFg6Xw9IkR2Fnn3k+Q==", + "version": "1.92.1", + "resolved": "https://registry.npmmirror.com/sass/-/sass-1.92.1.tgz", + "integrity": "sha512-ffmsdbwqb3XeyR8jJR6KelIXARM9bFQe8A6Q3W4Klmwy5Ckd5gz7jgUNHo4UOqutU5Sk1DtKLbpDP0nLCg1xqQ==", "license": "MIT", "dependencies": { "chokidar": "^4.0.0", @@ -4676,14 +4675,14 @@ "peer": true }, "node_modules/tinyglobby": { - "version": "0.2.14", - "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.14.tgz", - "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==", + "version": "0.2.15", + "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.15.tgz", + "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==", "devOptional": true, "license": "MIT", "dependencies": { - "fdir": "^6.4.4", - "picomatch": "^4.0.2" + "fdir": "^6.5.0", + "picomatch": "^4.0.3" }, "engines": { "node": ">=12.0.0" @@ -4693,11 +4692,14 @@ } }, "node_modules/tinyglobby/node_modules/fdir": { - "version": "6.4.4", - "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.4.4.tgz", - "integrity": "sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==", + "version": "6.5.0", + "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.5.0.tgz", + "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", "devOptional": true, "license": "MIT", + "engines": { + "node": ">=12.0.0" + }, "peerDependencies": { "picomatch": "^3 || ^4" }, @@ -4708,9 +4710,9 @@ } }, "node_modules/tinyglobby/node_modules/picomatch": { - "version": "4.0.2", - "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz", - "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", + "version": "4.0.3", + "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.3.tgz", + "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", "devOptional": true, "license": "MIT", "engines": { @@ -4794,16 +4796,16 @@ } }, "node_modules/typescript-eslint": { - "version": "8.40.0", - "resolved": "https://registry.npmmirror.com/typescript-eslint/-/typescript-eslint-8.40.0.tgz", - "integrity": "sha512-Xvd2l+ZmFDPEt4oj1QEXzA4A2uUK6opvKu3eGN9aGjB8au02lIVcLyi375w94hHyejTOmzIU77L8ol2sRg9n7Q==", + "version": "8.43.0", + "resolved": "https://registry.npmmirror.com/typescript-eslint/-/typescript-eslint-8.43.0.tgz", + "integrity": "sha512-FyRGJKUGvcFekRRcBKFBlAhnp4Ng8rhe8tuvvkR9OiU0gfd4vyvTRQHEckO6VDlH57jbeUQem2IpqPq9kLJH+w==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/eslint-plugin": "8.40.0", - "@typescript-eslint/parser": "8.40.0", - "@typescript-eslint/typescript-estree": "8.40.0", - "@typescript-eslint/utils": "8.40.0" + "@typescript-eslint/eslint-plugin": "8.43.0", + "@typescript-eslint/parser": "8.43.0", + "@typescript-eslint/typescript-estree": "8.43.0", + "@typescript-eslint/utils": "8.43.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -5103,9 +5105,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "7.1.3", - "resolved": "https://registry.npmmirror.com/vite/-/vite-7.1.3.tgz", - "integrity": "sha512-OOUi5zjkDxYrKhTV3V7iKsoS37VUM7v40+HuwEmcrsf11Cdx9y3DIr2Px6liIcZFwt3XSRpQvFpL3WVy7ApkGw==", + "version": "7.1.5", + "resolved": "https://registry.npmmirror.com/vite/-/vite-7.1.5.tgz", + "integrity": "sha512-4cKBO9wR75r0BeIWWWId9XK9Lj6La5X846Zw9dFfzMRw38IlTk2iCcUt6hsyiDRcPidc55ZParFYDXi0nXOeLQ==", "dev": true, "license": "MIT", "dependencies": { @@ -5114,7 +5116,7 @@ "picomatch": "^4.0.3", "postcss": "^8.5.6", "rollup": "^4.43.0", - "tinyglobby": "^0.2.14" + "tinyglobby": "^0.2.15" }, "bin": { "vite": "bin/vite.js" @@ -5216,16 +5218,16 @@ "license": "MIT" }, "node_modules/vue": { - "version": "3.5.19", - "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.19.tgz", - "integrity": "sha512-ZRh0HTmw6KChRYWgN8Ox/wi7VhpuGlvMPrHjIsdRbzKNgECFLzy+dKL5z9yGaBSjCpmcfJCbh3I1tNSRmBz2tg==", + "version": "3.5.21", + "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.21.tgz", + "integrity": "sha512-xxf9rum9KtOdwdRkiApWL+9hZEMWE90FHh8yS1+KJAiWYh+iGWV1FquPjoO9VUHQ+VIhsCXNNyZ5Sf4++RVZBA==", "license": "MIT", "dependencies": { - "@vue/compiler-dom": "3.5.19", - "@vue/compiler-sfc": "3.5.19", - "@vue/runtime-dom": "3.5.19", - "@vue/server-renderer": "3.5.19", - "@vue/shared": "3.5.19" + "@vue/compiler-dom": "3.5.21", + "@vue/compiler-sfc": "3.5.21", + "@vue/runtime-dom": "3.5.21", + "@vue/server-renderer": "3.5.21", + "@vue/shared": "3.5.21" }, "peerDependencies": { "typescript": "*" @@ -5261,13 +5263,13 @@ } }, "node_modules/vue-i18n": { - "version": "11.1.11", - "resolved": "https://registry.npmmirror.com/vue-i18n/-/vue-i18n-11.1.11.tgz", - "integrity": "sha512-LvyteQoXeQiuILbzqv13LbyBna/TEv2Ha+4ZWK2AwGHUzZ8+IBaZS0TJkCgn5izSPLcgZwXy9yyTrewCb2u/MA==", + "version": "11.1.12", + "resolved": "https://registry.npmmirror.com/vue-i18n/-/vue-i18n-11.1.12.tgz", + "integrity": "sha512-BnstPj3KLHLrsqbVU2UOrPmr0+Mv11bsUZG0PyCOzsawCivk8W00GMXHeVUWIDOgNaScCuZah47CZFE+Wnl8mw==", "license": "MIT", "dependencies": { - "@intlify/core-base": "11.1.11", - "@intlify/shared": "11.1.11", + "@intlify/core-base": "11.1.12", + "@intlify/shared": "11.1.12", "@vue/devtools-api": "^6.5.0" }, "engines": { diff --git a/frontend/package.json b/frontend/package.json index 293db5e..516d82e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,13 +12,13 @@ "lint:fix": "eslint --fix" }, "dependencies": { - "@codemirror/autocomplete": "^6.18.6", + "@codemirror/autocomplete": "^6.18.7", "@codemirror/commands": "^6.8.1", "@codemirror/lang-angular": "^0.1.4", "@codemirror/lang-cpp": "^6.0.3", "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-go": "^6.0.1", - "@codemirror/lang-html": "^6.4.9", + "@codemirror/lang-html": "^6.4.10", "@codemirror/lang-java": "^6.0.2", "@codemirror/lang-javascript": "^6.2.4", "@codemirror/lang-json": "^6.0.2", @@ -33,7 +33,6 @@ "@codemirror/lang-sql": "^6.9.1", "@codemirror/lang-vue": "^0.1.3", "@codemirror/lang-wast": "^6.0.2", - "@codemirror/lang-xml": "^6.1.0", "@codemirror/lang-yaml": "^6.1.2", "@codemirror/language": "^6.11.3", "@codemirror/language-data": "^6.5.1", @@ -41,7 +40,7 @@ "@codemirror/lint": "^6.8.5", "@codemirror/search": "^6.5.11", "@codemirror/state": "^6.5.2", - "@codemirror/view": "^6.38.1", + "@codemirror/view": "^6.38.2", "@lezer/highlight": "^1.2.1", "@lezer/lr": "^1.4.2", "codemirror": "^6.0.2", @@ -55,26 +54,26 @@ "pinia-plugin-persistedstate": "^4.5.0", "prettier": "^3.6.2", "remarkable": "^2.0.1", - "sass": "^1.90.0", - "vue": "^3.5.19", - "vue-i18n": "^11.1.11", + "sass": "^1.92.1", + "vue": "^3.5.21", + "vue-i18n": "^11.1.12", "vue-pick-colors": "^1.8.0", "vue-router": "^4.5.1" }, "devDependencies": { - "@eslint/js": "^9.34.0", + "@eslint/js": "^9.35.0", "@lezer/generator": "^1.8.0", - "@types/node": "^24.3.0", + "@types/node": "^24.3.1", "@types/remarkable": "^2.0.8", "@vitejs/plugin-vue": "^6.0.1", "@wailsio/runtime": "latest", - "eslint": "^9.34.0", + "eslint": "^9.35.0", "eslint-plugin-vue": "^10.4.0", - "globals": "^16.3.0", + "globals": "^16.4.0", "typescript": "^5.9.2", - "typescript-eslint": "^8.40.0", + "typescript-eslint": "^8.43.0", "unplugin-vue-components": "^29.0.0", - "vite": "^7.1.3", + "vite": "^7.1.5", "vue-eslint-parser": "^10.2.0", "vue-tsc": "^3.0.6" } diff --git a/frontend/public/go.wasm b/frontend/public/go.wasm new file mode 100644 index 0000000..e43cf1f Binary files /dev/null and b/frontend/public/go.wasm differ diff --git a/frontend/public/wasm_exec.js b/frontend/public/wasm_exec.js new file mode 100644 index 0000000..bc6f210 --- /dev/null +++ b/frontend/public/wasm_exec.js @@ -0,0 +1,561 @@ +// Copyright 2018 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +"use strict"; + +(() => { + const enosys = () => { + const err = new Error("not implemented"); + err.code = "ENOSYS"; + return err; + }; + + if (!globalThis.fs) { + let outputBuf = ""; + globalThis.fs = { + constants: { O_WRONLY: -1, O_RDWR: -1, O_CREAT: -1, O_TRUNC: -1, O_APPEND: -1, O_EXCL: -1 }, // unused + writeSync(fd, buf) { + outputBuf += decoder.decode(buf); + const nl = outputBuf.lastIndexOf("\n"); + if (nl != -1) { + console.log(outputBuf.substring(0, nl)); + outputBuf = outputBuf.substring(nl + 1); + } + return buf.length; + }, + write(fd, buf, offset, length, position, callback) { + if (offset !== 0 || length !== buf.length || position !== null) { + callback(enosys()); + return; + } + const n = this.writeSync(fd, buf); + callback(null, n); + }, + chmod(path, mode, callback) { callback(enosys()); }, + chown(path, uid, gid, callback) { callback(enosys()); }, + close(fd, callback) { callback(enosys()); }, + fchmod(fd, mode, callback) { callback(enosys()); }, + fchown(fd, uid, gid, callback) { callback(enosys()); }, + fstat(fd, callback) { callback(enosys()); }, + fsync(fd, callback) { callback(null); }, + ftruncate(fd, length, callback) { callback(enosys()); }, + lchown(path, uid, gid, callback) { callback(enosys()); }, + link(path, link, callback) { callback(enosys()); }, + lstat(path, callback) { callback(enosys()); }, + mkdir(path, perm, callback) { callback(enosys()); }, + open(path, flags, mode, callback) { callback(enosys()); }, + read(fd, buffer, offset, length, position, callback) { callback(enosys()); }, + readdir(path, callback) { callback(enosys()); }, + readlink(path, callback) { callback(enosys()); }, + rename(from, to, callback) { callback(enosys()); }, + rmdir(path, callback) { callback(enosys()); }, + stat(path, callback) { callback(enosys()); }, + symlink(path, link, callback) { callback(enosys()); }, + truncate(path, length, callback) { callback(enosys()); }, + unlink(path, callback) { callback(enosys()); }, + utimes(path, atime, mtime, callback) { callback(enosys()); }, + }; + } + + if (!globalThis.process) { + globalThis.process = { + getuid() { return -1; }, + getgid() { return -1; }, + geteuid() { return -1; }, + getegid() { return -1; }, + getgroups() { throw enosys(); }, + pid: -1, + ppid: -1, + umask() { throw enosys(); }, + cwd() { throw enosys(); }, + chdir() { throw enosys(); }, + } + } + + if (!globalThis.crypto) { + throw new Error("globalThis.crypto is not available, polyfill required (crypto.getRandomValues only)"); + } + + if (!globalThis.performance) { + throw new Error("globalThis.performance is not available, polyfill required (performance.now only)"); + } + + if (!globalThis.TextEncoder) { + throw new Error("globalThis.TextEncoder is not available, polyfill required"); + } + + if (!globalThis.TextDecoder) { + throw new Error("globalThis.TextDecoder is not available, polyfill required"); + } + + const encoder = new TextEncoder("utf-8"); + const decoder = new TextDecoder("utf-8"); + + globalThis.Go = class { + constructor() { + this.argv = ["js"]; + this.env = {}; + this.exit = (code) => { + if (code !== 0) { + console.warn("exit code:", code); + } + }; + this._exitPromise = new Promise((resolve) => { + this._resolveExitPromise = resolve; + }); + this._pendingEvent = null; + this._scheduledTimeouts = new Map(); + this._nextCallbackTimeoutID = 1; + + const setInt64 = (addr, v) => { + this.mem.setUint32(addr + 0, v, true); + this.mem.setUint32(addr + 4, Math.floor(v / 4294967296), true); + } + + const setInt32 = (addr, v) => { + this.mem.setUint32(addr + 0, v, true); + } + + const getInt64 = (addr) => { + const low = this.mem.getUint32(addr + 0, true); + const high = this.mem.getInt32(addr + 4, true); + return low + high * 4294967296; + } + + const loadValue = (addr) => { + const f = this.mem.getFloat64(addr, true); + if (f === 0) { + return undefined; + } + if (!isNaN(f)) { + return f; + } + + const id = this.mem.getUint32(addr, true); + return this._values[id]; + } + + const storeValue = (addr, v) => { + const nanHead = 0x7FF80000; + + if (typeof v === "number" && v !== 0) { + if (isNaN(v)) { + this.mem.setUint32(addr + 4, nanHead, true); + this.mem.setUint32(addr, 0, true); + return; + } + this.mem.setFloat64(addr, v, true); + return; + } + + if (v === undefined) { + this.mem.setFloat64(addr, 0, true); + return; + } + + let id = this._ids.get(v); + if (id === undefined) { + id = this._idPool.pop(); + if (id === undefined) { + id = this._values.length; + } + this._values[id] = v; + this._goRefCounts[id] = 0; + this._ids.set(v, id); + } + this._goRefCounts[id]++; + let typeFlag = 0; + switch (typeof v) { + case "object": + if (v !== null) { + typeFlag = 1; + } + break; + case "string": + typeFlag = 2; + break; + case "symbol": + typeFlag = 3; + break; + case "function": + typeFlag = 4; + break; + } + this.mem.setUint32(addr + 4, nanHead | typeFlag, true); + this.mem.setUint32(addr, id, true); + } + + const loadSlice = (addr) => { + const array = getInt64(addr + 0); + const len = getInt64(addr + 8); + return new Uint8Array(this._inst.exports.mem.buffer, array, len); + } + + const loadSliceOfValues = (addr) => { + const array = getInt64(addr + 0); + const len = getInt64(addr + 8); + const a = new Array(len); + for (let i = 0; i < len; i++) { + a[i] = loadValue(array + i * 8); + } + return a; + } + + const loadString = (addr) => { + const saddr = getInt64(addr + 0); + const len = getInt64(addr + 8); + return decoder.decode(new DataView(this._inst.exports.mem.buffer, saddr, len)); + } + + const timeOrigin = Date.now() - performance.now(); + this.importObject = { + _gotest: { + add: (a, b) => a + b, + }, + gojs: { + // Go's SP does not change as long as no Go code is running. Some operations (e.g. calls, getters and setters) + // may synchronously trigger a Go event handler. This makes Go code get executed in the middle of the imported + // function. A goroutine can switch to a new stack if the current stack is too small (see morestack function). + // This changes the SP, thus we have to update the SP used by the imported function. + + // func wasmExit(code int32) + "runtime.wasmExit": (sp) => { + sp >>>= 0; + const code = this.mem.getInt32(sp + 8, true); + this.exited = true; + delete this._inst; + delete this._values; + delete this._goRefCounts; + delete this._ids; + delete this._idPool; + this.exit(code); + }, + + // func wasmWrite(fd uintptr, p unsafe.Pointer, n int32) + "runtime.wasmWrite": (sp) => { + sp >>>= 0; + const fd = getInt64(sp + 8); + const p = getInt64(sp + 16); + const n = this.mem.getInt32(sp + 24, true); + fs.writeSync(fd, new Uint8Array(this._inst.exports.mem.buffer, p, n)); + }, + + // func resetMemoryDataView() + "runtime.resetMemoryDataView": (sp) => { + sp >>>= 0; + this.mem = new DataView(this._inst.exports.mem.buffer); + }, + + // func nanotime1() int64 + "runtime.nanotime1": (sp) => { + sp >>>= 0; + setInt64(sp + 8, (timeOrigin + performance.now()) * 1000000); + }, + + // func walltime() (sec int64, nsec int32) + "runtime.walltime": (sp) => { + sp >>>= 0; + const msec = (new Date).getTime(); + setInt64(sp + 8, msec / 1000); + this.mem.setInt32(sp + 16, (msec % 1000) * 1000000, true); + }, + + // func scheduleTimeoutEvent(delay int64) int32 + "runtime.scheduleTimeoutEvent": (sp) => { + sp >>>= 0; + const id = this._nextCallbackTimeoutID; + this._nextCallbackTimeoutID++; + this._scheduledTimeouts.set(id, setTimeout( + () => { + this._resume(); + while (this._scheduledTimeouts.has(id)) { + // for some reason Go failed to register the timeout event, log and try again + // (temporary workaround for https://github.com/golang/go/issues/28975) + console.warn("scheduleTimeoutEvent: missed timeout event"); + this._resume(); + } + }, + getInt64(sp + 8), + )); + this.mem.setInt32(sp + 16, id, true); + }, + + // func clearTimeoutEvent(id int32) + "runtime.clearTimeoutEvent": (sp) => { + sp >>>= 0; + const id = this.mem.getInt32(sp + 8, true); + clearTimeout(this._scheduledTimeouts.get(id)); + this._scheduledTimeouts.delete(id); + }, + + // func getRandomData(r []byte) + "runtime.getRandomData": (sp) => { + sp >>>= 0; + crypto.getRandomValues(loadSlice(sp + 8)); + }, + + // func finalizeRef(v ref) + "syscall/js.finalizeRef": (sp) => { + sp >>>= 0; + const id = this.mem.getUint32(sp + 8, true); + this._goRefCounts[id]--; + if (this._goRefCounts[id] === 0) { + const v = this._values[id]; + this._values[id] = null; + this._ids.delete(v); + this._idPool.push(id); + } + }, + + // func stringVal(value string) ref + "syscall/js.stringVal": (sp) => { + sp >>>= 0; + storeValue(sp + 24, loadString(sp + 8)); + }, + + // func valueGet(v ref, p string) ref + "syscall/js.valueGet": (sp) => { + sp >>>= 0; + const result = Reflect.get(loadValue(sp + 8), loadString(sp + 16)); + sp = this._inst.exports.getsp() >>> 0; // see comment above + storeValue(sp + 32, result); + }, + + // func valueSet(v ref, p string, x ref) + "syscall/js.valueSet": (sp) => { + sp >>>= 0; + Reflect.set(loadValue(sp + 8), loadString(sp + 16), loadValue(sp + 32)); + }, + + // func valueDelete(v ref, p string) + "syscall/js.valueDelete": (sp) => { + sp >>>= 0; + Reflect.deleteProperty(loadValue(sp + 8), loadString(sp + 16)); + }, + + // func valueIndex(v ref, i int) ref + "syscall/js.valueIndex": (sp) => { + sp >>>= 0; + storeValue(sp + 24, Reflect.get(loadValue(sp + 8), getInt64(sp + 16))); + }, + + // valueSetIndex(v ref, i int, x ref) + "syscall/js.valueSetIndex": (sp) => { + sp >>>= 0; + Reflect.set(loadValue(sp + 8), getInt64(sp + 16), loadValue(sp + 24)); + }, + + // func valueCall(v ref, m string, args []ref) (ref, bool) + "syscall/js.valueCall": (sp) => { + sp >>>= 0; + try { + const v = loadValue(sp + 8); + const m = Reflect.get(v, loadString(sp + 16)); + const args = loadSliceOfValues(sp + 32); + const result = Reflect.apply(m, v, args); + sp = this._inst.exports.getsp() >>> 0; // see comment above + storeValue(sp + 56, result); + this.mem.setUint8(sp + 64, 1); + } catch (err) { + sp = this._inst.exports.getsp() >>> 0; // see comment above + storeValue(sp + 56, err); + this.mem.setUint8(sp + 64, 0); + } + }, + + // func valueInvoke(v ref, args []ref) (ref, bool) + "syscall/js.valueInvoke": (sp) => { + sp >>>= 0; + try { + const v = loadValue(sp + 8); + const args = loadSliceOfValues(sp + 16); + const result = Reflect.apply(v, undefined, args); + sp = this._inst.exports.getsp() >>> 0; // see comment above + storeValue(sp + 40, result); + this.mem.setUint8(sp + 48, 1); + } catch (err) { + sp = this._inst.exports.getsp() >>> 0; // see comment above + storeValue(sp + 40, err); + this.mem.setUint8(sp + 48, 0); + } + }, + + // func valueNew(v ref, args []ref) (ref, bool) + "syscall/js.valueNew": (sp) => { + sp >>>= 0; + try { + const v = loadValue(sp + 8); + const args = loadSliceOfValues(sp + 16); + const result = Reflect.construct(v, args); + sp = this._inst.exports.getsp() >>> 0; // see comment above + storeValue(sp + 40, result); + this.mem.setUint8(sp + 48, 1); + } catch (err) { + sp = this._inst.exports.getsp() >>> 0; // see comment above + storeValue(sp + 40, err); + this.mem.setUint8(sp + 48, 0); + } + }, + + // func valueLength(v ref) int + "syscall/js.valueLength": (sp) => { + sp >>>= 0; + setInt64(sp + 16, parseInt(loadValue(sp + 8).length)); + }, + + // valuePrepareString(v ref) (ref, int) + "syscall/js.valuePrepareString": (sp) => { + sp >>>= 0; + const str = encoder.encode(String(loadValue(sp + 8))); + storeValue(sp + 16, str); + setInt64(sp + 24, str.length); + }, + + // valueLoadString(v ref, b []byte) + "syscall/js.valueLoadString": (sp) => { + sp >>>= 0; + const str = loadValue(sp + 8); + loadSlice(sp + 16).set(str); + }, + + // func valueInstanceOf(v ref, t ref) bool + "syscall/js.valueInstanceOf": (sp) => { + sp >>>= 0; + this.mem.setUint8(sp + 24, (loadValue(sp + 8) instanceof loadValue(sp + 16)) ? 1 : 0); + }, + + // func copyBytesToGo(dst []byte, src ref) (int, bool) + "syscall/js.copyBytesToGo": (sp) => { + sp >>>= 0; + const dst = loadSlice(sp + 8); + const src = loadValue(sp + 32); + if (!(src instanceof Uint8Array || src instanceof Uint8ClampedArray)) { + this.mem.setUint8(sp + 48, 0); + return; + } + const toCopy = src.subarray(0, dst.length); + dst.set(toCopy); + setInt64(sp + 40, toCopy.length); + this.mem.setUint8(sp + 48, 1); + }, + + // func copyBytesToJS(dst ref, src []byte) (int, bool) + "syscall/js.copyBytesToJS": (sp) => { + sp >>>= 0; + const dst = loadValue(sp + 8); + const src = loadSlice(sp + 16); + if (!(dst instanceof Uint8Array || dst instanceof Uint8ClampedArray)) { + this.mem.setUint8(sp + 48, 0); + return; + } + const toCopy = src.subarray(0, dst.length); + dst.set(toCopy); + setInt64(sp + 40, toCopy.length); + this.mem.setUint8(sp + 48, 1); + }, + + "debug": (value) => { + console.log(value); + }, + } + }; + } + + async run(instance) { + if (!(instance instanceof WebAssembly.Instance)) { + throw new Error("Go.run: WebAssembly.Instance expected"); + } + this._inst = instance; + this.mem = new DataView(this._inst.exports.mem.buffer); + this._values = [ // JS values that Go currently has references to, indexed by reference id + NaN, + 0, + null, + true, + false, + globalThis, + this, + ]; + this._goRefCounts = new Array(this._values.length).fill(Infinity); // number of references that Go has to a JS value, indexed by reference id + this._ids = new Map([ // mapping from JS values to reference ids + [0, 1], + [null, 2], + [true, 3], + [false, 4], + [globalThis, 5], + [this, 6], + ]); + this._idPool = []; // unused ids that have been garbage collected + this.exited = false; // whether the Go program has exited + + // Pass command line arguments and environment variables to WebAssembly by writing them to the linear memory. + let offset = 4096; + + const strPtr = (str) => { + const ptr = offset; + const bytes = encoder.encode(str + "\0"); + new Uint8Array(this.mem.buffer, offset, bytes.length).set(bytes); + offset += bytes.length; + if (offset % 8 !== 0) { + offset += 8 - (offset % 8); + } + return ptr; + }; + + const argc = this.argv.length; + + const argvPtrs = []; + this.argv.forEach((arg) => { + argvPtrs.push(strPtr(arg)); + }); + argvPtrs.push(0); + + const keys = Object.keys(this.env).sort(); + keys.forEach((key) => { + argvPtrs.push(strPtr(`${key}=${this.env[key]}`)); + }); + argvPtrs.push(0); + + const argv = offset; + argvPtrs.forEach((ptr) => { + this.mem.setUint32(offset, ptr, true); + this.mem.setUint32(offset + 4, 0, true); + offset += 8; + }); + + // The linker guarantees global data starts from at least wasmMinDataAddr. + // Keep in sync with cmd/link/internal/ld/data.go:wasmMinDataAddr. + const wasmMinDataAddr = 4096 + 8192; + if (offset >= wasmMinDataAddr) { + throw new Error("total length of command line and environment variables exceeds limit"); + } + + this._inst.exports.run(argc, argv); + if (this.exited) { + this._resolveExitPromise(); + } + await this._exitPromise; + } + + _resume() { + if (this.exited) { + throw new Error("Go program has already exited"); + } + this._inst.exports.resume(); + if (this.exited) { + this._resolveExitPromise(); + } + } + + _makeFuncWrapper(id) { + const go = this; + return function () { + const event = { id: id, this: this, args: arguments }; + go._pendingEvent = event; + go._resume(); + return event.result; + }; + } + } +})(); diff --git a/frontend/src/utils/prettier/plugins/go/build.bat b/frontend/src/utils/prettier/plugins/go/build.bat new file mode 100644 index 0000000..da4161e --- /dev/null +++ b/frontend/src/utils/prettier/plugins/go/build.bat @@ -0,0 +1,32 @@ +@echo off +rem Build script for Go Prettier Plugin WASM +rem This script compiles the Go code to WebAssembly + +echo 🔨 Building Go Prettier Plugin WASM... + +rem Set WASM build environment +set GOOS=js +set GOARCH=wasm + +rem Build the WASM file +echo Compiling main.go to go.wasm... +go build -o go.wasm main.go + +if %ERRORLEVEL% EQU 0 ( + echo ✅ Build successful! + + rem Show file size (Windows version) + for %%A in (go.wasm) do echo 📊 WASM file size: %%~zA bytes + + rem Copy to public directory for browser access + if exist "..\..\..\..\..\public" ( + copy go.wasm ..\..\..\..\..\public\go.wasm > nul + echo 📋 Copied to public directory + ) + + echo 🎉 Go Prettier Plugin WASM is ready! +) else ( + echo ❌ Build failed! + pause + exit /b 1 +) diff --git a/frontend/src/utils/prettier/plugins/go/build.sh b/frontend/src/utils/prettier/plugins/go/build.sh new file mode 100644 index 0000000..0c04e6c --- /dev/null +++ b/frontend/src/utils/prettier/plugins/go/build.sh @@ -0,0 +1,30 @@ +#!/bin/bash + +# Build script for Go Prettier Plugin WASM +# This script compiles the Go code to WebAssembly + +echo "🔨 Building Go Prettier Plugin WASM..." + +# Set WASM build environment +export GOOS=js +export GOARCH=wasm + +# Build the WASM file +echo "Compiling main.go to go.wasm..." +go build -o go.wasm main.go + +if [ $? -eq 0 ]; then + echo "✅ Build successful!" + echo "📊 WASM file size: $(du -h go.wasm | cut -f1)" + + # Copy to public directory for browser access + if [ -d "../../../../../public" ]; then + cp go.wasm ../../../../../public/go.wasm + echo "📋 Copied to public directory" + fi + + echo "🎉 Go Prettier Plugin WASM is ready!" +else + echo "❌ Build failed!" + exit 1 +fi diff --git a/frontend/src/utils/prettier/plugins/go/go.d.ts b/frontend/src/utils/prettier/plugins/go/go.d.ts new file mode 100644 index 0000000..a8f6f7b --- /dev/null +++ b/frontend/src/utils/prettier/plugins/go/go.d.ts @@ -0,0 +1,10 @@ +import { Parser, Plugin } from "prettier"; + +export declare const languages: Plugin["languages"]; +export declare const parsers: { + go: Parser; +}; +export declare const printers: Plugin["printers"]; + +declare const plugin: Plugin; +export default plugin; diff --git a/frontend/src/utils/prettier/plugins/go/go.mjs b/frontend/src/utils/prettier/plugins/go/go.mjs new file mode 100644 index 0000000..a6bb09e --- /dev/null +++ b/frontend/src/utils/prettier/plugins/go/go.mjs @@ -0,0 +1,116 @@ +/** + * Go Prettier Plugin for Vite + Vue3 Environment + * WebAssembly-based Go code formatter for Prettier + */ + +let initializePromise = null; + +// Load WASM file from public directory +const loadWasm = async () => { + try { + const response = await fetch('/go.wasm'); + if (!response.ok) { + throw new Error(`Failed to load WASM file: ${response.status} ${response.statusText}`); + } + return await response.arrayBuffer(); + } catch (error) { + console.error('WASM loading failed:', error); + throw error; + } +}; + +// Initialize Go runtime +const initGoRuntime = async () => { + if (globalThis.Go) return; + + // Auto-load wasm_exec.js if not available + try { + + const script = document.createElement('script'); + script.src = '/wasm_exec.js'; + document.head.appendChild(script); + + await new Promise((resolve, reject) => { + script.onload = resolve; + script.onerror = () => reject(new Error('Failed to load wasm_exec.js')); + setTimeout(() => reject(new Error('wasm_exec.js loading timeout')), 5000); + }); + if (!globalThis.Go) { + throw new Error('Go WASM runtime is not available after loading wasm_exec.js'); + } + } catch (error) { + console.error('Failed to load wasm_exec.js:', error); + throw error; + } +}; + +const initialize = async () => { + if (initializePromise) return initializePromise; + + initializePromise = (async () => { + await initGoRuntime(); + + const go = new globalThis.Go(); + const wasmBuffer = await loadWasm(); + const {instance} = await WebAssembly.instantiate(wasmBuffer, go.importObject); + + // Run Go program + go.run(instance).catch(err => { + console.error('Go WASM program exit error:', err); + }); + + // Wait for initialization to complete + await new Promise(resolve => setTimeout(resolve, 200)); + + // Check if formatGo function is available + if (typeof globalThis.formatGo !== 'function') { + throw new Error('Go WASM module not properly initialized - formatGo function not available'); + } + })(); + + return initializePromise; +}; + +export const languages = [ + { + name: "Go", + parsers: ["go"], + extensions: [".go"], + vscodeLanguageIds: ["go"], + }, +]; + +export const parsers = { + go: { + parse: (text) => text, + astFormat: "go-format", + locStart: (node) => 0, + locEnd: (node) => node.length, + }, +}; + +export const printers = { + "go-format": { + print: async (path) => { + await initialize(); + const text = path.getValue(); + + if (typeof globalThis.formatGo !== 'function') { + throw new Error('Go WASM module not properly initialized - formatGo function missing'); + } + + try { + return globalThis.formatGo(text); + } catch (error) { + throw new Error(`Go formatting failed: ${error.message}`); + } + }, + }, +}; + +// Default export for Prettier plugin compatibility +export default { + languages, + parsers, + printers +}; diff --git a/frontend/src/utils/prettier/plugins/go/main.go b/frontend/src/utils/prettier/plugins/go/main.go new file mode 100644 index 0000000..99f26fa --- /dev/null +++ b/frontend/src/utils/prettier/plugins/go/main.go @@ -0,0 +1,255 @@ +//go:build js && wasm + +// Package main implements a WebAssembly module that provides Go code formatting +// functionality for the Prettier plugin. This package exposes the formatGo function +// to JavaScript, enabling web-based Go code formatting with better error tolerance. +package main + +import ( + "bytes" + "fmt" + "go/format" + "go/parser" + "go/token" + "strings" + "syscall/js" +) + +// formatGoCode attempts to format Go source code with better error tolerance +func formatGoCode(src string) (string, error) { + // Trim input but preserve leading/trailing newlines structure + trimmed := strings.TrimSpace(src) + if trimmed == "" { + return src, nil + } + + // First try the standard format.Source for complete, valid code + if formatted, err := format.Source([]byte(src)); err == nil { + return string(formatted), nil + } + + // Create a new file set for parsing + fset := token.NewFileSet() + + // Strategy 1: Try as complete Go file + if parsed, err := parser.ParseFile(fset, "", src, parser.ParseComments); err == nil { + return formatASTNode(fset, parsed) + } + + // Strategy 2: Try wrapping as package-level declarations + packageWrapped := fmt.Sprintf("package main\n\n%s", trimmed) + if parsed, err := parser.ParseFile(fset, "", packageWrapped, parser.ParseComments); err == nil { + if formatted, err := formatASTNode(fset, parsed); err == nil { + return extractPackageContent(formatted), nil + } + } + + // Strategy 3: Try wrapping in main function + funcWrapped := fmt.Sprintf("package main\n\nfunc main() {\n%s\n}", indentLines(trimmed, "\t")) + if parsed, err := parser.ParseFile(fset, "", funcWrapped, parser.ParseComments); err == nil { + if formatted, err := formatASTNode(fset, parsed); err == nil { + return extractFunctionBody(formatted), nil + } + } + + // Strategy 4: Try wrapping in anonymous function + anonWrapped := fmt.Sprintf("package main\n\nvar _ = func() {\n%s\n}", indentLines(trimmed, "\t")) + if parsed, err := parser.ParseFile(fset, "", anonWrapped, parser.ParseComments); err == nil { + if formatted, err := formatASTNode(fset, parsed); err == nil { + return extractFunctionBody(formatted), nil + } + } + + // Strategy 5: Try line-by-line formatting for complex cases + return formatLineByLine(trimmed, fset) +} + +// formatASTNode formats an AST node using the standard formatter +func formatASTNode(fset *token.FileSet, node interface{}) (string, error) { + var buf bytes.Buffer + if err := format.Node(&buf, fset, node); err != nil { + return "", err + } + return buf.String(), nil +} + +// extractPackageContent extracts content after package declaration +func extractPackageContent(formatted string) string { + lines := strings.Split(formatted, "\n") + var contentLines []string + skipNext := false + + for _, line := range lines { + if strings.HasPrefix(line, "package ") { + skipNext = true + continue + } + if skipNext && strings.TrimSpace(line) == "" { + skipNext = false + continue + } + if !skipNext { + contentLines = append(contentLines, line) + } + } + + return strings.Join(contentLines, "\n") +} + +// extractFunctionBody extracts content from within a function body +func extractFunctionBody(formatted string) string { + lines := strings.Split(formatted, "\n") + var bodyLines []string + inFunction := false + braceCount := 0 + + for _, line := range lines { + if strings.Contains(line, "func ") && strings.Contains(line, "{") { + inFunction = true + braceCount = 1 + continue + } + + if inFunction { + // Count braces to know when function ends + braceCount += strings.Count(line, "{") + braceCount -= strings.Count(line, "}") + + if braceCount == 0 { + break + } + + // Remove one level of indentation and add the line + if strings.HasPrefix(line, "\t") { + bodyLines = append(bodyLines, line[1:]) + } else { + bodyLines = append(bodyLines, line) + } + } + } + + // Remove empty lines from start and end + for len(bodyLines) > 0 && strings.TrimSpace(bodyLines[0]) == "" { + bodyLines = bodyLines[1:] + } + for len(bodyLines) > 0 && strings.TrimSpace(bodyLines[len(bodyLines)-1]) == "" { + bodyLines = bodyLines[:len(bodyLines)-1] + } + + return strings.Join(bodyLines, "\n") +} + +// indentLines adds indentation to each non-empty line +func indentLines(text, indent string) string { + lines := strings.Split(text, "\n") + var indentedLines []string + + for _, line := range lines { + if strings.TrimSpace(line) == "" { + indentedLines = append(indentedLines, "") + } else { + indentedLines = append(indentedLines, indent+line) + } + } + + return strings.Join(indentedLines, "\n") +} + +// formatLineByLine attempts to format each statement individually +func formatLineByLine(src string, fset *token.FileSet) (string, error) { + lines := strings.Split(src, "\n") + var formattedLines []string + + for _, line := range lines { + trimmedLine := strings.TrimSpace(line) + if trimmedLine == "" { + formattedLines = append(formattedLines, "") + continue + } + + // Try different wrapping strategies for individual lines + attempts := []string{ + fmt.Sprintf("package main\n\nfunc main() {\n\t%s\n}", trimmedLine), + fmt.Sprintf("package main\n\n%s", trimmedLine), + fmt.Sprintf("package main\n\nvar _ = %s", trimmedLine), + } + + formatted := trimmedLine // fallback + for _, attempt := range attempts { + if parsed, err := parser.ParseFile(fset, "", attempt, parser.ParseComments); err == nil { + if result, err := formatASTNode(fset, parsed); err == nil { + if extracted := extractSingleStatement(result, trimmedLine); extracted != "" { + formatted = extracted + break + } + } + } + } + + formattedLines = append(formattedLines, formatted) + } + + return strings.Join(formattedLines, "\n"), nil +} + +// extractSingleStatement tries to extract a single formatted statement +func extractSingleStatement(formatted, original string) string { + lines := strings.Split(formatted, "\n") + + for _, line := range lines { + trimmed := strings.TrimSpace(line) + if trimmed != "" && !strings.HasPrefix(trimmed, "package ") && + !strings.HasPrefix(trimmed, "func ") && !strings.HasPrefix(trimmed, "var _ =") && + trimmed != "{" && trimmed != "}" { + // Remove leading tabs/spaces to normalize indentation + return strings.TrimLeft(line, " \t") + } + } + + return original +} + +// formatGo is a JavaScript-callable function that formats Go source code. +// It attempts multiple strategies to format code, including handling incomplete +// or syntactically invalid code fragments. +// +// Parameters: +// - this: The JavaScript 'this' context (unused) +// - i: JavaScript arguments array where i[0] should contain the Go source code as a string +// +// Returns: +// - js.Value: The formatted Go source code as a JavaScript string value +// - If formatting fails completely, returns the original code unchanged +// - If no arguments are provided, returns js.Null() and logs an error +func formatGo(this js.Value, i []js.Value) interface{} { + if len(i) == 0 { + js.Global().Get("console").Call("error", "formatGo: missing code argument") + return js.Null() + } + + code := i[0].String() + if strings.TrimSpace(code) == "" { + return js.ValueOf(code) + } + + formatted, err := formatGoCode(code) + if err != nil { + js.Global().Get("console").Call("warn", "Go formatting had issues:", err.Error()) + return js.ValueOf(code) // Return original code if all attempts fail + } + + return js.ValueOf(formatted) +} + +// main initializes the WebAssembly module and exposes the formatGo function +// to the JavaScript global scope. +func main() { + // Create a channel to keep the Go program running + c := make(chan struct{}, 0) + + // Expose the formatGo function to the JavaScript global scope + js.Global().Set("formatGo", js.FuncOf(formatGo)) + + // Block forever + <-c +} diff --git a/frontend/src/views/editor/extensions/codeblock/lang-parser/languages.ts b/frontend/src/views/editor/extensions/codeblock/lang-parser/languages.ts index c9fb6d8..302acc1 100644 --- a/frontend/src/views/editor/extensions/codeblock/lang-parser/languages.ts +++ b/frontend/src/views/editor/extensions/codeblock/lang-parser/languages.ts @@ -2,35 +2,33 @@ * 语言映射和解析器配置 */ -import { jsonLanguage } from "@codemirror/lang-json"; -import { pythonLanguage } from "@codemirror/lang-python"; -import { javascriptLanguage, typescriptLanguage } from "@codemirror/lang-javascript"; -import { htmlLanguage } from "@codemirror/lang-html"; -import { StandardSQL } from "@codemirror/lang-sql"; -import { markdownLanguage } from "@codemirror/lang-markdown"; -import { javaLanguage } from "@codemirror/lang-java"; -import { phpLanguage } from "@codemirror/lang-php"; -import { cssLanguage } from "@codemirror/lang-css"; -import { cppLanguage } from "@codemirror/lang-cpp"; -import { xmlLanguage } from "@codemirror/lang-xml"; -import { rustLanguage } from "@codemirror/lang-rust"; -import { yamlLanguage } from "@codemirror/lang-yaml"; +import {jsonLanguage} from "@codemirror/lang-json"; +import {pythonLanguage} from "@codemirror/lang-python"; +import {javascriptLanguage, typescriptLanguage} from "@codemirror/lang-javascript"; +import {htmlLanguage} from "@codemirror/lang-html"; +import {StandardSQL} from "@codemirror/lang-sql"; +import {markdownLanguage} from "@codemirror/lang-markdown"; +import {javaLanguage} from "@codemirror/lang-java"; +import {phpLanguage} from "@codemirror/lang-php"; +import {cssLanguage} from "@codemirror/lang-css"; +import {cppLanguage} from "@codemirror/lang-cpp"; +import {xmlLanguage} from "@codemirror/lang-xml"; +import {rustLanguage} from "@codemirror/lang-rust"; +import {yamlLanguage} from "@codemirror/lang-yaml"; -import { StreamLanguage } from "@codemirror/language"; -import { ruby } from "@codemirror/legacy-modes/mode/ruby"; -import { shell } from "@codemirror/legacy-modes/mode/shell"; -import { go } from "@codemirror/legacy-modes/mode/go"; -import { csharp } from "@codemirror/legacy-modes/mode/clike"; -import { clojure } from "@codemirror/legacy-modes/mode/clojure"; -import { erlang } from "@codemirror/legacy-modes/mode/erlang"; -import { swift } from "@codemirror/legacy-modes/mode/swift"; -import { kotlin } from "@codemirror/legacy-modes/mode/clike"; -import { groovy } from "@codemirror/legacy-modes/mode/groovy"; -import { powerShell } from "@codemirror/legacy-modes/mode/powershell"; -import { scala } from "@codemirror/legacy-modes/mode/clike"; -import { toml } from "@codemirror/legacy-modes/mode/toml"; -import { elixir } from "codemirror-lang-elixir"; -import { SupportedLanguage } from '../types'; +import {StreamLanguage} from "@codemirror/language"; +import {ruby} from "@codemirror/legacy-modes/mode/ruby"; +import {shell} from "@codemirror/legacy-modes/mode/shell"; +import {go} from "@codemirror/legacy-modes/mode/go"; +import {csharp, kotlin, scala} from "@codemirror/legacy-modes/mode/clike"; +import {clojure} from "@codemirror/legacy-modes/mode/clojure"; +import {erlang} from "@codemirror/legacy-modes/mode/erlang"; +import {swift} from "@codemirror/legacy-modes/mode/swift"; +import {groovy} from "@codemirror/legacy-modes/mode/groovy"; +import {powerShell} from "@codemirror/legacy-modes/mode/powershell"; +import {toml} from "@codemirror/legacy-modes/mode/toml"; +import {elixir} from "codemirror-lang-elixir"; +import {SupportedLanguage} from '../types'; import typescriptPlugin from "prettier/plugins/typescript" import babelPrettierPlugin from "prettier/plugins/babel" @@ -38,96 +36,99 @@ import htmlPrettierPlugin from "prettier/plugins/html" import cssPrettierPlugin from "prettier/plugins/postcss" import markdownPrettierPlugin from "prettier/plugins/markdown" import yamlPrettierPlugin from "prettier/plugins/yaml" +import goPrettierPlugin from "@/utils/prettier/plugins/go/go" import * as prettierPluginEstree from "prettier/plugins/estree"; /** * 语言信息类 */ export class LanguageInfo { - constructor( - public token: SupportedLanguage, - public name: string, - public parser: any, - public prettier?: { - parser: string; - plugins: any[]; - } - ) {} + constructor( + public token: SupportedLanguage, + public name: string, + public parser: any, + public prettier?: { + parser: string; + plugins: any[]; + }) {} } /** * 支持的语言列表(与 Worker 中的 LANGUAGES 对应) */ export const LANGUAGES: LanguageInfo[] = [ - new LanguageInfo("text", "Plain Text", null), - new LanguageInfo("json", "JSON", jsonLanguage.parser, { - parser: "json", - plugins: [babelPrettierPlugin, prettierPluginEstree] - }), - new LanguageInfo("py", "Python", pythonLanguage.parser), - new LanguageInfo("html", "HTML", htmlLanguage.parser, { - parser: "html", - plugins: [htmlPrettierPlugin] - }), - new LanguageInfo("sql", "SQL", StandardSQL.language.parser), - new LanguageInfo("md", "Markdown", markdownLanguage.parser, { - parser: "markdown", - plugins: [markdownPrettierPlugin] - }), - new LanguageInfo("java", "Java", javaLanguage.parser), - new LanguageInfo("php", "PHP", phpLanguage.configure({top:"Program"}).parser), - new LanguageInfo("css", "CSS", cssLanguage.parser, { - parser: "css", - plugins: [cssPrettierPlugin] - }), - new LanguageInfo("xml", "XML", xmlLanguage.parser), - new LanguageInfo("cpp", "C++", cppLanguage.parser), - new LanguageInfo("rs", "Rust", rustLanguage.parser), - new LanguageInfo("cs", "C#", StreamLanguage.define(csharp).parser), - new LanguageInfo("rb", "Ruby", StreamLanguage.define(ruby).parser), - new LanguageInfo("sh", "Shell", StreamLanguage.define(shell).parser), - new LanguageInfo("yaml", "YAML", yamlLanguage.parser, { - parser: "yaml", - plugins: [yamlPrettierPlugin] - }), - new LanguageInfo("toml", "TOML", StreamLanguage.define(toml).parser), - new LanguageInfo("go", "Go", StreamLanguage.define(go).parser), - new LanguageInfo("clj", "Clojure", StreamLanguage.define(clojure).parser), - new LanguageInfo("ex", "Elixir", elixir().language.parser), - new LanguageInfo("erl", "Erlang", StreamLanguage.define(erlang).parser), - new LanguageInfo("js", "JavaScript", javascriptLanguage.parser, { - parser: "babel", - plugins: [babelPrettierPlugin, prettierPluginEstree] - }), - new LanguageInfo("ts", "TypeScript", typescriptLanguage.parser, { - parser: "typescript", - plugins: [typescriptPlugin, prettierPluginEstree] - }), - new LanguageInfo("swift", "Swift", StreamLanguage.define(swift).parser), - new LanguageInfo("kt", "Kotlin", StreamLanguage.define(kotlin).parser), - new LanguageInfo("groovy", "Groovy", StreamLanguage.define(groovy).parser), - new LanguageInfo("ps1", "PowerShell", StreamLanguage.define(powerShell).parser), - new LanguageInfo("dart", "Dart", null), // 暂无解析器 - new LanguageInfo("scala", "Scala", StreamLanguage.define(scala).parser), + new LanguageInfo("text", "Plain Text", null), + new LanguageInfo("json", "JSON", jsonLanguage.parser, { + parser: "json", + plugins: [babelPrettierPlugin, prettierPluginEstree] + }), + new LanguageInfo("py", "Python", pythonLanguage.parser), + new LanguageInfo("html", "HTML", htmlLanguage.parser, { + parser: "html", + plugins: [htmlPrettierPlugin] + }), + new LanguageInfo("sql", "SQL", StandardSQL.language.parser), + new LanguageInfo("md", "Markdown", markdownLanguage.parser, { + parser: "markdown", + plugins: [markdownPrettierPlugin] + }), + new LanguageInfo("java", "Java", javaLanguage.parser), + new LanguageInfo("php", "PHP", phpLanguage.configure({top: "Program"}).parser), + new LanguageInfo("css", "CSS", cssLanguage.parser, { + parser: "css", + plugins: [cssPrettierPlugin] + }), + new LanguageInfo("xml", "XML", xmlLanguage.parser), + new LanguageInfo("cpp", "C++", cppLanguage.parser), + new LanguageInfo("rs", "Rust", rustLanguage.parser), + new LanguageInfo("cs", "C#", StreamLanguage.define(csharp).parser), + new LanguageInfo("rb", "Ruby", StreamLanguage.define(ruby).parser), + new LanguageInfo("sh", "Shell", StreamLanguage.define(shell).parser), + new LanguageInfo("yaml", "YAML", yamlLanguage.parser, { + parser: "yaml", + plugins: [yamlPrettierPlugin] + }), + new LanguageInfo("toml", "TOML", StreamLanguage.define(toml).parser), + new LanguageInfo("go", "Go", StreamLanguage.define(go).parser,{ + parser: "go", + plugins: [goPrettierPlugin] + }), + new LanguageInfo("clj", "Clojure", StreamLanguage.define(clojure).parser), + new LanguageInfo("ex", "Elixir", elixir().language.parser), + new LanguageInfo("erl", "Erlang", StreamLanguage.define(erlang).parser), + new LanguageInfo("js", "JavaScript", javascriptLanguage.parser, { + parser: "babel", + plugins: [babelPrettierPlugin, prettierPluginEstree] + }), + new LanguageInfo("ts", "TypeScript", typescriptLanguage.parser, { + parser: "typescript", + plugins: [typescriptPlugin, prettierPluginEstree] + }), + new LanguageInfo("swift", "Swift", StreamLanguage.define(swift).parser), + new LanguageInfo("kt", "Kotlin", StreamLanguage.define(kotlin).parser), + new LanguageInfo("groovy", "Groovy", StreamLanguage.define(groovy).parser), + new LanguageInfo("ps1", "PowerShell", StreamLanguage.define(powerShell).parser), + new LanguageInfo("dart", "Dart", null), // 暂无解析器 + new LanguageInfo("scala", "Scala", StreamLanguage.define(scala).parser), ]; /** * 语言映射表 */ export const languageMapping = Object.fromEntries( - LANGUAGES.map(l => [l.token, l.parser]) + LANGUAGES.map(l => [l.token, l.parser]) ); /** * 根据 token 获取语言信息 */ export function getLanguage(token: SupportedLanguage): LanguageInfo | undefined { - return LANGUAGES.find(lang => lang.token === token); + return LANGUAGES.find(lang => lang.token === token); } /** * 获取所有语言的 token 列表 */ export function getLanguageTokens(): SupportedLanguage[] { - return LANGUAGES.map(lang => lang.token); + return LANGUAGES.map(lang => lang.token); } \ No newline at end of file diff --git a/internal/systray/systray.go b/internal/systray/systray.go index 98d070f..b97e044 100644 --- a/internal/systray/systray.go +++ b/internal/systray/systray.go @@ -11,10 +11,10 @@ import ( func SetupSystemTray(app *application.App, mainWindow *application.WebviewWindow, assets embed.FS, trayService *services.TrayService) { // 创建系统托盘 systray := app.SystemTray.New() - + // 设置提示 + systray.SetTooltip("voidraft") // 设置标签 systray.SetLabel("voidraft") - systray.Label() // 设置图标 iconBytes, _ := assets.ReadFile("appicon.png") systray.SetIcon(iconBytes) diff --git a/version.txt b/version.txt index f074d2a..09387b0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -VERSION=1.3.6 +VERSION=1.3.7