0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-30 17:00:40 +01:00
svelte/test
2021-07-02 12:02:02 -07: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 Improve hydration by reordering optimally (#6395) 2021-06-22 10:34:48 -04:00
js Fix preserveComments on ssr (#4736) 2021-06-28 12:56:12 +02:00
motion Use TypeScript in tests (#5433) 2020-09-29 11:19:21 -04:00
parser #6299 - Throw a compile error when passing an empty directive name (#6300) 2021-06-28 18:13:02 +08:00
preprocess Preprocessor sourcemap support (#5584) 2020-11-19 10:38:41 -08:00
runtime Add trusted modifier (#6149) 2021-06-27 18:48:42 +02:00
runtime-puppeteer implement passing CSS custom properties to components (#6237) 2021-04-30 11:36:36 -04:00
server-side-rendering Fix preserveComments on ssr (#4736) 2021-06-28 12:56:12 +02: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 Remove caption warning on <audio> (#6054) 2021-07-02 12:02:02 -07:00
vars Add compilation variables report option to allow getting all variables (even undeclared or internal) (#6192) 2021-06-29 09:43:52 +08:00
.eslintrc.json Use TypeScript in tests (#5433) 2020-09-29 11:19:21 -04:00
helpers.ts Fix preserveComments on ssr (#4736) 2021-06-28 12:56:12 +02: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