oxlint-plugin-react-doctor 0.7.9-dev.b30fb80 → 0.7.9-dev.c88a39a

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -18820,8 +18820,8 @@ type CrossFileDependencyCollector = (input: CrossFileDependencyCollectorInput) =
18820
18820
  declare const CROSS_FILE_DEPENDENCY_COLLECTORS: ReadonlyMap<string, CrossFileDependencyCollector>;
18821
18821
  /**
18822
18822
  * Cross-file rules whose dependency set CANNOT be soundly bounded — they are
18823
- * excluded from fingerprinting and re-lint every file on every scan. Empty
18824
- * today; a new cross-file rule must be added either here or to
18823
+ * excluded from fingerprinting and re-lint every file on every scan. A new
18824
+ * cross-file rule must be added either here or to
18825
18825
  * `CROSS_FILE_DEPENDENCY_COLLECTORS` (the core guard test enforces the
18826
18826
  * partition), forcing a conscious classification.
18827
18827
  */