fix(directive-functions-plugin): do not outlaw generator functions#4080
fix(directive-functions-plugin): do not outlaw generator functions#4080SeanCassiere merged 5 commits intomainfrom
Conversation
|
View your CI Pipeline Execution ↗ for commit 3b896c7.
☁️ Nx Cloud last updated this comment at |
More templates
@tanstack/arktype-adapter
@tanstack/directive-functions-plugin
@tanstack/history
@tanstack/eslint-plugin-router
@tanstack/react-router
@tanstack/react-router-devtools
@tanstack/react-router-with-query
@tanstack/react-start
@tanstack/react-start-config
@tanstack/react-start-client
@tanstack/react-start-plugin
@tanstack/react-start-router-manifest
@tanstack/react-start-server
@tanstack/router-cli
@tanstack/router-core
@tanstack/router-devtools
@tanstack/router-devtools-core
@tanstack/router-generator
@tanstack/router-plugin
@tanstack/router-utils
@tanstack/router-vite-plugin
@tanstack/server-functions-plugin
@tanstack/solid-router
@tanstack/solid-router-devtools
@tanstack/solid-start
@tanstack/solid-start-client
@tanstack/solid-start-config
@tanstack/solid-start-plugin
@tanstack/solid-start-router-manifest
@tanstack/solid-start-server
@tanstack/start
@tanstack/start-api-routes
@tanstack/start-client-core
@tanstack/start-config
@tanstack/start-server-core
@tanstack/start-server-functions-fetcher
@tanstack/start-server-functions-client
@tanstack/start-server-functions-handler
@tanstack/start-server-functions-server
@tanstack/start-server-functions-ssr
@tanstack/valibot-adapter
@tanstack/virtual-file-routes
@tanstack/zod-adapter
commit: |
… declaration nested in other variable`
|
@SeanCassiere Wow, thanks for hopping on this so quickly! I'm curious, do you know why generator functions were outlawed previously? Is there something else downstream that may not be expecting to have to handle generator functions? |
I'm not quite sure. TBF though, I still barely understand generators 😄 |
I feel you. Guess we'll find out together! 😄 |
Originating from downstream (SolidStart): solidjs/solid-start#1886