@eslint-react/ast 4.2.0-beta.2 → 4.2.1-rc.0
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -498,7 +498,7 @@ declare function isProcessEnvNodeEnv(node: TSESTree.Node | null): node is TSESTr
|
|
|
498
498
|
*/
|
|
499
499
|
declare function isProcessEnvNodeEnvCompare(node: TSESTree.Node | null, operator: "===" | "!==", value: "development" | "production"): node is TSESTree.BinaryExpression;
|
|
500
500
|
//#endregion
|
|
501
|
-
//#region src/pattern-
|
|
501
|
+
//#region src/pattern-test-mock.d.ts
|
|
502
502
|
/**
|
|
503
503
|
* Check if the given node is a `vi.mock`.
|
|
504
504
|
* @param node The node to check
|
package/dist/index.js
CHANGED
|
@@ -925,7 +925,7 @@ function isProcessEnvNodeEnvCompare(node, operator, value) {
|
|
|
925
925
|
}
|
|
926
926
|
|
|
927
927
|
//#endregion
|
|
928
|
-
//#region src/pattern-
|
|
928
|
+
//#region src/pattern-test-mock.ts
|
|
929
929
|
/**
|
|
930
930
|
* Check if the given node is a `vi.mock`.
|
|
931
931
|
* @param node The node to check
|