]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
workflow: move private packages to separate directory
authorEvan You <evan@vuejs.org>
Mon, 12 Aug 2024 00:02:03 +0000 (08:02 +0800)
committerGitHub <noreply@github.com>
Mon, 12 Aug 2024 00:02:03 +0000 (08:02 +0800)
commit6a5b2098e1c9573fd050b0d56d0f85516f10c32b
treedf54cf82467fcd87422ee38502beebd0ee0270f5
parentcac1e4e7f6701ab8d106cea6c6aabffd058de600
workflow: move private packages to separate directory
80 files changed:
.github/contributing.md
.github/renovate.json5
eslint.config.js
package.json
packages-private/dts-built-test/README.md [moved from packages/dts-built-test/README.md with 65% similarity]
packages-private/dts-built-test/package.json [moved from packages/dts-built-test/package.json with 85% similarity]
packages-private/dts-built-test/src/index.ts [moved from packages/dts-built-test/src/index.ts with 100% similarity]
packages-private/dts-built-test/tsconfig.json [moved from packages/dts-built-test/tsconfig.json with 100% similarity]
packages-private/dts-test/README.md [moved from packages/dts-test/README.md with 52% similarity]
packages-private/dts-test/appDirective.test-d.ts [moved from packages/dts-test/appDirective.test-d.ts with 100% similarity]
packages-private/dts-test/appUse.test-d.ts [moved from packages/dts-test/appUse.test-d.ts with 100% similarity]
packages-private/dts-test/built.test-d.ts [moved from packages/dts-test/built.test-d.ts with 82% similarity]
packages-private/dts-test/compiler.test-d.ts [moved from packages/dts-test/compiler.test-d.ts with 100% similarity]
packages-private/dts-test/component.test-d.ts [moved from packages/dts-test/component.test-d.ts with 100% similarity]
packages-private/dts-test/componentInstance.test-d.tsx [moved from packages/dts-test/componentInstance.test-d.tsx with 100% similarity]
packages-private/dts-test/componentTypeExtensions.test-d.tsx [moved from packages/dts-test/componentTypeExtensions.test-d.tsx with 100% similarity]
packages-private/dts-test/defineComponent.test-d.tsx [moved from packages/dts-test/defineComponent.test-d.tsx with 100% similarity]
packages-private/dts-test/defineCustomElement.test-d.ts [moved from packages/dts-test/defineCustomElement.test-d.ts with 100% similarity]
packages-private/dts-test/directives.test-d.ts [moved from packages/dts-test/directives.test-d.ts with 100% similarity]
packages-private/dts-test/extractProps.test-d.ts [moved from packages/dts-test/extractProps.test-d.ts with 100% similarity]
packages-private/dts-test/functionalComponent.test-d.tsx [moved from packages/dts-test/functionalComponent.test-d.tsx with 100% similarity]
packages-private/dts-test/h.test-d.ts [moved from packages/dts-test/h.test-d.ts with 100% similarity]
packages-private/dts-test/inject.test-d.ts [moved from packages/dts-test/inject.test-d.ts with 100% similarity]
packages-private/dts-test/package.json [moved from packages/dts-test/package.json with 74% similarity]
packages-private/dts-test/reactivity.test-d.ts [moved from packages/dts-test/reactivity.test-d.ts with 100% similarity]
packages-private/dts-test/ref.test-d.ts [moved from packages/dts-test/ref.test-d.ts with 100% similarity]
packages-private/dts-test/setupHelpers.test-d.ts [moved from packages/dts-test/setupHelpers.test-d.ts with 100% similarity]
packages-private/dts-test/tsconfig.test.json [moved from packages/dts-test/tsconfig.test.json with 100% similarity]
packages-private/dts-test/tsx.test-d.tsx [moved from packages/dts-test/tsx.test-d.tsx with 100% similarity]
packages-private/dts-test/utils.d.ts [moved from packages/dts-test/utils.d.ts with 100% similarity]
packages-private/dts-test/watch.test-d.ts [moved from packages/dts-test/watch.test-d.ts with 100% similarity]
packages-private/sfc-playground/README.md [moved from packages/sfc-playground/README.md with 100% similarity]
packages-private/sfc-playground/index.html [moved from packages/sfc-playground/index.html with 100% similarity]
packages-private/sfc-playground/package.json [moved from packages/sfc-playground/package.json with 90% similarity]
packages-private/sfc-playground/public/logo.svg [moved from packages/sfc-playground/public/logo.svg with 100% similarity]
packages-private/sfc-playground/src/App.vue [moved from packages/sfc-playground/src/App.vue with 100% similarity]
packages-private/sfc-playground/src/Header.vue [moved from packages/sfc-playground/src/Header.vue with 98% similarity]
packages-private/sfc-playground/src/VersionSelect.vue [moved from packages/sfc-playground/src/VersionSelect.vue with 100% similarity]
packages-private/sfc-playground/src/download/download.ts [moved from packages/sfc-playground/src/download/download.ts with 100% similarity]
packages-private/sfc-playground/src/download/template/README.md [moved from packages/sfc-playground/src/download/template/README.md with 100% similarity]
packages-private/sfc-playground/src/download/template/index.html [moved from packages/sfc-playground/src/download/template/index.html with 100% similarity]
packages-private/sfc-playground/src/download/template/main.js [moved from packages/sfc-playground/src/download/template/main.js with 100% similarity]
packages-private/sfc-playground/src/download/template/package.json [moved from packages/sfc-playground/src/download/template/package.json with 100% similarity]
packages-private/sfc-playground/src/download/template/vite.config.js [moved from packages/sfc-playground/src/download/template/vite.config.js with 100% similarity]
packages-private/sfc-playground/src/icons/Copy.vue [moved from packages/sfc-playground/src/icons/Copy.vue with 100% similarity]
packages-private/sfc-playground/src/icons/Download.vue [moved from packages/sfc-playground/src/icons/Download.vue with 100% similarity]
packages-private/sfc-playground/src/icons/GitHub.vue [moved from packages/sfc-playground/src/icons/GitHub.vue with 100% similarity]
packages-private/sfc-playground/src/icons/Moon.vue [moved from packages/sfc-playground/src/icons/Moon.vue with 100% similarity]
packages-private/sfc-playground/src/icons/Reload.vue [moved from packages/sfc-playground/src/icons/Reload.vue with 100% similarity]
packages-private/sfc-playground/src/icons/Share.vue [moved from packages/sfc-playground/src/icons/Share.vue with 100% similarity]
packages-private/sfc-playground/src/icons/Sun.vue [moved from packages/sfc-playground/src/icons/Sun.vue with 100% similarity]
packages-private/sfc-playground/src/main.ts [moved from packages/sfc-playground/src/main.ts with 100% similarity]
packages-private/sfc-playground/src/vue-dev-proxy-prod.ts [moved from packages/sfc-playground/src/vue-dev-proxy-prod.ts with 100% similarity]
packages-private/sfc-playground/src/vue-dev-proxy.ts [moved from packages/sfc-playground/src/vue-dev-proxy.ts with 100% similarity]
packages-private/sfc-playground/src/vue-server-renderer-dev-proxy.ts [moved from packages/sfc-playground/src/vue-server-renderer-dev-proxy.ts with 100% similarity]
packages-private/sfc-playground/vercel.json [moved from packages/sfc-playground/vercel.json with 100% similarity]
packages-private/sfc-playground/vite.config.ts [moved from packages/sfc-playground/vite.config.ts with 77% similarity]
packages-private/template-explorer/README.md [moved from packages/template-explorer/README.md with 100% similarity]
packages-private/template-explorer/_redirects [moved from packages/template-explorer/_redirects with 100% similarity]
packages-private/template-explorer/index.html [moved from packages/template-explorer/index.html with 100% similarity]
packages-private/template-explorer/local.html [moved from packages/template-explorer/local.html with 100% similarity]
packages-private/template-explorer/package.json [moved from packages/template-explorer/package.json with 100% similarity]
packages-private/template-explorer/src/index.ts [moved from packages/template-explorer/src/index.ts with 100% similarity]
packages-private/template-explorer/src/options.ts [moved from packages/template-explorer/src/options.ts with 100% similarity]
packages-private/template-explorer/src/theme.ts [moved from packages/template-explorer/src/theme.ts with 100% similarity]
packages-private/template-explorer/style.css [moved from packages/template-explorer/style.css with 100% similarity]
packages-private/vite-debug/App.vue [new file with mode: 0644]
packages-private/vite-debug/README.md [new file with mode: 0644]
packages-private/vite-debug/index.html [new file with mode: 0644]
packages-private/vite-debug/main.ts [new file with mode: 0644]
packages-private/vite-debug/package.json [new file with mode: 0644]
packages-private/vite-debug/tsconfig.json [new file with mode: 0644]
packages-private/vite-debug/vite.config.ts [new file with mode: 0644]
pnpm-lock.yaml
pnpm-workspace.yaml
rollup.config.js
scripts/build.js
scripts/utils.js
tsconfig.json
vitest.config.ts