0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-22 12:27:29 +01:00
Commit Graph

76 Commits

Author SHA1 Message Date
Rich Harris
2ebedb04a1
configure search.exclude (#9472)
Co-authored-by: Rich Harris <rich.harris@vercel.com>
2023-11-15 14:36:16 -05:00
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>
2023-11-10 15:48:23 +01:00
Puru Vijay
ad9a672171 Merge version-4 2023-06-10 16:02:51 +05:30
Puru Vijay
bd51e6f3ea Merge remote-tracking branch 'origin/version-4' into sites 2023-05-28 01:19:27 +05:30
Puru Vijay
0050f06886 chore: Remove from gitignore 2023-05-25 16:44:11 +05:30
Puru Vijay
2312133ad5 Gitignore compiler.js files 2023-05-25 16:41:49 +05:30
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>
2023-05-24 15:31:09 +02:00
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
2023-05-22 15:46:27 +02:00
S. Elliott Johnson
fd9d61a7b7
chore: TS to JSDoc Conversion (#8569)
---------

Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>
2023-05-19 15:59:42 +02:00
Simon He
e44762aa2d
[chore] add ESLint Caching (#8069)
see: https://eslint.org/docs/latest/user-guide/command-line-interface#caching
2022-12-03 15:54:32 +09:00
Yuichiro Yamashita
9635a2e413
[chore] remove nyc stuff (#7601)
It appears that forgot to remove config related to nyc in this commit.

f1ca1cc098
2022-06-12 16:37:49 +02:00
Ignatius Bagus
78131b9f98
[feat] TS interfaces for typing actions (#7121)
Fixes #6538
2022-02-26 19:37:12 +01:00
Conduitry
68dd118de0
[chore] remove codecov material (#7190) 2022-01-26 13:27:55 -05:00
Ben McCann
c2847b7d30
Remove site - new home at sveltejs/sites (#6994) 2021-12-14 18:27:43 -05:00
Ben McCann
42076a7502
[site] migrate to SvelteKit (#6811)
Co-authored-by: Conduitry <git@chor.date>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2021-10-19 13:32:35 -04:00
Ben McCann
0d4ad364be
Add OpenCollective donors to site (#6793) 2021-09-30 08:22:30 -07:00
Tan Li Hau
e7af4d7706
expose svelte/ssr which have noop for lifecycle events (#6416) 2021-06-29 10:17:16 +08:00
Robert Hall
17c5402e31
Cleanup logos on homepage (#6409) 2021-06-18 19:09:03 -07:00
Domenik Reitzner
a49375696f
Handle new format for "who is using svelte" (#5918) 2021-01-22 12:28:01 -08:00
halfnelson
7c1e6a6ce7
refactor sourcemap and preprocessor tests (#5583)
Co-authored-by: Milan Hauth <milahu@gmail.com>
2020-10-25 08:35:10 -04:00
Jongkeun Hong
aa3dcc06d6
add .vscode to .gitignore (#4595) 2020-03-24 09:29:19 -04:00
Conduitry
20dedc6cb8 site: copy Who's Using Svelte data from community repo at build time 2020-01-06 15:36:18 -05:00
Rich Harris
41d955c23e write compiled output to disk for easier inspection 2019-12-09 16:30:58 -05:00
Richard Harris
9c7d192232 remove samples/_ directories, used for local experiments 2019-11-17 08:23:29 -05:00
Alexandr Orel
83497a15f1 Fix travis test coverage 2019-08-11 12:01:22 +03:00
Rich Harris
80ebdc1784 rename kebab-case files - supercedes #2890 2019-06-24 14:50:26 -04:00
mrkishi
52618594f4 fix .gitignore'd files 2019-06-16 10:53:10 -04:00
Richard Harris
7e3b91e3ee Merge branch 'master' into folder-structure 2019-05-28 23:50:22 +02:00
Richard Harris
8a2da2d39d gitignore workers 2019-05-28 12:03:34 +02:00
Richard Harris
6dce281ed5 fix gitignore 2019-05-27 22:07:01 +02:00
Richard Harris
76b02623a0 update gitignore 2019-05-27 21:37:24 +02:00
Richard Harris
5161dfb950 update folder structure - #2790 2019-05-27 21:36:02 +02:00
Richard Harris
7cecb99b48 move dist to types 2019-05-27 12:50:00 +02:00
Bogdan Savluk
d5d5caba60 type declarations for bundled files 2019-05-22 07:31:39 +02:00
Bogdan Savluk
c29c389a72 convert everything to TypeScript 2019-05-22 06:30:00 +02:00
Bogdan Savluk
b1a24c853b ignore .idea folder 2019-05-21 17:51:36 +02:00
Sander Hahn
3b4c6ed4eb typescript version of store 2019-05-13 00:18:42 +02:00
Rich Harris
8b9c4f3a64
Merge pull request #2247 from sveltejs/gh-2241
add crossfade and flip functions
2019-04-15 12:33:08 -04:00
Richard Harris
3f02d999cd use spritesheet for contributors - fixes #2329 2019-04-07 09:56:47 -04:00
Richard Harris
394e3e9593 add crossfade and flip functions (#2241) 2019-03-17 15:53:40 -04:00
Conduitry
03dc1cab8c remove CLI 2019-02-20 21:06:54 -05:00
Richard Harris
f1ca1cc098 housekeeping 2019-01-26 12:50:35 -05:00
Rich Harris
b87f930002
svelte/motion
closes #1875
2019-01-01 16:54:50 -05:00
Conduitry
168c9bf73b don't check in _contributors.js 2018-12-26 15:58:07 -05:00
Rich Harris
dc657c068d add integrated transitions 2018-12-23 16:51:50 -05:00
Rich Harris
899b14da3e oops 2018-12-22 23:24:31 -05:00
Rich Harris
29052aba7d
Bring svelte.technology source into main repo 2018-12-22 16:09:27 -05:00
Conduitry
82c247ea3e expose ESM and CJS versions of runtime code (#1886) 2018-12-22 00:42:44 -05:00
Rich Harris
f45e2b70fd
Implement reactive assignments (#1839)
This also includes elements of RFCs 2 and 3
2018-12-15 19:18:03 -05:00
Rich Harris
9031c16905
[WIP] Refactor, change where validation occurs (#1721)
Refactor, change where validation occurs
2018-09-15 17:37:20 -04:00