Socket
Socket
Sign inDemoInstall

@typescript-eslint/typescript-estree

Package Overview
Dependencies
Maintainers
1
Versions
3812
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.7.1-alpha.29 to 1.7.1-alpha.30

2

dist/ts-estree/ts-estree.d.ts

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

export declare type ExportDeclaration = ClassDeclaration | ClassExpression | FunctionDeclaration | TSDeclareFunction | TSEnumDeclaration | TSInterfaceDeclaration | TSModuleDeclaration | TSTypeAliasDeclaration | VariableDeclaration;
export declare type Expression = ArrowFunctionExpression | AssignmentExpression | BinaryExpression | ConditionalExpression | JSXClosingElement | JSXClosingFragment | JSXExpressionContainer | JSXOpeningElement | JSXOpeningFragment | JSXSpreadChild | LogicalExpression | RestElement | SequenceExpression | SpreadElement | TSAsExpression | TSUnaryExpression | YieldExpression;
export declare type Expression = ArrowFunctionExpression | AssignmentExpression | BinaryExpression | ConditionalExpression | JSXClosingElement | JSXClosingFragment | JSXExpressionContainer | JSXOpeningElement | JSXOpeningFragment | JSXSpreadChild | LogicalExpression | NewExpression | RestElement | SequenceExpression | SpreadElement | TSAsExpression | TSUnaryExpression | YieldExpression;
export declare type ExpressionWithTypeArguments = TSClassImplements | TSInterfaceHeritage;

@@ -65,0 +65,0 @@ export declare type ForInitialiser = Expression | VariableDeclaration;

{
"name": "@typescript-eslint/typescript-estree",
"version": "1.7.1-alpha.29+4cd5590",
"version": "1.7.1-alpha.30+4e193ca",
"description": "A parser that converts TypeScript source code into an ESTree compatible form",

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

"@babel/types": "^7.3.2",
"@typescript-eslint/shared-fixtures": "1.7.1-alpha.29+4cd5590"
"@typescript-eslint/shared-fixtures": "1.7.1-alpha.30+4e193ca"
},
"gitHead": "4cd5590208188beb2e91afa96fe5c0627d3fe895"
"gitHead": "4e193cab096e91a80526c6833247fdf6f21f9e62"
}

Sorry, the diff of this file is not supported yet

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