Socket
Socket
Sign inDemoInstall

@typescript-eslint/parser

Package Overview
Dependencies
5
Maintainers
1
Versions
3651
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1-alpha.2 to 1.3.1-alpha.3

dist/analyze-scope.d.ts.map

1

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

@@ -653,1 +653,2 @@ "use strict";

exports.analyzeScope = analyzeScope;
//# sourceMappingURL=analyze-scope.js.map

@@ -21,1 +21,2 @@ export interface ParserOptions {

}
//# sourceMappingURL=parser-options.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=parser-options.js.map

3

dist/parser.d.ts

@@ -15,2 +15,3 @@ import { AST_NODE_TYPES, ParserServices } from '@typescript-eslint/typescript-estree';

export declare function parseForESLint(code: string, options?: ParserOptions | null): ParseForESLintResult;
export {};
export { ParserServices, ParserOptions };
//# sourceMappingURL=parser.d.ts.map

@@ -10,2 +10,3 @@ "use strict";

const visitor_keys_1 = require("./visitor-keys");
// note - cannot migrate this to an import statement because it will make TSC copy the package.json to the dist folder
const packageJSON = require('../package.json');

@@ -77,1 +78,2 @@ function validateBoolean(value, fallback = false) {

exports.parseForESLint = parseForESLint;
//# sourceMappingURL=parser.js.map
import eslintVisitorKeys from 'eslint-visitor-keys';
export declare const visitorKeys: eslintVisitorKeys.VisitorKeys;
//# sourceMappingURL=visitor-keys.d.ts.map

@@ -128,1 +128,2 @@ "use strict";

});
//# sourceMappingURL=visitor-keys.js.map
{
"name": "@typescript-eslint/parser",
"version": "1.3.1-alpha.2+5e3e285",
"version": "1.3.1-alpha.3+61c60dc",
"description": "An ESLint custom parser which leverages TypeScript ESTree",

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

"prebuild": "npm run clean",
"build": "tsc",
"build": "tsc -p tsconfig.build.json",
"clean": "rimraf dist/",
"test": "jest --coverage"
"test": "jest --coverage",
"typecheck": "tsc --noEmit"
},

@@ -40,3 +41,3 @@ "peerDependencies": {

"dependencies": {
"@typescript-eslint/typescript-estree": "1.3.1-alpha.2+5e3e285",
"@typescript-eslint/typescript-estree": "1.3.1-alpha.3+61c60dc",
"eslint-scope": "^4.0.0",

@@ -48,5 +49,5 @@ "eslint-visitor-keys": "^1.0.0"

"@types/eslint-visitor-keys": "^1.0.0",
"@typescript-eslint/shared-fixtures": "1.3.1-alpha.2+5e3e285"
"@typescript-eslint/shared-fixtures": "1.3.1-alpha.3+61c60dc"
},
"gitHead": "5e3e285eb937ebdfaada23d8687e3e9dbcce4d18"
"gitHead": "61c60dc047da680b8cc74943c52c33562942c95a"
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc