Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/solidjs/solid
A declarative, efficient, and flexible JavaScript library for building user interfaces.
https://github.com/solidjs/solid
* fix: fix MergeProps type inference when using generics
* fix: improved mergeProps types
6bf31e2167beeb1c17fca3762cdfd82b3ee8b1e0 authored over 2 years ago9214cc0a8bfcdac4253ec6ef8f29d06e1543ff2d authored over 2 years ago
f864ad9f8222521d08337811b7a5c5d1b98d603e authored over 2 years ago
be6623d10d11fb28743a074c31e785c18e95bd25 authored over 2 years ago
d861c1a3eef20ca370bd25790c98d998ddf82c4f authored over 2 years ago
* fix: splitProps with only destructuring a single index
* test: add tests for SplitProps type
d1d0c243cada62e4d1cb9f172ed31bf13cab3b07 authored over 2 years agob84d0d610c9f3f4d93792151a601e4d150b4ce5d authored over 2 years ago
6c9e976c002d3ae327ff509213a091ce79f7582a authored over 2 years ago
* refactor: improve mergeProps return type
- Make `mergeProps` require at least 1 source
- M...
- Added two overloads to preserve existing functionality while also fixing the issue
- Added a ...
* resource and reactive updates, fix #919
* stores: top level arrays, prevent obj overnotify,...
15e54b53979e0a0230d353990abadfcfdca82a77 authored over 2 years agofed400cd59e1984b1bce4908c316a6490db7af30 authored almost 3 years ago
2680d28d1902f7f84f2e378524a1e5e52cf7e41d authored almost 3 years ago
ebdb8cdf9b0f986e7d15048a34d50a4837101c49 authored almost 3 years ago
448763d476691ed862160303707ad931572cbfe3 authored almost 3 years ago
01d21ca775f06f667e3aa459eccc3aae353cc97f authored almost 3 years ago
88ce357264a4966d38d143143a3efe8a394e57c0 authored almost 3 years ago
5c6772e3c2329aca3e876571f25440cc1a21ad6b authored almost 3 years ago
c1ec4eaa2baeb76cd2bc8fabf038a4cdda72cebc authored almost 3 years ago
6b682bfc9d399e2c2560bd289e6b89c4a6c128d2 authored almost 3 years ago
20f9f9800657ab31d98446310244b1c156e2c291 authored almost 3 years ago
792dbd3f90679a21c51e459d89795ece6ef98cf4 authored almost 3 years ago
486ec0eb9792713486b144a07b2064e0a1ed7774 authored almost 3 years ago
fb7f6346e076e14308a37854af300a4f4d5d32d5 authored almost 3 years ago
182658ba06cd127ae294c8f8397b07324de569f4 authored almost 3 years ago
48193ec88a24b90eadaf0083469e1d3062528445 authored almost 3 years ago
c593149543f4fa49f69121f0065d15bf98560e39 authored almost 3 years ago
9ba660bd9d57c174c8f53fdadcedde868eb06b0a authored almost 3 years ago
58e7075543667395d210b531f4b981151affd4b2 authored almost 3 years ago
616d2f521e70f3c4f6c0ef6944d1763a0cf6a73b authored almost 3 years ago
4ec6b05e010c9b653a3dd0c9c0c3bd676b6370dd authored almost 3 years ago
1ceb6079c15f0db0af1323a0ee448ced460b5ab2 authored almost 3 years ago
320b3d43b821e600e8f3226630e8952672776f62 authored almost 3 years ago
22dc8da642490064869b2c558ca155c9244cb639 authored almost 3 years ago
8fd846410838d0065740b9d7f77622e02e63022e authored almost 3 years ago
0a6fc7bbeebf14f1a9297358801acf365dfbb716 authored almost 3 years ago
9b1c3ab02bb1a4955d46b4c7610ecbad61df31c5 authored almost 3 years ago
* Replace for/push loop with map
* Switch back to for loop, with initial array size
4baa3db245df80cb884301a5b71272a026f8e6a8 authored almost 3 years ago81b16f1162a6dc24e6a365ec29942e0bd87f4a0e authored almost 3 years ago
61c9014ea7927adfc14041f0b6f77b32d8be4286 authored almost 3 years ago
b29e6dbf973e1c16e3df01b8cc0184e14c5a7c86 authored almost 3 years ago
- Changed the return type from `void` to `Promise<T> | T | undefined | null`
eedf476b41525ddc32a2d8a6ab63d6ab46b85c38 authored almost 3 years ago9a41feafea10717e785c603eadb96c6133cd2988 authored almost 3 years ago
* Update writeToDisk.mjs
* Update writeToDisk.mjs
28b46d104e5cafedf3fff3ccbc832b1f0f3d90c4 authored almost 3 years agoc6d80d5cb2f2cf6e14b52e0b20653afbb5426b1e authored almost 3 years ago
Co-authored-by: Oren Elbaum <[email protected]>
b92a7976538949db2f1ce9365801110aa6d89720 authored almost 3 years ago9cd3f260fc6c7f39d69c752f3d6b3ffb7cd35891 authored almost 3 years ago
1df23bd324f9d048379ee45f0f0c0626c353eb3e authored almost 3 years ago
* chore(test) improve coverage of observable
* coverage
a5c99ac5064041ec52bf56b00eff297b151f0d75 authored almost 3 years ago* log when ErrorBoundary doesn't handle errors
* Tweak condition for errors
09f4fc1edc3aaac1f9a4eb5558a644bdac119585 authored almost 3 years agoReverts an error in the last refactor
f8fe29613c41b17e7d99ad38aaa70207046f2739 authored almost 3 years agodfacd34d443f9cdf1958445756e7317bd8e3632c authored almost 3 years ago
582d951b2bc413a4e5eccdd946a754330d79ab26 authored almost 3 years ago
Classes are not distinguishable from types in typescript which can be troublesome for stores, wh...
698c7c1ba87ff28cdbba7ee91db9b92bb1cfb81a authored almost 3 years ago* fix: workaround for `StoreSetter` not working well with complex types
This adds `T | Partia...
473fd1209046556a111e7b827acc798b7407797c authored almost 3 years ago`keyof { [x: string]: ... }` includes `number`, so `number extends keyof T` is insufficient for ...
f1b8c21a6c5de3bd469b1ce3d6cb14134a432eed authored almost 3 years agoThe effects of this change are viewable here: https://tsplay.dev/WkMnDN
c9c849672f55561e3f292eaaad45b4a7d57aa427 authored almost 3 years agoaeb6c096aca3c8b4871d36b70e88d275432f83d7 authored almost 3 years ago
e7671349791bd239fbe20c54c266ae085a7f09f2 authored almost 3 years ago
4d12323ec827ae25442ea0ef28ffdc993712f976 authored almost 3 years ago
5adad9d90e70e16461c0fbfa9014cba52b0247a9 authored almost 3 years ago
a61def2fe6db0fe24733754d22dafa49ac2d96f9 authored almost 3 years ago
* add throwInBrowser
* add test case
1698b18114d5ebe5305827d1f96e7a852df10880 authored almost 3 years agof880eac70b79292cb3452bfbe27a9a94f283d605 authored almost 3 years ago
ac1458594260f12469fa3401f53963bc87dccd51 authored almost 3 years ago
37eb6215979c4b060690f1ecf82eadff609ec529 authored almost 3 years ago
1b729a1924c74a08eb3678f18f7286a2cac33248 authored almost 3 years ago
efbed1bdbbb9fde189094642c592aeef26ffaa54 authored almost 3 years ago
95969d0b67dbad306f7b18736d88356d5e678532 authored almost 3 years ago
272656a1dad921e1dea29db8d4c94f0c3635566c authored almost 3 years ago
42c9030c99b8c6a6730a53117008ea22437bb5f4 authored almost 3 years ago
939e87af354cdd5f4fcc85d2e1c5df86eecec773 authored almost 3 years ago
Overall:
- Changed all instances of property keys typed with `keyof any` or some subset of `str...
19c617fd8125e366f0bfd83ca7fa4ea7684fb5ba authored almost 3 years ago
54267d21bad9e58a895eef0b7982891b445bcce8 authored almost 3 years ago
6e7f0a80cd949e6dd5c0baaf45432ed2b0693119 authored almost 3 years ago
0b8c9233bbbdabe590018fffab360bcb1ca1c72d authored almost 3 years ago
c9f3e3461db1e0f3d5a5c012a7eea6f4df2b5310 authored almost 3 years ago
2e849ae38c87d43c4f576bb142c84bb903d3439a authored almost 3 years ago
c20ca4fd8c36bc0522fedb2c7f38a110b7ee2663 authored almost 3 years ago
* Add test to reproduce the issue
* Preserve the observer.next this binding
* Improve test...
f9fe3e498d247fc84012602de644937420ef9a3c authored almost 3 years agoCo-authored-by: clifford <[email protected]>
20cb1528e6fc35a7e899fb93598c61806b42f162 authored almost 3 years agob9aef0e3a34e7db9eca234c5206393f910348b5b authored almost 3 years ago
9e72454dafafeca50b6151ae4932ccd3aa3851f3 authored almost 3 years ago
239e85521a979bd5bc3a2b091282ad5b6e533474 authored almost 3 years ago
fixes #840
5dd90c41fd90c78b6f8380ea753e7328dde81f42 authored almost 3 years ago10183a0ee2de5c685e4d4558cbe1b78a6ca4c48e authored about 3 years ago
bcc530a65deaf02db6c974c530f638565615af27 authored about 3 years ago
c76725c301730590439a8fe4598eaeee7b6d03c4 authored about 3 years ago
77dd9b3043c996dde4ab0cd529cbf30068b12dfd authored about 3 years ago
c2eb568187faccf3b0b27e31d2b9aa21651b2a65 authored about 3 years ago
cc19f07cfd675bd5579891dcae3145fa0d171c66 authored about 3 years ago
8651169c9f2c2d774f25e107eec437efe9bfd9cc authored about 3 years ago
c4f1e3cc48cfc214e7f03e69f1474f04e5a59cf0 authored about 3 years ago
903bfe4dcd1211bdc06793d8fd1e308b75fda3d8 authored about 3 years ago
6c379ee297636369447510680c2ed987fff52b15 authored about 3 years ago
4c08b520a8cb3ed03886fba160154a679dfab8a6 authored about 3 years ago
8660a7d5746e329ea4245f82b5cb02cb7b724655 authored about 3 years ago
01629f804fdccf95b7ca31a15a10cfc94774e60f authored about 3 years ago
b75a7e68235004941fd2d12e400e7f079586e708 authored about 3 years ago