0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
svelte/test
Anthony Le Goas f5111ef436
[feat] add a11y check on abstract roles (#6241)
* add a11y check on abstract roles

* use aria-query and move warnings to compiler_warnings file

* uppercase warning message

Co-authored-by: tanhauhau <lhtan93@gmail.com>
2022-07-12 06:52:25 +08:00
..
css [fix] support @layer (#7514) 2022-07-04 23:55:34 +09:00
custom-elements [chore] fix test flakiness (#7076) 2022-01-05 10:30:02 -08:00
hydration [fix] hydrate correct elements when using @html (#6946) 2022-01-09 06:12:57 -08:00
js [fix] Specify svg namespace if {@html} is used in svg (#7464) 2022-04-20 00:20:16 +08:00
motion
parser [feature] Dynamic elements implementation <svelte:element> (#6898) 2022-04-08 16:54:55 +02:00
preprocess [fix] handle preprocess with empty sourcemaps (#6757) 2021-09-22 13:21:40 -04:00
runtime [fix]destroy empty component (#7492) 2022-07-04 09:45:39 +08:00
runtime-puppeteer [chore] fix test flakiness (#7076) 2022-01-05 10:30:02 -08:00
server-side-rendering [fix] harden attribute escaping during ssr (#7530) 2022-06-20 13:02:48 +02: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 [feat] add a11y check on abstract roles (#6241) 2022-07-12 06:52:25 +08: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
helpers.ts [chore] fix test flakiness (#7076) 2022-01-05 10:30:02 -08:00
setup.js Preprocessor sourcemap support (#5584) 2020-11-19 10:38:41 -08:00
test.ts
tsconfig.json