This website requires JavaScript.
Explore
Help
Sign In
Facebook
/
react
Watch
1
Star
0
Fork
0
mirror of
https://github.com/facebook/react.git
synced
2025-11-01 09:12:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
69fbdea3037e3be6a5a8a67b593033d20fcaff02
react
/
compiler
/
packages
T
History
kolvian
69fbdea303
Partial redo of
#34710
. The changes there tried to use
z.function(args, return)
to be compatible across Zod v3 and v4, but Zod 4's function API has completely changed. Instead, I've updated to just use
z.any()
where we expect a function, and manually validate that it's a function before we call the value. We already have validation of the return type (also using Zod).
2025-10-03 09:44:31 -07:00
..
babel-plugin-react-compiler
Partial redo of
#34710
. The changes there tried to use
z.function(args, return)
to be compatible across Zod v3 and v4, but Zod 4's function API has completely changed. Instead, I've updated to just use
z.any()
where we expect a function, and manually validate that it's a function before we call the value. We already have validation of the return type (also using Zod).
2025-10-03 09:44:31 -07:00
eslint-plugin-react-compiler
Partial redo of
#34710
. The changes there tried to use
z.function(args, return)
to be compatible across Zod v3 and v4, but Zod 4's function API has completely changed. Instead, I've updated to just use
z.any()
where we expect a function, and manually validate that it's a function before we call the value. We already have validation of the return type (also using Zod).
2025-10-03 09:44:31 -07:00
make-read-only-util
[compiler] Add missing copyrights (
#33004
)
2025-04-23 22:04:44 -04:00
react-compiler-healthcheck
Partial redo of
#34710
. The changes there tried to use
z.function(args, return)
to be compatible across Zod v3 and v4, but Zod 4's function API has completely changed. Instead, I've updated to just use
z.any()
where we expect a function, and manually validate that it's a function before we call the value. We already have validation of the return type (also using Zod).
2025-10-03 09:44:31 -07:00
react-compiler-runtime
[compiler] Add missing copyrights (
#33004
)
2025-04-23 22:04:44 -04:00
react-forgive
[forgive][ez] Tweak logging (
#33011
)
2025-04-24 13:30:16 -04:00
react-mcp-server
Partial redo of
#34710
. The changes there tried to use
z.function(args, return)
to be compatible across Zod v3 and v4, but Zod 4's function API has completely changed. Instead, I've updated to just use
z.any()
where we expect a function, and manually validate that it's a function before we call the value. We already have validation of the return type (also using Zod).
2025-10-03 09:44:31 -07:00
snap
[compiler] Add support for commonjs (
#34589
)
2025-09-24 11:17:42 -07:00