@typescript-eslint/types
Advanced tools
Comparing version 4.8.3-alpha.0 to 4.8.3-alpha.1
@@ -105,2 +105,3 @@ import { AST_NODE_TYPES } from './ast-node-types'; | ||
export declare type ForInitialiser = Expression | VariableDeclaration; | ||
export declare type FunctionLike = ArrowFunctionExpression | FunctionDeclaration | FunctionExpression | TSDeclareFunction | TSEmptyBodyFunctionExpression; | ||
export declare type ImportClause = ImportDefaultSpecifier | ImportNamespaceSpecifier | ImportSpecifier; | ||
@@ -107,0 +108,0 @@ export declare type IterationStatement = DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | WhileStatement; |
{ | ||
"name": "@typescript-eslint/types", | ||
"version": "4.8.3-alpha.0+49f86e84", | ||
"version": "4.8.3-alpha.1+665b6d40", | ||
"description": "Types for the TypeScript-ESTree AST spec", | ||
@@ -51,3 +51,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "49f86e84d02e5e822bd20b7b2a3eb16c77092926" | ||
"gitHead": "665b6d4023fb9d821f348c39aefff0d7571a98bf" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
120378
1546