@typescript-eslint/types
Advanced tools
Comparing version 4.0.2-alpha.18 to 4.0.2-alpha.19
@@ -119,2 +119,3 @@ import { AST_NODE_TYPES } from './ast-node-types'; | ||
export declare type PrimaryExpression = ArrayExpression | ArrayPattern | ClassExpression | FunctionExpression | Identifier | JSXElement | JSXFragment | JSXOpeningElement | Literal | LiteralExpression | MetaProperty | ObjectExpression | ObjectPattern | Super | TemplateLiteral | ThisExpression | TSNullKeyword; | ||
export declare type ProgramStatement = ClassDeclaration | ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration | ImportDeclaration | Statement | TSDeclareFunction | TSEnumDeclaration | TSExportAssignment | TSImportEqualsDeclaration | TSInterfaceDeclaration | TSNamespaceExportDeclaration | TSTypeAliasDeclaration; | ||
export declare type Property = PropertyComputedName | PropertyNonComputedName; | ||
@@ -604,3 +605,3 @@ export declare type PropertyName = PropertyNameComputed | PropertyNameNonComputed; | ||
type: AST_NODE_TYPES.Program; | ||
body: Statement[]; | ||
body: ProgramStatement[]; | ||
sourceType: 'module' | 'script'; | ||
@@ -870,3 +871,3 @@ comments?: Comment[]; | ||
type: AST_NODE_TYPES.TSModuleBlock; | ||
body: Statement[]; | ||
body: ProgramStatement[]; | ||
} | ||
@@ -873,0 +874,0 @@ export interface TSModuleDeclaration extends BaseNode { |
{ | ||
"name": "@typescript-eslint/types", | ||
"version": "4.0.2-alpha.18+2ada5aff", | ||
"version": "4.0.2-alpha.19+3d07a99f", | ||
"description": "Types for the TypeScript-ESTree AST spec", | ||
@@ -51,3 +51,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "2ada5aff1ef37bc260d7a0eaafe9ff04f8a08fe4" | ||
"gitHead": "3d07a99faa0a5fc1b44acdb43ddbfc90a5105833" | ||
} |
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
116234
1540