element-plus#16111) Browse files * build: use vue-tsc to generate dts * reduce inline type declaration * fix: type checking failed * apply suggestions from code review * address PR commentsLoading branch infor
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/ Show more Deprecation notice: v...
1. vue-element-plus-admin@2.7.0 ts:check > pnpm vue-tsc --noemit --skiplibcheck命令的用途 这个命令是用于在vue-element-plus-admin项目中执行TypeScript类型检查的一个脚本。具体来说,它使用pnpm作为包管理器来运行vue-tsc命令,后者是Vue项目专用的TypeScript编译器。命令的参数--noemit和--skiplibche...
Sign in Sign up element-plus / element-plus Public Sponsor Notifications Fork 16k Star 24.2k Code Issues 1.4k Pull requests 375 Discussions Actions Projects 2 Security Insights 🧪 Test SSR chore: upgrade typescript & vue-tsc #11533 Sign in to view logs Summary Jobs SSR render...
2 changes: 1 addition & 1 deletion 2 packages/components/tabs/src/tab-bar.vue Original file line numberDiff line numberDiff line change @@ -1,7 +1,7 @@ <template> </template>1,894 changes: 987 additions & 907 deletions 1,894 pnpm-lock.yaml Load diff Large diffs are not rende...
🎉 A Vue.js 3 UI Library made by Element team. Contribute to element-plus/element-plus development by creating an account on GitHub.
🌰 A starter example for element-plus with Nuxt 3. Contribute to element-plus/element-plus-nuxt-starter development by creating an account on GitHub.
relates to #12770 There are some huge type declaration files which slow intellisense in element+ package, like components/cascader/src /cascader.vue.d.ts , it has 13462 lines. To improve it, this P...
🎉 A Vue.js 3 UI Library made by Element team. Contribute to element-plus/element-plus development by creating an account on GitHub.
$ pnpm run build:dts>element-plus-dts@1.0.0 build:dts /Users/mario/Project/element-plus-dts>vue-tsc --declaration --emitDeclarationOnly src/demo.vue:9:25 - error TS2742: The inferredtypeof'default'cannot be named without a reference to'.pnpm/@vue+shared@3.2.37/node_modules/@vue/share...