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.10 to 1.2.1-alpha.11

9

dist/convert.d.ts

@@ -131,8 +131,7 @@ /**

/**
* Uses the current TSNode's end location for its `type` to adjust the location data of the given
* ESTreeNode, which should be the parent of the final typeAnnotation node
* @param typeAnnotationParent The node that will have its location data mutated
* @param node
* Uses the provided range location to adjust the location data of the given Node
* @param result The node that will have its location data mutated
* @param childRange The child node range used to expand location
*/
private fixTypeAnnotationParentLocation;
private fixParentLocation;
/**

@@ -139,0 +138,0 @@ * Converts a TypeScript node into an ESTree node.

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

kind: 'init';
typeParameters?: TSTypeParameterDeclaration;
}

@@ -455,0 +454,0 @@ export interface RestElement extends BaseNode {

{
"name": "@typescript-eslint/typescript-estree",
"version": "1.2.1-alpha.10+f513a14",
"version": "1.2.1-alpha.11+d4dfa3b",
"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.10+f513a14"
"@typescript-eslint/shared-fixtures": "1.2.1-alpha.11+d4dfa3b"
},
"gitHead": "f513a143f549f8ccc8ec4851f245364c4542af73"
"gitHead": "d4dfa3bb78365222055fb18b266416439c40deaf"
}

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