Commit Graph

10574 Commits (64d5e88915d1cde1a47155dca2ed44a4f261b580)
 

Author SHA1 Message Date
ComputerGuy 64d5e88915 cleanup code
2 months ago
ComputerGuy 229ab37134
tweak
3 months ago
ComputerGuy d4d82532ce Merge branch 'main' into parallelize-async-work
3 months ago
ComputerGuy 06d43dfdf5 make `$.all` a stmt if all awaits are stmts
3 months ago
ComputerGuy 2344b4052e
fix: replace `undefined` with `void(0)` in CallExpressions (#16693)
3 months ago
ComputerGuy e2c32f94f1 dedupe parallelized `await` stmts
3 months ago
ComputerGuy 1080beb858 remove unused
3 months ago
ComputerGuy 4ee33d4890 ok *this* should fix it
3 months ago
ComputerGuy eb61f7a62f tweak
3 months ago
ComputerGuy 24164f9a9d fix
3 months ago
ComputerGuy 41eeabaa4b eh that'll work for now
3 months ago
ComputerGuy 01d6a75d57 try parallelizing awaited `$state`
3 months ago
ComputerGuy a819a6721c fix?
3 months ago
ComputerGuy d399d8a0d5 fix
3 months ago
ComputerGuy 82cb5156c7 parallelize `await` expressions in instance
3 months ago
ComputerGuy b138c6055b remove unused param
3 months ago
ComputerGuy dad4889c51 this probably isn't necessary?
3 months ago
ComputerGuy be645b4d9f
fix: place store setup inside async body (#16687)
3 months ago
Rich Harris 8f11796838 remove unused import
3 months ago
Jinay Patel 9d1aa699b6
Docs: Updated the custom elements documentation to include $host (#16686)
3 months ago
ComputerGuy c41900c666 more
3 months ago
ComputerGuy c17a1e3ed2 cleanup
3 months ago
ComputerGuy 7788c30087 try this
3 months ago
ComputerGuy 464d7b6eab remove unused
3 months ago
ComputerGuy c8cc9319be try this
3 months ago
ComputerGuy 1c2ea75416 make it work in dev
3 months ago
ComputerGuy 9ab08aaf15 fix
3 months ago
ComputerGuy ccc993933c fix
3 months ago
ComputerGuy fc03ba7e1b more
3 months ago
ComputerGuy f5972d3237 fix
3 months ago
ComputerGuy 8091a6eb36 more
3 months ago
ComputerGuy 1b55045a16 doh
3 months ago
ComputerGuy e80ab33d50 Merge branch 'parallelize-async-work' of https://github.com/sveltejs/svelte into parallelize-async-work
3 months ago
ComputerGuy cd8969a905 try adding regular `await`ed variables
3 months ago
ComputerGuy f57ec19efb
doh
3 months ago
ComputerGuy 76b47d7270
more
3 months ago
ComputerGuy a5a5b8da89
tweak
3 months ago
ComputerGuy e07672b9f9
fix
3 months ago
ComputerGuy 710d6a6282 fix
3 months ago
ComputerGuy aeff5f3062 lint
3 months ago
ComputerGuy c0723add39 fix?
3 months ago
ComputerGuy 2f7319c475 fix
3 months ago
ComputerGuy aafa27f5a3 don't parallelize if only one derived can be parallelized
3 months ago
ComputerGuy 0bbc880535 remove temporary test thing
3 months ago
ComputerGuy de84f6bea0 init
3 months ago
github-actions[bot] 942eaf027b
Version Packages (#16677)
3 months ago
Simon H bde51ed7dc
fix: don't fail on `flushSync` while flushing effects (#16674)
3 months ago
github-actions[bot] 5314f48d95
Version Packages (#16673)
3 months ago
github-actions[bot] 5912754fd6
Version Packages (#16667)
3 months ago
Simon H 677af5723c
fix: ensure async deriveds always get dependencies from thennable (#16672)
3 months ago