0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-30 17:00:40 +01:00
svelte/test
Tan Li Hau 6a582af839
[fix] script style end parsing (#6511)
* update script end tag parsing to allow whitespace after tagname

* update style end tag parsing to allow for whitespace after tag name

* handle no closing match for script and style for eof and non-eof failures

* cleaning up script and style end tag parsing

Co-authored-by: pngwn <hello@pngwn.io>
2021-07-12 22:57:27 +08: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 [chore] update code-red@0.2.0 (#6425) 2021-07-10 06:15:44 -07:00
motion Use TypeScript in tests (#5433) 2020-09-29 11:19:21 -04:00
parser [fix] script style end parsing (#6511) 2021-07-12 22:57:27 +08:00
preprocess Preprocessor sourcemap support (#5584) 2020-11-19 10:38:41 -08:00
runtime [chore] update code-red@0.2.0 (#6425) 2021-07-10 06:15:44 -07:00
runtime-puppeteer implement passing CSS custom properties to components (#6237) 2021-04-30 11:36:36 -04:00
server-side-rendering add ssr for group bindings (#4621) 2021-07-10 12:07:37 +08:00
sourcemaps [feat] sourcemap markup (#6427) 2021-07-10 12:12:44 +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 standalone :global() with multiple selectors shouldn't be treated as error (#6508) 2021-07-08 11:24:22 -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