react/compiler/packages
mofeiZ 5398b71158
[compiler] detect and throw on untransformed required features (#32512)
Traverse program after running compiler transform to find untransformed
references to compiler features (e.g. `inferEffectDeps`, `fire`).

Hard error to fail the babel pipeline when the compiler fails to
transform these features to give predictable runtime semantics.
Untransformed calls to functions like `fire` will throw at runtime
anyways, so let's fail the build to catch these earlier.

Note that with this fails the build *regardless of panicThreshold*
2025-03-14 11:44:49 -04:00
..
babel-plugin-react-compiler [compiler] detect and throw on untransformed required features (#32512) 2025-03-14 11:44:49 -04:00
eslint-plugin-react-compiler [compiler] detect and throw on untransformed required features (#32512) 2025-03-14 11:44:49 -04:00
make-read-only-util [compiler] Migrate compiler packages to tsup (#32550) 2025-03-07 16:41:55 -05:00
react-compiler-healthcheck fix: clarify which mobx libs are not compatible with compiler (#32570) 2025-03-13 11:46:26 -04:00
react-compiler-runtime [rcr] Fix incorrect output platform (#32569) 2025-03-11 10:41:48 -04:00
react-forgive [forgive][ez] Ignore test file (#32477) 2025-02-25 19:09:21 -05:00
snap [compiler][ez] Move compiler gating tests (#32595) 2025-03-13 12:06:48 -04:00