@eslint-react/core
Advanced tools
Comparing version 0.10.11 to 0.10.12-beta.0
@@ -185,8 +185,8 @@ import { TSESTreeFunction, TSESTreeClass } from '@eslint-react/ast'; | ||
readonly getCurrentComponents: () => Map<string, ERFunctionComponent>; | ||
readonly getCurrentFunction: () => O.Option<[TSESTreeFunction, boolean, TSESTree.CallExpression[]]>; | ||
readonly getCurrentFunctionStack: () => [TSESTreeFunction, boolean, TSESTree.CallExpression[]][]; | ||
readonly getCurrentFunction: () => O.Option<[node: TSESTreeFunction, isComponent: boolean, hookCalls: TSESTree.CallExpression[]]>; | ||
readonly getCurrentFunctionStack: () => [node: TSESTreeFunction, isComponent: boolean, hookCalls: TSESTree.CallExpression[]][]; | ||
}; | ||
readonly listeners: { | ||
readonly ":function": (node: TSESTreeFunction) => MutList.MutableList<[TSESTreeFunction, boolean, TSESTree.CallExpression[]]>; | ||
readonly ":function:exit": () => [TSESTreeFunction, boolean, TSESTree.CallExpression[]] | undefined; | ||
readonly ":function": (node: TSESTreeFunction) => MutList.MutableList<[node: TSESTreeFunction, isComponent: boolean, hookCalls: TSESTree.CallExpression[]]>; | ||
readonly ":function:exit": () => [node: TSESTreeFunction, isComponent: boolean, hookCalls: TSESTree.CallExpression[]] | undefined; | ||
readonly ReturnStatement: (node: TSESTree.ReturnStatement) => void; | ||
@@ -193,0 +193,0 @@ readonly "ArrowFunctionExpression[body.type!='BlockStatement']": () => void; |
{ | ||
"name": "@eslint-react/core", | ||
"version": "0.10.11", | ||
"version": "0.10.12-beta.0", | ||
"description": "ESLint React's ESLint utility module for static analysis of React core APIs and Patterns.", | ||
@@ -43,7 +43,7 @@ "homepage": "https://github.com/rel1cx/eslint-react", | ||
"short-unique-id": "5.0.3", | ||
"@eslint-react/ast": "0.10.11", | ||
"@eslint-react/jsx": "0.10.11", | ||
"@eslint-react/shared": "0.10.11", | ||
"@eslint-react/tools": "0.10.11", | ||
"@eslint-react/types": "0.10.11" | ||
"@eslint-react/ast": "0.10.12-beta.0", | ||
"@eslint-react/jsx": "0.10.12-beta.0", | ||
"@eslint-react/shared": "0.10.12-beta.0", | ||
"@eslint-react/tools": "0.10.12-beta.0", | ||
"@eslint-react/types": "0.10.12-beta.0" | ||
}, | ||
@@ -50,0 +50,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
148973
+ Added@eslint-react/ast@0.10.12-beta.0(transitive)
+ Added@eslint-react/jsx@0.10.12-beta.0(transitive)
+ Added@eslint-react/shared@0.10.12-beta.0(transitive)
+ Added@eslint-react/tools@0.10.12-beta.0(transitive)
+ Added@eslint-react/types@0.10.12-beta.0(transitive)
+ Added@eslint-react/var@0.10.12-beta.0(transitive)
+ Added@eslint/plugin-kit@0.2.6(transitive)
+ Added@typescript-eslint/scope-manager@8.24.1(transitive)
+ Added@typescript-eslint/type-utils@8.24.1(transitive)
+ Added@typescript-eslint/types@8.24.1(transitive)
+ Added@typescript-eslint/typescript-estree@8.24.1(transitive)
+ Added@typescript-eslint/utils@8.24.1(transitive)
+ Added@typescript-eslint/visitor-keys@8.24.1(transitive)
+ Addedflatted@3.3.3(transitive)
- Removed@eslint-react/ast@0.10.11(transitive)
- Removed@eslint-react/jsx@0.10.11(transitive)
- Removed@eslint-react/shared@0.10.11(transitive)
- Removed@eslint-react/tools@0.10.11(transitive)
- Removed@eslint-react/types@0.10.11(transitive)
- Removed@eslint-react/var@0.10.11(transitive)
- Removed@eslint/core@0.10.0(transitive)
- Removed@eslint/plugin-kit@0.2.5(transitive)
- Removed@typescript-eslint/scope-manager@8.24.0(transitive)
- Removed@typescript-eslint/type-utils@8.24.0(transitive)
- Removed@typescript-eslint/types@8.24.0(transitive)
- Removed@typescript-eslint/typescript-estree@8.24.0(transitive)
- Removed@typescript-eslint/utils@8.24.0(transitive)
- Removed@typescript-eslint/visitor-keys@8.24.0(transitive)
- Removedflatted@3.3.2(transitive)