Socket
Socket
Sign inDemoInstall

@typescript-eslint/typescript-estree

Package Overview
Dependencies
Maintainers
1
Versions
3859
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/typescript-estree - npm Package Compare versions

Comparing version 1.2.1-alpha.11 to 1.2.1-alpha.12

8

dist/typedefs.d.ts

@@ -75,3 +75,3 @@ import { AST_NODE_TYPES } from './ast-node-types';

export declare type ObjectLiteralElementLike = MethodDefinition | Property | RestElement | SpreadElement | TSAbstractMethodDefinition;
export declare type Parameter = AssignmentPattern | RestElement | TSParameterProperty;
export declare type Parameter = AssignmentPattern | RestElement | ArrayPattern | ObjectPattern | Identifier | TSParameterProperty;
export declare type PrimaryExpression = ArrayExpression | ArrayPattern | ClassExpression | FunctionExpression | Identifier | Import | JSXElement | JSXFragment | JSXOpeningElement | Literal | LiteralExpression | MetaProperty | ObjectExpression | ObjectPattern | Super | TemplateLiteral | ThisExpression | TSNullKeyword;

@@ -163,2 +163,3 @@ export declare type PropertyName = Identifier | Literal;

optional?: boolean;
decorators?: Decorator[];
}

@@ -185,2 +186,3 @@ export interface ArrowFunctionExpression extends BaseNode {

optional?: boolean;
decorators?: Decorator[];
}

@@ -308,2 +310,3 @@ export interface AwaitExpression extends BaseNode {

optional?: boolean;
decorators?: Decorator[];
}

@@ -440,2 +443,3 @@ export interface IfStatement extends BaseNode {

optional?: boolean;
decorators?: Decorator[];
}

@@ -464,2 +468,3 @@ export interface Program extends BaseNode {

value?: AssignmentPattern;
decorators?: Decorator[];
}

@@ -726,2 +731,3 @@ export interface ReturnStatement extends BaseNode {

parameter: AssignmentPattern | BindingName | RestElement;
decorators?: Decorator[];
}

@@ -728,0 +734,0 @@ export interface TSParenthesizedType extends BaseNode {

6

package.json
{
"name": "@typescript-eslint/typescript-estree",
"version": "1.2.1-alpha.11+d4dfa3b",
"version": "1.2.1-alpha.12+c1abae9",
"description": "A parser that converts TypeScript source code into an ESTree compatible form",

@@ -45,5 +45,5 @@ "main": "dist/parser.js",

"devDependencies": {
"@typescript-eslint/shared-fixtures": "1.2.1-alpha.11+d4dfa3b"
"@typescript-eslint/shared-fixtures": "1.2.1-alpha.12+c1abae9"
},
"gitHead": "d4dfa3bb78365222055fb18b266416439c40deaf"
"gitHead": "c1abae9cbe05a6ae750a3ea6dd21e9a71b56bf41"
}

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc