mofeiZ
1d6eebfb7f
[Compiler][script] Dedupe error report counts before reporting in healthcheck ( #29085 )
...
Certain compiler passes currently may collect a few error events before
reporting (see
https://github.com/facebook/react/blob/main/compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Program.ts#L101-L107 )
2024-05-17 11:58:15 -07:00
Lauren Tan
149b917c8a
Bump version to 0.0.0-experimental-8d5174c-20240515
2024-05-15 17:43:42 -07:00
Sathya Gunasekaran
5e11e7fc20
[heathcheck] Check for namespaced StrictMode ( #29076 )
...
Previously, we only checked for StrictMode by searching for
`<StrictMode>` but we should also check for the namespaced version,
`<React.StrictMode>`.
Fixes https://github.com/facebook/react/issues/29075
2024-05-15 14:15:32 -07:00
Lauren Tan
740b7c1b0a
Bump version to 0.0.0-experimental-410375f-20240515
2024-05-15 08:05:02 -07:00
Lauren Tan
5a842dbfb1
Fix healthcheck package.json bin field
...
ghstack-source-id: 28045c6edb342dea125ea8fcea564ce90626f21d
Pull Request resolved: https://github.com/facebook/react-forget/pull/2964
2024-05-14 11:02:29 -04:00
Lauren Tan
ce0c08eaad
[healthcheck] Clean up ignorelist and check if deps exist
...
ghstack-source-id: b6d58988eeb86e657a6db2a481b6c2fe2fba0344
Pull Request resolved: https://github.com/facebook/react-forget/pull/2962
2024-05-13 17:08:31 -04:00
Lauren Tan
669e8d02b1
[healthcheck] Refine glob pattern
...
ghstack-source-id: 6f9e7f9534
Pull Request resolved: https://github.com/facebook/react-forget/pull/2960
2024-05-11 00:56:48 -04:00
Lauren Tan
9ef7557730
[healthcheck] Don't compile mjs
...
ghstack-source-id: 087985cd23
Pull Request resolved: https://github.com/facebook/react-forget/pull/2959
2024-05-11 00:56:48 -04:00
Lauren Tan
78da5becaf
[healthcheck] Remove console.error
...
ghstack-source-id: c06d44960c
Pull Request resolved: https://github.com/facebook/react-forget/pull/2958
2024-05-11 00:56:48 -04:00
Lauren Tan
76b7331b0d
[healthcheck] Only glob files with certain extensions by default
...
ghstack-source-id: b8db172669
Pull Request resolved: https://github.com/facebook/react-forget/pull/2957
2024-05-11 00:56:48 -04:00
Lauren Tan
63e5330260
[healthcheck] Rename to react-compiler-healthcheck
...
Don't really have time to implement the react-compiler/healthcheck
version of this script, so for now i propose we just publish this as
react-compiler-healthcheck
the command for running this would be
```
$ npx react-compiler-healthcheck --src 'whatever/**/*.*'
```
ghstack-source-id: e2c443a912
Pull Request resolved: https://github.com/facebook/react-forget/pull/2956
2024-05-11 00:56:48 -04:00