Commit Graph

4461 Commits

Author SHA1 Message Date
patak
004a25db3a test: reinstate pluginContainer.spec.ts tests 2024-03-10 20:40:50 +01:00
patak
649a5c2c07 chore: clean up 2024-03-10 20:37:36 +01:00
patak
72346f186a fix: environment and ssr compat in transformRequest 2024-03-09 22:26:36 +01:00
patak
5d3a05f2f6 fix: back compat setters for lastHMRTimestamp (histoire), also for transformResult and ssrTransformResult 2024-03-09 20:50:27 +01:00
patak
35d785b59e refactor: new ModuleNode() 2024-03-09 19:18:11 +01:00
patak
e96a3d1f49 chore: merge main 2024-03-08 23:28:44 +01:00
patak
a490a97a72 test: basic back compat tests 2024-03-08 23:25:42 +01:00
patak
39fe4345ba fix: avoid extending EnvironmentModuleNode for ModuleNode 2024-03-08 22:33:28 +01:00
patak
6d377956f1 fix: server.reloadEnvironmentModule(module) 2024-03-08 22:32:08 +01:00
Dominik G
fd9de0473e
fix(esbuild): update tsconfck to fix bug that could cause a deadlock (#16124) 2024-03-08 17:44:51 +01:00
Senao
f6991948f5
fix: handle function property extension in namespace import (#16113) 2024-03-08 21:29:55 +08:00
bluwy
4ccfa05d0e release: plugin-legacy@5.3.2 2024-03-08 20:39:00 +08:00
Jan Gosmann
081353179a
fix(plugin-legacy): respect modernTargets option if renderLegacyChunks disabled (#15789) 2024-03-08 20:36:43 +08:00
xiejiahe
0d2df52716
style(utils): remove null check (#16112) 2024-03-08 12:31:49 +08:00
patak
52c3160695 chore: EnvironmentModuleNode 2024-03-07 22:25:57 +01:00
patak
cc946ef1cd fix: unwrap mixed module 2024-03-07 13:16:25 +01:00
patak
1d707adf3d test: fix module graph unit tests 2024-03-07 12:51:34 +01:00
patak
ca477f2838 fix: add environment to HMRContext 2024-03-07 12:40:39 +01:00
patak
08c9241018 chore: runtime -> environment 2024-03-07 12:36:21 +01:00
patak
b5a0dcec56 chore: EnvironmentModuleGraph 2024-03-07 11:56:01 +01:00
patak
c9c2a378b4 chore: merge main 2024-03-07 08:50:11 +01:00
patak
238789a023 fix: move to unions, accept perf hit 2024-03-07 08:49:59 +01:00
翠 / green
eef9da13d0
fix(worker): throw error when circular worker import is detected and support self referencing worker (#16103) 2024-03-06 20:03:33 +09:00
翠 / green
60dfa9e15c
fix(worker): hide "The emitted file overwrites" warning if the content is same (#16094) 2024-03-05 11:21:19 +01:00
翠 / green
93be84eccd
refactor(runtime): share more code between runtime and main bundle (#16063) 2024-03-05 11:00:16 +01:00
翠 / green
8f74ce4ff3
fix: escape single quote when relative base is used (#16060) 2024-03-05 09:09:59 +01:00
patak
2af1ae807d release: v5.1.5 2024-03-04 20:40:23 +01:00
Eduard Kuzmenko
bd52283a70
fix: analysing build chunk without dependencies (#15469)
Co-authored-by: patak <matias.capeletto@gmail.com>
2024-03-04 20:33:53 +01:00
翠 / green
ab823ab618
fix: import with query with imports field (#16085) 2024-03-04 18:58:53 +01:00
翠 / green
11cceeab39
revert: "fix: upgrade esbuild to 0.20.x" (#16072) 2024-03-02 16:53:01 +01:00
James Garbutt
899d9b1d27
fix: upgrade esbuild to 0.20.x (#16062)
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
2024-03-01 14:03:01 +01:00
翠 / green
aac2ef7752
refactor(runtime): use functions from pathe (#16061) 2024-03-01 01:19:14 +01:00
翠 / green
a9112ebb21
fix: output correct error for empty import specifier (#16055) 2024-02-29 12:50:32 +08:00
btea
1dccc3713a
fix: normalize literal-only entry pattern (#16010) 2024-02-28 17:13:24 +08:00
renovate[bot]
7cfe80d0df
chore(deps): update all non-major dependencies (#16028) 2024-02-27 07:28:14 +01:00
Travis Harmon
ff4c83456f
fix(create-vite): ts error in the svelte-ts template (#16031) 2024-02-27 15:04:23 +09:00
patak
40916feb20 fix: getModuleSetUnion 2024-02-25 21:12:16 +01:00
patak
2b5a4bd63a fix: switch to union for importedModules and importers 2024-02-25 14:23:49 +01:00
patak
92888f80d3 fix: module set compat 2024-02-25 13:38:29 +01:00
patak
dfc5398ce6 fix: implement forEach in compat map and set 2024-02-25 11:51:19 +01:00
patak
6006aa5454 refactor: createBackwardCompatibleFileToModulesMap 2024-02-25 10:53:25 +01:00
patak
dba54b29d1 refactor: simplify back compat for iterators 2024-02-25 10:43:02 +01:00
patak
0f613fb749 chore: avoid undefined on getBackwardCompatibleNodeDual 2024-02-25 10:33:13 +01:00
patak
6906238d8c fix: createBackwardCompatibleModuleSet 2024-02-25 09:59:17 +01:00
patak
4be07f6cd6 feat: backward compatible module node sets 2024-02-25 08:36:53 +01:00
patak
2740cbd1a2 fix: vite-plugin-vue 2024-02-24 22:50:24 +01:00
patak
17f1e326c1 chore: handleHMRUpdate compat 2024-02-24 20:11:56 +01:00
patak
d06065c370 perf: optimize compat hmrContext 2024-02-24 19:11:28 +01:00
patak
eddfd8df62 fix: hotContext.modules instead of hmrContext.modules 2024-02-24 19:03:09 +01:00
patak
d7d7491e88 feat: hotUpdate hook, deprecate handleHotUpdate 2024-02-24 16:56:27 +01:00