Skip to content

Commit

Permalink
[compiler][eslint] Use logger callback instead of exceptions to repor…
Browse files Browse the repository at this point in the history
…t 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: facebook#30336
  • Loading branch information
felixshiftellecon committed Jul 24, 2024
1 parent e307a49 commit 15382d7
Show file tree
Hide file tree
Showing 2 changed files with 581 additions and 540 deletions.
Loading

0 comments on commit 15382d7

Please sign in to comment.