vite/playground
2023-04-27 14:35:43 +02:00
..
alias refactor(playground): move to ESM module and add type check for config (#12131) 2023-02-28 15:56:51 +01:00
assets fix: leave fully dynamic import.meta.url asset (fixes #10306) (#10549) 2023-04-02 14:21:16 +02:00
assets-sanitize refactor(playground): move to ESM module and add type check for config (#12131) 2023-02-28 15:56:51 +01:00
backend-integration chore(deps): update all non-major dependencies (#12805) 2023-04-26 09:07:06 +02:00
build-old chore: rename test packages (#11172) 2022-12-04 10:20:45 +01:00
cli test(server): vite server restart flow (#12777) 2023-04-25 15:53:04 +00:00
cli-module chore: rename test packages (#11172) 2022-12-04 10:20:45 +01:00
config chore(deps): update all non-major dependencies (#12805) 2023-04-26 09:07:06 +02:00
css chore(deps): update all non-major dependencies (#12805) 2023-04-26 09:07:06 +02:00
css-codesplit test(css): css-codesplit flaky test (#12653) 2023-03-29 17:43:45 +00:00
css-codesplit-cjs refactor(playground): move to ESM module and add type check for config (#12131) 2023-02-28 15:56:51 +01:00
css-dynamic-import test: reduce flaky fails (#11909) 2023-02-02 15:58:03 +01:00
css-sourcemap chore(deps): update all non-major dependencies (#12805) 2023-04-26 09:07:06 +02:00
data-uri chore: rename test packages (#11172) 2022-12-04 10:20:45 +01:00
define refactor(playground): move to ESM module and add type check for config (#12131) 2023-02-28 15:56:51 +01:00
dynamic-import test(dynamic-import): fix multiline test (#12996) 2023-04-25 14:52:59 +02:00
env refactor(playground): move to ESM module and add type check for config (#12131) 2023-02-28 15:56:51 +01:00
env-nested refactor(playground): move to ESM module and add type check for config (#12131) 2023-02-28 15:56:51 +01:00
extensions refactor(playground): move to ESM module and add type check for config (#12131) 2023-02-28 15:56:51 +01:00
external fix(deps): update all non-major dependencies (#12036) 2023-02-23 20:28:48 +08:00
fs-serve refactor(playground): move to ESM module and add type check for config (#12131) 2023-02-28 15:56:51 +01:00
glob-import chore: rename test packages (#11172) 2022-12-04 10:20:45 +01:00
hmr feat(create-vite): use typescript 5.0 in templates (#12481) 2023-03-30 08:13:26 +02:00
html fix: ignore sideEffects for scripts imported from html (#12786) 2023-04-07 17:36:09 +00:00
import-assertion chore: rename test packages (#11172) 2022-12-04 10:20:45 +01:00
js-sourcemap chore(deps): update all non-major dependencies (#12805) 2023-04-26 09:07:06 +02:00
json fix(deps): update all non-major dependencies (#12036) 2023-02-23 20:28:48 +08:00
legacy chore(deps): update all non-major dependencies (#12805) 2023-04-26 09:07:06 +02:00
lib test: don't share cacheDir among different configs (#12625) 2023-03-28 10:37:38 +02:00
minify chore: rename test packages (#11172) 2022-12-04 10:20:45 +01:00
multiple-entrypoints chore(deps): update all non-major dependencies (#12805) 2023-04-26 09:07:06 +02:00
nested-deps test: resolve using absolute dep path (#5495) 2023-04-09 12:06:06 +02:00
object-hooks fix(deps): update all non-major dependencies (#12036) 2023-02-23 20:28:48 +08:00
optimize-deps chore(deps): update all non-major dependencies (#12805) 2023-04-26 09:07:06 +02:00
optimize-deps-no-discovery feat: optimize deps option to turn off auto discovery (#13000) 2023-04-26 10:25:58 +02:00
optimize-missing-deps chore: rename test packages (#11172) 2022-12-04 10:20:45 +01:00
preload chore(deps): update all non-major dependencies (#12805) 2023-04-26 09:07:06 +02:00
preserve-symlinks chore: rename test packages (#11172) 2022-12-04 10:20:45 +01:00
resolve test: resolve ts extension when query params used (#12586) 2023-03-26 12:22:13 +02:00
resolve-config refactor(playground): move to ESM module and add type check for config (#12131) 2023-02-28 15:56:51 +01:00
resolve-linked chore: rename test packages (#11172) 2022-12-04 10:20:45 +01:00
ssr test(server): vite server restart flow (#12777) 2023-04-25 15:53:04 +00:00
ssr-deps fix(ssr): ignore module exports condition (#11409) 2022-12-20 10:21:58 +01:00
ssr-html fix(ssr): load sourcemaps alongside modules (#11780) 2023-04-04 23:07:09 +02:00
ssr-noexternal refactor(playground): move to ESM module and add type check for config (#12131) 2023-02-28 15:56:51 +01:00
ssr-pug chore: rename test packages (#11172) 2022-12-04 10:20:45 +01:00
ssr-resolve test(resolve): ssr deep import resolve (#13022) 2023-04-27 14:35:43 +02:00
ssr-webworker refactor(playground): move to ESM module and add type check for config (#12131) 2023-02-28 15:56:51 +01:00
tailwind chore(deps): update all non-major dependencies (#12805) 2023-04-26 09:07:06 +02:00
tailwind-sourcemap chore(deps): update all non-major dependencies (#12805) 2023-04-26 09:07:06 +02:00
transform-plugin refactor(playground): move to ESM module and add type check for config (#12131) 2023-02-28 15:56:51 +01:00
tsconfig-json feat(create-vite): use typescript 5.0 in templates (#12481) 2023-03-30 08:13:26 +02:00
tsconfig-json-load-error test: relax tsconfig json load error regex (#12859) 2023-04-14 15:54:18 +02:00
wasm chore: rename test packages (#11172) 2022-12-04 10:20:45 +01:00
worker fix: build time deps optimization, and ensure single crawl end call (#12851) 2023-04-14 17:21:33 +02:00
package.json fix(deps): update all non-major dependencies (#12389) 2023-03-21 07:43:25 +01:00
shims.d.ts test: ensure ports are free for test servers 2022-05-11 20:31:21 +08:00
test-utils.ts fix(worker): worker import.meta.url should not depends on document in iife mode (#12629) 2023-04-02 10:58:15 +02:00
tsconfig.json feat(create-vite): use typescript 5.0 in templates (#12481) 2023-03-30 08:13:26 +02:00
vitestGlobalSetup.ts chore: enable prettier trailing commas (#11167) 2022-12-04 08:19:06 +01:00
vitestSetup.ts test(server): vite server restart flow (#12777) 2023-04-25 15:53:04 +00:00