0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-24 08:17:29 +01:00
Commit Graph

5 Commits

Author SHA1 Message Date
Simon H
c4b721584a
chore: repo cleanup (#13029)
* chore: cleanup repo configs

- remove prettier from packages, everything runs through the root now (also better aligns with how you work with it in VS Code: no more config duplication needed)
- remove eslint from packages, run it once through the root now (revealed some inconsistencies and missing stuff, config tightened up as a result) (bump eslint while we're at it)

* update vite and related packages (since rollup includes an addition to one estree node we need to adjust code a bit)

* bump more packages

* bump jsdom

* lint
2024-08-26 11:30:45 -04:00
Rich Harris
ae27f27810
make internal sources ownerless (#13013)
* make internal sources ownerless

* WIP

* WIP

* WIP

* same for mutable_state

* oops

* DRY

* unrelated

* changeset

* fix
2024-08-24 17:36:19 -04:00
Dominic Gannaway
e9e7d8b468
chore: add more benchmarks (#12108)
* chore: add more benchmarks

* address feedback
2024-06-20 12:34:50 +01:00
Dominic Gannaway
c7f6805c37
chore: add more benchmarks (#12094)
chore: add more benchmarks
2024-06-19 20:52:20 +01:00
Dominic Gannaway
d04f69ac05
chore: add a benchmarking tool + single benchmark (#12092)
* chore: add benchmarking tool and single benchmark
2024-06-19 18:33:53 +01:00