From 6439af84ff0320bac7fe61185dda81cd3ef44ad6 Mon Sep 17 00:00:00 2001 From: Mofei Zhang Date: Mon, 15 Jul 2024 17:44:14 -0400 Subject: [PATCH] Update base for Update on "[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-poisoned]