0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
svelte/test
2021-12-13 10:32:33 -05:00
..
css [fix] applying :global for > combinator (#6563) 2021-07-26 13:42:10 -04:00
custom-elements fix setting boolean attributes on custom elements (#6073) 2021-04-30 11:48:27 -04:00
hydration [fix] handle promise rejections for {#await} in SSR (#6790) 2021-09-30 08:21:32 -04:00
js [fix] properly respect sveltePath when rewriting user imports (#6842) 2021-10-12 16:13:44 -04:00
motion Use TypeScript in tests (#5433) 2020-09-29 11:19:21 -04:00
parser [feat] improve parser errors (#6612) 2021-08-04 12:03:34 -04:00
preprocess [fix] handle preprocess with empty sourcemaps (#6757) 2021-09-22 13:21:40 -04:00
runtime [feat] opt-out loopGuard for async loops (#6963) 2021-12-13 10:32:33 -05:00
runtime-puppeteer implement passing CSS custom properties to components (#6237) 2021-04-30 11:36:36 -04:00
server-side-rendering [fix] prefer context from constructor options (#6759) 2021-09-22 16:39:03 -04:00
sourcemaps [feat] add enableSourcemap option (#6835) 2021-10-17 13:04:35 -04: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
utils [refactor] refactor trim utils and write tests (#6909) 2021-11-09 07:53:49 -05:00
validator [fix] warning on reactive use of module const (#6606) (#6607) 2021-08-03 18:10:56 -04: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