0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
svelte/test
Ignatius Bagus b295d68ec6
fix types: allow writable/readable empty initialization (#6293)
Fixes #6291
Fixes #6345

Both writable and readable initialized without any arguments are already valid, but TS complains about it. This makes both allowed to be emptily initialized. It's also possible to invoke readable with one argument only.
2021-05-20 15:31:51 +02:00
..
css support :global() in compound selector (#6223) 2021-04-30 10:35:40 -04:00
custom-elements fix setting boolean attributes on custom elements (#6073) 2021-04-30 11:48:27 -04:00
hydration Revert hydration optimisation (#6290) 2021-05-03 16:37:19 -04:00
js Call onMount when connected & clean up when disconnected for custom element (#4522) 2021-02-15 22:40:17 +00:00
motion Use TypeScript in tests (#5433) 2020-09-29 11:19:21 -04:00
parser fix missing slotted elements in AST (#6148) 2021-03-29 22:55:52 -04:00
preprocess Preprocessor sourcemap support (#5584) 2020-11-19 10:38:41 -08:00
runtime fix updating of slot contents when aborting transition (#6042) 2021-04-30 12:05:43 -04:00
runtime-puppeteer implement passing CSS custom properties to components (#6237) 2021-04-30 11:36:36 -04:00
server-side-rendering implement passing CSS custom properties to components (#6237) 2021-04-30 11:36:36 -04:00
sourcemaps Add spaces next to infix operators (#5902) 2021-01-26 20:36:12 -08:00
stats Updated to ESLint config 5.4.0 (#5541) 2020-10-21 15:23:08 -07:00
store fix types: allow writable/readable empty initialization (#6293) 2021-05-20 15:31:51 +02:00
validator fix(a11y): do not warn if href value is dynamic (#6110) 2021-04-30 11:55:38 -04:00
vars Updated to ESLint config 5.4.0 (#5541) 2020-10-21 15:23:08 -07:00
.eslintrc.json Use TypeScript in tests (#5433) 2020-09-29 11:19:21 -04:00
helpers.ts implement passing CSS custom properties to components (#6237) 2021-04-30 11:36:36 -04:00
setup.js Preprocessor sourcemap support (#5584) 2020-11-19 10:38:41 -08:00
test.ts Use TypeScript in tests (#5433) 2020-09-29 11:19:21 -04:00
tsconfig.json