@eslint-react/ast
Advanced tools
Comparing version 1.5.21-beta.5 to 1.5.21-beta.6
@@ -623,2 +623,4 @@ import * as effect_Unify from 'effect/Unify'; | ||
declare function isKeyLiteralLike(node: TSESTree.MemberExpression | TSESTree.MethodDefinition | TSESTree.Property | TSESTree.PropertyDefinition, property: TSESTree.Node): boolean; | ||
type MatcherType = 'not' | 'optional' | 'or' | 'and' | 'array' | 'map' | 'set' | 'select' | 'default' | 'custom'; | ||
@@ -867,2 +869,2 @@ type MatcherProtocol<input, narrowed, matcherType extends MatcherType, selections extends SelectionType, excluded> = { | ||
export { Construction, ConstructionHint, ESLintCommunityESLintUtils, NodeType, type ReadableNodeType, type TSESTreeArrayTupleType, type TSESTreeClass, type TSESTreeDestructuringPattern, type TSESTreeFunction, type TSESTreeFunctionType, type TSESTreeJSX, type TSESTreeLoop, type TSESTreeProperty, type TSESTreeTypeDeclaration, getClassIdentifier, getFunctionIdentifier, getLiteralValueType, getNestedCallExpressions, getNestedIdentifiers, getNestedReturnStatements, inspectConstruction, is, isArrayTupleType, isClass, isDestructuringPattern, isFunction, isFunctionOfClassMethod, isFunctionOfClassProperty, isFunctionOfObjectMethod, isFunctionType, isJSX, isJSXElement, isJSXFragment, isJSXTagNameExpression, isLeftHandSideExpression, isLeftHandSideExpressionType, isLoop, isMapCallLoose, isMultiLine, isNodeEqual, isOneOf, isProperty, isRegExpLiteral, isStringLiteral, isThisExpression, isTypeDeclaration, readableNodeType, traverseUp, traverseUpGuard }; | ||
export { Construction, ConstructionHint, ESLintCommunityESLintUtils, NodeType, type ReadableNodeType, type TSESTreeArrayTupleType, type TSESTreeClass, type TSESTreeDestructuringPattern, type TSESTreeFunction, type TSESTreeFunctionType, type TSESTreeJSX, type TSESTreeLoop, type TSESTreeProperty, type TSESTreeTypeDeclaration, getClassIdentifier, getFunctionIdentifier, getLiteralValueType, getNestedCallExpressions, getNestedIdentifiers, getNestedReturnStatements, inspectConstruction, is, isArrayTupleType, isClass, isDestructuringPattern, isFunction, isFunctionOfClassMethod, isFunctionOfClassProperty, isFunctionOfObjectMethod, isFunctionType, isJSX, isJSXElement, isJSXFragment, isJSXTagNameExpression, isKeyLiteralLike, isLeftHandSideExpression, isLeftHandSideExpressionType, isLoop, isMapCallLoose, isMultiLine, isNodeEqual, isOneOf, isProperty, isRegExpLiteral, isStringLiteral, isThisExpression, isTypeDeclaration, readableNodeType, traverseUp, traverseUpGuard }; |
{ | ||
"name": "@eslint-react/ast", | ||
"version": "1.5.21-beta.5", | ||
"version": "1.5.21-beta.6", | ||
"description": "ESLint React's TSESTree AST primitive utility module.", | ||
@@ -42,4 +42,4 @@ "homepage": "https://github.com/rel1cx/eslint-react", | ||
"@typescript-eslint/utils": "8.0.0-alpha.40", | ||
"@eslint-react/tools": "1.5.21-beta.5", | ||
"@eslint-react/types": "1.5.21-beta.5" | ||
"@eslint-react/tools": "1.5.21-beta.6", | ||
"@eslint-react/types": "1.5.21-beta.6" | ||
}, | ||
@@ -46,0 +46,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
341667
8499
+ Added@eslint-react/tools@1.5.21-beta.6(transitive)
+ Added@eslint-react/types@1.5.21-beta.6(transitive)
- Removed@eslint-react/tools@1.5.21-beta.5(transitive)
- Removed@eslint-react/types@1.5.21-beta.5(transitive)