mirror of
https://github.com/solidjs/solid.git
synced 2026-03-28 12:27:48 +00:00
- Refactor async iterable hydration to delegate to signals' handleAsync pipeline with normalizeIterator for sync V1 + greedy batched V2+ - Use untrack(fn, label) for strict-read warnings instead of setStrictRead - Fix unnecessary sibling re-rendering with transparent memo in insert - Add dev-mode error for async content without Loading boundary in render() - Re-export $REFRESH and setOnUnhandledAsync from @solidjs/signals - Fix server createSignal(fn) async value, processResult/createProjection .then() return values for correct promise resolution - Add SSR streaming example tab - Update @solidjs/signals and dom-expressions dependencies Made-with: Cursor
22 lines
381 B
Plaintext
22 lines
381 B
Plaintext
node_modules/
|
|
dist/
|
|
lib/
|
|
.vscode/
|
|
.cursor/
|
|
.idea/
|
|
coverage/
|
|
types/
|
|
.DS_Store
|
|
.turbo/
|
|
.pnpm-store/
|
|
|
|
packages/solid/src/jsx.d.ts
|
|
packages/solid/h/jsx-runtime/src/jsx.d.ts
|
|
packages/solid/web/server/server.d.ts
|
|
packages/solid/web/src/client.d.ts
|
|
packages/solid/universal/src/universal.d.ts
|
|
|
|
# vscode devcontainers see issues #419 and #421 for context
|
|
/.devcontainer.json
|
|
/devcontainer
|