git clone https://github.com/vuejs/language-tools.git cd language-tools pnpm install pnpm run build The recommended way to develop the volar extension is to use the Debug Tools provided by VSCode. Alternatively, you can run one of the scripts defined in the package.json file. ❗ You sho...
Thank you for your work. I love vue3. 👍 1 Author RJQingHuan commented Mar 29, 2024 https://github.com/RJQingHuan/test-vue-tsc.git run packages/admin check johnsoncodehk added pending triage good reproduction ✨ labels Mar 31, 2024 johnsoncodehk added upstream performance and ...
at Function.resolve (node:internal/modules/cjs/helpers:108:19) at C:\[PROJECT PATH]\node_modules\@volar\vue-language-core\out\utils\ts.js:50:30 at Array.map (<anonymous>) at createParsedCommandLineBase (C:\[PROJECT PATH]\node_modules\@volar\vue-language-core\out\utils\ts.js:48:92) ...
refactor(language-core): drop invalidv-scopeimplemention - Thanks to@KazariEX! refactor(language-core): improve type declaration ofv-for- Thanks to@KazariEX! test: enabledeclarationto track more errors - Thanks to@KazariEX! refactor(language-core): remove semantic highlight of style m...
Last commit message Last commit date Latest commit Lilja-at-funnel Init commit Jun 8, 2022 85b4ce6·Jun 8, 2022 History 1 Commit .vscode Init commit Jun 8, 2022 public Init commit Jun 8, 2022 src Init commit Jun 8, 2022 .gitignore ...
public src _gitignore index.html package-lock.json package.json README.md tsconfig.json tsconfig.node.json vite.config.ts README.md 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 # Vue 3 + Typescript + Vite This template should help get you started developing with Vue 3 and Type...
vidal7/volar-issue-vue-tsc-outputmain 1 Branch Tags Code Folders and filesLatest commit vidal7 Update readme af47049· Mar 15, 2024 History4 Commits .vscode second commit Mar 15, 2024 src second commit Mar 15, 2024 .gitignore second commit Mar 15, 2024...
"lint-staged": { "*.{ts,tsx}": [ "prettier --write", "eslint --fix", "tsc --noEmit --pretty false --skipLibCheck", "git add" ], "*.{json,js,jsx}": [ "prettier --write", "eslint --fix", "git add" ], "*.vue": [ "prettier --write", "eslint --fix", "vue-...
Last commit date Latest commit Cannot retrieve latest commit at this time. History 91 Commits .github bin .gitignore LICENSE README.md package.json proxy.js yarn.lock Repository files navigation README MIT license vue-tsc (Deprecated) Move tohttps://github.com/vuejs/language-tools/tree/master...
Learn more about Vercel for Git ↗︎ NameStatusPreviewCommentsUpdated (UTC) wot-design-uni ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 3, 2024 7:37am coderabbitai bot commented Dec 3, 2024 • edited Walkthrough 本次更改涉及三个主要组件的更新。首先,util.ts 文件中的 isH5...