-
Notifications
You must be signed in to change notification settings - Fork 405
feat: dismantle
#2052
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: dismantle
#2052
Conversation
|
✅ Deploy Preview for solid-start-landing-page ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
commit: |
This PR moves the current server function compiler from tanstack to dismantle.
Warning
Currently there's only one regression: since
dismantledoesn't do an in-place replacement of the server function, it's not able to read local dependencies/side-effects except for module imports.Once
dismantleis incorporated, we will require users to either move top-level variables/functions inside a server function or move those into separate module sodismantlecan handle it properly.