0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
svelte/test
Maurício Kishi cdd3575026
[fix] attribute escaping during ssr (#7333)
Fixes #7327 and a related security issue
2022-03-03 12:22:38 +01:00
..
css [fix] do not collapse whitespace-only css vars (#7303) 2022-03-03 08:25:52 +01: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 [feat] implement constants in markup (#6413) 2022-01-11 17:10:09 -05:00
motion
parser [fix] adjust style directive AST (#7127) 2022-01-12 15:12:50 -05:00
preprocess [fix] handle preprocess with empty sourcemaps (#6757) 2021-09-22 13:21:40 -04:00
runtime [fix]: keep space in <pre> or when preserveWhitespace: true (#6990) 2022-02-02 09:30:25 +01:00
runtime-puppeteer [chore] fix test flakiness (#7076) 2022-01-05 10:30:02 -08:00
server-side-rendering [fix] attribute escaping during ssr (#7333) 2022-03-03 12:22:38 +01: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: do not generate unused-export-let inside <script context="module"> (#7232) 2022-03-02 16:55:02 -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