0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-30 00:46:29 +01:00
Commit Graph

24 Commits

Author SHA1 Message Date
Conduitry
64c162c6b7 docs: adjust formatting in compiler options table 2021-07-08 10:48:49 -04:00
Maxime LUCE
aedf69c1cf
Add compilation variables report option to allow getting all variables (even undeclared or internal) (#6192)
* feat: add compilation variables report option

* test: add full var report test

* docs: document varsReport compile option
2021-06-29 09:43:52 +08:00
Dominik G
2c488f4d61
docs: update documentation for preprocessor sourcemap output (#6438) 2021-06-24 07:03:13 -07:00
Maxime LUCE
08047c14b6
Pass full markup source to preprocessors (#6169) 2021-04-12 18:00:38 +02:00
Rich Harris
2925a00eff
add cssHash option (#6026)
* Allow to customize the css scope class

* Pass component name to scope class generator

* Move Stylesheet arguments into an object

* Refactor to cssHash

* Please the almighty linter

* pass hash function to cssHash

* update test

* document cssHash option

Co-authored-by: Christian Kaisermann <christian@kaisermann.me>
2021-02-25 18:06:38 -05:00
halfnelson
a7eff8894f
add foreign namespace to preserve attribute case and skip HTML-specific a11y validations (#5652) 2021-01-25 16:25:10 -05:00
Ben McCann
5ac8a1d07a
docs: link to list of community preprocessors (#4817) 2020-05-13 07:53:06 -04:00
Conduitry
f244b80f7a
docs: referenced_from_script var value (#4486) 2020-02-28 23:07:34 -05:00
PKlknr
7fdae5f8a8
docs: add await in front of preprocess examples (#4404) 2020-02-12 08:45:06 -05:00
Conduitry
83d461f537
site: clarify preserveWhitespace (#4341)
* site: clarify preserveWhitespace

* Update 04-compile-time.md

Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
2020-01-31 14:55:13 -05:00
Conduitry
7494509dfd
only attach SSR <head> markers when hydratable: true (#4260) 2020-01-14 12:11:52 -05:00
Conduitry
3d0a5f8c37 site: update links to rollup-plugin-svelte repo 2019-11-25 13:30:36 -05:00
Richard Harris
d1146281ef only mention official plugins, link to integrations for others. closes #3970 2019-11-23 18:34:58 -05:00
Tan Li Hau
b382b9a9c6 add loopGuardTimeout options 2019-11-11 22:50:48 +08:00
Elliot Waite
0040f34c5c Fix a typo in 04-compile-time.md. 2019-09-18 18:38:34 -04:00
davidaq
4af242570b
Correct preprocessor api doc
Correct preprocessor type definition inside api doc
2019-08-13 20:42:35 +08:00
Conduitry
1e919113c1 site: document additional arguments in svelte.walk 2019-05-20 10:22:01 -04:00
Rich Harris
ba91810b0b
Merge pull request #2672 from sveltejs/gh-2661
expose svelte.walk
2019-05-04 11:22:25 -04:00
Conduitry
54a8eb9fd4 expose svelte.walk (#2661) 2019-05-04 10:38:30 -04:00
Conduitry
df448cb36a document svelte.parse 2019-05-04 07:29:36 -04:00
Rich Harris
8e78448a39 keep svelte prefix for compiler exports 2019-04-09 11:21:42 -04:00
Luca Bonavita
c88b28e207 Add more level 4 headings, fixes some typos 2019-04-07 21:25:20 +01:00
Vadim Cebaniuc
b161725a51 Fix typos in doc node-sass example
closes #2337
2019-04-02 14:43:40 -04:00
Rich Harris
a07eac432a
update API reference docs (#2206) 2019-03-29 21:49:31 -04:00