react/compiler/packages/eslint-plugin-react-compiler/__tests__
Mofei Zhang e307a49544 [compiler][eslint] Use logger callback instead of exceptions to report eslint diagnostics
---
* panicThreshold: `all_errors` -> `none`
* inject an error logger through compiler config (instead of using exceptions)

We currently report at most one lint warning per file, this lets us exhaustively report all available ones (see new
test fixture for example)

ghstack-source-id: 5299315574d11929efc39ee8f6033e3035d1e378
Pull Request resolved: https://github.com/facebook/react/pull/30336
2024-07-15 17:56:04 -04:00
..
ReactCompilerRule-test.ts [compiler][eslint] Use logger callback instead of exceptions to report eslint diagnostics 2024-07-15 17:56:04 -04:00
ReactCompilerRuleTypescript-test.ts [compiler:eslint] Fix false positive with TS type param syntax 2024-05-15 15:44:21 -07:00