Skip to content

fix: resolve unevaluated server functions in dev#2208

Open
brenelz wants to merge 1 commit into
mainfrom
fix/dev-server-function-lookup
Open

fix: resolve unevaluated server functions in dev#2208
brenelz wants to merge 1 commit into
mainfrom
fix/dev-server-function-lookup

Conversation

@brenelz

@brenelz brenelz commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Summary

  • lazily resolve unregistered development server functions to their owning modules
  • scan transformed files first and fall back to project files after dev-server restarts
  • invalidate server-function manifests across all Vite environments

Verification

  • pnpm --filter @solidjs/start typecheck
  • pnpm --filter @solidjs/start validate-imports
  • pnpm exec oxfmt --check packages/start/src/directives/index.ts packages/start/src/fns/handler.ts packages/start/src/fns/registration.ts
  • git diff --check
  • pnpm --filter @solidjs/start test:ci (31 tests pass; 2 existing handler.spec.ts tests fail because ./server-functions-handler.ts does not exist)

@netlify

netlify Bot commented Jul 17, 2026

Copy link
Copy Markdown

Deploy Preview for solid-start-landing-page ready!

Name Link
🔨 Latest commit eebb81e
🔍 Latest deploy log https://app.netlify.com/projects/solid-start-landing-page/deploys/6a59a92fca938800087d020a
😎 Deploy Preview https://deploy-preview-2208--solid-start-landing-page.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@changeset-bot

changeset-bot Bot commented Jul 17, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: eebb81e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@pkg-pr-new

pkg-pr-new Bot commented Jul 17, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@solidjs/start@2208

commit: eebb81e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants