Rich Harris
c918f60d9a
Merge pull request #2868 from btakita/gh-2867
...
Additional detail to jsdocs for writable, readable, & derived
6 years ago
Brian Takita
a98a70cf83
jsdoc: `derived` second argument
...
* optional first argument is a Stores type
* optional second argument is a function that takes a single argument
* has a return value
6 years ago
Brian Takita
6fc7001993
Apply suggestions from code review
...
Co-Authored-By: Rich Harris <richard.a.harris@gmail.com>
6 years ago
Brian Takita
2f5d755b5b
Additional detail to jsdocs for writable, readable, & derived
...
Fixes https://github.com/sveltejs/svelte/issues/2867
6 years ago
Richard Harris
04af24916a
-> v3.4.3
6 years ago
Richard Harris
03b440d1df
Merge branch 'master' of github.com:sveltejs/svelte
6 years ago
Richard Harris
b7f9c9c954
always add raw property to text nodes
6 years ago
Richard Harris
f08964286d
Merge branch 'raw-entities' of https://github.com/RedHatter/svelte into RedHatter-raw-entities
6 years ago
Rich Harris
e331599ce6
Merge pull request #2842 from zxbodya/ts
...
More typescript
6 years ago
Richard Harris
0d7f6fb795
flesh out in/out transition tutorial chapter ( #2792 )
6 years ago
Bogdan Savluk
821133f8f6
Merge pull request #1 from sveltejs/zxbodya-ts-resolved
...
Resolve merge conflicts
6 years ago
Richard Harris
285ed4f446
merge master -> zxbodya-ts
6 years ago
Richard Harris
0891495647
code style
6 years ago
Richard Harris
5e3ee4e26b
Merge branch 'feat/2174_dev_runtime_warning_when_passing_unknown_props' of https://github.com/colincasey/svelte into colincasey-feat/2174_dev_runtime_warning_when_passing_unknown_props
6 years ago
Rich Harris
ca8c856ed6
Merge pull request #2838 from zxbodya/improve-typings
...
Improve typings
6 years ago
Rich Harris
3a4bfe40ad
Merge branch 'master' into improve-typings
6 years ago
Rich Harris
bebed18a93
Merge pull request #2856 from sveltejs/raf
...
treat requestAnimationFrame as a noop on the server
6 years ago
Richard Harris
cce9f14e38
fix test
6 years ago
Richard Harris
a48d029e8a
Merge branch 'bind-details-open' of https://github.com/LostKobrakai/svelte into LostKobrakai-bind-details-open
6 years ago
Rich Harris
4d003f1b0f
Merge pull request #2860 from elliotwaite/master
...
Fix CRUD example to allow changing input values.
6 years ago
Richard Harris
9d53f568fa
fix tests
6 years ago
Elliot Waite
4c805018e4
Fix CRUD example to allow changing input values.
...
Currently, the first name and last name inputs fields can't be edited without the changes immediately being overwritten back to the selected person's first name and last name. This change will make it so that the input fields only get overwritten with the selected person's first name and last name when the selected person is changed.
6 years ago
Timothy Johnson
ef59c32099
Fixes #2714
6 years ago
Rich Harris
a5fe09c481
treat requestAnimationFrame as a noop on the server
6 years ago
Conduitry
2f80667f20
site: actions tutorial: destroy is not required ( #2776 )
6 years ago
Benjamin Milde
dabc9c3e53
Allow binding of <details> open
6 years ago
Conduitry
a6c05ed372
site: add /faq redirect to GitHub wiki FAQ
6 years ago
Bogdan Savluk
33f827ca0a
fix case sensitive import name, improve tsconfig
6 years ago
Bogdan Savluk
d5d5caba60
type declarations for bundled files
6 years ago
Bogdan Savluk
c29c389a72
convert everything to TypeScript
6 years ago
Colin Casey
05fb05bfae
check for unknown props when creating component
6 years ago
Bogdan Savluk
fc4be88646
cleanup, improve comments
6 years ago
Bogdan Savluk
96cf6867fd
typecheck npm script
6 years ago
Bogdan Savluk
a996718236
workarond for estree-walker related typings conflict
6 years ago
Bogdan Savluk
24abeb1d28
compile/render-dom and other remaining typings
6 years ago
Bogdan Savluk
231603df7b
fix compile/render-ssr typings
6 years ago
Bogdan Savluk
b7ec99e8c7
fix compile/nodes typings
6 years ago
Bogdan Savluk
6fdaa803c7
improve parser typings
6 years ago
Bogdan Savluk
b1a24c853b
ignore .idea folder
6 years ago
Conduitry
d548a5a5f4
site: bump sapper
6 years ago
Richard Harris
9f154e92a2
Merge branch 'master' of github.com:sveltejs/svelte
6 years ago
Richard Harris
a0b876f99f
-> v3.4.2
6 years ago
Rich Harris
e4c55697a8
Merge pull request #2829 from colincasey/bugfix/2821_custom_elements_with_no_svelte_options
...
Allow custom element to be declared with no tag and no options
6 years ago
Rai Talha Rehman
4f324ce1cf
update clone with https ( #2787 )
6 years ago
Rich Harris
862ed5866d
Merge pull request #2793 from jackyef/add-tokopedia-logo
...
Add Tokopedia logo
6 years ago
Rich Harris
9ba91ddcaa
Merge pull request #2794 from trbrc/patch-1
...
Docs: Exporting function expression vs declaration
6 years ago
Rich Harris
57141a9e09
Merge pull request #2795 from sanderhahn/master
...
Add docstrings to store
6 years ago
Rich Harris
832259f952
Update store.ts
6 years ago
Rich Harris
931c080517
Merge pull request #2804 from kaisermann/fix/dataset-without-value
...
fix: 🐛 data attributes without value outputting as "true"
6 years ago
Colin Casey
0247cca84a
Allow custom element to be declared with no tag and no options
6 years ago