oxlint-plugin-react-doctor 0.7.9-dev.6325f9c → 0.7.9-dev.9aa98b9
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 +2 -2
- package/dist/index.js +177 -829
- package/package.json +1 -1
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.
|
|
18824
|
-
* cross-file rule must be added either here or to
|
|
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
|
|
18825
18825
|
* `CROSS_FILE_DEPENDENCY_COLLECTORS` (the core guard test enforces the
|
|
18826
18826
|
* partition), forcing a conscious classification.
|
|
18827
18827
|
*/
|