@eslint-react/jsx
Advanced tools
Comparing version 0.8.13-beta.0 to 0.9.0-beta.0
@@ -0,3 +1,3 @@ | ||
import { TSESTree } from '@typescript-eslint/types'; | ||
import { RuleContext } from '@eslint-react/shared'; | ||
import { TSESTree } from '@typescript-eslint/types'; | ||
import { TSESTreeFunction } from '@eslint-react/ast'; | ||
@@ -8,2 +8,9 @@ import { O } from '@eslint-react/tools'; | ||
/** | ||
* Returns the tag name associated with a JSXOpeningElement. | ||
* @param node The visited JSXOpeningElement node object. | ||
* @returns The element's tag name. | ||
*/ | ||
declare function elementType(node: TSESTree.JSXOpeningElement | TSESTree.JSXOpeningFragment): string; | ||
/** | ||
* Determines whether inside createElement's props. | ||
@@ -73,9 +80,2 @@ * @param node The AST node to check | ||
/** | ||
* Returns the tag name associated with a JSXOpeningElement. | ||
* @param node The visited JSXOpeningElement node object. | ||
* @returns The element's tag name. | ||
*/ | ||
declare function elementType(node: TSESTree.JSXOpeningElement | TSESTree.JSXOpeningFragment): string; | ||
declare const hdlAnimation: readonly ["onAnimationStart", "onAnimationEnd", "onAnimationIteration"]; | ||
@@ -82,0 +82,0 @@ declare const hdlClipboard: readonly ["onCopy", "onCut", "onPaste"]; |
{ | ||
"name": "@eslint-react/jsx", | ||
"version": "0.8.13-beta.0", | ||
"version": "0.9.0-beta.0", | ||
"description": "ESLint x React's TSESTree AST utility module for static analysis of JSX.", | ||
@@ -39,10 +39,8 @@ "homepage": "https://github.com/rel1cx/eslint-react", | ||
"@typescript-eslint/types": "6.13.1", | ||
"@typescript-eslint/utils": "6.13.1" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/utils": "6.13.1", | ||
"micro-memoize": "4.1.2", | ||
"@eslint-react/ast": "0.8.13-beta.0", | ||
"@eslint-react/types": "0.8.13-beta.0", | ||
"@eslint-react/tools": "0.8.13-beta.0", | ||
"@eslint-react/shared": "0.8.13-beta.0" | ||
"@eslint-react/tools": "0.9.0-beta.0", | ||
"@eslint-react/ast": "0.9.0-beta.0", | ||
"@eslint-react/shared": "0.9.0-beta.0", | ||
"@eslint-react/types": "0.9.0-beta.0" | ||
}, | ||
@@ -49,0 +47,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
0
8
0
11
128820
8
2450
1
+ Addedmicro-memoize@4.1.2
+ Added@eslint-community/eslint-utils@4.4.0(transitive)
+ Added@eslint-react/ast@0.9.0-beta.0(transitive)
+ Added@eslint-react/shared@0.9.0-beta.0(transitive)
+ Added@eslint-react/tools@0.9.0-beta.0(transitive)
+ Added@eslint-react/types@0.9.0-beta.0(transitive)
+ Added@eslint/config-array@0.19.2(transitive)
+ Added@eslint/config-helpers@0.1.0(transitive)
+ Added@eslint/core@0.12.0(transitive)
+ Added@eslint/eslintrc@3.3.0(transitive)
+ Added@eslint/js@9.22.0(transitive)
+ Added@eslint/object-schema@2.1.6(transitive)
+ Added@eslint/plugin-kit@0.2.7(transitive)
+ Added@humanfs/core@0.19.1(transitive)
+ Added@humanfs/node@0.16.6(transitive)
+ Added@humanwhocodes/retry@0.3.10.4.2(transitive)
+ Added@types/estree@1.0.6(transitive)
+ Addeddedent@1.5.1(transitive)
+ Addeddeepmerge-ts@5.1.0(transitive)
+ Addedeffect@2.0.0-next.56(transitive)
+ Addedeslint@9.22.0(transitive)
+ Addedeslint-scope@8.3.0(transitive)
+ Addedeslint-visitor-keys@4.2.0(transitive)
+ Addedespree@10.3.0(transitive)
+ Addedfile-entry-cache@8.0.0(transitive)
+ Addedflat-cache@4.0.1(transitive)
+ Addedglobals@14.0.0(transitive)
+ Addedmicro-memoize@4.1.2(transitive)
+ Addedrambda@8.5.0(transitive)
+ Addedshort-unique-id@5.0.3(transitive)
+ Addedstring-ts@1.3.2(transitive)
+ Addedtslib@2.6.2(transitive)
- Removed@eslint-community/eslint-utils@4.4.1(transitive)