Socket
Socket
Sign inDemoInstall

@typescript-eslint/parser

Package Overview
Dependencies
Maintainers
1
Versions
3816
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/parser - npm Package Compare versions

Comparing version 1.7.1-alpha.31 to 1.8.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [1.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.7.0...v1.8.0) (2019-05-10)
### Bug Fixes
- upgrade lockfile versions ([#487](https://github.com/typescript-eslint/typescript-eslint/issues/487)) ([f029dba](https://github.com/typescript-eslint/typescript-eslint/commit/f029dba))
- **eslint-plugin:** Support more nodes [no-extra-parens](<[#465](https://github.com/typescript-eslint/typescript-eslint/issues/465)>) ([2d15644](https://github.com/typescript-eslint/typescript-eslint/commit/2d15644))
### Features
- Move shared types into their own package ([#425](https://github.com/typescript-eslint/typescript-eslint/issues/425)) ([a7a03ce](https://github.com/typescript-eslint/typescript-eslint/commit/a7a03ce))
# [1.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.6.0...v1.7.0) (2019-04-20)

@@ -8,0 +19,0 @@

2

dist/analyze-scope.d.ts

@@ -0,4 +1,4 @@

import { ParserOptions } from './parser-options';
import { ScopeManager } from './scope/scope-manager';
import { ParserOptions } from './parser-options';
export declare function analyzeScope(ast: any, parserOptions: ParserOptions): ScopeManager;
//# sourceMappingURL=analyze-scope.d.ts.map

@@ -6,3 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const scope_manager_1 = require("./scope/scope-manager");
const typescript_estree_1 = require("@typescript-eslint/typescript-estree");
const definition_1 = require("eslint-scope/lib/definition");

@@ -13,4 +13,4 @@ const pattern_visitor_1 = __importDefault(require("eslint-scope/lib/pattern-visitor"));

const eslint_visitor_keys_1 = require("eslint-visitor-keys");
const scope_manager_1 = require("./scope/scope-manager");
const visitor_keys_1 = require("./visitor-keys");
const typescript_estree_1 = require("@typescript-eslint/typescript-estree");
/**

@@ -17,0 +17,0 @@ * Define the override function of `Scope#__define` for global augmentation.

import { AST_NODE_TYPES, ParserServices } from '@typescript-eslint/typescript-estree';
import { TSESLint } from '@typescript-eslint/experimental-utils';
import { analyzeScope } from './analyze-scope';
import { ParserOptions } from './parser-options';
import { visitorKeys } from './visitor-keys';
declare type ParserOptions = TSESLint.ParserOptions;
interface ParseForESLintResult {

@@ -6,0 +7,0 @@ ast: any;

@@ -6,4 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const typescript_estree_1 = require("@typescript-eslint/typescript-estree");
const traverser_1 = __importDefault(require("eslint/lib/util/traverser"));
const typescript_estree_1 = require("@typescript-eslint/typescript-estree");
const analyze_scope_1 = require("./analyze-scope");

@@ -10,0 +10,0 @@ const visitor_keys_1 = require("./visitor-keys");

@@ -0,4 +1,4 @@

import { TSESTree } from '@typescript-eslint/typescript-estree';
import { Scope } from 'eslint-scope/lib/scope';
import { ScopeManager } from './scope-manager';
import { TSESTree } from '@typescript-eslint/typescript-estree';
/** The scope class for enum. */

@@ -5,0 +5,0 @@ export declare class EnumScope extends Scope {

{
"name": "@typescript-eslint/parser",
"version": "1.7.1-alpha.31+6eb97d4",
"version": "1.8.0",
"description": "An ESLint custom parser which leverages TypeScript ESTree",

@@ -40,3 +40,4 @@ "main": "dist/parser.js",

"dependencies": {
"@typescript-eslint/typescript-estree": "1.7.1-alpha.31+6eb97d4",
"@typescript-eslint/experimental-utils": "1.8.0",
"@typescript-eslint/typescript-estree": "1.8.0",
"eslint-scope": "^4.0.0",

@@ -46,7 +47,5 @@ "eslint-visitor-keys": "^1.0.0"

"devDependencies": {
"@types/eslint": "^4.16.5",
"@types/eslint-visitor-keys": "^1.0.0",
"@typescript-eslint/shared-fixtures": "1.7.1-alpha.31+6eb97d4"
},
"gitHead": "6eb97d4eceb8c93a2039d10b0955806f71469692"
"@typescript-eslint/shared-fixtures": "1.8.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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