dioxus/packages/core-macro/tests
Jonathan Kelley 8b5ad5d925
Fix some CI (windows + nasm, core-macro error) (#2676)
* Moves index.html creation until after wasm creation so the webserver doesn't prematurely serve the page
* sets up nasm for windows builds (to be superseded by Remove Dioxus CLI NASM dependency #2666 #2682)
* puts magnanis-cli-support in a blocking task to prevent threadlocking during sequential builds
* changes order of client/server builds such that the client is built before the server so the webserver doesn't prematurely serve invalid client code
* declobbers "serve" such that each project gets a different dir in the target folder
* uses nest_service instead of fallback so the router doesn't respond with fallback codes
* reincorporates doge's fix from Fix hot-reloading on Windows #2544
2024-07-23 09:58:13 -07:00
..
rsx Fix some CI (windows + nasm, core-macro error) (#2676) 2024-07-23 09:58:13 -07:00
event_handler.rs Create closure type; allow async event handlers in props; allow short hand event handlers (#2437) 2024-06-10 18:47:07 -07:00
generics.rs Fix deriving props with a where clause and an owner (#2674) 2024-07-22 13:48:39 -07:00
rsx.rs Change missing trailing comma span to point to span where comma is missing from 2023-07-02 15:19:03 +02:00
values_memoize_in_place.rs Suspense boundaries/out of order streaming/anyhow like error handling (#2365) 2024-07-01 20:50:36 -07:00