@samitouri / QOS-React / commits / 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: e2c443a91257433d80dd51c8c855e4aa0bd99a37 Pull Request resolved: https://github.com/facebook/react-forget/pull/2956

Lauren Tan committed May 11, 2024 at 00:19 UTC 63e533026062450f7e033af1e15545eb4463fce6
8 files changed +1 -1
compiler/packages/react-compiler-healthcheck/package.json renamed
+1 -1
@@ -1,5 +1,5 @@
1 {
2 - "name": "healthcheck",
2 + "name": "react-compiler-healthcheck",
3 "version": "0.0.0",
4 "description": "Health check script to test violations of the rules of react.",
5 "bin": "dist/index.js",
compiler/packages/react-compiler-healthcheck/rollup.config.js renamed
compiler/packages/react-compiler-healthcheck/src/checks/libraryCompat.ts renamed
compiler/packages/react-compiler-healthcheck/src/checks/reactCompiler.ts renamed
compiler/packages/react-compiler-healthcheck/src/checks/strictMode.ts renamed
compiler/packages/react-compiler-healthcheck/src/config.ts renamed
compiler/packages/react-compiler-healthcheck/src/index.ts renamed
compiler/packages/react-compiler-healthcheck/tsconfig.json renamed