Files
Ryan Carniato 818706502f Async iterable hydration refactor, strict read, insert fix, dev warnings, dep updates
- 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
2026-03-10 16:21:39 -07:00

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