Rich Harris
2ebedb04a1
configure search.exclude ( #9472 )
...
Co-authored-by: Rich Harris <rich.harris@vercel.com>
1 year ago
Simon Holthausen
fe8a9ce31d
breaking: init Svelte 5
...
Co-authored-by: Rich Harris <rich.harris@vercel.com>
Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>
Co-authored-by: Dominic Gannaway <dg@domgan.com>
1 year ago
Puru Vijay
ad9a672171
Merge version-4
2 years ago
Puru Vijay
bd51e6f3ea
Merge remote-tracking branch 'origin/version-4' into sites
2 years ago
Puru Vijay
0050f06886
chore: Remove from gitignore
2 years ago
Puru Vijay
2312133ad5
Gitignore compiler.js files
2 years ago
Simon H
a40af4dd11
chore: unbundled esm ( #8613 )
...
- remove esm bundle step
- introduce generated version.js because we can no longer use replace because we don't bundle esm
- remove register hook, cjs compiler output and cjs runtime
- keep umd compiler version for prettier/eslint/browser but without sourcemaps
- move devdependencies to dependencies where necessary
- various cleanup
---------
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
Co-authored-by: gtmnayan <50981692+gtm-nayan@users.noreply.github.com>
2 years ago
gtmnayan
3df9d8466f
chore: speed up test execution ( #8598 )
...
- shard runtime tests for better use of Vite's test parallelization
- merge custom element and other browser tests to run in one test suite and use esbuild in it
- on some setups only generate code output when test fails
2 years ago
S. Elliott Johnson
fd9d61a7b7
chore: TS to JSDoc Conversion ( #8569 )
...
---------
Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>
2 years ago
Simon He
e44762aa2d
[chore] add ESLint Caching ( #8069 )
...
see: https://eslint.org/docs/latest/user-guide/command-line-interface#caching
2 years ago
Yuichiro Yamashita
9635a2e413
[chore] remove nyc stuff ( #7601 )
...
It appears that forgot to remove config related to nyc in this commit.
f1ca1cc098
3 years ago
Ignatius Bagus
78131b9f98
[feat] TS interfaces for typing actions ( #7121 )
...
Fixes #6538
3 years ago
Conduitry
68dd118de0
[chore] remove codecov material ( #7190 )
3 years ago
Ben McCann
c2847b7d30
Remove site - new home at sveltejs/sites ( #6994 )
3 years ago
Ben McCann
42076a7502
[site] migrate to SvelteKit ( #6811 )
...
Co-authored-by: Conduitry <git@chor.date>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
3 years ago
Ben McCann
0d4ad364be
Add OpenCollective donors to site ( #6793 )
3 years ago
Tan Li Hau
e7af4d7706
expose svelte/ssr which have noop for lifecycle events ( #6416 )
4 years ago
Robert Hall
17c5402e31
Cleanup logos on homepage ( #6409 )
4 years ago
Domenik Reitzner
a49375696f
Handle new format for "who is using svelte" ( #5918 )
4 years ago
halfnelson
7c1e6a6ce7
refactor sourcemap and preprocessor tests ( #5583 )
...
Co-authored-by: Milan Hauth <milahu@gmail.com>
4 years ago
Jongkeun Hong
aa3dcc06d6
add .vscode to .gitignore ( #4595 )
5 years ago
Conduitry
20dedc6cb8
site: copy Who's Using Svelte data from community repo at build time
5 years ago
Rich Harris
41d955c23e
write compiled output to disk for easier inspection
5 years ago
Richard Harris
9c7d192232
remove samples/_ directories, used for local experiments
5 years ago
Alexandr Orel
83497a15f1
Fix travis test coverage
6 years ago
Rich Harris
80ebdc1784
rename kebab-case files - supercedes #2890
6 years ago
mrkishi
52618594f4
fix .gitignore'd files
6 years ago
Richard Harris
7e3b91e3ee
Merge branch 'master' into folder-structure
6 years ago
Richard Harris
8a2da2d39d
gitignore workers
6 years ago
Richard Harris
6dce281ed5
fix gitignore
6 years ago
Richard Harris
76b02623a0
update gitignore
6 years ago
Richard Harris
5161dfb950
update folder structure - #2790
6 years ago
Richard Harris
7cecb99b48
move dist to types
6 years ago
Bogdan Savluk
d5d5caba60
type declarations for bundled files
6 years ago
Bogdan Savluk
c29c389a72
convert everything to TypeScript
6 years ago
Bogdan Savluk
b1a24c853b
ignore .idea folder
6 years ago
Sander Hahn
3b4c6ed4eb
typescript version of store
6 years ago
Rich Harris
8b9c4f3a64
Merge pull request #2247 from sveltejs/gh-2241
...
add crossfade and flip functions
6 years ago
Richard Harris
3f02d999cd
use spritesheet for contributors - fixes #2329
6 years ago
Richard Harris
394e3e9593
add crossfade and flip functions ( #2241 )
6 years ago
Conduitry
03dc1cab8c
remove CLI
6 years ago
Richard Harris
f1ca1cc098
housekeeping
6 years ago
Rich Harris
b87f930002
svelte/motion
...
closes #1875
6 years ago
Conduitry
168c9bf73b
don't check in _contributors.js
6 years ago
Rich Harris
dc657c068d
add integrated transitions
6 years ago
Rich Harris
899b14da3e
oops
6 years ago
Rich Harris
29052aba7d
Bring svelte.technology source into main repo
6 years ago
Conduitry
82c247ea3e
expose ESM and CJS versions of runtime code ( #1886 )
6 years ago
Rich Harris
f45e2b70fd
Implement reactive assignments ( #1839 )
...
This also includes elements of RFCs 2 and 3
6 years ago
Rich Harris
9031c16905
[WIP] Refactor, change where validation occurs ( #1721 )
...
Refactor, change where validation occurs
6 years ago