Socket
Socket
Sign inDemoInstall

@typescript-eslint/parser

Package Overview
Dependencies
122
Maintainers
2
Versions
3427
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.3.2-alpha.7 to 7.3.2-alpha.8

10

dist/parser.js

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

ast.sourceType = options.sourceType;
let emitDecoratorMetadata = options.emitDecoratorMetadata === true;
if (services.program) {

@@ -120,9 +119,6 @@ // automatically apply the options configured for the program

}
if (compilerOptions.emitDecoratorMetadata === true) {
emitDecoratorMetadata = true;
}
}
if (emitDecoratorMetadata) {
analyzeOptions.emitDecoratorMetadata = true;
}
// if not defined - override from the parserOptions
services.emitDecoratorMetadata ??= options.emitDecoratorMetadata === true;
services.experimentalDecorators ??= options.experimentalDecorators === true;
const scopeManager = (0, scope_manager_1.analyze)(ast, analyzeOptions);

@@ -129,0 +125,0 @@ return { ast, services, scopeManager, visitorKeys: visitor_keys_1.visitorKeys };

{
"name": "@typescript-eslint/parser",
"version": "7.3.2-alpha.7",
"version": "7.3.2-alpha.8",
"description": "An ESLint custom parser which leverages TypeScript ESTree",

@@ -54,6 +54,6 @@ "files": [

"dependencies": {
"@typescript-eslint/scope-manager": "7.3.2-alpha.7",
"@typescript-eslint/types": "7.3.2-alpha.7",
"@typescript-eslint/typescript-estree": "7.3.2-alpha.7",
"@typescript-eslint/visitor-keys": "7.3.2-alpha.7",
"@typescript-eslint/scope-manager": "7.3.2-alpha.8",
"@typescript-eslint/types": "7.3.2-alpha.8",
"@typescript-eslint/typescript-estree": "7.3.2-alpha.8",
"@typescript-eslint/visitor-keys": "7.3.2-alpha.8",
"debug": "^4.3.4"

@@ -60,0 +60,0 @@ },

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc